-
Notifications
You must be signed in to change notification settings - Fork 380
Release/2.1.1 #653
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
Merged
Merged
Release/2.1.1 #653
Conversation
This file contains hidden or 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
Merge master into develop
This reverts commit 3b6d974.
This reverts commit de9f0f8.
Fix invalid escape sequence in get_api_version func
SDK-23: check if developer added custom map method
Add loggers in Service, add test for service creation
[SDK-30] nosemgrep
Code generated with: python3 -m ruff format .
Format entire repo
This setting is required for Splunk 10.
Set SPLUNK_GENERAL_TERMS env in docker-compose.yml
DVPL-12497: Fix CSC apps' tests
Current tests perform read operations twice and assert based on previous results. This approach is inherently flaky because some background operations in Splunk can modify data between reads. This change, wraps every test case in assertEventuallyTrue.
Deflake test_collection.py
move FilePermissionTest to unit folder add copyright note
DVPL-12497: Divide tests into folders
These are unused since 81ab83c
…order Remove unused Test and TestRecorder classes from test_internals_v2.py
…gCommand Remove unused TestStreamingCommand from test_search_command.py
…d quotes to versions as is recommended
…ctions DVPL-12477: Update and pin all GitHub Actions to commits instead of tags
This also simplifies the test and splits it into to two separate tests.
Re-enable test_delete from test_input.py
…arget-branch NOJIRA: Change dependabot target branch
* Update CI matrix, set ubuntu version in release workflow to 22.04 if we really want to use Python 3.7 * Adjust matrix to proposed configuration * Extract fossa-scan to separate workflow * Reduce invoking fossa scans to push only * Fix botched rename * Shorten comment in release.yml
This change removes two occurrences of the same test and consolidates it into test_modular_input_kinds.py
Currently, we only have unit tests that verify the generated XML output of modular inputs. This change adds E2E tests to confirm that our modular input machinery works correctly with a Splunk instance.
DVPL-12515: Add modular input E2E test
…input-kind-test Remove duplicated modular input kind tests
These do not seem to be necessary, install_app_from_collection internally handles restarting of splunk. Also other tests that call install_app_from_collection do not restart splunk before.
…n-modular-input-tests Remove unchecked splunk restart in test_modular_input_kinds.py
Ickerday
approved these changes
Aug 26, 2025
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.
Changes