-
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
feat: partial walk #990
Draft
ajasnosz
wants to merge
46
commits into
develop
Choose a base branch
from
feat/partial-walk
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat: partial walk #990
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: update ci-docker-deployment.yaml feat: update ci-docker-deployment.yaml feat: update ci-docker-deployment.yaml fix: change ci-docker-deployment.yaml to work on branch push feat: add asset upload to the CI fix: run pre-commit feat: add changelog update feat: delete unnecessary images from documentation feat: changes in documentation after review feat: more updates after PR review fix: rename variables in manage_secrets.py and fix typos in documentation fix typo in documentation
* chore(deps): update dependency pytest to v8.1.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ajasnosz <[email protected]>
* chore: update jinja2 and pycryptodomex * test: test [run-int-tests]
….2 (#980) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….4.2 (#982) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…958) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
# [1.11.0-beta.2](v1.11.0-beta.1...v1.11.0-beta.2) (2024-03-27) ### Bug Fixes * fix formatting of Debug Splunk Connect for SNMP documentation ([#988](#988)) ([5a944e4](5a944e4))
* fix: improve error messages
ajasnosz
force-pushed
the
feat/partial-walk
branch
from
April 12, 2024 11:28
5b1a192
to
8ad5343
Compare
fix: change line formatting fix: add new line character at the end
# [1.11.0-beta.3](v1.11.0-beta.2...v1.11.0-beta.3) (2024-04-12) ### Bug Fixes * improve mkdocs.yml file formatting ([#994](#994)) ([ead94b3](ead94b3))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ajasnosz
force-pushed
the
feat/partial-walk
branch
from
April 17, 2024 11:00
b08b80c
to
e80837b
Compare
…ating to SC4SNMP-UI (#998) fix: update wrong variable name [run-ui-tests] fix: update CHANGELOG fix: update CHANGELOG
# [1.11.0-beta.4](v1.11.0-beta.3...v1.11.0-beta.4) (2024-04-19) ### Bug Fixes * fix a bug with values.yaml not being loaded to the UI while migrating to SC4SNMP-UI ([#998](#998)) ([3c9273b](3c9273b))
# [1.11.0-beta.5](v1.11.0-beta.4...v1.11.0-beta.5) (2024-04-22) ### Bug Fixes * fix sonarqube issues with f-string and regex ([#1001](#1001)) ([c415d0e](c415d0e))
# [1.11.0-beta.6](v1.11.0-beta.5...v1.11.0-beta.6) (2024-04-25) ### Bug Fixes * update microk8s to v1.30 ([#1004](#1004)) ([642c539](642c539))
ajasnosz
force-pushed
the
feat/partial-walk
branch
from
April 25, 2024 12:11
1984885
to
7075179
Compare
ajasnosz
force-pushed
the
feat/partial-walk
branch
from
April 26, 2024 10:50
1602ba5
to
c845843
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Introducing change to the default walk process. The default walk to poll would be profile with SNMPv2-MIB instead of full walk tree. The full walk option can be enabled by setting new flag in values.yaml
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
manual test
Checklist