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
path:
root
/
internal
/
fetcher
Commit message (
Collapse
)
Author
Age
Lines
*
refactor: rename go module
Alan Pearce
2024-06-29
-9
/
+14
|
*
fix: nil pointer exception when (re-)indexing
Alan Pearce
2024-05-29
-2
/
+3
|
*
build: just use nix version as internal version
Alan Pearce
2024-05-25
-1
/
+1
|
*
refactor: use a single value for per-source import timeouts
Alan Pearce
2024-05-23
-1
/
+1
|
*
feat: stream files directly from fetcher to importer
Alan Pearce
2024-05-23
-143
/
+125
|
|
|
|
|
Use IndexMeta to store the information relevant to making conditional updates in future runs.
*
fix: make fetcher check on creation that it supports Source.Importer
Alan Pearce
2024-05-20
-41
/
+57
|
*
perf: make channel-nixpkgs importer only fetch necessary files
Alan Pearce
2024-05-20
-5
/
+14
|
|
|
|
i.e. don't fetch options.json when Source.Type = "packages"
*
feat(config): print durations and URLs with human values
Alan Pearce
2024-05-20
-3
/
+3
|
*
fix: don't panic when re-indexing if fetcher did not update
Alan Pearce
2024-05-17
-2
/
+2
|
*
refactor: separate fetch and import logic
Alan Pearce
2024-05-16
-0
/
+392