-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ Add exporter code to storage #7218
Open
GitHK
wants to merge
99
commits into
ITISFoundation:master
Choose a base branch
from
GitHK:pr-osparc-s3-zip-stream-worker-code
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.
+679
−224
Open
Changes from 1 commit
Commits
Show all changes
99 commits
Select commit
Hold shift + click to select a range
a630375
added new accepted folder path
1503482
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
ebe1b37
initial implementation
27831e9
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
d33f717
removed
12440f7
refactor
74611a9
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
edbc905
removed uneccessary
a7d1dbc
refactor
e884e54
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
a1b8822
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
650350e
remove duplicate import
fcf8d34
remove unused
a4d6b01
update comments
442c700
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
58f0b85
refactor
d8f37a9
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
a9feeb5
repalce with archiver
88fb792
rename
7b66adf
extended tests
81810c3
added progress_callbacks
72b9e2b
ensure progress
3eafcc1
remove else
3b0a073
added base task to use
7359f6d
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
1dd6de2
extended base messages
b3ee27a
added user_notifications base
fc59ec1
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
dbf3f29
updated openapispecs
411f9ee
add progress sending via rabbitmq
412bb0f
added cleanup fixtures
981cde9
mypy
e2b7e6f
fixed test
ded5d00
fixed missing field
f6a77cb
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
7ced8e7
fixed
e5859f6
fixed export task
ed60ba7
fixed task
1c0d5ab
connected export job
f3ca256
purged unused
1cd7bbd
removed
949cb09
refactor
0c46c25
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
335b550
pylint
53b257a
refactor progress
3a2b858
rename
c13ffb1
refactor
4abd21a
fixed test
85fb767
fixed tests
16dd061
rename
39fe1a7
fixed test
87ba884
refactor
a796af3
refactor
5db89cb
minor
65f6817
moved modules
1e7aa1c
revert change
9031e8d
refactored tests
f49232a
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
3fdf056
rephrase message
2766d20
updated spec
2f72676
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
1572713
using shared value
3d7373e
refactor messages
7d239dc
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
7622e15
enforce UUID pattern on exports
1413afb
refactor
c17b21e
removed exception
3fde9ad
rename
899b4fa
renamed
596c3ac
limit permissions
0cbc148
rename
02208c5
feedback
e313bc6
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
7af7f46
added note
5de596d
added note
b091c3e
using progress bar
92c6090
using existing fixture
bb38d8b
fixed regex
8badfd2
fixed tests
552de63
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
afa7858
fixeed specs
938c6ae
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
c6f48f1
fixed
1aa630e
fixed test
9f021e3
revert interfaces
5632add
revert changes
37c05ba
refactor
d3437c4
refactor
585ba54
restructured imports
4bae784
refactir
9f2d99f
fixed tests
8cbfeb1
not required
3094f87
limit to simcore_s3 only
b5c68e0
interface cleanup
9a589c0
aligned interface
4185157
fixed imports
d91899e
updated interface and tests
33aca4f
fixed zip, using zip_64 by default
79baf7b
Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-…
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
refactir
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so I think this is not correct:
with_storage_celery_worker
fixture