Commit Graph

  • e960b28230 Factor our `ServeProto::BasicServerConnection::handshake` John Ericson 2024-01-19 16:38:08 -0500
  • 4a5ca576da Factor out `ServeProto::BasicClientConnection::handshake` Hydra to share John Ericson 2022-02-20 19:24:07 +0000
  • 4580bed3e4 `LegacySSHStore::openConnection` move more logic inside catch block John Ericson 2024-01-19 10:24:07 -0500
  • ce2f714e6d Start factoring out the serve protocol for Hydra to share John Ericson 2022-02-20 19:24:07 +0000
  • e502d1cf94 tests/nixos: Test remote build against older versions Robert Hensing 2024-01-22 18:34:52 +0100
  • 50ce3832dc
    Merge pull request #9512 from hercules-ci/release-notes-bdwgc-traceable-allocator-patch John Ericson 2024-01-22 11:58:43 -0500
  • cb7fbd4d83
    Print value on type error Rebecca Turner 2023-12-06 16:03:01 -0800
  • b74ec56da9
    Merge pull request #9829 from obsidiansystems/fix-if-if-else-ambiguity John Ericson 2024-01-22 10:58:46 -0500
  • 316e50cc7c Fix `if`...`if`...`else` ambiguity John Ericson 2024-01-22 10:32:25 -0500
  • 176dcd5c61
    Merge pull request #9626 from jvns/locked-input John Ericson 2024-01-22 09:31:59 -0500
  • 80b84710b8
    Update src/libexpr/eval.cc pennae 2024-01-22 15:15:53 +0100
  • 16ccca2e86
    Merge pull request #9703 from fricklerhandwerk/upgrade-no-channel Eelco Dolstra 2024-01-22 14:46:47 +0100
  • 0bcdb4f5f0
    Elaborate what the monthly assignments status check entails John Ericson 2024-01-22 08:38:52 -0500
  • b2066c3574
    Merge pull request #9521 from fricklerhandwerk/conf-reword-max-jobs John Ericson 2024-01-22 08:29:12 -0500
  • a0b86b3160
    Merge pull request #9760 from hercules-ci/doc-glossary-nix-expression John Ericson 2024-01-22 08:26:01 -0500
  • c8d33bca8d
    Merge pull request #9822 from obsidiansystems/algo-vs-hash-algo Théophane Hufschmitt 2024-01-22 11:08:24 +0100
  • f51409cf98
    Merge pull request #9805 from yshui/prefetch-unpack Théophane Hufschmitt 2024-01-22 10:51:50 +0100
  • da1aae2d06
    Merge pull request #9821 from obsidiansystems/fix-typo John Ericson 2024-01-20 18:03:25 -0500
  • 202c5e2afc Start standardizing hash algo flags John Ericson 2024-01-19 20:14:48 -0500
  • a93b204c27
    Merge pull request #9348 from obsidiansystems/json-formats John Ericson 2024-01-20 17:22:39 -0500
  • 65294fe5fe Fix typo in upcomming release notes John Ericson 2024-01-20 17:07:21 -0500
  • edf3ecc497 Document JSON formats John Ericson 2023-10-22 20:01:01 -0400
  • 561a56cd13
    Add release notes Rebecca Turner 2023-12-18 13:53:40 -0800
  • d75a5f427a
    Print how many checks are run Rebecca Turner 2023-09-01 13:11:58 -0700
  • 9404ce36e4
    Print derivation paths Rebecca Turner 2023-09-01 13:09:01 -0700
  • 49221493e2
    Log what `nix flake check` does Rebecca Turner 2023-08-31 11:34:52 -0700
  • 9b896bf7e9
    Merge pull request #9809 from obsidiansystems/nix-store-add-algo John Ericson 2024-01-19 23:37:11 -0500
  • 356352c370 Add missing `--hash-algo` flag to `nix store add` John Ericson 2024-01-19 01:07:26 -0500
  • 382fa51ff0
    Merge pull request #9794 from hercules-ci/queryPathInfoFromClientCache Robert Hensing 2024-01-19 17:33:52 +0100
  • d19627e8b4 refactor: Remove throw from queryPathInfoFromClientCache Robert Hensing 2024-01-19 17:00:39 +0100
  • 8983ee8b2e refactor: Un-callback transform Store::queryPathInfoFromClientCache Robert Hensing 2024-01-17 17:54:03 +0100
  • 75a6e6dd0e Add --unpack to nix store prefetch-file Yuxuan Shui 2024-01-18 16:39:34 +0000
  • e6e160a075
    Merge pull request #9632 from cole-h/nix-daemon-testing Eelco Dolstra 2024-01-19 16:21:51 +0100
  • 10165c7593
    Merge pull request #9811 from DavHau/fix-git-auth Théophane Hufschmitt 2024-01-19 16:14:41 +0100
  • 57d6284eb7
    Merge pull request #9812 from NixOS/remove-n-shorthand-for---mode John Ericson 2024-01-19 08:34:43 -0500
  • bc00fa4647 fetchTree/fetchGit: re-enable shallow fetching DavHau 2024-01-19 15:59:15 +0700
  • d762caff46
    Merge pull request #9806 from hercules-ci/fix-git-auth Robert Hensing 2024-01-19 13:47:52 +0100
  • 28d7db249a
    Remove a nonsensical shorthand flag in `nix store add` Théophane Hufschmitt 2024-01-19 10:10:00 +0100
  • 3b20cca962
    Merge pull request #9804 from edolstra/missing-nar-crash Eelco Dolstra 2024-01-19 09:38:53 +0100
  • 4e8483d09d
    Merge pull request #9792 from fricklerhandwerk/move-section Robert Hensing 2024-01-19 00:55:33 +0100
  • 14f470ec4e
    doc/hacking.md: Hint short option `make -e` Robert Hensing 2024-01-19 00:32:30 +0100
  • 346d513d86 tests/nixos/fetch-git: Add http-auth test Robert Hensing 2024-01-18 22:34:38 +0100
  • 8d422c2fef Revert libgit2 fetching Robert Hensing 2024-01-18 22:26:24 +0100
  • 76a50b3a69 doc: GitRepoImpl::path Robert Hensing 2024-01-18 22:25:30 +0100
  • ed975e953c tests/nixos/fetch-git: Testsupport for private repos Robert Hensing 2024-01-18 20:59:24 +0100
  • 0bd9e10aea
    Merge pull request #9676 from DavHau/git-testsuite Robert Hensing 2024-01-18 21:51:48 +0100
  • 1254170405 tests/nixos/fetch-git: Make the store paths unique Robert Hensing 2024-01-18 20:56:33 +0100
  • 94eba0ebbb tests/nixos/fetch-git: Memoize -> save Robert Hensing 2024-01-18 13:42:41 +0100
  • fd41979d78 tests/nixos/fetch-git: Factor out gitea repo module Robert Hensing 2024-01-18 13:12:59 +0100
  • dca0a80240 copyStorePath(): Bail out early if the store path already exists Eelco Dolstra 2024-01-18 17:16:34 +0100
  • a18d8d688a LocalStore::addToStore(): Ignore exceptions from parseDump() Eelco Dolstra 2024-01-18 17:01:45 +0100
  • ab786e22f1 Show what goal is waiting for a build slot Eelco Dolstra 2024-01-18 15:29:54 +0100
  • e652322a61
    Merge pull request #9799 from obsidiansystems/push-add-to-store-from-dump-unsupported-down Théophane Hufschmitt 2024-01-18 16:54:44 +0100
  • 32706b14a7
    Merge pull request #9798 from edolstra/remote-store-eof Eelco Dolstra 2024-01-18 15:47:59 +0100
  • 1fe8f54bd3 Use BackedStringView Eelco Dolstra 2024-01-18 15:27:57 +0100
  • 78074bdea4 tests/nixos/fetch-git: Apply suggestions Robert Hensing 2024-01-18 12:47:29 +0100
  • 28674247ec
    Merge pull request #9787 from obsidiansystems/bind-proc-syserror Théophane Hufschmitt 2024-01-18 09:34:15 +0100
  • 574db83504 Push `addToStoreFromDump` `unsupported(...)` down `Store` class hierarchy John Ericson 2024-01-17 23:46:03 -0500
  • 3016e67c21 `bind`: give same treatment as `connect` in #8544, dedup John Ericson 2024-01-16 10:35:16 -0500
  • a3cf27ca47 Print a more helpful message if the daemon crashes Eelco Dolstra 2024-01-17 22:19:51 +0100
  • b5ed36e663
    Merge pull request #9797 from edolstra/fix-error-message John Ericson 2024-01-17 16:11:21 -0500
  • 39ab50f9ee Store::buildPaths(): Fix display of store paths Eelco Dolstra 2024-01-17 21:41:37 +0100
  • 1d89c7b02e
    Merge pull request #9796 from obsidiansystems/cleanup-dep-patches Robert Hensing 2024-01-17 20:06:27 +0100
  • 799f2d0699
    Merge pull request #9795 from Ericson2314/flake-fix-indent-eror John Ericson 2024-01-17 13:47:15 -0500
  • 1de8eed28a Move dependency patches from top level into subdir John Ericson 2024-01-17 13:11:04 -0500
  • e938912cff Fix indentation error in `flake.nix` John Ericson 2024-01-17 13:08:03 -0500
  • d0a284284b refactor: Extract simply, awkwardly Store::queryPathInfoFromClientCache Robert Hensing 2024-01-17 16:54:45 +0100
  • 2cb9c7c681
    Merge pull request #9791 from fricklerhandwerk/typo Théophane Hufschmitt 2024-01-17 09:08:22 +0100
  • 28eb406834 reword section on make variables Valentin Gagarin 2024-01-17 04:39:26 +0100
  • f134dbdffb move section on make variables Valentin Gagarin 2024-01-17 04:23:16 +0100
  • 55da939424 fix typo Valentin Gagarin 2024-01-17 02:57:11 +0100
  • 2a3c5e6b8b
    Merge pull request #9480 from NixOS/libfetchers-git-exportIgnore Robert Hensing 2024-01-16 23:03:46 +0100
  • 01271f2996
    Merge pull request #9786 from hercules-ci/package Robert Hensing 2024-01-16 22:43:14 +0100
  • 51f524c629
    Merge pull request #9755 from 9999years/printer-followup Robert Hensing 2024-01-16 22:35:08 +0100
  • 799e662cbe
    Merge pull request #9279 from tfc/util-improv John Ericson 2024-01-16 15:05:28 -0500
  • 8ae3aeec94 Don't use std::make_unique right before release Jacek Galowicz 2023-11-02 15:52:53 +0100
  • 9d9f42cc38 Remove C-style casts Jacek Galowicz 2023-11-02 15:52:38 +0100
  • d11d7849f7 Use ChildWrapperFunction type and make casts more explicit Jacek Galowicz 2023-11-02 15:51:47 +0100
  • c924147c9d Drop parentheses from thunks Jacek Galowicz 2023-11-02 15:50:00 +0100
  • 1885d579db Improve String Handling Jacek Galowicz 2023-11-02 15:49:22 +0100
  • 0bc66e529f Use npos member variables instead of full type Jacek Galowicz 2023-11-02 10:13:55 +0100
  • 7115edc85a
    Merge pull request #8544 from edolstra/handle-missing-gc-socket Eelco Dolstra 2024-01-16 16:05:58 +0100
  • ea6aa5ffd8 Package{,Info}: comments Robert Hensing 2024-01-16 15:44:02 +0100
  • 85a1cd9bd5
    Merge pull request #9762 from hercules-ci/doc-glossary-package Robert Hensing 2024-01-16 15:34:59 +0100
  • 65255edc9b DerivationInfo -> PackageInfo Robert Hensing 2024-01-16 15:25:04 +0100
  • d005bade7f connect(): Propagate errno from the child process Eelco Dolstra 2024-01-16 15:23:46 +0100
  • 0b1d93d2ba Sleep a bit between attempts to connect to the root server Eelco Dolstra 2024-01-16 15:23:22 +0100
  • baea5f42c6
    doc/glossary: Simplify software package definition Robert Hensing 2024-01-16 14:50:53 +0100
  • 302625e83b Merge remote-tracking branch 'origin/master' into handle-missing-gc-socket Eelco Dolstra 2024-01-16 13:18:58 +0100
  • 86156d05dd
    Merge pull request #9785 from hercules-ci/test-substring-negative Eelco Dolstra 2024-01-16 13:08:07 +0100
  • 7e072b6b1e
    Merge pull request #9781 from NixOS/dependabot/github_actions/cachix/cachix-action-14 Eelco Dolstra 2024-01-16 13:05:43 +0100
  • df1a931a45
    Merge pull request #9780 from NixOS/dependabot/github_actions/cachix/install-nix-action-25 Eelco Dolstra 2024-01-16 13:05:19 +0100
  • cbc319e9be tests/functional/lang: Test substring with negative length Robert Hensing 2024-01-16 12:18:02 +0100
  • b2deff1947
    Merge pull request #9747 from awakesecurity/mz/fix-quadratic-splitString Robert Hensing 2024-01-16 12:18:59 +0100
  • bf7754c099
    Bump cachix/cachix-action from 13 to 14 dependabot[bot] 2024-01-15 22:35:15 +0000
  • e0a7643086
    Bump cachix/install-nix-action from 24 to 25 dependabot[bot] 2024-01-15 22:35:12 +0000
  • 09a1128d9e don't repeatedly look up ast internal symbols pennae 2024-01-15 16:52:18 +0100
  • b596cc9e79 decouple parser and EvalState pennae 2024-01-15 16:52:18 +0100
  • e1aa585964 slim down parser.y pennae 2024-01-15 16:52:18 +0100
  • 835a6c7bcf rename ParserState::{makeCurPos -> at} pennae 2024-01-15 16:52:18 +0100