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

test: experimental test of rabbitmq as a queue broker #708

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

omrozowicz-splunk
Copy link
Contributor

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.

  • Bug fix
  • New feature
  • Refactor/improvement
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

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

  • My commit message is conventional
  • I have run pre-commit on all files before creating the PR
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have checked my code and corrected any misspellings

dependabot bot and others added 10 commits February 15, 2023 13:04
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))
@github-actions
Copy link
Contributor

Expected release notes (by @omrozowicz-splunk)

fixes:
cleanup helm structure different traps and polling (#688) (86957f9)
refactor varBinds mechanism and implement compound indexes (#704) (f4007f4)

others (will not be included in Semantic-Release notes):
test [run-int-tests] (01abe0d)
experimental test of rabbitmq as a queue broker (f3e468c)
1.8.7-beta.2 (37439de)
1.8.7-beta.1 (1b789c2)
add gnome-keyring (#700) (3bff8bd)
add missing setuptools for mike (#699) (59d53e9)
update poetry version and generate new lock file (#698) (f16c9f5)
(deps-dev): bump pytest from 7.1.2 to 7.2.1 (#684) (3183ed6)

  • I hereby acknowledge these release notes are 🥙 AWESOME 🥙

@codecov-commenter
Copy link

codecov-commenter commented Feb 28, 2023

Codecov Report

Merging #708 (01abe0d) into develop (37439de) will not change coverage.
The diff coverage is 100.00%.

📣 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           
Impacted Files Coverage Δ
splunk_connect_for_snmp/celery_config.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Base automatically changed from develop to main April 4, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants