about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
...
* add rel=me to profile linksAlan Pearce2023-09-22-6/+15
|
* Remove non-existant sitemap from robots.txtAlan Pearce2023-09-22-1/+0
|
* Copy post-processed files back to app imageAlan Pearce2023-09-22-0/+1
|
* Re-add compression stepAlan Pearce2023-09-22-1/+1
|
* Create post "Homesteading"Alan Pearce2023-09-22-0/+13
|
* Markup content with more microformatsAlan Pearce2023-09-22-7/+30
|
* Replace zola with DOM-based static site generation codeAlan Pearce2023-09-22-852/+670
|
* Remove codeberg-specific domains file zolaAlan Pearce2023-09-22-6/+0
|
* Fix for strict TOML date parsingAlan Pearce2023-09-22-1/+1
|
* Reduce code to only work with $PWDAlan Pearce2023-09-18-7/+4
|
* Move servers into app.ts and export for testingAlan Pearce2023-09-17-230/+231
|
* Fix incorrect Makefile logic for post-processingAlan Pearce2023-09-17-3/+5
|
* Just send one transaction to SentryAlan Pearce2023-09-17-17/+6
|
* Also rename requests metricAlan Pearce2023-09-17-2/+2
|
* Format HTML to a shorter line lengthAlan Pearce2023-09-17-1/+1
|
* Optimise DockerfileAlan Pearce2023-09-17-1/+0
|
* Fix format not running in dockerAlan Pearce2023-09-17-2/+2
|
* Merge requestsBy* metrics into one metricAlan Pearce2023-09-17-12/+23
|
* Use a fixed docker tag for postprocessing on AlpineAlan Pearce2023-09-17-1/+1
|
* Use a special file for health checksAlan Pearce2023-09-17-1/+2
| | | | | | | This should remain a static file so that the static file functionality of the server can be tested. If it were a special case inside the server router, it could potentially continue to operate whilst the server otherwise no longer works
* Include user-agent string in Sentry tagsAlan Pearce2023-09-17-0/+1
|
* Use make only for necessary functionalityAlan Pearce2023-09-16-22/+8
|
* add HTTP service checksAlan Pearce2023-09-16-0/+6
|
* Send HSTS header from Fly proxyAlan Pearce2023-09-16-2/+3
| | | | Bun seems to eat this header otherwise
* Tweak Sentry setupAlan Pearce2023-09-16-15/+15
|
* Don't register double-slashed pathsAlan Pearce2023-09-16-1/+1
|
* Fix XML feed styleAlan Pearce2023-09-16-37/+50
|
* Add crude Sentry release tracking informationAlan Pearce2023-09-16-0/+1
|
* Don't try to collect default metrics that don't work in BunAlan Pearce2023-09-16-8/+0
|
* Override content-type for /feed-styles/Alan Pearce2023-09-16-4/+7
|
* Set http tags on 404 spansAlan Pearce2023-09-16-1/+2
|
* Simplify file handlingAlan Pearce2023-09-16-25/+9
|
* Trace performance and upload to sentryAlan Pearce2023-09-16-7/+45
|
* Send from correct directoryAlan Pearce2023-09-16-1/+1
|
* Steamline docker buildAlan Pearce2023-09-16-4/+7
|
* Update Bun to 1.0.1Alan Pearce2023-09-15-1/+1
|
* Fix buildAlan Pearce2023-09-15-19/+80
|
* Merge homestead repositoryAlan Pearce2023-09-15-133/+817
|\
| * Add request_duration_seconds histogramAlan Pearce2023-09-15-7/+16
| |
| * Add namespace to prometheus metricsAlan Pearce2023-09-15-2/+2
| |
| * Catch errors and log to sentryAlan Pearce2023-09-15-36/+47
| |
| * Deploy to fly.ioAlan Pearce2023-09-15-0/+21
| |
| * Build with dockerAlan Pearce2023-09-15-1/+233
| |
| * Log server info at startupAlan Pearce2023-09-15-3/+9
| |
| * Fix error in requestsByPath counterAlan Pearce2023-09-15-0/+1
| |
| * Collect metrics for prometheusAlan Pearce2023-09-13-0/+39
| |
| * Remove unused importAlan Pearce2023-09-13-1/+0
| |
| * Add testsAlan Pearce2023-09-13-0/+71
| |
| * Send headers with 304 responsesAlan Pearce2023-09-13-1/+1
| |
| * Add Vary: Accept-Encoding header (only header keys are re-cased)Alan Pearce2023-09-13-1/+4
| |