all repos
— searchix
@ 0ef52f2f82c62694c5420f7f6c82fb8c45900d1d
Search engine for NixOS, nix-darwin, home-manager and NUR users
summary
refs
tree
log
refactor: remove unused interface
10 months ago
Alan Pearce
feat(importer): process packages from nixpkgs package.json
10 months ago
Alan Pearce
refactor: remove toml special cases
10 months ago
Alan Pearce
refactor(importer): move functions to utils file
10 months ago
Alan Pearce
feat: add caching header (except on error pages)
10 months ago
Alan Pearce
feat: monitor import jobs via sentry
10 months ago
Alan Pearce
fix: bad git conflict resolution
10 months ago
Alan Pearce
feat: add browser search engines via opensearch description
10 months ago
Alan Pearce
style: use consistent naming for config value
10 months ago
Alan Pearce
feat: print clickable URL on startup in dev mode
10 months ago
Alan Pearce
refactor: remove log prefix
10 months ago
Alan Pearce
refactor: default to development Environment outside nix module
10 months ago
Alan Pearce
feat: render HTML error pages
10 months ago
Alan Pearce
refactor(templates): render partials with less hackiness
10 months ago
Alan Pearce
build: remove duplicate debug log on dev file watcher update
10 months ago
Alan Pearce
perf: move scripts to head to enable fetching in parallel
10 months ago
Alan Pearce
build: bake git hash into build for headers and --version
10 months ago
Alan Pearce
build: use a nixpkgs-approved version scheme
10 months ago
Alan Pearce
build: improve --help output
10 months ago
Alan Pearce
fix(flake): remove overlay export
10 months ago
Alan Pearce
feat(module): add default for Web.Environment
10 months ago
Alan Pearce
fix(importer): don't create duplicate nested directories
10 months ago
Alan Pearce
feat: add DownloadOptions importer (fetches pre-built options.json)
10 months ago
Alan Pearce
feat: log on startup if index doesn't exist
10 months ago
Alan Pearce
refactor(importer): add context and reduce log level
10 months ago
Alan Pearce
feat: rely on system to show log times in production
10 months ago
Alan Pearce
fix(css): barely-visible text in dark mode
10 months ago
Alan Pearce
fix(module): include nix in path
10 months ago
Alan Pearce
style: make port a string for easier nix integration
10 months ago
Alan Pearce
fix(config): show read URL on parse failure
10 months ago
Alan Pearce
refactor: combine import and web server into one binary
10 months ago
Alan Pearce
build: fix wrong arguments in justfile
10 months ago
Alan Pearce
refactor(config): simplify configuration
10 months ago
Alan Pearce
refactor: move Source/Repository types to config package
10 months ago
Alan Pearce
fix(module): allow setting sentry DSN
10 months ago
Alan Pearce
build: workaround nix weirdness
10 months ago
Alan Pearce
build: export nixos module and overlay
10 months ago
Alan Pearce
build: switch to flakes
10 months ago
Alan Pearce
feat: allow adding extra HTML to the body via configuration
10 months ago
Alan Pearce
feat: enable using channel URLs if unable to resolve via NIX_PATH
10 months ago
Alan Pearce
build: limit files passed to nix
10 months ago
Alan Pearce
fix: don't panic on TOML decode error
10 months ago
Alan Pearce
refactor: move Source type
10 months ago
Alan Pearce
fix: linking to wrong declaration URLs
10 months ago
Alan Pearce
feat: nix module
10 months ago
Alan Pearce
feat: clicking another source re-uses query
10 months ago
Alan Pearce
refactor: merge search and results pages
10 months ago
Alan Pearce
refactor: extract index deletion function
10 months ago
Alan Pearce
fix(import): don't remove index if there are errors
10 months ago
Alan Pearce
build: add extra command to index without replacing existing index
10 months ago
Alan Pearce
feat(js): save and restore input state with history
10 months ago
Alan Pearce
fix(js): make reload after error execute attempted search
10 months ago
Alan Pearce
refactor(js): use async/await, it's 2024
10 months ago
Alan Pearce
build: optimise and fix handing of csp headers in dev mode
10 months ago
Alan Pearce
fix: js error when no results found
10 months ago
Alan Pearce
refactor: split http.Server and http.ServeMux creation
10 months ago
Alan Pearce
build: make `just dev` reload on go file changes
11 months ago
Alan Pearce
refactor: don't explain searches
11 months ago
Alan Pearce
fix: missing menu on search pages
11 months ago
Alan Pearce
style: remove extraneous <p> tags around option descriptions
11 months ago
Alan Pearce
fix: no results for home-manager search
11 months ago
Alan Pearce
build: ignore local configuration file
11 months ago
Alan Pearce
fix(config): add default channel name for home-manager
11 months ago
Alan Pearce
feat: version search index mapping schema and warn if outdated
11 months ago
Alan Pearce
refactor: move sources input data to $data_root/sources
11 months ago
Alan Pearce
refactor: deduce index path automatically from config.DataPath
11 months ago
Alan Pearce
refactor: split up NewIndexer function
11 months ago
Alan Pearce
build: enable building with nix with embedded frontend
11 months ago
Alan Pearce
build: optionally embed frontend files
11 months ago
Alan Pearce
style: highlight current search menu item
11 months ago
Alan Pearce
fix: missing menu on search page
11 months ago
Alan Pearce
style: use title-cased source names
11 months ago
Alan Pearce
docs: change links to point to sourcehut
11 months ago
Alan Pearce
refactor: clean up flags and environment variables
11 months ago
Alan Pearce
build: add reindex command
11 months ago
Alan Pearce
build: pass config file to dev command
11 months ago
Alan Pearce
fix: pointer type mismatch
11 months ago
Alan Pearce
feat: dynamically link to sources
11 months ago
Alan Pearce
feat: format server listen address as URL
11 months ago
Alan Pearce
refactor: pass Source object to templates
11 months ago
Alan Pearce
style: rename Option.Option to Option.Name
11 months ago
Alan Pearce
style: reformat with golines and enforce on commit
11 months ago
Alan Pearce
feat: enable index path to be configured
11 months ago
Alan Pearce
feat(importer): make timeout configurable via command-line
11 months ago
Alan Pearce
feat(importer): add --replace flag to overwrite existing index
11 months ago
Alan Pearce
feat: allow configuration of log level
11 months ago
Alan Pearce
feat: enable setting config file path via command line
11 months ago
Alan Pearce
docs: embed defaults in app
11 months ago
Alan Pearce
refactor: make config entries kebab-case
11 months ago
Alan Pearce
feat: import sources from configuration in go code and index options
11 months ago
Alan Pearce
feat: make configuration optional
11 months ago
Alan Pearce
fix(js): pushstate also on errors, so that the user can refresh
11 months ago
Alan Pearce
refactor: enable access to bleve DocumentMatch structs
11 months ago
Alan Pearce
refactor: reduce new variables when looping over hits
11 months ago
Alan Pearce
refactor: store searched documents directly in the search index
11 months ago
Alan Pearce
refactor: log index loading progress at startup
11 months ago
Alan Pearce
feat: improve search by using a custom tokeniser for option names
11 months ago
Alan Pearce
fix(js): null value error for pagination
11 months ago
Alan Pearce
fix: incorrect default/example values stored after processing
11 months ago
Alan Pearce
style: fix overflowing <pre> tags
11 months ago
Alan Pearce
fix: incorrect data shown for default and example option keys
11 months ago
Alan Pearce
feat: paginate search results
11 months ago
Alan Pearce
perf: create search indexes in parallel with server startup
11 months ago
Alan Pearce
feat: search multiple sources
11 months ago
Alan Pearce
style: show pages for different sources
11 months ago
Alan Pearce
style: make page wider and header shorter
11 months ago
Alan Pearce
style: add more text to homepage and footer
11 months ago
Alan Pearce
style: split homepage and search page
11 months ago
Alan Pearce
feat: search one set of options
11 months ago
Alan Pearce
build: workaround wgo CPU usage
11 months ago
Alan Pearce
refactor: rely on html/template functionality more
11 months ago
Alan Pearce
refactor: extract templating into own file
11 months ago
Alan Pearce
refactor: make data path (partially) configurable
11 months ago
Alan Pearce
fix: panic on importing darwin options
11 months ago
Alan Pearce
feat: link to exact commits in NixOS/nixpkgs
11 months ago
Alan Pearce
feat: render markdown examples
11 months ago
Alan Pearce
build: fetch darwin and home-manager options
11 months ago
Alan Pearce
feat: link to nixpkgs on github for declarations
11 months ago
Alan Pearce
fix: use options exposed via user's <nixpkgs> channel instead of ours
11 months ago
Alan Pearce
feat: auto-linkify URLs in markdown
11 months ago
Alan Pearce
style: increase contrast
11 months ago
Alan Pearce
style: remove border-radius
11 months ago
Alan Pearce
style: improve layout and formatting of code samples
11 months ago
Alan Pearce
style: add a footer
11 months ago
Alan Pearce
feat: render markdown in option descriptions
11 months ago
Alan Pearce
refactor: only reload templates when such files are updated
11 months ago
Alan Pearce
style: remove unused variable
11 months ago
Alan Pearce
style: add a small gap between search bar and button
11 months ago
Alan Pearce
fix(css): first grid row too tall
11 months ago
Alan Pearce
feat: browser history management
11 months ago
Alan Pearce
chore: watch all frontend files
11 months ago
Alan Pearce
feat: show metadata in grid
11 months ago
Alan Pearce
feat: frontend search implementation
11 months ago
Alan Pearce
chore: remove unnecessary shell variable
11 months ago
Alan Pearce
chore: use prettier with plugin to format go templates
11 months ago
Alan Pearce
feat: create nixos options.json importer
11 months ago
Alan Pearce
feat: add basic input frontend
11 months ago
Alan Pearce
chore: revert to blocklist-based gitignore
11 months ago
Alan Pearce
feat: add css
11 months ago
Alan Pearce
feat: watch and live reload in development
11 months ago
Alan Pearce
feat: serve a very basic html template
11 months ago
Alan Pearce
chore: initial commit
11 months ago
Alan Pearce