aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2024-03-04Merge pull request #4093 from matthewbauer/eval-systemeldritch horrors
2024-03-04Merge pull request #9600 from SharzyL/fix_nix_copyeldritch horrors
2024-03-04Merge pull request #9589 from obsidiansystems/floating-content-addressing-der...eldritch horrors
2024-03-04Merge pull request #9588 from obsidiansystems/queryDerivationOutputMap-evalStoreeldritch horrors
2024-03-04Merge pull request #9587 from amjoseph-nixpkgs/pr/wopBuildDerivation/explaineldritch horrors
2024-03-04Merge pull request #9563 from obsidiansystems/tryResolve-evalStoreeldritch horrors
2024-03-04Merge pull request #9233 from bouk/bouk/apply-config-innereldritch horrors
2024-03-04Merge pull request #9465 from obsidiansystems/build-direldritch horrors
2024-03-04Merge pull request #9400 from hercules-ci/refactors-from-5e3986f59cbeldritch horrors
2024-03-04Merge pull request #6469 from gbpdt/fix/skipped_build_lockingeldritch horrors
2024-03-04Merge pull request #7348 from thufschmitt/dont-use-vlaseldritch horrors
2024-03-04Merge pull request #9293 from ThinkChaos/ssh-misc-improvmentseldritch horrors
2024-03-04Merge pull request #9289 from edolstra/fix-warningseldritch horrors
2024-03-04Merge pull request #9271 from keszybz/if-fixeldritch horrors
2024-03-04Merge pull request #6258 from obsidiansystems/gcc-bug-ergonomicseldritch horrors
2024-03-04Merge pull request #9246 from trofi/clarify-builder-uid-exhaustioneldritch horrors
2024-03-04Merge pull request #9238 from tfc/small-improvements2eldritch horrors
2024-03-04Merge pull request #8965 from Artturin/bindfilesinchrooteldritch horrors
2024-03-04Merge pull request #9229 from tfc/small-improvementseldritch horrors
2024-03-04Merge pull request #6223 from obsidiansystems/worker-proto-with-versioneldritch horrors
2024-03-04Merge pull request #9157 from obsidiansystems/protocol-versionsRobert Hensing
2024-03-04Merge pull request #9172 from tfc/bad-moveseldritch horrors
2024-03-04Merge pull request #9137 from obsidiansystems/serve-protocoleldritch horrors
2024-03-04Merge pull request #8047 from lovesegfault/always-allow-substituteseldritch horrors
2024-03-04Merge pull request #9099 from obsidiansystems/common-protoeldritch horrors
2024-03-04Merge pull request #9094 from obsidiansystems/test-protoeldritch horrors
2024-03-04Merge pull request #8923 from obsidiansystems/test-protoeldritch horrors
2024-03-04Merge pull request #9041 from trofi/profiles-signeldritch horrors
2023-12-01Move tests to separate directories, and documentJohn Ericson
2023-12-01Put functional tests in `tests/functional`John Ericson
2023-11-16libstore: Add apple-virt to system features when availableRobert Hensing
2023-10-08StorePath: reject names starting with '.'edef
2023-10-02Revert "Adapt scheduler to work with dynamic derivations"John Ericson
2023-09-19Disable rapidcheck tests in the coverage runEelco Dolstra
2023-09-07Special-case error message to add extra informationJohn Ericson
2023-09-07Allow dynamic derivation deps in `inputDrvs`John Ericson
2023-09-06Improve derivation parsingJohn Ericson
2023-09-06Merge pull request #8927 from obsidiansystems/test-derivation-atermJohn Ericson
2023-09-06Fix globals.hh typoChristina Sørensen
2023-09-05Test and begin documentation of the ATerm format for derivationsJohn Ericson
2023-09-01Fix warning 'catching polymorphic type by value'Eelco Dolstra
2023-08-25Adapt scheduler to work with dynamic derivationsJohn Ericson
2023-08-25Use `Worker::makeDerivationGoal` lessJohn Ericson
2023-08-25Throw `MissingRealisation` not plain `Error` in both `resolveDerivedPath`John Ericson
2023-08-25Introduce `OutputName` and `OutputNameView` type aliasesJohn Ericson
2023-08-19Merge pull request #8812 from tweag/fix-clang-tidyRobert Hensing
2023-08-18Fixing #7479John Ericson
2023-08-16Document jobCategory()Robert Hensing
2023-08-14Rework evaluator `SingleDerivedPath` infraJohn Ericson
2023-08-11Merge pull request #8369 from obsidiansystems/inductive-derived-pathtomberek