generated from ghga-de/experiment-repository-template
-
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.
Migrate to microservice repository template (#32)
* Apply microservice repository template * JSON auto fixes * Python auto fixes * Python manual fixes * Python manual fixes (mypy) * Migrate README * Re-run README generation * Remove OpenAPI template files * Remove debug folder * Remove debug folder * Fix license headers * Template update (license checker) * Fix badge URL in readme template * Re-integrate custom config docs generator * Re-add PyPI publish workflow * Clean up devcontainer compose file * Apply suggestions from code review Co-authored-by: Kersten Breuer <kersten-breuer@outlook.com> * Remove dev_launcher * Remove README generation * Remove config schema * Ignore removed template files --------- Co-authored-by: Kersten Breuer <kersten-breuer@outlook.com>
- Loading branch information
1 parent
3f9cede
commit a63c4bf
Showing
101 changed files
with
256,327 additions
and
1,329 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[paths] | ||
source = | ||
src | ||
/workspace/src | ||
**/lib/python*/site-packages |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# List of all deprecated files and directories that | ||
# should not exist any more in this repo. | ||
# This list is similar to the `./mandatory_files`, | ||
# however, the entries here will be removed if they | ||
# still exist. | ||
|
||
.devcontainer/library-scripts/docker-in-docker-debian.sh | ||
.devcontainer/library-scripts | ||
|
||
.github/workflows/check_mandatory_and_static_files.yaml | ||
.github/workflows/dev_cd.yaml | ||
.github/workflows/unit_and_int_tests.yaml | ||
|
||
scripts/check_mandatory_and_static_files.py | ||
scripts/update_static_files.py | ||
|
||
docs | ||
|
||
setup.py | ||
setup.cfg | ||
|
||
.pylintrc | ||
.flake8 | ||
.editorconfig |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Optional list of files which are actually deprecated in the template | ||
# but are still allowed to be used in the current repository |
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
Oops, something went wrong.