Commit graph

49 commits

Author SHA1 Message Date
e2a7d40fad chore(release): prepare for v0.1.0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-31 23:55:41 +02:00
0a92c0fb7f fix: use manifest-push 2023-03-31 23:55:08 +02:00
116971fffd chore: add release workflow 2023-03-31 22:19:06 +02:00
9fb1be3ad9 chore: update rstest 2023-03-31 21:01:35 +02:00
793519094a fix: graceful shutdown 2023-03-30 14:09:17 +02:00
23a72c914e ci: use latest docker image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-30 13:42:10 +02:00
6ef3ccac25 ci: build frontend
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-29 14:52:56 +02:00
c6beb2660f fix: hide menu bar on prints, reformat sass
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-29 13:56:21 +02:00
3562dc29d7 reformat js
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-28 14:07:07 +02:00
5c666841fb fix: set menu z-index
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-28 13:57:37 +02:00
7f055c98be feat: embedded UI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-28 01:14:27 +02:00
70e8586f8c feat: implement menu bar 2023-03-08 23:40:01 +01:00
f4a37d6851 feat: add server info endpoint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-08 00:58:20 +01:00
a717cbc165 feat: add storage purge function 2023-03-08 00:04:44 +01:00
bae8dc7643 feat: add cli parser
fix: adjust last-modified date based on commit date
2023-03-07 22:32:02 +01:00
c629ca9f0d fix: use strings for color values in the API 2023-03-07 19:55:16 +01:00
6d4f86e1ae feat: add last-modified middleware
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-07 03:07:19 +01:00
ae59478dd6 tests: add API tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-07 02:02:23 +01:00
956523d515 feat: add file api endpoint 2023-03-06 22:31:03 +01:00
165f456a42 feat: add get_file endpoint 2023-03-04 21:22:29 +01:00
86631422ec feat: add website version parameter 2023-03-04 20:47:50 +01:00
0352989083 refactor: use sequential version ids per website
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-04 18:49:47 +01:00
f9c82e5601 feat: add version_files api endpoint 2023-03-04 17:40:58 +01:00
df1babccd4 tests: add fallback tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-04 15:39:54 +01:00
793d643431 tests: fix spa testdata
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-04 03:14:02 +01:00
9403e36dce tests: add tests for page endpoint
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-04 03:09:17 +01:00
b4529662c0 tests: add file_to_response tests 2023-03-04 02:34:52 +01:00
949159a9eb feat: add x-content-type-options=nosniff header 2023-03-03 20:13:54 +01:00
0b35d88244 feat: make html compression configurable 2023-03-03 20:01:04 +01:00
8fc3d79abb feat: add compression for html pages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-03 19:16:47 +01:00
16dd203018 feat: add fallback option 2023-03-02 13:16:30 +01:00
6de6b21281 feat: add /websitesAll endpoint 2023-03-02 02:14:40 +01:00
c4a5d7d178 feat: add logging, compression 2023-03-01 20:44:10 +01:00
c95dde6b0c feat: inject client code into html 2023-03-01 20:10:14 +01:00
8f129e44b8 fix: dont compress html files, dont copy files if they exist 2023-03-01 18:53:33 +01:00
0b5f369fa0 refactor: use single application struct
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-01 01:23:01 +01:00
eca140331b fix: remove icon from website model 2023-02-28 23:59:39 +01:00
09c43870eb feat: add API
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-02-28 23:52:01 +01:00
28c2884a2e feat: add config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-02-26 23:27:13 +01:00
a280a749da feat: add get_file from store 2023-02-26 19:17:54 +01:00
54fe339ce5 feat: add file storage
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-02-25 22:24:33 +01:00
649ac710d5 ci: install rustfmt+clippy
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-02-25 16:06:44 +01:00
211f34c58d ci: add workflow
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
2023-02-25 16:01:11 +01:00
58d85aa86a tests: add testfiles 2023-02-25 15:46:46 +01:00
71b97a3980 test: add fixtures module 2023-02-25 15:43:49 +01:00
9f916fd685 tests: move db tests 2023-02-25 15:32:04 +01:00
7a051158f8 fix: add db lock 2023-02-25 15:16:10 +01:00
615e6b7680 feat: add database 2023-02-25 02:55:42 +01:00
34cfe761ba initial commit 2023-02-20 15:08:17 +01:00