Oscar Krause oscar.krause
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-03 13:50:55 +00:00
b64c531898 bump version to 1.3
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-03 13:22:16 +00:00
ef1730f4fe orm.py - added some docs
146ae8b824 updated docs
5a5ad0e654 removed 'scope_ref' from code checks because we only support one 'ALLOTMENT_REF', so we need no checks
Compare 3 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-03 12:05:13 +00:00
0e3e7cbd3a main.py - corrected leasing behaviour (migrated from 'LEASE_REF' to 'ALLOTMENT_REF')
bd5625af42 main.py - removed example responses
8f9d95056f code styling - migrated direct dict access to '.get()'
2b8c468270 main.py - fixed missing 'LEASE_RENEWAL_PERIOD' on '/auth/v1/origin'
Compare 4 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-02 18:42:27 +00:00
50e0dc8d1f implemented '/leasing/v1/lessor/shutdown' for windows guests
8b934dfeef fixed '/-/config' endpoint serialisation
Compare 2 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-02 18:19:10 +00:00
4fb6243330 removed deprecated endpoints
2e950ca6f4 implemented '/-/config' endpoint to list runtime environment variables
34662e6612 implemented 'LEASE_RENEWAL_PERIOD' variable
a3e089a3d5 added some references
ab996bb030 code styling
Compare 5 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-02 13:12:20 +00:00
0853dd64cb README.md - added known issue for error on releasing leases on windows shutdown
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-02 10:40:54 +00:00
838956bdb7 README.md - added '-L' parameter to curl commands to follow redirects (from deprecated endpoints)
8c515b7f2e README.md - removed links from endpoints
de5f07273b README.md - added compatibility to official dls
Compare 3 commits »
oscar.krause pushed tag 1.2 to oscar.krause/fastapi-dls 2022-12-30 07:02:25 +00:00
oscar.krause pushed to main at oscar.krause/fastapi-dls 2022-12-30 06:51:28 +00:00
c894537ff9 Merge branch 'dev' into 'main'
98d7492534 main.py - fixed cors parsing
2368cc2578 bump version to 1.2
5e40d7944a PKGBUILD - updated service running uvicorn natively instead of calling main.py
5fc9fc8e0a added documentation to debian service
Compare 19 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2022-12-30 06:51:28 +00:00
98d7492534 main.py - fixed cors parsing
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2022-12-30 06:41:52 +00:00
2368cc2578 bump version to 1.2
5e40d7944a PKGBUILD - updated service running uvicorn natively instead of calling main.py
Compare 2 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2022-12-30 06:33:21 +00:00
73ffae76b6 PKGBUILD - updated service running uvicorn natively instead of calling main.py
5fc9fc8e0a added documentation to debian service
b0e10004f1 README.md - added windows license key installation from powershell
478ca0ab63 added some comments
Compare 4 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2022-12-30 02:50:50 +00:00
3d83e533da fixed client-token filename (missing .tok extension)
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2022-12-29 20:41:46 +00:00
1f56d31351 code styling
400c983025 added redirect for "/-/" route
fa3a06a360 code styling
c0ab3a589f migrated '/client-token' to '/-/client-token'
a8504f3017 hardcoded default CORS to https, since drivers only support secure connections
Compare 10 commits »
oscar.krause pushed tag 1.1 to oscar.krause/fastapi-dls 2022-12-29 12:20:22 +00:00
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2022-12-29 12:14:20 +00:00
82876bf6b1 .gitlab-ci.yml - fixed release
oscar.krause pushed to main at oscar.krause/fastapi-dls 2022-12-29 12:03:24 +00:00
dc6b6bff69 Merge branch 'dev' into 'main'
e91436b236 README.md - fixed redoc links
6a0c35a7a8 .gitlab-ci.yml - fixed deploy:pacman pipeline
Compare 3 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2022-12-29 12:03:24 +00:00
e91436b236 README.md - fixed redoc links
6a0c35a7a8 .gitlab-ci.yml - fixed deploy:pacman pipeline
Compare 2 commits »
oscar.krause pushed to main at oscar.krause/fastapi-dls 2022-12-29 11:54:38 +00:00
0b7bedde66 Merge branch 'dev' into 'main'
00f7c50e4e .gitlab-ci.yml - added release job
13ec45e762 orm.py - added init call after dropping table by migration
0983426f30 .gitlab-ci.yml improvements
0c3a38b84e .gitlab-ci.yml - fixed MR pipeline
Compare 64 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2022-12-29 11:47:54 +00:00
00f7c50e4e .gitlab-ci.yml - added release job