-
Notifications
You must be signed in to change notification settings - Fork 16
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
test: experimental test of rabbitmq as a queue broker #708
base: main
Are you sure you want to change the base?
Conversation
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.2.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.1.2...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: refactor varBinds mechanism and implement compound indexes * fix: add docstrings and fix unit tests * fix: mapping method for profiles * fix: looking for a parent in a map * fix: run pre-commit * fix: bring back the previous behavior of IF-MIB and SNMPv2-MIB during walk profile operation
## [1.8.7-beta.1](v1.8.6...v1.8.7-beta.1) (2023-02-23) ### Bug Fixes * refactor varBinds mechanism and implement compound indexes ([#704](#704)) ([f4007f4](f4007f4))
* fix: helm cleanup, add more render manifests, cleanup values.yaml file, document configuration * fix: run make render and update Makefile with render_manifests.sh * fix: delete loggers, run pre-commit * fix: selector labels * fix: selector labels for yaml cm used by scheduler * fix: update documentation * fix: add polling and trap configuration to the offline and lightweight examples --------- Co-authored-by: semantic-release-bot <[email protected]> Co-authored-by: Wojciech Zyla <[email protected]>
## [1.8.7-beta.2](v1.8.7-beta.1...v1.8.7-beta.2) (2023-02-28) ### Bug Fixes * cleanup helm structure different traps and polling ([#688](#688)) ([86957f9](86957f9))
Expected release notes (by @omrozowicz-splunk) fixes: others (will not be included in Semantic-Release notes):
|
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## develop #708 +/- ##
========================================
Coverage 86.94% 86.94%
========================================
Files 26 26
Lines 1724 1724
========================================
Hits 1499 1499
Misses 225 225
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist