Commit Graph

31 Commits

Author SHA1 Message Date
fa3f24eb70 Move gql handler out of main, improve admin route matching 2022-02-28 09:23:08 +01:00
bef52d956e Add support to launch Chrome 2022-02-27 19:00:11 +01:00
2ddf2a77e8 Add logger 2022-02-27 14:28:28 +01:00
efc20564c1 Add Sender module 2022-02-22 14:10:39 +01:00
73ebb89863 Update Dockerfile 2022-01-26 11:35:47 +01:00
1489cb16bf Update GoReleaser config 2022-01-25 13:20:16 +01:00
d84d2d0905 Replace SQLite with BadgerDB 2022-01-21 11:45:54 +01:00
569f7bc76f Use embed instead of rice 2021-04-26 09:24:45 +02:00
ca3a729c36 Add linter, fix linting issue 2021-04-25 16:23:53 +02:00
d2e97f2acc Fix typo "is" > "if" in CLI cert help text (#63)
* Fix typo "is" > "if" in main.go

* Fix typo "is" > "if" in documentation

Update to match the code.
2021-04-23 20:01:50 +02:00
0d04996f06 Add scope support 2020-10-29 20:55:22 +01:00
fedb425381 Add project management 2020-10-11 17:09:39 +02:00
ba7d88dfc5 Replace Cayley with SQLite3 2020-10-04 11:50:03 +02:00
d48f1f058d Add scaffolding for scope package 2020-10-01 21:46:35 +02:00
ce4805452f Add support for ~ expansion for DB filepath 2020-09-28 21:53:51 +02:00
8712151e8f Change default location of DB 2020-09-28 20:43:43 +02:00
5c7165ebf3 Change default port to :8080 2020-09-28 20:41:43 +02:00
8b04747855 Add support for CA key and certificate generation 2020-09-28 20:37:25 +02:00
91947b9ffa Enforce trailing slashes on API paths
This ensures that the Next.js app works consistently both when running in dev mode as well as when it has been exported to static HTML/JS.
2020-09-27 11:33:10 +02:00
adba24b78f Fix file path for db/cayley pkg 2020-09-27 10:48:16 +02:00
2e88b4abc8 Add initial (rough) database support 2020-09-26 23:36:48 +02:00
618ed61314 Fix package name 2020-09-26 00:15:10 +02:00
226762f8e1 Embed static admin resources on build, add goreleaser config 2020-09-25 02:53:41 +02:00
28ae2b6efb Add Dockerfile 2020-09-24 22:28:37 +02:00
a3c22b7f1f Rename project to "Hetty" 2020-09-22 18:33:02 +02:00
21c78cdc23 First rough version of proxy logs frontend 2020-09-20 22:30:17 +02:00
211c11be2b Finish first working version of reqlog 2020-09-19 01:34:51 +02:00
400436607c Add getRequests query to GraphQL server 2020-02-23 22:07:46 +01:00
ef96a69baa Scaffold GraphQL server 2019-12-01 14:47:25 +01:00
1164837247 Start work on request log 2019-12-01 14:07:12 +01:00
94363fe196 Scaffold admin app 2019-11-30 12:43:55 +01:00