aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
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
2023-08-11FileTransfer::download: fix use-after-moveYorick van Pelt
2023-08-11Prevent overriding virtual methods that are called in a destructorYorick van Pelt
2023-08-10Make the Derived Path family of types inductive for dynamic derivationsJohn Ericson
2023-08-09Try to realise CA derivations during queryMissingPeter Waller
2023-08-08Merge pull request #8805 from tweag/fix-add-to-store-existingThéophane Hufschmitt
2023-08-07Stabilize `discard-references`Théophane Hufschmitt
2023-08-07Merge pull request #8692 from obsidiansystems/add-another-xp-checkThéophane Hufschmitt
2023-08-07Fix misread of source if path is already validSimon Rainerson
2023-08-06Merge pull request #8760 from iFreilicht/fix-json-load-assertion-errorsJohn Ericson
2023-08-05Fix derivation load assertion errorsFelix Uhl
2023-08-02Add infra for experimental store implemenationsJohn Ericson
2023-08-02Add comment explaining the use of `readDirectory(realStoreDir)`John Ericson
2023-08-02local-store verifying: Rename `store` to something more clearJohn Ericson
2023-07-31`LocalStore::verifyPath`: Try to clarify data flow with more scopesJohn Ericson
2023-07-31`LocalStore::verifyPath`: Use `StorePathSet` for `store` local varJohn Ericson
2023-07-31Refactor verifyPath to take StorePath instead of Path.Ben Radford
2023-07-24Clean up store hierarchy with `IndirectRootStore`John Ericson
2023-07-24Make `RemoteStore::ConnectionHandle` part of class and exposeJohn Ericson
2023-07-24Move `Store::Params` typedef to `StoreConfig::Params`John Ericson
2023-07-21Merge pull request #8724 from obsidiansystems/queryPartialDerivationOutputMap...John Ericson
2023-07-21Merge pull request #8650 from obsidiansystems/content-address-simplerEelco Dolstra
2023-07-20Give `queryPartialDerivationOutputMap` an `evalStore` parameterJohn Ericson
2023-07-20Remove unneeded copyJohn Ericson
2023-07-20Tighten `#include`s: `DerivedPath` doesn't care about `Realisation`John Ericson
2023-07-19Merge pull request #7973 from fricklerhandwerk/remove-channelsRobert Hensing
2023-07-19Merge pull request #8315 from fricklerhandwerk/doc-systemRobert Hensing
2023-07-19fix broken linksValentin Gagarin
2023-07-19expand on the `extra-platforms` optionValentin Gagarin