-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[target-core] Move the core features and functions in common shared `…
…target-core` package (#35) * [target-core] Move the core features and functions onto a dedicated `target-core` package * [target-core] Move the core features and functions onto a dedicated `target-core` package: lint * [target-core] test moto[s3] * [target-core] Development Status :: 2 - Pre-Alpha * [github actions] install target-core from gitlab sources * [github actions] install target-core from gitlab sources: v0.0.1 * target-core release 0.0.2 bump * Drop 3.8 support: cannot import name 'to_thread' from 'asyncio' in Python 3.8 * Drop 3.8 support: cannot import name 'to_thread' from 'asyncio' in Python 3.8 2 * [target-core] S3 module * [target-core] S3 module: bump * [target-core] S3 module: mypy static typing * [target-core] S3 module: mypy static typing test * [target-core] S3 module: mypy static test compliance * [target-core] S3 module: code moved in src source folder * [target-core] S3 module: workflow cache diabled * [target-core] S3 module: workflow cache restored * [target-core] S3 module: workflow cache disabled * [target-core] S3 module: cov update * [target-core] S3 module: tox test * [target-core] S3 module: tox typing check * [target-core] target_s3_jsonl renamed as target_s3_json * [target-core] target_s3_jsonl renamed as target_s3_json: new entry point * [target-core] target-core bump 0.0.5 -> 0.0.6 * [target-core] gh-action-pypi-publish default branch update to release/v1 * [target-core] Leverage native Loader & improve specs * [target-core] Concurrent files uploads * [target-core] Concurrent files uploads comments * [target-core] Concurrent files uploads test * [target-core] changelog.md link * [target-core] Concurrent files removal * [target-core] Concurrent files removal 2 * [target-core] Concurrent files comments * [target-core] Asynchronous file upload * [target-core] Asynchronous file upload :simplified main * [target-core] Asynchronous file upload: remove concurrency_max * [target-core] Asynchronous file upload: CHANGELOG update
- Loading branch information
Showing
30 changed files
with
938 additions
and
1,165 deletions.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include requirements.txt LICENSE target_s3_jsonl/logging.conf | ||
include src/target_s3_json/logging.conf, LICENSE |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ignore: | ||
- target-s3-jsonl/__init__.py | ||
- target-s3-json/__init__.py | ||
- tests/.* | ||
- ./setup.py | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.