-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update versions * adjust flake8 config * create secret_manager module * add examples to the `decode` method * update pre-commit hooks * update poetry * update poetry * rename the `GCS` parameter in the constructor to `project_id` * add `__str__` method * add examples for the `GCS` constructor * clean * create module directories * reformat * rename secret_manager.py to secrets_manager.py * add `bucket_list` property * add type hints * add `get_bucket` method * add examples * add `GCSBucket` class * delete the downloaded file * check if the file is downloaded * add google cloud authentication step * do not print service account * remove the data from the path * use poetry in readthedocs * update poetry * use python 3.12 in readthedocs * correct modules in the autodocs * remove unused imported class * rename blob to file * add `file_exists` * rename blob to file * add `search` method * move gcs tests to google_cloud folder * restructure tests * add a case to download an entire directory from gcs * rename the `download_file` method to `download` * extend the `upload_file` to upload directories * extend the `delete_file` to delete directories * reformat * delete uploaded files at the end of the test * rename `delete_file` to `delete` * rename `upload_file` to `upload` * rename `GCSBucket` to `Bucket` * add missing upload test data * add missing upload test data * merge `search` and `list_files` * compare file per file in the downloaded data * clean documentations from static docs * improve docstrings * improve docstrings * split the upload method into two helper function * split the download method into two helper function * rename the `google_cloud.secret_manager` module to utils * move the utils module to the root level of the package * move the utils module to the root level of the package * clean aws tests * remove the environment.yml from the checklist * update checklists files
- Loading branch information
Showing
30 changed files
with
2,043 additions
and
716 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 |
---|---|---|
|
@@ -57,7 +57,7 @@ cover/ | |
*.pot | ||
|
||
# Django stuff: | ||
*.log | ||
#*.log | ||
local_settings.py | ||
db.sqlite3 | ||
db.sqlite3-journal | ||
|
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
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
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.