-
-
Notifications
You must be signed in to change notification settings - Fork 773
zstandard compression for parameters and results #5995
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
Open
guzzijones
wants to merge
71
commits into
StackStorm:master
Choose a base branch
from
guzzijones:zstandard
base: master
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.
Open
Changes from all commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
e6680e4
initial zstandard compression for parameters and results; also remove…
guzzijones 4ffe612
fix test_executions_fixtures.py tests
guzzijones 10d0be6
index liveaction
guzzijones d9acc79
fix action_chain unit testing
guzzijones 155a2b2
fix execution1.yaml fixture for rule enforcement testing
guzzijones d68660b
black reformat, fix log format string
guzzijones b1083f6
fix test_garbage_collector.py integration test
guzzijones 354108b
black formatting
guzzijones 5e3779b
black fixes for contrib
guzzijones 5be68a1
fix lint errors
guzzijones 8cad290
fix migration test for 3.5
guzzijones c65b90b
black format v35 unit test
guzzijones 3a9d22d
set actual byte size in result_size field instead of compressed size
guzzijones 9aeb080
setting maxDiff to see errors
guzzijones 3903313
remove traceback
guzzijones 1efd870
change log entry
guzzijones b9e8c1c
use errors list instead of original execution.errors
guzzijones 61e976d
test each error individually
guzzijones 18d5343
benchmarks and integration test
guzzijones 33ae861
black fixes
guzzijones c6a07a2
fix lint error
guzzijones 7d8a4a8
fix output in integration test
guzzijones 84bd96d
add migration for liveaction
guzzijones bcc5b0e
remove sym link migration
guzzijones 3123fac
add migration script for execution db liveaction
guzzijones 12ac1cc
add config option to turn off zstandard compression
guzzijones fb1872d
black formatting
guzzijones 20283bd
fix version on migration script
guzzijones f4c5b42
update sample config
guzzijones 05970fa
initial header compression
guzzijones dd1c768
add new conf setting for zstandard
guzzijones b09b01e
add ability to change compression via config setting
guzzijones 9a0e74f
black changes
guzzijones 08f018c
change liveaction to liveaction_id; also move inquiry mask code into …
guzzijones 97a53dd
remove liveaction from action execution api
guzzijones f12b829
Update st2common/bin/migrations/v3.9/st2-migrate-liveaction-executiondb
guzzijones 6bca0bd
Update st2common/bin/migrations/v3.9/st2-migrate-liveaction-executiondb
guzzijones de4bad1
black fixes
guzzijones f08e2bf
untested migration script
guzzijones 461e58e
flake fixes
guzzijones 4b6f7b8
fix test actionchain liveaction
guzzijones babe63f
import fixes
guzzijones cd5fc5d
fix inquiry ttl liveaction_id
guzzijones 3e3a9b7
zipp <=3.16 for python 3.6 compatibility
guzzijones 98952aa
pin zipp < 3.16
guzzijones f948b96
liveaction return inside actionexecution api
guzzijones 92b855f
fix unit tests to allow embedded liveaction
guzzijones ab33556
fix stream test
guzzijones 2d0ca55
add back array params test for alias execution
guzzijones e34e3a5
migration script change
guzzijones eb2bbb5
compress and uncompress methods
guzzijones 4e14d55
Update st2common/st2common/models/api/execution.py
guzzijones b7b3150
fix import error compress and uncompress
guzzijones af8bc86
add test for st2.inquiry.respond secret masking
guzzijones f189711
black formatting fix
guzzijones c81a131
lint fixes
guzzijones 53b9e59
fix migration
guzzijones 88590bc
add inheritance
guzzijones 64bfefa
pymongo query for setting liveaction id
guzzijones e3a2df9
working migration script
guzzijones 0d3b882
black fix
guzzijones ff00138
add required fields for liveaction in case where liveaction cannot be…
guzzijones 84df1ab
remove breakpoint
guzzijones 645acb5
migrate paused inquiries
guzzijones e640f1b
Update st2common/st2common/fields.py
guzzijones 68a844b
black fix migration script
guzzijones 92ae379
add pending actions to cover inquiries to migration
guzzijones 798bd78
black and lint fixes
guzzijones 19bcf81
make requirements
guzzijones 2720022
fix test hanging due to monkey patch needed
guzzijones 7fed85a
Merge remote-tracking branch 'upstream/master' into zstandard
guzzijones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.