Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-19 | Make drv hash modulo memo table thread-safe | John Ericson | |
Let's get one step closer to the daemon not needing to fork. | |||
2020-11-17 | Cleanup | Eelco Dolstra | |
2020-11-17 | Fix deadlock in IFD through the daemon | Eelco Dolstra | |
Fixes #4235. | |||
2020-10-27 | Inline `unkownHashes` | regnat | |
See https://github.com/NixOS/nix/pull/4056#discussion_r493661632 | |||
2020-10-27 | Allow non-CA derivations to depend on CA derivations | regnat | |
2020-09-30 | Merge remote-tracking branch 'upstream/master' into templated-daemon-protocol | John Ericson | |
2020-09-30 | nix::worker_proto -> worker_proto | John Ericson | |
2020-09-30 | Revert "Use template structs instead of phantoms" | John Ericson | |
This reverts commit 9ab07e99f527d1fa3adfa02839da477a1528d64b. | |||
2020-09-22 | Merge remote-tracking branch 'upstream/master' into templated-daemon-protocol | John Ericson | |
2020-09-16 | Merge remote-tracking branch 'upstream/master' into ca-floating-upstream | John Ericson | |
2020-09-15 | Rename `Derivation::pathOpt` to `Derivation::path` | John Ericson | |
We no longer need the `*Opt` to disambiguate. | |||
2020-09-04 | Fix querying outputs for CA derivations some more | John Ericson | |
If we resolve using the known path of a derivation whose output we didn't have, we previously blew up. Now we just fail gracefully, returning the map of all outputs unknown. | |||
2020-09-04 | Fix floating CA tests | John Ericson | |
We will sometimes try to query the outputs of derivations we can't resolve. That's fine; it just means we don't know what those outputs are yet. | |||
2020-08-28 | Merge remote-tracking branch 'obsidian/single-ca-drv-build' into ↵ | John Ericson | |
ca-floating-upstream | |||
2020-08-28 | Merge remote-tracking branch 'upstream/master' into single-ca-drv-build | John Ericson | |
2020-08-27 | Merge pull request #3434 from Ericson2314/derivation-header-include-order | Eelco Dolstra | |
Revise division of labor in deserialization of derivations | |||
2020-08-24 | CA derivations that depend on other CA derivations | John Ericson | |
Co-authored-by: Théophane Hufschmitt <regnat@users.noreply.github.com> | |||
2020-08-23 | Merge remote-tracking branch 'obsidian/write-derivation-borrow' into HEAD | John Ericson | |
2020-08-23 | `writeDerivation` just needs a plain store reference | John Ericson | |
2020-08-21 | "Downstream placeholders" should not be store paths | John Ericson | |
Insead they should be opaque `/<hash>` like the placeholders we already have. | |||
2020-08-19 | Merge branch 'master' of github.com:NixOS/nix into templated-daemon-protocol | John Ericson | |
2020-08-18 | Merge remote-tracking branch 'upstream/master' into ↵ | John Ericson | |
derivation-header-include-order | |||
2020-08-14 | Merge remote-tracking branch 'upstream/master' into single-ca-drv-build | John Ericson | |
2020-08-14 | Merge pull request #3875 from obsidiansystems/new-interface-for-path-pathOpt | Eelco Dolstra | |
Offer a safer interface for path and pathOpt | |||
2020-08-11 | Fix error in merge breaking floating CA drvs | John Ericson | |
Forgot to add this hunk! | |||
2020-08-10 | Merge branch 'small-drv-serialize-cleanup' of github.com:obsidiansystems/nix ↵ | John Ericson | |
into single-ca-drv-build | |||
2020-08-10 | Deduplicate parsing and reading derivations | John Ericson | |
2020-08-10 | Remove name parameter from `writeDerivation` | John Ericson | |
The name is now stored with the derivation itself. | |||
2020-08-07 | Squashed get CA derivations building | John Ericson | |
2020-08-06 | Use template structs instead of phantoms | Carlo Nucera | |
2020-08-06 | Merge branch 'drv-outputs-map-allow-missing-namespace' of ↵ | Carlo Nucera | |
github.com:obsidiansystems/nix into templated-daemon-protocol | |||
2020-08-05 | Merge branch 'master' of github.com:NixOS/nix into ↵ | Carlo Nucera | |
new-interface-for-path-pathOpt | |||
2020-08-05 | Merge remote-tracking branch 'obsidian/drv-outputs-map-allow-missing' into ↵ | John Ericson | |
templated-daemon-protocol | |||
2020-08-05 | Merge remote-tracking branch 'obsidian/misc-ca' into ↵ | John Ericson | |
derivation-primop-floating-output | |||
2020-08-05 | Sed some names to perhaps avoid conflicts | John Ericson | |
2020-08-05 | Make names more consistent | John Ericson | |
2020-08-05 | Merge remote-tracking branch 'upstream/master' into misc-ca | John Ericson | |
2020-08-04 | WIP systematize more of the worker protocol | John Ericson | |
This refactor should *not* change the wire protocol. | |||
2020-08-01 | Merge remote-tracking branch 'upstream/master' into ↵ | John Ericson | |
derivation-header-include-order | |||
2020-07-28 | Merge branch 'ca-drv' of github.com:Ericson2314/nix into misc-ca | John Ericson | |
2020-07-28 | Use assert(false) instead of abort() | Carlo Nucera | |
2020-07-28 | Merge branch 'master' of github.com:NixOS/nix into ca-drv | Carlo Nucera | |
2020-07-28 | Use the new interface | Carlo Nucera | |
2020-07-28 | Offer a safer interface for pathOpt | Carlo Nucera | |
The new interface we offer provides a way of getting all the DerivationOutputs with the storePaths directly, based on the observation that it's the most common usecase. | |||
2020-07-27 | Require `ca-derivations` everywhere we create a CA derivation | John Ericson | |
"create" as in read one in from a serialized form, or build one from scratch in memory. | |||
2020-07-27 | Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into ↵ | John Ericson | |
better-ca-parse-errors | |||
2020-07-27 | Merge branch 'ca-derivation-data-types' of github.com:obsidiansystems/nix ↵ | John Ericson | |
into misc-ca | |||
2020-07-27 | Merge branch 'optional-derivation-output-storepath' into ↵ | John Ericson | |
ca-derivation-data-types | |||
2020-07-27 | Merge remote-tracking branch 'upstream/master' into ↵ | John Ericson | |
optional-derivation-output-storepath | |||
2020-07-23 | Merge remote-tracking branch 'upstream/master' into misc-ca | John Ericson | |