Commit Graph

48 Commits

Author SHA1 Message Date
239df00c92 v0.2.0
All checks were successful
Gitea Actions Demo / lint (push) Successful in 22s
Gitea Actions Demo / test (push) Successful in 16s
Gitea Actions Demo / docker (push) Successful in 3m12s
2025-04-29 15:07:36 -05:00
8e9a37b477 v0.1.4
All checks were successful
Gitea Actions Demo / lint (push) Successful in 23s
Gitea Actions Demo / test (push) Successful in 14s
Gitea Actions Demo / docker (push) Successful in 1m41s
2025-04-03 22:59:31 -05:00
7831c5da16 /pid route should return JSON
All checks were successful
Gitea Actions Demo / lint (push) Successful in 50s
Gitea Actions Demo / test (push) Successful in 17s
Gitea Actions Demo / docker (push) Successful in 2m6s
2025-04-03 20:52:32 -05:00
8667d0571f have Puma set the PID of the master process 2025-04-03 20:52:32 -05:00
bb7f309b34 v0.1.3
All checks were successful
Gitea Actions Demo / lint (push) Successful in 22s
Gitea Actions Demo / test (push) Successful in 14s
Gitea Actions Demo / docker (push) Successful in 2m8s
2025-04-02 21:07:52 -05:00
a30c6d7cb8 reorder routes 2025-04-02 21:01:45 -05:00
20c34f3c76 move uptime route to root, /uptime 2025-04-02 21:01:18 -05:00
dc9b8b7cc7 move /livez control routes under /api 2025-04-02 21:00:16 -05:00
149b42825f log kubernaut version number that is compatible with Puma 2025-04-02 20:59:10 -05:00
2285def168 s/sleep/sleepy/g 2025-04-02 20:58:20 -05:00
a83fa30cd4 quiet logger for /livez and /readyz 2025-04-02 20:57:13 -05:00
37694a38d7 v0.1.2
All checks were successful
Gitea Actions Demo / lint (push) Successful in 25s
Gitea Actions Demo / test (push) Successful in 20s
Gitea Actions Demo / docker (push) Successful in 1m54s
2025-04-01 21:23:05 -05:00
4148b9910a log the application name and version number
Some checks failed
Gitea Actions Demo / lint (push) Successful in 27s
Gitea Actions Demo / test (push) Successful in 20s
Gitea Actions Demo / docker (push) Has been cancelled
2025-04-01 20:12:01 -05:00
af9f89a7f5 add hostname helper
All checks were successful
Gitea Actions Demo / lint (push) Successful in 29s
Gitea Actions Demo / test (push) Successful in 34s
Gitea Actions Demo / release-image (push) Has been skipped
2025-03-25 20:00:37 -05:00
9c55277924 set the application name 2025-03-25 19:57:30 -05:00
2b7b338742 added /_cat/pid
All checks were successful
Gitea Actions Demo / lint (push) Successful in 26s
Gitea Actions Demo / test (push) Successful in 15s
Gitea Actions Demo / release-image (push) Has been skipped
2025-03-25 18:49:49 -05:00
312e570a02 add /_cat to list all of the other /_cat sub-endpoints 2025-03-25 18:48:25 -05:00
8acc46c08d create a new method for inferring the PPID 2025-03-24 15:04:01 -05:00
8b094d64b1 add ?flakey=pct param to make the app return 500 errors intermittently
All checks were successful
Gitea Actions Demo / lint (push) Successful in 28s
Gitea Actions Demo / test (push) Successful in 16s
Gitea Actions Demo / release-image (push) Has been skipped
2025-03-14 19:14:56 -05:00
e1f29b555c store status files in /dev/shm
All checks were successful
Gitea Actions Demo / lint (push) Successful in 20s
Gitea Actions Demo / test (push) Successful in 15s
Gitea Actions Demo / release-image (push) Successful in 1m53s
2025-03-12 17:36:14 -05:00
8b69fb745a add an internal fallback URL for CaaS
All checks were successful
Gitea Actions Demo / lint (push) Successful in 27s
Gitea Actions Demo / test (push) Successful in 19s
Gitea Actions Demo / release-image (push) Has been skipped
2025-03-12 17:19:21 -05:00
9c8371e067 change /kitty to /meow 2025-03-12 17:18:41 -05:00
9a19b6bae0 clean up temporary files
All checks were successful
Gitea Actions Demo / lint (push) Successful in 23s
Gitea Actions Demo / test (push) Successful in 13s
Gitea Actions Demo / release-image (push) Successful in 1m44s
2025-03-11 00:49:19 -05:00
9869e98346 stream caas file in chunks
All checks were successful
Gitea Actions Demo / lint (push) Successful in 25s
Gitea Actions Demo / test (push) Successful in 13s
Gitea Actions Demo / release-image (push) Successful in 1m51s
2025-03-10 23:31:24 -05:00
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