Oscar Krause
3a3401fb90
implemented refresh button
2024-11-14 07:08:19 +01:00
Oscar Krause
e04b4e09d9
display hostname as title on leases table
2024-11-14 07:08:19 +01:00
Oscar Krause
0c86f3275d
display hostname as title on leases table
2024-11-14 07:08:19 +01:00
Oscar Krause
fc00dab5c9
fixed refreshing data after deleting some origin or lease
2024-11-14 07:07:50 +01:00
Oscar Krause
dcbcba88cb
implemented delete origin endpoint for frontend
2024-11-14 07:07:50 +01:00
Oscar Krause
c8df32375a
fixed timezone handling
2024-11-14 07:07:48 +01:00
Oscar Krause
2c9e8a8b0b
sort leases by expires
2024-11-14 07:03:54 +01:00
Oscar Krause
02b2d5cbe8
sort origins by hostname
2024-11-14 07:03:54 +01:00
Oscar Krause
a77d3aa623
fixed origin table
2024-11-14 07:03:54 +01:00
Oscar Krause
46822bca80
added config values to dashboard
2024-11-14 07:00:50 +01:00
Oscar Krause
a30b8d039b
implemented basic ui
2024-11-14 07:00:46 +01:00
Oscar Krause
bc6d692f0a
added "delete_expired" method for leases
2024-11-13 15:03:37 +01:00
Oscar Krause
63c37c6334
fixed timezone in json response
2024-11-13 15:03:12 +01:00
Oscar Krause
fa2c06972e
sql query improvements
2024-11-13 15:01:33 +01:00
Oscar Krause
0dc8f6c582
refactorings
2024-07-11 05:49:13 +02:00
Oscar Krause
c79455b84d
added way to include driver version in api
...
use `create_driver_matrix_json.py` to generate file in `static/driver_matrix.json`. Logging currently is disabled to not confuse users when file is missing. This is optional!
2024-06-21 19:01:33 +02:00
Oscar Krause
35fc5ea6b0
set log format
2024-06-21 18:59:23 +02:00
Oscar Krause
c9ac915055
code styling & comments
2024-06-13 20:34:45 +02:00
Oscar Krause
8c5850beda
migrated from deprecated "startup" to "lifespan" hook (fastapi)
2024-06-13 20:34:27 +02:00
Oscar Krause
0d9e814d0d
show if debug is enabled on app startup
2024-06-13 20:18:33 +02:00
Oscar Krause
5438317fb7
rearranged imports
2024-06-13 20:18:18 +02:00
Oscar Krause
21f19be8ab
code styling & improved logging
2024-06-13 20:16:51 +02:00
Oscar Krause
eff6aae25d
code styling
2024-06-13 19:53:57 +02:00
Oscar Krause
6473655e57
import fixes
2024-06-13 19:24:46 +02:00
Oscar Krause
7e5f8b6c8a
implemented endpoint to remove expired leases
2023-06-12 10:48:00 +02:00
Oscar Krause
e42dc6aa86
code styling
2023-03-20 10:06:21 +01:00
Oscar Krause
59152f95e6
fixed - The `declarative_base()
` function is now available as sqlalchemy.orm.declarative_base()
2023-01-30 10:23:09 +01:00
Oscar Krause
62d347510d
fixed - sqlalchemy.exc.ArgumentError: Textual SQL expression '\nCREATE TABLE origin (\n\to...' should be explicitly declared as text('\nCREATE TABLE origin (\n\to...')
2023-01-30 10:22:18 +01:00
Oscar Krause
02276d5440
disabled openapi endpoints
2023-01-23 07:33:54 +01:00
Oscar Krause
f7ef8d76b6
fixed Origin.delete()
2023-01-23 07:12:02 +01:00
Oscar Krause
95427d430e
added startup script
2023-01-19 07:26:22 +01:00
Oscar Krause
c3ea0aa48c
added variable for client-token-expire-delta
2023-01-19 07:26:07 +01:00
Oscar Krause
91be7b226c
added some comments for default values
2023-01-19 07:25:44 +01:00
Oscar Krause
48c37987b2
fixed logging and added current timezone info
2023-01-18 14:23:25 +01:00
Oscar Krause
0ab5969d3a
fixes
2023-01-18 06:56:16 +01:00
Oscar Krause
b2e6fab294
fixes
2023-01-17 16:49:15 +01:00
Oscar Krause
3c19fc9d5b
implemented "lease_renewal" attribute as calculated value within what period of time the license must be renewed
2023-01-17 11:49:56 +01:00
Oscar Krause
a758d93970
main.py - fixed empty lease origin response
2023-01-17 11:18:07 +01:00
Oscar Krause
aecad82914
main.py - added confirmation to deleteOrigins()
2023-01-04 18:12:59 +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
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
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