Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
tionebrr opened this issue Apr 10, 2020 · 2 comments
Closed

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

tionebrr opened this issue Apr 10, 2020 · 2 comments
Labels

Comments

@tionebrr
Copy link

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
@stephenfin
Copy link
Member

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

Try this:

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

You need the project link name, which is the slug in the URL, not the entire URL.

@tionebrr
Copy link
Author

Thank you so much, I totally missed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants