-
Notifications
You must be signed in to change notification settings - Fork 23
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
Take 2: Splunkbase download updates courtext res260 #327
base: main
Are you sure you want to change the base?
Take 2: Splunkbase download updates courtext res260 #327
Commits on Oct 24, 2024
-
Fix a bug where App_Base.getSplunkbasePath() was broken and did not w…
…ork at all. Fixes splunk#295.
Configuration menu - View commit details
-
Copy full SHA for c246fa7 - Browse repository at this point
Copy the full SHA c246fa7View commit details -
Fix a bug where the jinja template for
analyticsories_detection
cra……shed when specifying a `detection.tags.asset_type`. Fixes splunk#313.
Configuration menu - View commit details
-
Copy full SHA for f7a0963 - Browse repository at this point
Copy the full SHA f7a0963View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea34bb1 - Browse repository at this point
Copy the full SHA ea34bb1View commit details -
Merge pull request #1 from Res260/issue319
Do not serialize TestApp.hardcoded_path if it has value None. Fixes #…
Configuration menu - View commit details
-
Copy full SHA for d32a52d - Browse repository at this point
Copy the full SHA d32a52dView commit details -
Merge pull request #2 from Res260/issue313
Fix a bug where the jinja template for `analyticsories_detection` cra…
Configuration menu - View commit details
-
Copy full SHA for 083adfc - Browse repository at this point
Copy the full SHA 083adfcView commit details -
Merged PR 112820: add azure-pipelines.yml
add azure-pipelines.yml
Émilio Gonzalez committedOct 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 62f81f1 - Browse repository at this point
Copy the full SHA 62f81f1View commit details -
Émilio Gonzalez committed
Oct 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 792f3cc - Browse repository at this point
Copy the full SHA 792f3ccView commit details -
Merged PR 112825: fix azure-pipelines.yml
fix azure-pipelines.yml
Émilio Gonzalez committedOct 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 8bf35a8 - Browse repository at this point
Copy the full SHA 8bf35a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 438d00f - Browse repository at this point
Copy the full SHA 438d00fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb94c6 - Browse repository at this point
Copy the full SHA 8bb94c6View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 801930d - Browse repository at this point
Copy the full SHA 801930dView commit details -
Merged PR 112936: fix build :)
Émilio Gonzalez committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for b6eadbf - Browse repository at this point
Copy the full SHA b6eadbfView commit details
Commits on Nov 4, 2024
-
Merged PR 114299: Allow test.splunk_api_username and test.splunk_api_…
…password to be specified w... Allow test.splunk_api_username and test.splunk_api_password to be specified with environment variables SPLUNKBASE_USERNAME and SPLUNKBASE_PASSWORD to avoid putting credentials in YAML files.
Émilio Gonzalez committedNov 4, 2024 Configuration menu - View commit details
-
Copy full SHA for f74ae37 - Browse repository at this point
Copy the full SHA f74ae37View commit details -
Merge pull request splunk#320 from Res260/issue319
Do not serialize TestApp.hardcoded_path if it has value None. Fixes #…
Configuration menu - View commit details
-
Copy full SHA for 0772aa0 - Browse repository at this point
Copy the full SHA 0772aa0View commit details -
Merge pull request splunk#317 from Res260/issue295
Fix a bug where App_Base.getSplunkbasePath() was broken and did not w…
Configuration menu - View commit details
-
Copy full SHA for 855a761 - Browse repository at this point
Copy the full SHA 855a761View commit details -
Configuration menu - View commit details
-
Copy full SHA for e330115 - Browse repository at this point
Copy the full SHA e330115View commit details
Commits on Nov 6, 2024
-
Merged PR 114606: Fix du setup initial + téléchargement depuis splunk…
…base. Fix du setup initial + téléchargement depuis splunkbase.
Émilio Gonzalez committedNov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 5bcfb6c - Browse repository at this point
Copy the full SHA 5bcfb6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e658e7d - Browse repository at this point
Copy the full SHA e658e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd62b6 - Browse repository at this point
Copy the full SHA ccd62b6View commit details -
Merged PR 114823: Add support for dynamically creating custom_index f…
…or tests Add support for dynamically creating custom_index for tests
Émilio Gonzalez committedNov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 929a2e3 - Browse repository at this point
Copy the full SHA 929a2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3dcc8 - Browse repository at this point
Copy the full SHA 9b3dcc8View commit details -
Émilio Gonzalez committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 344f771 - Browse repository at this point
Copy the full SHA 344f771View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a789726 - Browse repository at this point
Copy the full SHA a789726View commit details -
Merged PR 115051: Fix validation for apps
Fix validation for apps
Émilio Gonzalez committedNov 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 8207247 - Browse repository at this point
Copy the full SHA 8207247View commit details
Commits on Nov 14, 2024
-
- Bugfix: bad stack trace when a test search fails
- Bugfix: add a setup step for `contentctl test`: `wait_for_app_installation`. This step ensures that the required apps are correctly installed AND configured (for splunk ES) - Bugfix: add a 20 secs sleep after starting the container in `contentctl test` to ensure Docker has the time to map the ports correctly before contentctl attempts to connect. This was problematic on Windows with WSL. - Bugfix: Fix path to download apps from SplunkBase - Bugfix: Fix a bug where `contentctl validate` and `contentctl build` needed the splunkbase creds to work, which made no sense. - Fix typo - Feature: Introduction of a logger object in the hope of gradually replacing usage of `print()` statements - Feature: `contentctl test` now creates missing indexes specified in test data as `custom_index` - Change: Send tests data to the HEC as text and not binary - Change: Add a message that makes debugging failed tests easier.
Configuration menu - View commit details
-
Copy full SHA for 967a1f1 - Browse repository at this point
Copy the full SHA 967a1f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc0e4a6 - Browse repository at this point
Copy the full SHA fc0e4a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b77c1 - Browse repository at this point
Copy the full SHA 78b77c1View commit details