Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | chore: release 0.1.11 HEAD v0.1.11 main | Alan Pearce | 27 hours | -1/+1 |
| | ||||
* | chore: release 0.1.10 v0.1.10 | Alan Pearce | 11 days | -1/+1 |
| | ||||
* | chore: release 0.1.9 v0.1.9 | Alan Pearce | 2024-08-17 | -1/+1 |
| | ||||
* | chore: release 0.1.8 v0.1.8 | Alan Pearce | 2024-07-13 | -1/+1 |
| | ||||
* | build: generate correct changelog for next version | Alan Pearce | 2024-06-29 | -0/+1 |
| | ||||
* | build: stamp binary correctly | Alan Pearce | 2024-06-29 | -1/+1 |
| | ||||
* | build: remove formatter for go template files | Alan Pearce | 2024-06-27 | -769/+1 |
| | ||||
* | refactor: switch to templ for HTML templates | Alan Pearce | 2024-06-21 | -0/+2 |
| | ||||
* | build: use modd instead of watchexec | Alan Pearce | 2024-06-19 | -0/+1 |
| | ||||
* | chore: release 0.1.6 v0.1.6 | Alan Pearce | 2024-06-19 | -1/+1 |
| | ||||
* | feat: add low-memory mode | Alan Pearce | 2024-06-09 | -1/+1 |
| | ||||
* | chore: release 0.1.5 v0.1.5 | Alan Pearce | 2024-05-29 | -1/+1 |
| | ||||
* | build: just use nix version as internal version | Alan Pearce | 2024-05-25 | -10/+2 |
| | ||||
* | build: enable non-flake import | Alan Pearce | 2024-05-25 | -6/+6 |
| | ||||
* | refactor: split server cmd and module | Alan Pearce | 2024-05-24 | -1/+4 |
| | | | | | It should now be possible to run the server from inside another go application by importing the main module and running its Start() function | |||
* | chore: release v0.1.4 v0.1.4 | Alan Pearce | 2024-05-23 | -1/+2 |
| | ||||
* | docs: expand readme, move dev docs to subfolder | Alan Pearce | 2024-05-22 | -1/+4 |
| | ||||
* | build: fix pre-commit check exclude/ignore patterns | Alan Pearce | 2024-05-22 | -2/+4 |
| | ||||
* | fix(nix): generate default baseURL from listen address and port | Alan Pearce | 2024-05-22 | -5/+9 |
| | ||||
* | build: narrow overly-broad linting exclusions | Alan Pearce | 2024-05-21 | -4/+4 |
| | | | | | | | | | I started this project using `niv`, which creates `nix/sources.nix`, which is all I really needed to exclude as it's generated by niv. Now there's generated code only in `nix/overlays`, so the rest of the files under `nix/` should be formatted by nixpkgs-fmt and analysed by statix and deadnix. | |||
* | docs: add link to default config file in nix module | Alan Pearce | 2024-05-20 | -1/+5 |
| | ||||
* | build: check defaults.toml wasn't modified pre-commit | Alan Pearce | 2024-05-20 | -1/+2 |
| | ||||
* | build: store default configuration in repo and ensure freshness | Alan Pearce | 2024-05-20 | -8/+33 |
| | ||||
* | chore: release 0.1.3 v0.1.3 | Alan Pearce | 2024-05-17 | -1/+1 |
| | ||||
* | fix(css): pagination styles not applied v0.1.2 | Alan Pearce | 2024-05-17 | -1/+1 |
| | ||||
* | fix(nix): missing version variable in build v0.1.1 | Alan Pearce | 2024-05-17 | -1/+2 |
| | ||||
* | build: enable versioning of package | Alan Pearce | 2024-05-17 | -5/+1 |
| | ||||
* | docs: update default sources in nixos module | Alan Pearce | 2024-05-17 | -0/+1 |
| | ||||
* | build: bake git hash into build for headers and --version | Alan Pearce | 2024-05-14 | -1/+13 |
| | ||||
* | build: use a nixpkgs-approved version scheme | Alan Pearce | 2024-05-14 | -1/+10 |
| | ||||
* | fix(flake): remove overlay export | Alan Pearce | 2024-05-14 | -1/+1 |
| | ||||
* | feat(module): add default for Web.Environment | Alan Pearce | 2024-05-14 | -0/+6 |
| | ||||
* | fix(module): include nix in path | Alan Pearce | 2024-05-14 | -0/+1 |
| | ||||
* | refactor: combine import and web server into one binary | Alan Pearce | 2024-05-13 | -56/+35 |
| | ||||
* | refactor(config): simplify configuration | Alan Pearce | 2024-05-13 | -66/+69 |
| | | | | | | | | | | | | | | commit 8225dbdb692c99b39dcafe2e5ec6ddc4daf08fb5 Author: Alan Pearce <alan@alanpearce.eu> Date: Mon May 13 19:18:26 2024 +0200 refactor: consolidate configuration to reduce command-line options commit 5616d4c5a9bc6c0c14f744f812fa6609f859dc34 Author: Alan Pearce <alan@alanpearce.eu> Date: Mon May 13 17:41:58 2024 +0200 refactor: move config file parsing to program entry points | |||
* | fix(module): allow setting sentry DSN | Alan Pearce | 2024-05-13 | -0/+1 |
| | ||||
* | build: workaround nix weirdness | Alan Pearce | 2024-05-13 | -0/+1 |
| | ||||
* | build: export nixos module and overlay | Alan Pearce | 2024-05-13 | -9/+16 |
| | ||||
* | build: switch to flakes | Alan Pearce | 2024-05-12 | -249/+153 |
| | ||||
* | feat: nix module | Alan Pearce | 2024-05-12 | -0/+216 |
| | ||||
* | feat: import sources from configuration in go code and index options | Alan Pearce | 2024-05-09 | -0/+40 |
| | ||||
* | chore: use prettier with plugin to format go templates | Alan Pearce | 2024-05-04 | -0/+765 |
| | ||||
* | feat: add css | Alan Pearce | 2024-05-03 | -0/+13 |
| | ||||
* | chore: initial commit | Alan Pearce | 2024-05-02 | -0/+236 |