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

Release 4.3.1 #566

Merged
merged 7 commits into from
Feb 21, 2024
Merged

Release 4.3.1 #566

merged 7 commits into from
Feb 21, 2024

Conversation

robin-checkmk
Copy link
Member

@robin-checkmk robin-checkmk commented Feb 21, 2024

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Creating a rule using the rule module would always drop all conditions, creating all use with no conditions.

What is the new behavior?

Other information

robin-checkmk and others added 5 commits February 19, 2024 14:09
rule.py always overwrites rule["conditions"] when conditions are given, and doesn't fill it with an empty dict when no conditions are given
Change logic in rule.py irt conditions being overwritten
@robin-checkmk robin-checkmk added bug Something isn't working release:4.3.1 Affects the mentioned release. labels Feb 21, 2024
@robin-checkmk robin-checkmk self-assigned this Feb 21, 2024
@github-actions github-actions bot added the module:rule This affects the rule module label Feb 21, 2024
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 21, 2024
@robin-checkmk robin-checkmk marked this pull request as ready for review February 21, 2024 13:30
Copy link
Contributor

@lgetwan lgetwan left a comment

Choose a reason for hiding this comment

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

Passt!

@robin-checkmk robin-checkmk merged commit b83cc33 into main Feb 21, 2024
25 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working documentation Improvements or additions to documentation module:rule This affects the rule module release:4.3.1 Affects the mentioned release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants