about summary refs log tree commit diff stats
path: root/src/index.ts
Commit message (Expand)AuthorAgeLines
* bye bye bunAlan Pearce2024-04-17-36/+0
* Add startup performance metricAlan Pearce2024-04-10-0/+11
* Use log methods instead of consoleAlan Pearce2024-04-09-2/+2
* Fix TypeScript warning about `env` accessAlan Pearce2024-04-09-1/+1
* Use import.meta instead of Bun to get envvarsAlan Pearce2024-04-01-1/+1
* Print served URL via Server.urlAlan Pearce2024-04-01-1/+1
* Exit properlyAlan Pearce2023-09-24-0/+2
* Handle OS signals directlyAlan Pearce2023-09-23-0/+12
* Replace zola with DOM-based static site generation codeAlan Pearce2023-09-22-0/+4
* Move servers into app.ts and export for testingAlan Pearce2023-09-17-229/+5
* Just send one transaction to SentryAlan Pearce2023-09-17-17/+6
* Also rename requests metricAlan Pearce2023-09-17-2/+2
* Merge requestsBy* metrics into one metricAlan Pearce2023-09-17-12/+23
* Include user-agent string in Sentry tagsAlan Pearce2023-09-17-0/+1
* 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-1/+1
* 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-2/+2
* 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/+46
* Build with dockerAlan Pearce2023-09-15-1/+1
* 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/+38
* Remove unused importAlan Pearce2023-09-13-1/+0
* 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
* Remove console.logAlan Pearce2023-09-13-4/+0
* Fix incorrect file existence checkAlan Pearce2023-09-13-1/+1
* Remove defunct live-reloadAlan Pearce2023-09-13-4/+3
* Use bun's builtin mime logicAlan Pearce2023-09-13-8/+3
* Return precompressed files, if they existAlan Pearce2023-09-13-8/+65
* Inline variableAlan Pearce2023-09-13-4/+4
* Send 304 when file time not greater than if-modified-since headerAlan Pearce2023-09-13-3/+15
* Send last-modified headerAlan Pearce2023-09-13-1/+4
* Remove unused functionAlan Pearce2023-09-13-6/+0
* Reduce memory usage by not duplicating default headersAlan Pearce2023-09-13-3/+3
* Send status code 404 with /404.htmlAlan Pearce2023-09-12-3/+6
* Rename variableAlan Pearce2023-09-12-2/+2
* Return 404 if file no longer existsAlan Pearce2023-09-12-14/+17
* Remove unused dependencyAlan Pearce2023-09-12-1/+0
* wtf typescriptAlan Pearce2023-09-12-3/+3