-
Notifications
You must be signed in to change notification settings - Fork 16
Feat/sync storage #243
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
Feat/sync storage #243
Changes from 16 commits
a87e49c
3a103f2
f082699
1aba332
f040bdb
b165416
9ae5f1d
94c7551
875061b
115dde4
9be2125
7240abd
62a293c
80a1df3
98d8907
d8aa7ab
36f6010
1c99ce9
ed124dd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| SYNC_STORAGE_VERSION=$1 | ||
|
|
||
| mkdir -p .caches | ||
|
|
||
| wget -O .caches/syncstorage-linux-amd64 \ | ||
| "https://github.com/testit-tms/sync-storage-public/releases/download/${SYNC_STORAGE_VERSION}/syncstorage-${SYNC_STORAGE_VERSION}-linux_amd64" | ||
| chmod +x .caches/syncstorage-linux-amd64 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| echo $(grep -o 'SYNC_STORAGE_VERSION = "[^"]*"' testit-python-commons/src/testit_python_commons/services/sync_storage/sync_storage_runner.py | cut -d'"' -f2) | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # flake8: noqa | ||
|
|
||
| """ | ||
| Sync Storage Service API | ||
|
|
||
| This is a sync storage service for coordinating test workers. # noqa: E501 | ||
|
|
||
| The version of the OpenAPI document: 1.0 | ||
| Generated by: https://openapi-generator.tech | ||
| """ | ||
|
|
||
|
|
||
| __version__ = "1.0.0" | ||
|
|
||
| # import ApiClient | ||
| from api_client_syncstorage.api_client import ApiClient | ||
|
|
||
| # import Configuration | ||
| from api_client_syncstorage.configuration import Configuration | ||
|
|
||
| # import exceptions | ||
| from api_client_syncstorage.exceptions import OpenApiException | ||
| from api_client_syncstorage.exceptions import ApiAttributeError | ||
| from api_client_syncstorage.exceptions import ApiTypeError | ||
| from api_client_syncstorage.exceptions import ApiValueError | ||
| from api_client_syncstorage.exceptions import ApiKeyError | ||
| from api_client_syncstorage.exceptions import ApiException |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # do not import all apis into this module because that uses a lot of memory and stack frames | ||
| # if you need the ability to import all apis from one package, import them with | ||
| # from api_client_syncstorage.apis import CompletionApi |
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.
validate requirements