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

Fixes #17250: Webapp does not regerate policies when webdav password is changed, breaking inventories after 5.0 -> 6.0 upgrade #3217

Conversation

ncharles
Copy link
Member

fanf and others added 30 commits May 26, 2020 15:02
…een_as_a_problem_for_warning_display_in_nodes_list_pr' into branches/rudder/6.1
…development_environement_in_6_1_pr' into branches/rudder/6.1
…hed_change_in_6_1_pr' into branches/rudder/6.1
@ncharles ncharles requested a review from fanf September 17, 2020 12:59
@@ -65,10 +67,11 @@ class TriggerPolicyUpdate(
try {
if (file.exists) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why keep that test? I would just remove it and deprecate both flag files. And document it.
And in 7.0 remove the files enterily.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so that people are not surprised as some are used to use it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, so make the test only to adapt message, and put out the start, wichi is not subject to condition.
And I think we need to adapt the message to tell "you don't need that file, since 6.1.x start is automatic".
And I think we must do it only in 6.1: 6.0 is EOL and it complicate the explanation about when the behavior changed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but I do indeed need to remove the other one

…is changed, breaking inventories after 5.0 -> 6.0 upgrade
@ncharles ncharles force-pushed the bug_17250/webapp_does_not_regerate_policies_when_webdav_password_is_changed_breaking_inventories_after_5_0_6_0_upgrade branch from bab5eca to 2cb0ac2 Compare September 17, 2020 13:28
@ncharles
Copy link
Member Author

PR replaced by #3218

@ncharles ncharles closed this Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet