Semaphore/api
Thomas Boerger 67954b95aa
feat: replace packr and add basic cache headers
Since packr have been deprecated in favor of go:embed for quite some
time now I have replaced it with plain go:embed functionality which
makes it more future proof.

The only downside is that go:embed can use relativ paths only, that's
why I have moved the web/dist folder into api/public.

Besides that I have refactored the static asset handling which includes
basic last modification and cache control headers to improve the cache
cache behavior for static assets.
2024-03-01 15:52:30 +01:00
..
helpers feat: upgrade all dependencies 2024-02-27 12:06:05 +01:00
projects feat: upgrade all dependencies 2024-02-27 12:06:05 +01:00
runners fix(runner): pass token in PUT request 2024-01-08 00:50:37 +05:00
sockets feat: upgrade all dependencies 2024-02-27 12:06:05 +01:00
api_test.go test(be): fix tests 2021-08-26 16:41:42 +05:00
auth.go feat: upgrade all dependencies 2024-02-27 12:06:05 +01:00
events.go feat: admin can all 2023-09-17 16:15:44 +02:00
login.go feat: upgrade all dependencies 2024-02-27 12:06:05 +01:00
router.go feat: replace packr and add basic cache headers 2024-03-01 15:52:30 +01:00
user.go chore: remove unused option 2023-11-17 02:41:36 +05:00
users.go feat: upgrade all dependencies 2024-02-27 12:06:05 +01:00