-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from pvarki/server_53
Update takserver to 5.3-24
- Loading branch information
Showing
14 changed files
with
70 additions
and
44 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 1.6.0 | ||
current_version = 1.7.0 | ||
commit = False | ||
tag = False | ||
|
||
|
Submodule api
updated
31 files
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
Submodule miniwerk
updated
7 files
+1 −1 | .bumpversion.cfg | |
+1 −1 | pyproject.toml | |
+1 −1 | src/miniwerk/__init__.py | |
+13 −4 | src/miniwerk/config.py | |
+2 −2 | src/miniwerk/manifests.py | |
+4 −1 | tests/test_config.py | |
+1 −1 | tests/test_miniwerk.py |
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
Submodule takintegration
updated
27 files
+1 −1 | .bumpversion.cfg | |
+17 −6 | .pre-commit-config.yaml | |
+6 −4 | Dockerfile | |
+1 −0 | docker/entrypoint-test.sh | |
+1 −2 | docker/entrypoint.sh | |
+1,751 −1,420 | poetry.lock | |
+12 −12 | pyproject.toml | |
+2 −1 | src/takrmapi/__init__.py | |
+1 −0 | src/takrmapi/api/__init__.py | |
+1 −0 | src/takrmapi/api/admininfo.py | |
+3 −1 | src/takrmapi/api/clientinfo.py | |
+1 −0 | src/takrmapi/api/description.py | |
+1 −0 | src/takrmapi/api/healthcheck.py | |
+1 −0 | src/takrmapi/api/instructions.py | |
+1 −0 | src/takrmapi/api/usercrud.py | |
+1 −0 | src/takrmapi/app.py | |
+5 −2 | src/takrmapi/config.py | |
+1 −0 | src/takrmapi/console.py | |
+104 −41 | src/takrmapi/tak_helpers.py | |
+1 −0 | src/takrmapi/tak_init.py | |
+1 −0 | src/takrmapi/tak_schema.py | |
+1 −0 | tests/conftest.py | |
+1 −0 | tests/test_console.py | |
+1 −0 | tests/test_crud.py | |
+1 −0 | tests/test_fragment.py | |
+1 −0 | tests/test_openapi.py | |
+2 −1 | tests/test_takrmapi.py |
Submodule takserver
updated
6 files
+1 −1 | Dockerfile | |
+10 −0 | build_compose.yml | |
+2 −2 | docker-compose.yml | |
+1 −1 | scripts/enable_admin.sh | |
+1 −1 | scripts/enable_user.sh | |
+0 −0 | update/.keep |
Oops, something went wrong.