-
Notifications
You must be signed in to change notification settings - Fork 437
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
Feature/noid/more remote testing #6663
Conversation
ed2636b
to
29775ef
Compare
Still not fully done, but another step taken and since it changes non-testing files I'd like to merge it to avoid future conflicts |
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.
Code looks good 👍
But... I would like to remove the integration test from the second commit, as it does not work and I found it misleading when doing the review, and move the third commit to the end, as it depends on its following commits to work. Yes, you hate me, I know :-P
@@ -18,7 +24,13 @@ ${ROOT_DIR}/occ app:enable spreed || exit 1 | |||
${ROOT_DIR}/occ app:enable spreedcheats || exit 1 | |||
${ROOT_DIR}/occ app:list | grep spreed | |||
|
|||
# Disable bruteforce protection because the integration tests do trigger them | |||
${ROOT_DIR}/occ config:system:set auth.bruteforce.protection.enabled --value false --type bool |
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.
Is this needed in Talk tests too?
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.
Soon there will be bruteforce protection being added to the endpoint, yes.
29775ef
to
d8845a0
Compare
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.
I would still split the fourth commit and squash the related changes with the third... but ok, I will settle with this :-P
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
d8845a0
to
c9422ac
Compare
Drone conflict after #6730 Rebased |
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.
Looks good to me!
No description provided.