Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(by-name-overlay): Support looking for files defined by a regex | Benedikt Peetz | 2 days |
| | | | | | Coincidently, this change also reduces the runtime on `useShards = false` from O(n^2) to O(n) because duplicated look-ups have been removed. | ||
* | fix(by-name-overlay)!: Remove the `coImportFunction` feature | Benedikt Peetz | 2 days |
| | | | | | | This enforces an unreasonable file system relationship between two directories. For example, if `dir/a` exists `dir2/a` must also exist. Using this is rather difficult and cumbersome. | ||
* | fix(by-name-overlay): Provide the id function as default for `finalizeFunction` | Benedikt Peetz | 2 days |
| | |||
* | chore(treewide): License under the LGPL-3.0-or-later | Benedikt Peetz | 3 days |
| | |||
* | feat(by-name-overlay.nix): Support non-sharded by-name directories | Benedikt Peetz | 2024-12-24 |
| | |||
* | chore: Initial Commit | Benedikt Peetz | 2024-12-19 |