-
Notifications
You must be signed in to change notification settings - Fork 807
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
adds ability to specify user and password via env variables #5980
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some style-related comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for applying the changes, looks good now! Could you remove the merge commits? After this it should be mergeable
ok I think the merge should be reverted |
I still see several merge commits |
I am not quite sure what I am supposed to do. Which commits exactly should I (revert?). |
8c222ee
to
240c0ce
Compare
AppImage file: nextcloud-PR-5980-240c0ce7c297cd4c1e4ebf6d0a7f0365f50a33c4-x86_64.AppImage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks ok, will merge as a single squashed commit
240c0ce
to
2f7d468
Compare
Oh thank you for doing the rebase :) |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5980 +/- ##
==========================================
- Coverage 60.74% 60.32% -0.42%
==========================================
Files 145 145
Lines 18841 18800 -41
==========================================
- Hits 11445 11342 -103
- Misses 7396 7458 +62 |
I suggest we set DCO to pass on this one - it's only failing on the @claucambra's revert merge branch single commit - unless someone has an objection. |
2f7d468
to
d3e7ed7
Compare
AppImage file: nextcloud-PR-5980-d3e7ed7391c0a4431e036bb598a2a13c06107c2b-x86_64.AppImage |
Signed-off-by: bonni <[email protected]>
Signed-off-by: bonni <[email protected]>
Signed-off-by: bonni <[email protected]>
Signed-off-by: bonni <[email protected]>
Co-authored-by: Claudio Cambra <[email protected]> Signed-off-by: internet-memme <[email protected]>
Co-authored-by: Claudio Cambra <[email protected]> Signed-off-by: internet-memme <[email protected]>
d3e7ed7
to
f42ce09
Compare
@internet-memme sorry for the long delay |
Proposal for issue #5875
It adds the ability to specify username and password in '--non-interactive' via $NC_USER and $NC_PASSWORD. This is the last option in the chain of username/password lookups.
It also updates the documentation accordingly.