| Commit message (Expand) | Author | Age | Lines |
* | style: rename Option.Option to Option.Name | Alan Pearce | 2024-05-09 | -9/+9 |
* | style: reformat with golines and enforce on commit | Alan Pearce | 2024-05-09 | -9/+58 |
* | feat: enable index path to be configured | Alan Pearce | 2024-05-09 | -13/+28 |
* | feat(importer): make timeout configurable via command-line | Alan Pearce | 2024-05-09 | -6/+5 |
* | feat(importer): add --replace flag to overwrite existing index | Alan Pearce | 2024-05-09 | -3/+20 |
* | feat: allow configuration of log level | Alan Pearce | 2024-05-09 | -15/+15 |
* | feat: enable setting config file path via command line | Alan Pearce | 2024-05-09 | -10/+28 |
* | docs: embed defaults in app | Alan Pearce | 2024-05-09 | -45/+45 |
* | refactor: make config entries kebab-case | Alan Pearce | 2024-05-09 | -1/+1 |
* | feat: import sources from configuration in go code and index options | Alan Pearce | 2024-05-09 | -511/+1142 |
* | feat: make configuration optional | Alan Pearce | 2024-05-09 | -34/+80 |
* | fix(js): pushstate also on errors, so that the user can refresh | Alan Pearce | 2024-05-09 | -2/+5 |
* | refactor: enable access to bleve DocumentMatch structs | Alan Pearce | 2024-05-08 | -53/+61 |
* | refactor: reduce new variables when looping over hits | Alan Pearce | 2024-05-08 | -5/+8 |
* | refactor: store searched documents directly in the search index | Alan Pearce | 2024-05-08 | -17/+41 |
* | refactor: log index loading progress at startup | Alan Pearce | 2024-05-08 | -1/+2 |
* | feat: improve search by using a custom tokeniser for option names | Alan Pearce | 2024-05-08 | -4/+31 |
* | fix(js): null value error for pagination | Alan Pearce | 2024-05-08 | -1/+1 |
* | fix: incorrect default/example values stored after processing | Alan Pearce | 2024-05-08 | -7/+8 |
* | style: fix overflowing <pre> tags | Alan Pearce | 2024-05-08 | -1/+1 |
* | fix: incorrect data shown for default and example option keys | Alan Pearce | 2024-05-08 | -0/+1 |
* | feat: paginate search results | Alan Pearce | 2024-05-08 | -38/+151 |
* | perf: create search indexes in parallel with server startup | Alan Pearce | 2024-05-07 | -8/+11 |
* | feat: search multiple sources | Alan Pearce | 2024-05-07 | -42/+60 |
* | style: show pages for different sources | Alan Pearce | 2024-05-07 | -12/+41 |
* | style: make page wider and header shorter | Alan Pearce | 2024-05-07 | -4/+44 |
* | style: add more text to homepage and footer | Alan Pearce | 2024-05-07 | -2/+10 |
* | style: split homepage and search page | Alan Pearce | 2024-05-07 | -80/+128 |
* | feat: search one set of options | Alan Pearce | 2024-05-07 | -71/+409 |
* | build: workaround wgo CPU usage | Alan Pearce | 2024-05-07 | -1/+1 |
* | refactor: rely on html/template functionality more | Alan Pearce | 2024-05-07 | -19/+15 |
* | refactor: extract templating into own file | Alan Pearce | 2024-05-07 | -69/+81 |
* | refactor: make data path (partially) configurable | Alan Pearce | 2024-05-07 | -4/+6 |
* | fix: panic on importing darwin options | Alan Pearce | 2024-05-07 | -1/+6 |
* | feat: link to exact commits in NixOS/nixpkgs | Alan Pearce | 2024-05-07 | -9/+100 |
* | feat: render markdown examples | Alan Pearce | 2024-05-06 | -68/+109 |
* | build: fetch darwin and home-manager options | Alan Pearce | 2024-05-05 | -0/+10 |
* | feat: link to nixpkgs on github for declarations | Alan Pearce | 2024-05-05 | -4/+37 |
* | fix: use options exposed via user's <nixpkgs> channel instead of ours | Alan Pearce | 2024-05-05 | -3/+1 |
* | feat: auto-linkify URLs in markdown | Alan Pearce | 2024-05-05 | -1/+6 |
* | style: increase contrast | Alan Pearce | 2024-05-05 | -0/+2 |
* | style: remove border-radius | Alan Pearce | 2024-05-05 | -0/+1 |
* | style: improve layout and formatting of code samples | Alan Pearce | 2024-05-05 | -3/+21 |
* | style: add a footer | Alan Pearce | 2024-05-05 | -0/+1 |
* | feat: render markdown in option descriptions | Alan Pearce | 2024-05-05 | -54/+272 |
* | refactor: only reload templates when such files are updated | Alan Pearce | 2024-05-05 | -6/+9 |
* | style: remove unused variable | Alan Pearce | 2024-05-05 | -1/+1 |
* | style: add a small gap between search bar and button | Alan Pearce | 2024-05-04 | -0/+1 |
* | fix(css): first grid row too tall | Alan Pearce | 2024-05-04 | -1/+1 |
* | feat: browser history management | Alan Pearce | 2024-05-04 | -4/+54 |