Oscar Krause
f48fc4ff98
display hostname as title on leases table
2023-01-04 11:17:00 +01:00
Oscar Krause
32b05808c4
fixed "return" instead of "raise"
2023-01-04 10:14:00 +01:00
Oscar Krause
6c9ea63dc1
added variable for TOKEN_EXPIRE_DELTA
2023-01-04 10:08:17 +01:00
Oscar Krause
b839e6c2b3
code styling
...
- replaced 'json.loads' with 'json_loads'
- shortened 'JSONResponse' to 'JSONr'
- shortened 'HTMLResponse' to 'HTMLr'
- replaced HTTPException with JsonResponses
- added some error handing for invalid tokens
2023-01-04 10:04:52 +01:00
Oscar Krause
41cb7ae14f
implemented delete origin endpoint for frontend
2023-01-04 09:52:51 +01:00
Oscar Krause
5035dd4947
fixed refreshing data after deleting some origin or lease
2023-01-04 09:52:15 +01:00
Oscar Krause
08440d242f
implemented delete origin endpoint for frontend
2023-01-04 09:51:43 +01:00
Oscar Krause
f35a4c6145
fixed timezone handling
2023-01-03 21:49:24 +01:00
Oscar Krause
f199800040
sort leases by expires
2023-01-03 21:29:32 +01:00
Oscar Krause
ca96ae08a7
sort origins by hostname
2023-01-03 21:29:24 +01:00
Oscar Krause
49279b6b66
fixed origin table
2023-01-03 21:23:57 +01:00
Oscar Krause
4b4979cf86
fixed imports and tests
2023-01-03 20:55:23 +01:00
Oscar Krause
139fdd3472
Merge branch 'dev' into ui
2023-01-03 20:45:51 +01:00
Oscar Krause
7b2428ea38
removed some debugging
2023-01-03 18:05:46 +01:00
Oscar Krause
ac811d5df7
added 'LEASE_EXPIRE_HOURS' variable for better debugging
2023-01-03 18:05:46 +01:00
Oscar Krause
d6cc6dcbee
fixes
2023-01-03 17:38:32 +01:00
Oscar Krause
71c4972e6a
added config values to dashboard
2023-01-03 15:03:09 +01:00
Oscar Krause
df43a598cd
Merge branch 'dev' into ui
2023-01-03 14:55:26 +01:00
Oscar Krause
18e9ab2ebf
fixes
2023-01-03 14:52:31 +01:00
Oscar Krause
ef1730f4fe
orm.py - added some docs
2023-01-03 14:20:13 +01:00
Oscar Krause
5a5ad0e654
removed 'scope_ref' from code checks because we only support one 'ALLOTMENT_REF', so we need no checks
2023-01-03 14:09:19 +01:00
Oscar Krause
0e3e7cbd3a
main.py - corrected leasing behaviour (migrated from 'LEASE_REF' to 'ALLOTMENT_REF')
2023-01-03 13:05:05 +01:00
Oscar Krause
bd5625af42
main.py - removed example responses
2023-01-03 13:02:37 +01:00
Oscar Krause
8f9d95056f
code styling - migrated direct dict access to '.get()'
2023-01-03 09:20:18 +01:00
Oscar Krause
2b8c468270
main.py - fixed missing 'LEASE_RENEWAL_PERIOD' on '/auth/v1/origin'
2023-01-03 07:25:09 +01:00
Oscar Krause
50e0dc8d1f
implemented '/leasing/v1/lessor/shutdown' for windows guests
2023-01-02 19:42:23 +01:00
Oscar Krause
8b934dfeef
fixed '/-/config' endpoint serialisation
2023-01-02 19:23:23 +01:00
Oscar Krause
4fb6243330
removed deprecated endpoints
...
- '/client-token' moved to '/-/client-token'
- '/status' moved to '/-/health' and '/-/config'
see README.md for more information
2023-01-02 19:18:32 +01:00
Oscar Krause
2e950ca6f4
implemented '/-/config' endpoint to list runtime environment variables
2023-01-02 19:14:25 +01:00
Oscar Krause
34662e6612
implemented 'LEASE_RENEWAL_PERIOD' variable
2023-01-02 18:57:41 +01:00
Oscar Krause
a3e089a3d5
added some references
2023-01-02 18:10:11 +01:00
Oscar Krause
ab996bb030
code styling
2023-01-02 18:04:14 +01:00
Oscar Krause
fc8ef174cd
implemented basic ui
2023-01-02 18:01:44 +01:00
Oscar Krause
98d7492534
main.py - fixed cors parsing
2022-12-30 07:42:57 +01:00
Oscar Krause
3d83e533da
fixed client-token filename (missing .tok extension)
2022-12-30 03:50:48 +01:00
Oscar Krause
1f56d31351
code styling
2022-12-29 20:42:40 +01:00
Oscar Krause
400c983025
added redirect for "/-/" route
2022-12-29 20:41:55 +01:00
Oscar Krause
fa3a06a360
code styling
2022-12-29 20:40:42 +01:00
Oscar Krause
c0ab3a589f
migrated '/client-token' to '/-/client-token'
2022-12-29 20:33:50 +01:00
Oscar Krause
a8504f3017
hardcoded default CORS to https, since drivers only support secure connections
2022-12-29 19:14:49 +01:00
Oscar Krause
17978c2e2e
main.py - added endpoint to release single lease
2022-12-29 19:03:09 +01:00
Oscar Krause
569ca8b3ea
orm.py - fixed renewing timestamps from params
2022-12-29 19:00:14 +01:00
Oscar Krause
e0843ca1d4
code styling
2022-12-29 18:59:26 +01:00
Oscar Krause
3fad49b18a
main.py - added api descriptions
2022-12-29 18:48:30 +01:00
Oscar Krause
13ec45e762
orm.py - added init call after dropping table by migration
2022-12-29 12:34:25 +01:00
Oscar Krause
8b9c7d688b
added some docs to custom endpoints
2022-12-29 10:35:15 +01:00
Oscar Krause
a09fc5f2ad
added some new endpoints and links in readme
2022-12-29 10:31:25 +01:00
Oscar Krause
ed1b55f5f1
created a simple management ui
2022-12-29 10:12:31 +01:00
Oscar Krause
2b7fed3381
created endpoints to delete origins and to delete a lease
2022-12-29 09:57:37 +01:00
Oscar Krause
922dc9f5a7
refactored database structure and created migration script
2022-12-29 09:40:50 +01:00
Oscar Krause
1a50e28202
main.py - removed unused import
2022-12-29 09:15:51 +01:00
Oscar Krause
d86948aee2
added some comments
2022-12-29 09:01:36 +01:00
Oscar Krause
6b2e6bf392
added optional query parameter to '/-/origins' and '/-/leases' for linked leases/origin
2022-12-29 09:00:52 +01:00
Oscar Krause
a6ac58d12c
fixes
2022-12-29 07:41:25 +01:00
Oscar Krause
6978ba4873
orm.py - timestamps are not updated in database
2022-12-29 07:09:39 +01:00
Oscar Krause
2663901988
util.py - implemented generate key method
2022-12-28 14:30:42 +01:00
Oscar Krause
92fe6154e6
code styling
2022-12-28 11:53:56 +01:00
Oscar Krause
a951433ca0
fixes
2022-12-28 11:33:06 +01:00
Oscar Krause
dada9cc4cd
fixes
2022-12-28 11:05:41 +01:00
Oscar Krause
e88b1afcf7
fixes
2022-12-28 09:57:55 +01:00
Oscar Krause
e1f2e942a6
code styling
2022-12-28 09:23:17 +01:00
Oscar Krause
2afa01273a
Merge branch 'debian' into 'dev'
...
Debian
See merge request oscar.krause/fastapi-dls!11
2022-12-28 09:16:32 +01:00
Oscar Krause
5db66c893d
Merge branch 'dev' into sqlalchemy
...
# Conflicts:
# README.md
2022-12-28 09:14:41 +01:00
Oscar Krause
ddb1299f5c
Merge branch 'dev' into debian
2022-12-28 07:29:54 +01:00
Oscar Krause
180cdcb43d
added some variables
2022-12-28 07:29:38 +01:00
Oscar Krause
52faba5a1d
Merge branch 'dev' into debian
2022-12-28 06:50:19 +01:00
Oscar Krause
c38ed25a2f
fixes
2022-12-27 20:28:09 +01:00
Oscar Krause
1b34edfda6
fixes
2022-12-27 20:22:00 +01:00
Oscar Krause
85736c5ce4
typos
2022-12-27 20:10:18 +01:00
Oscar Krause
07f1e64553
fixes
2022-12-27 20:08:37 +01:00
Oscar Krause
560b18b5c4
orm.py - fixed not null column
2022-12-27 19:57:58 +01:00
Oscar Krause
b5c64038cb
main.py - migrated merged changes from dataset to sqlalchemy
2022-12-27 19:05:41 +01:00
Oscar Krause
c7aa28382a
Merge branch 'dev' into sqlalchemy
...
# Conflicts:
# app/main.py
2022-12-27 19:04:41 +01:00
Oscar Krause
6d5ed1a142
main.py - added origin update endpoint
2022-12-27 19:03:03 +01:00
Oscar Krause
f9e3740150
main.py - added env variable for "INSTANCE_REF"
2022-12-27 17:42:58 +01:00
Oscar Krause
52fb18dea0
main.py - fixed imports for "Crypto" and "Cryptodome" (on debian)
2022-12-27 12:21:52 +01:00
Oscar Krause
4e17e6da82
main.py fixed pycryptodome import
2022-12-23 14:09:13 +01:00
Oscar Krause
952a74cabe
Merge branch 'sqlalchemy' into debian
...
# Conflicts:
# app/main.py
2022-12-23 13:50:50 +01:00
Oscar Krause
332b9b23cd
code styling
2022-12-23 13:31:43 +01:00
Oscar Krause
3d5d728d67
code styling
2022-12-23 13:22:06 +01:00
Oscar Krause
838e30458d
code styling
2022-12-23 13:21:52 +01:00
Oscar Krause
f539db5933
implemented db_init
2022-12-23 13:17:19 +01:00
Oscar Krause
43d5736f37
code styling & removed comments
2022-12-23 08:22:21 +01:00
Oscar Krause
e7102c4de6
fixed updates
2022-12-23 08:16:58 +01:00
Oscar Krause
d1db441df4
removed Auth
2022-12-23 08:16:34 +01:00
Oscar Krause
d5b51bd83c
Merge branch 'dev' into sqlalchemy
...
# Conflicts:
# app/main.py
2022-12-23 08:08:35 +01:00
Oscar Krause
a0b9eae15b
main.py - fixed wrong "origin_ref" in CodeResponse
...
- fixed issue
- removed the now unnecessary table "auth"
2022-12-23 06:56:29 +01:00
Oscar Krause
394180652e
migrated from dataset to sqlalchemy
2022-12-22 12:57:06 +01:00
Oscar Krause
c5b6c79d1c
fixes
2022-12-21 11:06:09 +01:00
Oscar Krause
4184731571
dotenv fixes
2022-12-21 10:53:51 +01:00
Oscar Krause
e89401dbc1
replaced "print" with "logging.info"
2022-12-21 10:45:45 +01:00
Oscar Krause
e323fd3488
added cors support and improved logging
2022-12-21 10:41:20 +01:00
Oscar Krause
af6b17319d
include version and commit hash in status endpoint
2022-12-21 10:40:05 +01:00
Oscar Krause
802366e9ff
code styling
2022-12-21 08:00:52 +01:00
Oscar Krause
76f997d437
render README.md on index page
2022-12-21 07:33:20 +01:00
Oscar Krause
c647363b6d
main.py - added some debug endpoints
2022-12-20 18:24:59 +01:00
Oscar Krause
fad0545942
main.py - implemented lease storage support
2022-12-20 18:06:32 +01:00
Oscar Krause
8d93c92de4
README.md - added configuration variables & implemented support for 'LEASE_EXPIRE_DAYS'
2022-12-20 15:05:50 +01:00
Oscar Krause
7ab5e7b264
main.py - refactorings & added simple "dataset" database
2022-12-20 14:55:07 +01:00
Oscar Krause
3c252e2a4c
helper.py moved to main.py
2022-12-20 14:45:44 +01:00