Commit Graph

24 Commits

Author SHA1 Message Date
b247971b7e write CaaS cat as a temporary file
All checks were successful
Gitea Actions Demo / lint (push) Successful in 26s
Gitea Actions Demo / test (push) Successful in 14s
Gitea Actions Demo / release-image (push) Successful in 1m57s
this will make it eaiser to set the content-type correctly
2025-03-10 14:55:53 -05:00
54a3de77e2 add /kitty route to get a cat picture from CaaS
All checks were successful
Gitea Actions Demo / lint (push) Successful in 19s
Gitea Actions Demo / test (push) Successful in 18s
Gitea Actions Demo / release-image (push) Successful in 2m7s
2025-03-09 20:55:52 -05:00
5beda31095 fix missing require
Some checks failed
Gitea Actions Demo / lint (push) Successful in 22s
Gitea Actions Demo / test (push) Failing after 2m26s
Gitea Actions Demo / release-image (push) Has been skipped
2025-03-09 17:43:44 -05:00
5c2c7ec3b7 fix lint errors
Some checks failed
Gitea Actions Demo / lint (push) Successful in 2m12s
Gitea Actions Demo / test (push) Failing after 2m4s
Gitea Actions Demo / release-image (push) Has been skipped
2025-03-09 16:12:50 -05:00
c66d4676e3 rename project to Kubernaut
Some checks failed
Gitea Actions Demo / lint (push) Failing after 2m8s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / release-image (push) Has been skipped
2025-03-09 15:46:29 -05:00
b2e4fcbce1 add route to test chunked encoding 2025-03-09 15:38:34 -05:00
86ba2e6c1a add route to dump bytes
Some checks failed
Gitea Actions Demo / lint (push) Failing after 2m11s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / release-image (push) Has been skipped
2025-03-09 15:36:49 -05:00
3a78bf5d03 add routes to dump configuration 2025-03-09 15:36:07 -05:00
fde1dd14b5 use jsonify() helper
Some checks failed
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / release-image (push) Blocked by required conditions
Gitea Actions Demo / lint (push) Has been cancelled
2025-03-09 15:35:40 -05:00
a4955d35fa add configuration class 2025-03-09 15:35:40 -05:00
e03150a2da Use the new json() helper 2025-01-28 01:20:12 -06:00
d413953ebb Add HTTP basic authentication endpoint 2025-01-28 01:20:12 -06:00
8924d1155c Add json() helper 2025-01-28 01:20:12 -06:00
e570a2e3c8 Add endpoint for chunked transfer 2024-08-20 20:02:21 -05:00
83a6152472 Disable sessions for endpoints that do not require them 2024-08-17 14:03:04 -05:00
87156eda3d Add /status/:code 2024-08-11 17:52:44 -05:00
b6f05b475f Add /_cat/cookies 2024-08-11 11:18:41 -05:00
7fc61df477 Add readiness check web endpoint 2024-07-27 17:05:01 -05:00
88e24c688b Move text/plain routes to /_cat prefix 2024-07-08 10:07:34 -05:00
9fab7393f7 Fix lint errors 2024-07-07 16:26:38 -05:00
5aeb90a18d Add hostname to session JSON output 2024-07-05 16:13:12 -05:00
c8372cec1c Add JSON endpoint for /env 2024-07-04 02:04:51 -05:00
6802c59f1d Fix PID file path 2024-07-04 01:24:04 -05:00
e2b0cf9794 first commit 2024-07-02 15:24:45 -05:00