index
:
searchix
this commit
main
templ
Search engine for NixOS, nix-darwin and home-manager users
Gitolite user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
chore: release 0.1.3
v0.1.3
Alan Pearce
2024-05-17
-2
/
+27
*
feat(ui): enable resetting form by clicking current source link
Alan Pearce
2024-05-17
-2
/
+14
*
feat: render markdown in packages' LongDescription
Alan Pearce
2024-05-17
-3
/
+11
*
feat: use attribute instead of name for packages
Alan Pearce
2024-05-17
-3
/
+5
*
fix(css): pagination styles not applied
v0.1.2
Alan Pearce
2024-05-17
-2
/
+2
*
fix(nix): missing version variable in build
v0.1.1
Alan Pearce
2024-05-17
-1
/
+2
*
chore(release): release 0.1.0
v0.1.0
Alan Pearce
2024-05-17
-0
/
+175
*
build: enable versioning of package
Alan Pearce
2024-05-17
-6
/
+6
*
chore: add convco configuration
Alan Pearce
2024-05-17
-0
/
+6
*
feat: display more information about packages
Alan Pearce
2024-05-17
-2
/
+47
*
fix: render errors as HTML given correct content-type
Alan Pearce
2024-05-17
-1
/
+2
*
fix: missing last page of search results
Alan Pearce
2024-05-17
-1
/
+2
*
fix: store only data from current entity in index
Alan Pearce
2024-05-17
-4
/
+5
*
fix: nil pointer when updating all sources
Alan Pearce
2024-05-17
-1
/
+1
*
feat: error on non-matching configuration entries
Alan Pearce
2024-05-17
-0
/
+5
*
refactor: reduce debug logging
Alan Pearce
2024-05-17
-5
/
+0
*
docs: update default sources in nixos module
Alan Pearce
2024-05-17
-0
/
+1
*
feat: automatically add/remove sources to/from index
Alan Pearce
2024-05-17
-4
/
+111
*
fix: don't panic when re-indexing if fetcher did not update
Alan Pearce
2024-05-17
-2
/
+2
*
build: make `just dev` watch config.toml
Alan Pearce
2024-05-17
-1
/
+1
*
feat: support searching packages
Alan Pearce
2024-05-17
-113
/
+156
*
feat(index): enable storage of package data
Alan Pearce
2024-05-17
-1
/
+18
*
fix(css): support browsers without css nesting
Alan Pearce
2024-05-17
-35
/
+31
*
feat: improve accessibility and browser behaviour
Alan Pearce
2024-05-17
-10
/
+37
*
feat: exit after rebuilding index if `--replace` is specified
Alan Pearce
2024-05-17
-0
/
+3
*
refactor: export functions for parsing enum types
Alan Pearce
2024-05-17
-4
/
+4
*
perf: flush index batch in groups of 10000
Alan Pearce
2024-05-17
-5
/
+26
*
fix(logging): track whether headers are written properly
Alan Pearce
2024-05-17
-3
/
+20
*
feat: decode brotli-compressed files
Alan Pearce
2024-05-17
-16
/
+65
*
refactor: move general results template code into results template
Alan Pearce
2024-05-17
-65
/
+71
*
refactor: separate fetch and import logic
Alan Pearce
2024-05-16
-344
/
+444
*
fix: rebuild index when --replace is specified
Alan Pearce
2024-05-16
-5
/
+5
*
refactor: remove unnecessary and incorrect bleve config option
Alan Pearce
2024-05-16
-1
/
+0
*
feat: extract and store package set (e.g. nodePackages)
Alan Pearce
2024-05-16
-1
/
+8
*
refactor: use interface to unify Options and Packages
Alan Pearce
2024-05-16
-104
/
+130
*
refactor: remove unused interface
Alan Pearce
2024-05-16
-4
/
+0
*
feat(importer): process packages from nixpkgs package.json
Alan Pearce
2024-05-16
-5
/
+299
*
refactor: remove toml special cases
Alan Pearce
2024-05-16
-4
/
+4
*
refactor(importer): move functions to utils file
Alan Pearce
2024-05-16
-50
/
+60
*
feat: add caching header (except on error pages)
Alan Pearce
2024-05-15
-1
/
+12
*
feat: monitor import jobs via sentry
Alan Pearce
2024-05-15
-28
/
+60
*
fix: bad git conflict resolution
Alan Pearce
2024-05-15
-2
/
+2
*
feat: add browser search engines via opensearch description
Alan Pearce
2024-05-15
-3
/
+77
*
style: use consistent naming for config value
Alan Pearce
2024-05-15
-29
/
+29
*
feat: print clickable URL on startup in dev mode
Alan Pearce
2024-05-15
-0
/
+4
*
refactor: remove log prefix
Alan Pearce
2024-05-15
-3
/
+2
*
refactor: default to development Environment outside nix module
Alan Pearce
2024-05-15
-0
/
+1
*
feat: render HTML error pages
Alan Pearce
2024-05-15
-12
/
+72
*
refactor(templates): render partials with less hackiness
Alan Pearce
2024-05-15
-12
/
+11
*
build: remove duplicate debug log on dev file watcher update
Alan Pearce
2024-05-15
-1
/
+0
[next]