Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add headings to tag pages | Alan Pearce | 2024-02-09 | -0/+5 |
| | ||||
* | Log errors | Alan Pearce | 2023-11-23 | -0/+1 |
| | ||||
* | Log access | Alan Pearce | 2023-11-23 | -16/+23 |
| | ||||
* | Template "elsewhere on the internet" links | Alan Pearce | 2023-11-10 | -0/+10 |
| | ||||
* | Tweak menu configuration structure | Alan Pearce | 2023-11-10 | -3/+3 |
| | ||||
* | De-duplicate content-encoding handling | Alan Pearce | 2023-11-10 | -37/+14 |
| | ||||
* | Fix metrics of redirects and /health | Alan Pearce | 2023-11-08 | -13/+13 |
| | ||||
* | Create /health handler | Alan Pearce | 2023-11-08 | -1/+3 |
| | ||||
* | Automatically redirect other hostnames to the configured base_url | Alan Pearce | 2023-11-05 | -1/+17 |
| | ||||
* | Remove extra space after Home link | Alan Pearce | 2023-10-29 | -0/+1 |
| | ||||
* | Send content_encoding metrics to prometheus instead of sentry | Alan Pearce | 2023-09-25 | -12/+27 |
| | ||||
* | Fix doubled metrics | Alan Pearce | 2023-09-25 | -1/+0 |
| | ||||
* | Exit properly | Alan Pearce | 2023-09-24 | -0/+2 |
| | ||||
* | Fix serving pre-compressed files | Alan Pearce | 2023-09-24 | -12/+6 |
| | ||||
* | Handle OS signals directly | Alan Pearce | 2023-09-23 | -0/+12 |
| | ||||
* | Make template names clearer | Alan Pearce | 2023-09-23 | -2/+2 |
| | ||||
* | Markup content with more microformats | Alan Pearce | 2023-09-22 | -1/+6 |
| | ||||
* | Replace zola with DOM-based static site generation code | Alan Pearce | 2023-09-22 | -11/+340 |
| | ||||
* | Reduce code to only work with $PWD | Alan Pearce | 2023-09-18 | -7/+4 |
| | ||||
* | Move servers into app.ts and export for testing | Alan Pearce | 2023-09-17 | -229/+230 |
| | ||||
* | Just send one transaction to Sentry | Alan Pearce | 2023-09-17 | -17/+6 |
| | ||||
* | Also rename requests metric | Alan Pearce | 2023-09-17 | -2/+2 |
| | ||||
* | Merge requestsBy* metrics into one metric | Alan Pearce | 2023-09-17 | -12/+23 |
| | ||||
* | Include user-agent string in Sentry tags | Alan Pearce | 2023-09-17 | -0/+1 |
| | ||||
* | Tweak Sentry setup | Alan Pearce | 2023-09-16 | -15/+15 |
| | ||||
* | Don't register double-slashed paths | Alan Pearce | 2023-09-16 | -1/+1 |
| | ||||
* | Fix XML feed style | Alan Pearce | 2023-09-16 | -1/+1 |
| | ||||
* | Add crude Sentry release tracking information | Alan Pearce | 2023-09-16 | -0/+1 |
| | ||||
* | Don't try to collect default metrics that don't work in Bun | Alan Pearce | 2023-09-16 | -8/+0 |
| | ||||
* | Override content-type for /feed-styles/ | Alan Pearce | 2023-09-16 | -4/+7 |
| | ||||
* | Set http tags on 404 spans | Alan Pearce | 2023-09-16 | -1/+2 |
| | ||||
* | Simplify file handling | Alan Pearce | 2023-09-16 | -25/+9 |
| | ||||
* | Trace performance and upload to sentry | Alan Pearce | 2023-09-16 | -7/+45 |
| | ||||
* | Send from correct directory | Alan Pearce | 2023-09-16 | -1/+1 |
| | ||||
* | Steamline docker build | Alan Pearce | 2023-09-16 | -2/+2 |
| | ||||
* | Add request_duration_seconds histogram | Alan Pearce | 2023-09-15 | -7/+16 |
| | ||||
* | Add namespace to prometheus metrics | Alan Pearce | 2023-09-15 | -2/+2 |
| | ||||
* | Catch errors and log to sentry | Alan Pearce | 2023-09-15 | -36/+46 |
| | ||||
* | Build with docker | Alan Pearce | 2023-09-15 | -1/+1 |
| | ||||
* | Log server info at startup | Alan Pearce | 2023-09-15 | -3/+9 |
| | ||||
* | Fix error in requestsByPath counter | Alan Pearce | 2023-09-15 | -0/+1 |
| | ||||
* | Collect metrics for prometheus | Alan Pearce | 2023-09-13 | -0/+38 |
| | ||||
* | Remove unused import | Alan Pearce | 2023-09-13 | -1/+0 |
| | ||||
* | Send headers with 304 responses | Alan Pearce | 2023-09-13 | -1/+1 |
| | ||||
* | Add Vary: Accept-Encoding header (only header keys are re-cased) | Alan Pearce | 2023-09-13 | -1/+4 |
| | ||||
* | Remove console.log | Alan Pearce | 2023-09-13 | -4/+0 |
| | ||||
* | Fix incorrect file existence check | Alan Pearce | 2023-09-13 | -1/+1 |
| | ||||
* | Remove defunct live-reload | Alan Pearce | 2023-09-13 | -4/+3 |
| | | | | Doesn't work when serving static files | |||
* | Use bun's builtin mime logic | Alan Pearce | 2023-09-13 | -8/+3 |
| | ||||
* | Return precompressed files, if they exist | Alan Pearce | 2023-09-13 | -8/+65 |
| |