-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
added --enabled and --disabled options to occ app:list #33546
added --enabled and --disabled options to occ app:list #33546
Conversation
Signed-off-by: Adam Blakey <[email protected]>
I think you can remove the error when both are specified. |
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: Adam Blakey <[email protected]>
@PVince81 apologies, I'm an idiot. I've made those corrections and believe this may be working now. Could you check and let me know if this is now okay? |
@PVince81 I somehow didn't get the notifications for the above mentions, so sorry for the delay. Could you take another look at this when you get the chance? Perhaps I'm being really silly but I can't figure out why the code is failing 4 of the above automatic tests. Any help would be appreciated. |
Signed-off-by: John Molakvoæ <[email protected]>
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.
All good apart from overcomplicated if.
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.
Tested and it works 👍
@adam-blakey Could you rebase, reword your commit using conventional commit and fix the style please? |
refactor: changed overcomplicated if statement into two shorter lines Co-authored-by: Côme Chilliet <[email protected]> Signed-off-by: Adam Blakey <[email protected]>
Signed-off-by: Adam Blakey <[email protected]>
cf8451b
to
4744b02
Compare
@Altahrim Could you check this over again? I'm pretty new to this, so please let me know if there's anything else I need to do. |
is expected for forks
is fine for community, feel free to read https://www.conventionalcommits.org/en/v1.0.0/ and apply it next time :) |
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
This deals with issue #32699.
@tobiasKaminsky, @PVince81