We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Thank you so much, I totally missed this.
No branches or pull requests
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.
This is the CLI output:
The text was updated successfully, but these errors were encountered: