Bump aiohttp from 3.13.5 to 3.14.1 in /workers/openrelik-worker-export-splunk - #210
Open
dependabot[bot] wants to merge 29 commits into
Open
Conversation
are created in db or not
Resolves conflicts by dropping the task-level skip_file_creation result key (replaced by per-file register_in_db) and deleting the two create_task_result-kwarg tests that asserted on it. The UI switch name 'skip_file_creation' is kept as the user-facing control; it now maps to register_in_db=False on every extracted OutputFile.
Removes the tar.gz compression mode and its helper to simplify the upload flow. Compression now offers only 'none' and 'gzip' (per-file).
Removes the tar.gz compression mode and its helper to simplify the upload flow. Compression now offers only 'none' and 'gzip' (per-file).
Add an optional object_name pattern (with a {basename} placeholder) and an
export_basename config to the S3 export task. When set, the uploaded object is
named after the source artifact rather than the pipeline's UUID-derived
filename, with the upload file's own extension appended. The placeholder lets a
template author add a per-task distinguisher (e.g. {basename}_2024-01) so
multiple export tasks don't collide on one key. Falls back to the upstream
filename when unset.
Let the Splunk export task's 'source' field contain a {basename} placeholder,
resolved from a new export_basename config, so the Splunk source reflects the
original source artifact rather than the pipeline's UUID-derived display name.
No extension is appended (a source is a label, not a filename). The placeholder
lets a template author add a per-task distinguisher (e.g. {basename}_2024-01) so
multiple export tasks don't share one source. Falls back to the per-file display
name when unset.
Generalizes the S3 and Splunk exporters' name-substitution field: not just a filename, but any importer- or user-supplied identifier (case ID, hostname, original artifact name). Matches the template-side field labels already in use.
Uniquely-named per exporter task, so an importer setting this task's identifier by param_name can never also (mis)populate another exporter's identifier field in the same template.
Uniquely-named per exporter task, so an importer setting this task's identifier by param_name can never also (mis)populate another exporter's identifier field in the same template.
Runs as a Celery chord callback after every other task in a workflow succeeds, walking output_path and deleting files that don't match a keep pattern (default *.log). Intended for workflows whose retained results are exported elsewhere (S3/Splunk) or register_in_db=false, so local intermediates are safe to discard. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…est-dev # Conflicts: # workers/extraction/src/archives.py # workers/extraction/tests/test_archives.py # workers/openrelik-worker-export-s3/src/tasks.py # workers/openrelik-worker-export-s3/tests/test_tasks.py # workers/openrelik-worker-export-splunk/src/tasks.py # workers/openrelik-worker-export-splunk/tests/test_tasks.py
Running test dev
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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
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.
Bumps aiohttp from 3.13.5 to 3.14.1.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.