Oscar Krause oscar.krause
oscar.krause pushed to ui at oscar.krause/fastapi-dls 2023-01-04 11:11:58 +00:00
995e959bb1 dashboard_origins.html - implemented confirmation before deleting all origins
7eb3d7434d implemented refresh button
Compare 2 commits »
oscar.krause pushed to ui at oscar.krause/fastapi-dls 2023-01-04 11:00:51 +00:00
efc8d9c564 display hostname as title on leases table
oscar.krause pushed to ui at oscar.krause/fastapi-dls 2023-01-04 10:19:36 +00:00
6ef1216db6 Merge branch 'dev' into ui
f48fc4ff98 display hostname as title on leases table
52ffedffc7 code styling
5f5569a0c7 improved debian installation
32b05808c4 fixed "return" instead of "raise"
Compare 8 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-04 10:14:30 +00:00
52ffedffc7 code styling
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-04 10:02:57 +00:00
5f5569a0c7 improved debian installation
32b05808c4 fixed "return" instead of "raise"
Compare 2 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-04 09:09:27 +00:00
6c9ea63dc1 added variable for TOKEN_EXPIRE_DELTA
b839e6c2b3 code styling
Compare 2 commits »
oscar.krause pushed to ui at oscar.krause/fastapi-dls 2023-01-04 08:53:38 +00:00
41cb7ae14f implemented delete origin endpoint for frontend
5035dd4947 fixed refreshing data after deleting some origin or lease
08440d242f implemented delete origin endpoint for frontend
Compare 3 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-04 06:40:41 +00:00
8bd37c0ead added some notes to required variables to change
27f47b93b8 docker-compose.yml - added experimental health endpoint
Compare 2 commits »
oscar.krause pushed to ui at oscar.krause/fastapi-dls 2023-01-03 20:49:26 +00:00
f35a4c6145 fixed timezone handling
oscar.krause pushed to ui at oscar.krause/fastapi-dls 2023-01-03 20:29:35 +00:00
f199800040 sort leases by expires
ca96ae08a7 sort origins by hostname
49279b6b66 fixed origin table
Compare 3 commits »
oscar.krause pushed to ui at oscar.krause/fastapi-dls 2023-01-03 20:08:39 +00:00
d06e100bef .gitlab-ci.yml - rebuild docker image when requirements.txt has changed
oscar.krause pushed to ui at oscar.krause/fastapi-dls 2023-01-03 20:01:32 +00:00
c5e344b38a added jinja2 dependency
oscar.krause pushed to ui at oscar.krause/fastapi-dls 2023-01-03 19:55:26 +00:00
4b4979cf86 fixed imports and tests
oscar.krause created branch ui in oscar.krause/fastapi-dls 2023-01-03 19:45:58 +00:00
oscar.krause pushed to ui at oscar.krause/fastapi-dls 2023-01-03 19:45:58 +00:00
139fdd3472 Merge branch 'dev' into ui
27f47b93b8 docker-compose.yml - added experimental health endpoint
Compare 2 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-03 17:59:39 +00:00
5bb8437b1d README.md - added timestamp to linux token filename
7e3f2d0345 docker-compose.yml - fixes
Compare 2 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-03 17:10:19 +00:00
4198021212 README.md - fixed windows issue with /leasing/v1/lessor/shutdown
7e6e523799 improved test (checking uuid are 36 chars long)
7b2428ea38 removed some debugging
ac811d5df7 added 'LEASE_EXPIRE_HOURS' variable for better debugging
5575fee382 fixed config test
Compare 5 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-03 16:39:14 +00:00
835823858b improved test (checking uuid are 36 chars long)
f1369d5e25 added some docs
d6cc6dcbee fixes
Compare 3 commits »
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-03 14:22:53 +00:00
01fe142850 .gitlab-ci.yml - fixed release job
oscar.krause pushed to dev at oscar.krause/fastapi-dls 2023-01-03 13:57:40 +00:00
18e9ab2ebf fixes