Oscar Krause
04bbca1a3a
added "branchVersion" to origin table (if matrix is present)
2024-11-14 07:13:30 +01:00
Oscar Krause
486ebdb4fb
implemented origins & leases auto refresh button
2024-11-14 07:12:33 +01:00
Oscar Krause
ef78fec58a
fixed setTimeout to setInterval
2024-11-14 07:12:33 +01:00
Oscar Krause
9283129a08
updated bootstrap icons to 1.11.4
2024-11-14 07:12:33 +01:00
Oscar Krause
1bf8d27dbe
updated bootstrap to 5.3.3
2024-11-14 07:12:33 +01:00
Oscar Krause
5fafda1123
implemented origins & leases counter for sidebar
2024-11-14 07:12:33 +01:00
Oscar Krause
227ee8cfe1
code styling
2024-11-14 07:12:33 +01:00
Oscar Krause
8f4ed2d9ff
improved dashboard config view
2024-11-14 07:12:32 +01:00
Oscar Krause
87a79815dd
implemented endpoint for expired origins (origins without active leases)
2024-11-14 07:10:01 +01:00
Oscar Krause
161b48be8e
removed "url_for" to prevent proxy http/https missmatch
2024-11-14 07:10:01 +01:00
Oscar Krause
90c1ce979d
added meta tag for "Content-Security-Policy"
2024-11-14 07:10:01 +01:00
Oscar Krause
0e39f1849b
implemented button for delete all expired leases
2024-11-14 07:08:50 +01:00
Oscar Krause
77dd0922d8
fixed Origin.delete()
2024-11-14 07:08:50 +01:00
Oscar Krause
64327c3a64
fixes
2024-11-14 07:08:50 +01:00
Oscar Krause
0769a7fcaa
helper.js - added "lease_renewal" to table
2024-11-14 07:08:50 +01:00
Oscar Krause
f9ac3786ab
fixed origin null pointer exception on leases table
2024-11-14 07:08:19 +01:00
Oscar Krause
a61ce2d478
dashboard_origins.html - implemented confirmation before deleting all origins
2024-11-14 07:08:19 +01:00
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