Commit Graph

399 Commits

Author SHA1 Message Date
353699482c .gitignore 2022-12-20 17:39:46 +01:00
a4c2ec6895 Merge branch 'dev' into 'main'
requirements.txt

See merge request oscar.krause/fastapi-dls!4
2022-12-20 15:13:11 +01:00
58dc7e001e requirements.txt 2022-12-20 15:11:44 +01:00
68aeeb785d Merge branch 'dev' into 'main'
v0.2

See merge request oscar.krause/fastapi-dls!3
2022-12-20 15:08:56 +01:00
8d93c92de4 README.md - added configuration variables & implemented support for 'LEASE_EXPIRE_DAYS' 2022-12-20 15:05:50 +01:00
7ab5e7b264 main.py - refactorings & added simple "dataset" database 2022-12-20 14:55:07 +01:00
3c252e2a4c helper.py moved to main.py 2022-12-20 14:45:44 +01:00
a91ff4cd9b Merge branch 'dev' into 'main'
.gitlab-ci.yml - fixed deploy stage

See merge request oscar.krause/fastapi-dls!2
2022-12-20 09:09:08 +01:00
64946312fa .gitlab-ci.yml - fixed deploy stage 2022-12-20 09:08:45 +01:00
a6cf5e0ac1 Merge branch 'dev' into 'main'
v0.1

See merge request oscar.krause/fastapi-dls!1
2022-12-20 09:06:33 +01:00
afa592e0ef .gitlab-ci.yml - added deploy to public registry 2022-12-20 09:01:31 +01:00
88e14d2a21 README.md 2022-12-20 09:00:21 +01:00
1efdf19fa6 code styling 2022-12-20 07:15:34 +01:00
e7cbc0fc59 main.py - improved responses with wrapping in 'JSONResponse' 2022-12-20 07:15:03 +01:00
fe8df1e6a8 Merge remote-tracking branch 'origin/dev' into dev 2022-12-20 05:43:48 +01:00
1bdb4cf0a5 Reverse Engineering Notes.md - fixes 2022-12-20 05:39:17 +01:00
1a8404b4bb code styling 2022-12-19 22:20:50 +01:00
5ee417825d main.py - leases - rollback to @0df63016 2022-12-19 22:16:42 +01:00
d7d81a48c7 main.py - try to fix "active_lease_list" 2022-12-19 17:44:42 +01:00
7676c69427 main.py - try to fix "active_lease_list" 2022-12-19 16:46:12 +01:00
0df63016ab main.py - added some static leases list 2022-12-19 16:31:33 +01:00
30679d923e code styling & added some logging 2022-12-19 16:16:44 +01:00
fd73f99942 code styling 2022-12-19 15:53:15 +01:00
dff38154d1 main.py - fixes 2022-12-19 15:51:49 +01:00
cdb7fe777e fixed variable types 2022-12-19 14:48:13 +01:00
30256b7272 added some env variables 2022-12-19 14:44:26 +01:00
8e95f700ef Dockerfile - temporary added uvicorn ssl support (in future releases uvicorn listens to http and tls termination should be done by a proxy like traefik) 2022-12-19 14:33:23 +01:00
1f8f85479f main.py - fixed file imports 2022-12-19 14:27:10 +01:00
15acb6fdbe code styling 2022-12-19 14:11:38 +01:00
78ddaa56d3 main.py - replaced SITE_KEY and INSTANCE_KEY with only INSTANCE_KEY 2022-12-19 13:52:16 +01:00
c6607bedba main.py - added some documentation for dev-server 2022-12-19 13:35:35 +01:00
863821121c .gitignore 2022-12-19 13:20:33 +01:00
16e4fc4158 added lease update request (PUT) 2022-12-19 13:15:19 +01:00
0db526a2d6 added timestamp to download filename 2022-12-19 13:14:53 +01:00
b7da2bb648 typos 2022-12-19 13:14:31 +01:00
35e5d70bba code styling 2022-12-19 13:14:21 +01:00
03089e82e5 replaced "timedelta" with "relativedelta" 2022-12-19 13:11:28 +01:00
fbf91b3635 typos 2022-12-19 13:10:43 +01:00
2aa0a1bc21 README.md - updated installation section 2022-12-19 12:59:58 +01:00
0577557585 requirements.txt - added "python-dateutil" 2022-12-19 12:59:40 +01:00
fd73ac5f20 migrated from "cryptography" to "pycryptodome" 2022-12-19 12:58:48 +01:00
7042862600 requirements.txt 2022-12-16 13:55:25 +01:00
1a697a9111 Dockerfile & .gitlab-ci.yaml 2022-12-16 13:55:17 +01:00
cbe213ace3 main.py - added todo 2022-12-16 13:54:55 +01:00
ca76ab03bb main.py - added health endpoint 2022-12-16 13:53:32 +01:00
b5cade6a95 main.app 2022-12-16 13:51:14 +01:00
bc679be0aa README.md, ToDo.md and added some docs 2022-12-16 13:51:00 +01:00
9cddb549af .codeclimate, .editorconfig, .gitignore 2022-12-16 13:50:34 +01:00
Oscar Krause
918129a811 README.md 2022-12-16 13:05:52 +01:00