Commit Graph

17 Commits

Author SHA1 Message Date
Daan Sprenkels 9ff11cc14c Remove boltdb leftovers 2021-05-13 10:44:32 +02:00
Daan Sprenkels 38b27b4d11 mod: Remove explicit go-bindata dep; NFC 2021-05-13 10:43:23 +02:00
Daan Sprenkels 590003aa36 Update dependencies 2021-05-08 22:45:04 +02:00
Daan Sprenkels 0048004252 Use sql database instead of bolt 2020-10-25 17:33:51 +01:00
Daan Sprenkels 847fd8072b Bump dependencies 2020-05-30 17:05:33 +02:00
Daan Sprenkels c0e4ac2c40 mod: Bump dependencies 2020-04-22 19:30:20 +02:00
Daan Sprenkels f1fe160655 go mod tidy 2019-12-08 21:56:30 +01:00
Daan Sprenkels cf956501ac metrics: Add http_requests metric 2019-12-08 21:56:02 +01:00
Daan Sprenkels 66eb0bf97a Add support for file uploads 2019-11-10 19:03:57 +01:00
Bart Schuurmans 2d2df99f75 Run go mod tidy 2019-11-08 10:40:31 +01:00
Daan Sprenkels e193183f86 Allow internal server error using panic() 2019-10-15 23:19:45 +02:00
Daan Sprenkels 544c093c35 Use a more standardized project layout
In #2, mrngm made the point that we should move to a more
standardized project structure. This commit does exactly that.
The new project structure is based on the repository listed at
<https://github.com/golang-standards/project-layout>.

Fixes #2.
2019-09-10 17:52:45 +02:00
Daan Sprenkels 471a9c69db Run go mod tidy 2019-09-08 10:49:05 +02:00
Daan Sprenkels 675245722f Revert "Format errors with HTML"
This reverts commit 80092dea5b.

After enabling both HTML and plain-text templating, I found that
this introduces a lot more complexity in the code than was desirable
for a project in this stage. The result looked fine, wrapping plain
text in <pre> tags. However, it was neccessary to keep duplicate
template files, for HTML and text. This was cumbersome, added a lot
of bloat, etc.

This feature is postponed to when there is more product.
2019-09-06 00:15:35 +02:00
Daan Sprenkels 80092dea5b Format errors with HTML 2019-09-05 23:07:54 +02:00
Daan Sprenkels 498c84541b Add a small prometheus exporter 2019-08-29 23:41:00 +02:00
Daan Sprenkels 061bb23625 Initial commit 2019-08-25 21:33:56 +02:00