all repos
— searchix
@ 73185e4633d4f56ce8acdd3cc19f78faaa78bd2b
Search engine for NixOS, nix-darwin, home-manager and NUR users
summary
refs
tree
log
feat: improve search relevance by boosting keyword matches
10 months ago
Alan Pearce
fix: missing alternate forms of packages with the same name
10 months ago
Alan Pearce
fix: incorrect (switched) behaviour of --update/--replace
10 months ago
Alan Pearce
fix: re-enable exit --update/--replace
10 months ago
Alan Pearce
chore: update dependencies
10 months ago
Alan Pearce
build: add task to update dependencies
10 months ago
Alan Pearce
build: fix flake error
10 months ago
Alan Pearce
feat: support cleartext HTTP/2 (i.e. from a reverse proxy)
10 months ago
Alan Pearce
refactor: don't log request Host, it's irrelevant to this server
10 months ago
Alan Pearce
build: just use nix version as internal version
10 months ago
Alan Pearce
build: enable non-flake import
10 months ago
Alan Pearce
refactor: split server cmd and module
10 months ago
Alan Pearce
fix: check for nil pointers in NewMux
10 months ago
Alan Pearce
chore: release v0.1.4
v0.1.4
10 months ago
Alan Pearce
refactor: use a single value for per-source import timeouts
10 months ago
Alan Pearce
feat: stream files directly from fetcher to importer
10 months ago
Alan Pearce
fix: abort import of source on batch processing errors
10 months ago
Alan Pearce
refactor: clarify log message when starting import
10 months ago
Alan Pearce
fix(web): fetch host from request, not header, where it's expected
10 months ago
Alan Pearce
docs: expand readme, move dev docs to subfolder
10 months ago
Alan Pearce
docs: document how to run an instance
10 months ago
Alan Pearce
build: fix pre-commit check exclude/ignore patterns
10 months ago
Alan Pearce
fix(nix): generate default baseURL from listen address and port
10 months ago
Alan Pearce
refactor(nix): rename module attribute to allow for other modules
10 months ago
Alan Pearce
build: narrow overly-broad linting exclusions
10 months ago
Alan Pearce
fix: make fetcher check on creation that it supports Source.Importer
10 months ago
Alan Pearce
fix(importer): abort import of current source in case of error
10 months ago
Alan Pearce
perf: make channel-nixpkgs importer only fetch necessary files
10 months ago
Alan Pearce
refactor: make repository URLs by Repo.Type (currently no change)
10 months ago
Alan Pearce
refactor: use enum for Repository.Type
10 months ago
Alan Pearce
refactor: make declaration/definition URLs from Source.Repo
10 months ago
Alan Pearce
build: fix `prepare` task not working after flake migration
10 months ago
Alan Pearce
feat: add --update flag to force-update index and exit
10 months ago
Alan Pearce
style: use double-dash arguments to wgo
10 months ago
Alan Pearce
docs: clarify help text for --replace
10 months ago
Alan Pearce
docs: add comments to default configuration
10 months ago
Alan Pearce
feat(config): use enums' string representations to print defaults
10 months ago
Alan Pearce
docs: add link to default config file in nix module
10 months ago
Alan Pearce
build: check defaults.toml wasn't modified pre-commit
10 months ago
Alan Pearce
fix: nix cannot read date/time TOML values from default config
10 months ago
Alan Pearce
feat(config): print durations and URLs with human values
10 months ago
Alan Pearce
build: store default configuration in repo and ensure freshness
10 months ago
Alan Pearce
feat: show default configuration with --print-default-config
10 months ago
Alan Pearce
fix: duplicate error logging on config parse error
10 months ago
Alan Pearce
chore: release 0.1.3
v0.1.3
10 months ago
Alan Pearce
feat(ui): enable resetting form by clicking current source link
10 months ago
Alan Pearce
feat: render markdown in packages' LongDescription
10 months ago
Alan Pearce
feat: use attribute instead of name for packages
10 months ago
Alan Pearce
fix(css): pagination styles not applied
v0.1.2
10 months ago
Alan Pearce
fix(nix): missing version variable in build
v0.1.1
10 months ago
Alan Pearce
chore(release): release 0.1.0
v0.1.0
10 months ago
Alan Pearce
build: enable versioning of package
10 months ago
Alan Pearce
chore: add convco configuration
10 months ago
Alan Pearce
feat: display more information about packages
10 months ago
Alan Pearce
fix: render errors as HTML given correct content-type
10 months ago
Alan Pearce
fix: missing last page of search results
10 months ago
Alan Pearce
fix: store only data from current entity in index
10 months ago
Alan Pearce
fix: nil pointer when updating all sources
10 months ago
Alan Pearce
feat: error on non-matching configuration entries
10 months ago
Alan Pearce
refactor: reduce debug logging
10 months ago
Alan Pearce
docs: update default sources in nixos module
10 months ago
Alan Pearce
feat: automatically add/remove sources to/from index
10 months ago
Alan Pearce
fix: don't panic when re-indexing if fetcher did not update
10 months ago
Alan Pearce
build: make `just dev` watch config.toml
10 months ago
Alan Pearce
feat: support searching packages
10 months ago
Alan Pearce
feat(index): enable storage of package data
10 months ago
Alan Pearce
fix(css): support browsers without css nesting
10 months ago
Alan Pearce
feat: improve accessibility and browser behaviour
10 months ago
Alan Pearce
feat: exit after rebuilding index if `--replace` is specified
10 months ago
Alan Pearce
refactor: export functions for parsing enum types
10 months ago
Alan Pearce
perf: flush index batch in groups of 10000
10 months ago
Alan Pearce
fix(logging): track whether headers are written properly
10 months ago
Alan Pearce
feat: decode brotli-compressed files
10 months ago
Alan Pearce
refactor: move general results template code into results template
10 months ago
Alan Pearce
refactor: separate fetch and import logic
10 months ago
Alan Pearce
fix: rebuild index when --replace is specified
10 months ago
Alan Pearce
refactor: remove unnecessary and incorrect bleve config option
10 months ago
Alan Pearce
feat: extract and store package set (e.g. nodePackages)
10 months ago
Alan Pearce
refactor: use interface to unify Options and Packages
10 months ago
Alan Pearce
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