about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
...
* format dates without millisecondsAlan Pearce2024-04-15-5/+9
|
* Fix tag URI in tagged feedsAlan Pearce2024-04-15-1/+1
|
* Keep awake for longerAlan Pearce2024-04-12-1/+1
|
* Simplify metricsAlan Pearce2024-04-12-26/+1
|
* Remove access loggingAlan Pearce2024-04-12-7/+0
|
* Remove Sentry tracing (keep error logging)Alan Pearce2024-04-11-23/+0
|
* Simplify flakeAlan Pearce2024-04-11-38/+2
|
* docker: use bun compiler to generate single file executableAlan Pearce2024-04-11-3/+7
|
* Update bunAlan Pearce2024-04-11-4/+4
|
* Clean up according to TS hintsAlan Pearce2024-04-11-5/+5
|
* Cleanup unused config file entriesAlan Pearce2024-04-11-17/+0
|
* Enable ETag-based browser cachingAlan Pearce2024-04-11-7/+21
|
* fly: stop running in secondary regions if no meaningful requestsAlan Pearce2024-04-10-4/+26
|
* Add startup performance metricAlan Pearce2024-04-10-0/+11
|
* Merge branch 'main' of ssh://alanpearce.eu/websiteAlan Pearce2024-04-09-2/+2
|\
| * Tweak deployment timeoutsAlan Pearce2024-04-09-2/+2
| |
* | Use log methods instead of consoleAlan Pearce2024-04-09-5/+5
| |
* | Fix TypeScript warning about `env` accessAlan Pearce2024-04-09-4/+4
|/
* ts: use Bun's recommended tsconfigAlan Pearce2024-04-07-11/+17
|
* docker: fix deployment of pre-compressed static filesAlan Pearce2024-04-07-1/+1
|
* fly: send a Host header when performing HTTP checksAlan Pearce2024-04-07-0/+2
|
* fly: shorten wait period before running checks after deployAlan Pearce2024-04-07-1/+1
|
* Normalise case of Host headerAlan Pearce2024-04-07-1/+1
|
* Record metrics for redirectsAlan Pearce2024-04-07-1/+8
|
* Make prometheus metric labels strongly typedAlan Pearce2024-04-07-2/+2
|
* Fix content-encoding checkAlan Pearce2024-04-06-1/+1
| | | | | The files named `index.html.br` failed this check and would later not be found, falling back to the default identity encoding
* Use console.info for permanent logsAlan Pearce2024-04-06-1/+1
|
* Purge CSS on a per-template basisAlan Pearce2024-04-04-10/+51
|
* Docker: Follow bun best practicesAlan Pearce2024-04-04-16/+12
|
* Log content encoding in all casesAlan Pearce2024-04-04-1/+4
|
* Add hostname to logging and metricsAlan Pearce2024-04-04-4/+23
|
* Remove unused importAlan Pearce2024-04-02-1/+0
|
* posts: "fix" type errorAlan Pearce2024-04-01-1/+1
|
* tsc: store build info file out of the wayAlan Pearce2024-04-01-0/+1
|
* tsc: disable implicit anyAlan Pearce2024-04-01-0/+1
|
* Remove unnecessary tsconfig types settingAlan Pearce2024-04-01-3/+1
|
* templates: don't escape HTML for Atom feed; it's not necessaryAlan Pearce2024-04-01-1/+1
|
* Replace Bun fs calls with node-compatible moduleAlan Pearce2024-04-01-25/+32
|
* Rebuild site on dev mode reloadAlan Pearce2024-04-01-1/+1
|
* config: override base_url in developmentAlan Pearce2024-04-01-1/+5
|
* Use import.meta instead of Bun to get envvarsAlan Pearce2024-04-01-5/+7
|
* Enable bun watch mode via `bun dev`Alan Pearce2024-04-01-0/+3
|
* Redirect existing index.html filesAlan Pearce2024-04-01-0/+11
|
* Merge redirect information into standard log lineAlan Pearce2024-04-01-3/+4
|
* Simplify walkDirectory by using recursive readdirAlan Pearce2024-04-01-15/+9
|
* Print served URL via Server.urlAlan Pearce2024-04-01-1/+1
|
* Replace bun-types with @types/bunAlan Pearce2024-04-01-1/+1
|
* Remove obsolete build targets from MakefileAlan Pearce2024-04-01-1/+1
|
* Update dependenciesAlan Pearce2024-04-01-8/+8
|
* Remove inline stylesAlan Pearce2024-02-18-2/+6
|