Skip to content

'git-pw patch list' returns an empty list #54

Closed
@tionebrr

Description

@tionebrr

I cannot get this to work, surely missing something.

Values are also set in .git/config file. They are the same. I put the command line equivalent here for lisibility.

git-pw \
--debug \
--username <user> \
--password <pass> \
--server https://patchwork.ozlabs.org/api/1.1 \
--project https://patchwork.ozlabs.org/project/uboot/list/ patch list

This is the CLI output:

2020-04-10 06:36:30,693 - git_pw.config - DEBUG - Retrieved 'server' setting from cache
2020-04-10 06:36:30,693 - git_pw.config - DEBUG - Retrieved 'server' setting from cache
2020-04-10 06:36:30,694 - git_pw.patch - DEBUG - List patches: states=under-review,new, submitters=, delegates=, archived=False
2020-04-10 06:36:30,694 - git_pw.config - DEBUG - Retrieved 'server' setting from cache
2020-04-10 06:36:30,694 - git_pw.config - DEBUG - Retrieved 'server' setting from cache
2020-04-10 06:36:30,694 - git_pw.config - DEBUG - Retrieved 'project' setting from cache
2020-04-10 06:36:30,694 - git_pw.config - DEBUG - Retrieved 'project' setting from cache
2020-04-10 06:36:30,694 - git_pw.config - DEBUG - Retrieved 'project' setting from cache
2020-04-10 06:36:30,694 - git_pw.config - DEBUG - Retrieved 'project' setting from cache
2020-04-10 06:36:30,694 - git_pw.api - DEBUG - GET http://patchwork.ozlabs.org/api/1.1/patches/
2020-04-10 06:36:30,698 - git_pw.config - DEBUG - Retrieved 'username' setting from cache
2020-04-10 06:36:30,698 - git_pw.config - DEBUG - Retrieved 'password' setting from cache
2020-04-10 06:36:30,698 - git_pw.config - DEBUG - Retrieved 'username' setting from cache
2020-04-10 06:36:30,698 - git_pw.config - DEBUG - Retrieved 'password' setting from cache
2020-04-10 06:36:30,701 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): patchwork.ozlabs.org:80
2020-04-10 06:36:31,384 - urllib3.connectionpool - DEBUG - http://patchwork.ozlabs.org:80 "GET /api/1.1/patches/?state=under-review
&state=new&archived=false&order=-date&project=http%3A%2F%2Fpatchwork.ozlabs.org%2Fproject%2Fuboot%2Flist%2F HTTP/1.1" 200 2
2020-04-10 06:36:31,385 - git_pw.api - DEBUG - Got response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions