-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git hashing as a new file ingestion method --- contains #3754 #3635
Commits on May 28, 2020
-
Add ingestionMethodPrefix to get prefix
This simplifies code so that references to r: come from ingestionMethodPrefix.
Configuration menu - View commit details
-
Copy full SHA for dbca599 - Browse repository at this point
Copy the full SHA dbca599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b452c9 - Browse repository at this point
Copy the full SHA 9b452c9View commit details -
Use git: instead of g: for ca prefix
this is more precise
Configuration menu - View commit details
-
Copy full SHA for 16c4945 - Browse repository at this point
Copy the full SHA 16c4945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ba8360 - Browse repository at this point
Copy the full SHA 6ba8360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e16c28 - Browse repository at this point
Copy the full SHA 2e16c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 256bbb6 - Browse repository at this point
Copy the full SHA 256bbb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85eeb2a - Browse repository at this point
Copy the full SHA 85eeb2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39df335 - Browse repository at this point
Copy the full SHA 39df335View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc1024 - Browse repository at this point
Copy the full SHA ffc1024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 124cc89 - Browse repository at this point
Copy the full SHA 124cc89View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f5760 - Browse repository at this point
Copy the full SHA a1f5760View commit details
Commits on May 29, 2020
-
Merge remote-tracking branch 'obsidian/do-fixme-store-removes' into g…
…it-objects-develop
Configuration menu - View commit details
-
Copy full SHA for 3481284 - Browse repository at this point
Copy the full SHA 3481284View commit details
Commits on Jun 1, 2020
-
Temporarily reduce CI platform's for sake of Obsidian's own CI
Hopefully we can instead pass arguments like Hydra does, soon.
Configuration menu - View commit details
-
Copy full SHA for 4ced63c - Browse repository at this point
Copy the full SHA 4ced63cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 130267d - Browse repository at this point
Copy the full SHA 130267dView commit details -
This matches what we want for blobs. Trees are still in progress - we need a way to symlink to other objects, using that to determine ca.
Configuration menu - View commit details
-
Copy full SHA for df74744 - Browse repository at this point
Copy the full SHA df74744View commit details -
Configuration menu - View commit details
-
Copy full SHA for f292e50 - Browse repository at this point
Copy the full SHA f292e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1592d09 - Browse repository at this point
Copy the full SHA 1592d09View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf81991 - Browse repository at this point
Copy the full SHA cf81991View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9c2ce - Browse repository at this point
Copy the full SHA 9e9c2ceView commit details -
This is really bad and dangerous! But Git migration to sha256 is still a ways away: https://lwn.net/Articles/811068/ So we need to allow it for the time being.
Configuration menu - View commit details
-
Copy full SHA for 6f7fab9 - Browse repository at this point
Copy the full SHA 6f7fab9View commit details -
We need access to other things in the store. This is kind of dangerous though if things are added in the wrong order�.
Configuration menu - View commit details
-
Copy full SHA for ee989c6 - Browse repository at this point
Copy the full SHA ee989c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd3ac7 - Browse repository at this point
Copy the full SHA 9cd3ac7View commit details -
Add createExecutableFile primitive to ParseSink
This is needed to create files based on git permissions
Configuration menu - View commit details
-
Copy full SHA for b5ed6a9 - Browse repository at this point
Copy the full SHA b5ed6a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ceba63 - Browse repository at this point
Copy the full SHA 6ceba63View commit details -
This updates the remote protocol to try to handle sha1 hashes.
Configuration menu - View commit details
-
Copy full SHA for e44956d - Browse repository at this point
Copy the full SHA e44956dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 646862e - Browse repository at this point
Copy the full SHA 646862eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 592e926 - Browse repository at this point
Copy the full SHA 592e926View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a038f - Browse repository at this point
Copy the full SHA a4a038fView commit details -
Use path-based addToStore method for add-to-store
This is more direct.
Configuration menu - View commit details
-
Copy full SHA for 4ecb49d - Browse repository at this point
Copy the full SHA 4ecb49dView commit details -
Properly handle realStoreDir vs. storeDir in git.cc
We need both to properly mess with the file system. storeDir goes into the hash while realStoreDir is what we read & write to.
Configuration menu - View commit details
-
Copy full SHA for d68b774 - Browse repository at this point
Copy the full SHA d68b774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18d4a3d - Browse repository at this point
Copy the full SHA 18d4a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f34fd - Browse repository at this point
Copy the full SHA d8f34fdView commit details -
Add hash to local store correctly from dump
Need to use the htSHA1 we were given, don’t recompute.
Configuration menu - View commit details
-
Copy full SHA for 27ffbc7 - Browse repository at this point
Copy the full SHA 27ffbc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05cbfde - Browse repository at this point
Copy the full SHA 05cbfdeView commit details -
Revert "Depend on install for installcheck"
This reverts commit 7b6186d.
Configuration menu - View commit details
-
Copy full SHA for 97ce2cc - Browse repository at this point
Copy the full SHA 97ce2ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 229ce9c - Browse repository at this point
Copy the full SHA 229ce9cView commit details -
narHash is the hash of the nar, not the git objects.
Configuration menu - View commit details
-
Copy full SHA for 031fa72 - Browse repository at this point
Copy the full SHA 031fa72View commit details -
Use correct narHash in add-to-store
We need to dump path and dump git here so that the hashes match what is expected elsewhere.
Configuration menu - View commit details
-
Copy full SHA for d49c873 - Browse repository at this point
Copy the full SHA d49c873View commit details -
Throw error when hashAlgo != SHA1 on git ingestion
This should always use sha1 hash type, but we want to make sure the caller knows that. So just throw an error instead of ignoring hashAlgo on Git ingestion.
Configuration menu - View commit details
-
Copy full SHA for cd3ef3f - Browse repository at this point
Copy the full SHA cd3ef3fView commit details -
Don’t include realStoreDir refs in git output
symlinks should be relative so that they look like: ../s5c0hnz9qfnpnn1bszfxicgz21d1fam3-dummy3 instead of /build/nix-test/store/s5c0hnz9qfnpnn1bszfxicgz21d1fam3-dummy3 This way our hashes will work with any real store dir. Note that /nix/store is still embedded in the store entry function.
Configuration menu - View commit details
-
Copy full SHA for 4dae98e - Browse repository at this point
Copy the full SHA 4dae98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b14945 - Browse repository at this point
Copy the full SHA 1b14945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ee74e - Browse repository at this point
Copy the full SHA 54ee74eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e1ace - Browse repository at this point
Copy the full SHA b1e1aceView commit details -
this shouldn’t be needed - FdSink handles this for us.
Configuration menu - View commit details
-
Copy full SHA for 7fe9a48 - Browse repository at this point
Copy the full SHA 7fe9a48View commit details -
Copy instead of symlinking directories
Symlinks are resolved in the nar format so we end up with references to the real store dir. Copying avoids this and gives us a stable hash. Also update the ParseSink api with two methods: - copyFile - copyDirectory both are needed to properly implement git parsing.
Configuration menu - View commit details
-
Copy full SHA for eb90cc6 - Browse repository at this point
Copy the full SHA eb90cc6View commit details -
Use custom copyDirectory instead of libc++fs
libc++fs isn’t alway available
Configuration menu - View commit details
-
Copy full SHA for b120259 - Browse repository at this point
Copy the full SHA b120259View commit details
Commits on Jun 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7432a9d - Browse repository at this point
Copy the full SHA 7432a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24544d3 - Browse repository at this point
Copy the full SHA 24544d3View commit details -
Merge pull request #3 from obsidiansystems/ipfs-git-addtostore
Add git add-to-store support for Nix
Configuration menu - View commit details
-
Copy full SHA for ed5b7c5 - Browse repository at this point
Copy the full SHA ed5b7c5View commit details -
Merge remote-tracking branch 'obsidian/git-objects-develop' into git+…
…no-hash-type-unknown
Configuration menu - View commit details
-
Copy full SHA for 4832e13 - Browse repository at this point
Copy the full SHA 4832e13View commit details -
Merge remote-tracking branch 'obsidian/missing-include-0' into git+no…
…-hash-type-unknown
Configuration menu - View commit details
-
Copy full SHA for 3f1040f - Browse repository at this point
Copy the full SHA 3f1040fView commit details -
Merge pull request #5 from obsidiansystems/git+no-hash-type-unknown
Remove `HashType::Unknown`
Configuration menu - View commit details
-
Copy full SHA for 775ab98 - Browse repository at this point
Copy the full SHA 775ab98View commit details
Commits on Jun 3, 2020
-
Handle treeHash in Git fetcher
Handles the treeHash attr in the Git fetcher. This can be used like: builtins.fetchTree { type = "git"; url = "https://github.com/nixos/nix.git"; treeHash = "0674cab54e1226d8e1e1d04572f07c5296edc862"; } Nix stores tree hash as the content hash in the store so that fetched objects are deduped. This uses the Git file ingestion method, which converts the files into git objects for hashing.
Configuration menu - View commit details
-
Copy full SHA for 88b5a98 - Browse repository at this point
Copy the full SHA 88b5a98View commit details -
Support null bytes in hashes for dumpGitTree
we need to keep this in vector form so that we don’t accidentally skip strings starting with 0x00.
Configuration menu - View commit details
-
Copy full SHA for 7f77ba1 - Browse repository at this point
Copy the full SHA 7f77ba1View commit details -
Use “git” for all git object names
git trees can have objects starting with “.” and other cases that Nix store names can’t have. To avoid having to create some escaping format, just use git for the name everywhere. The tree object has the real name.
Configuration menu - View commit details
-
Copy full SHA for 6611e36 - Browse repository at this point
Copy the full SHA 6611e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for d07212c - Browse repository at this point
Copy the full SHA d07212cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3457b3e - Browse repository at this point
Copy the full SHA 3457b3eView commit details -
Don’t add 0 in front of dumpGitTree format
this should just be 4000, not 04000.
Configuration menu - View commit details
-
Copy full SHA for 3e8ddac - Browse repository at this point
Copy the full SHA 3e8ddacView commit details -
Observe correct git sort order
test/ should come *after* test.sh see http://git.661346.n2.nabble.com/In-tree-object-Must-the-td7446900.html#a7447657
Configuration menu - View commit details
-
Copy full SHA for 192ea2b - Browse repository at this point
Copy the full SHA 192ea2bView commit details
Commits on Jun 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3e59168 - Browse repository at this point
Copy the full SHA 3e59168View commit details -
Merge pull request #6 from obsidiansystems/fetchgit
Make fetchGit/fetchTree use Git file ingestion
Configuration menu - View commit details
-
Copy full SHA for 5b7aed7 - Browse repository at this point
Copy the full SHA 5b7aed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b0dff - Browse repository at this point
Copy the full SHA 35b0dffView commit details -
Add test for fetching git objects
this uses the treeHash to fetch a created git object based on fetchGit.sh test
Configuration menu - View commit details
-
Copy full SHA for 7596005 - Browse repository at this point
Copy the full SHA 7596005View commit details -
Merge pull request #8 from obsidiansystems/git-objects-fetch-test
Add test for fetchTree
Configuration menu - View commit details
-
Copy full SHA for 8a91cdd - Browse repository at this point
Copy the full SHA 8a91cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d9928 - Browse repository at this point
Copy the full SHA 21d9928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce84b6 - Browse repository at this point
Copy the full SHA 0ce84b6View commit details -
Merge pull request #9 from obsidiansystems/git-objects-submodules-error
Add test for git submodules in fetchTree
Configuration menu - View commit details
-
Copy full SHA for 4c6040f - Browse repository at this point
Copy the full SHA 4c6040fView commit details
Commits on Jun 18, 2020
-
Merge remote-tracking branch 'obsidian/no-hash-type-unknown' into git…
…-objects-develop
Configuration menu - View commit details
-
Copy full SHA for 2f12327 - Browse repository at this point
Copy the full SHA 2f12327View commit details
Commits on Jun 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3ab213b - Browse repository at this point
Copy the full SHA 3ab213bView commit details -
addToStore
should always use NAR hash`addToStoreFromDump` would use the CA-specific method.
Configuration menu - View commit details
-
Copy full SHA for 4a73bd0 - Browse repository at this point
Copy the full SHA 4a73bd0View commit details
Commits on Jun 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f85fc65 - Browse repository at this point
Copy the full SHA f85fc65View commit details -
Try to substitute builtins.fetch*
builtins.fetch* aren’t technically derivations, so they never got substituted. To work around this, we can try to substitute this store path during evaluation. This can happen any time a hash is provided. Updated to be closer to how the flakes branch works.
Configuration menu - View commit details
-
Copy full SHA for 74b83c4 - Browse repository at this point
Copy the full SHA 74b83c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d6ee0 - Browse repository at this point
Copy the full SHA 62d6ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa33d7 - Browse repository at this point
Copy the full SHA 5fa33d7View commit details
Commits on Jun 23, 2020
-
Override substitute option in test
This is disabled automatically when we’re offline.
Configuration menu - View commit details
-
Copy full SHA for 4074142 - Browse repository at this point
Copy the full SHA 4074142View commit details -
Merge pull request #25 from obsidiansystems/ipfs-git-ipld
Support substituting in fetchGit
Configuration menu - View commit details
-
Copy full SHA for 0de3063 - Browse repository at this point
Copy the full SHA 0de3063View commit details
Commits on Jun 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e1f836b - Browse repository at this point
Copy the full SHA e1f836bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3306877 - Browse repository at this point
Copy the full SHA 3306877View commit details -
Configuration menu - View commit details
-
Copy full SHA for e146abd - Browse repository at this point
Copy the full SHA e146abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 263fcdb - Browse repository at this point
Copy the full SHA 263fcdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a24ebd2 - Browse repository at this point
Copy the full SHA a24ebd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69fe58c - Browse repository at this point
Copy the full SHA 69fe58cView commit details
Commits on Jun 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 783e262 - Browse repository at this point
Copy the full SHA 783e262View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8cd66f - Browse repository at this point
Copy the full SHA c8cd66fView commit details -
Add order for FullContentAddress
to put in a set, we need an ordering
Configuration menu - View commit details
-
Copy full SHA for bff0743 - Browse repository at this point
Copy the full SHA bff0743View commit details
Commits on Jun 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1db393f - Browse repository at this point
Copy the full SHA 1db393fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd79c5 - Browse repository at this point
Copy the full SHA 9cd79c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ba4a8 - Browse repository at this point
Copy the full SHA 43ba4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebba7f3 - Browse repository at this point
Copy the full SHA ebba7f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6f771 - Browse repository at this point
Copy the full SHA 4f6f771View commit details
Commits on Jun 30, 2020
-
Merge branch 'substitute-other-storedir' of github.com:matthewbauer/n…
…ix into store-path-or-ca
Configuration menu - View commit details
-
Copy full SHA for e83f02c - Browse repository at this point
Copy the full SHA e83f02cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f743b - Browse repository at this point
Copy the full SHA 83f743bView commit details
Commits on Jul 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5a8e8fa - Browse repository at this point
Copy the full SHA 5a8e8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dacd78 - Browse repository at this point
Copy the full SHA 7dacd78View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e0ec8 - Browse repository at this point
Copy the full SHA b2e0ec8View commit details -
Rename FullContentAddress to ContentAddress
LegacyContentAddress used for all other usages
Configuration menu - View commit details
-
Copy full SHA for c77f6c9 - Browse repository at this point
Copy the full SHA c77f6c9View commit details
Commits on Jul 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aab42da - Browse repository at this point
Copy the full SHA aab42daView commit details
Commits on Jul 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b85dd8f - Browse repository at this point
Copy the full SHA b85dd8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7383c7 - Browse repository at this point
Copy the full SHA c7383c7View commit details
Commits on Jul 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fd40971 - Browse repository at this point
Copy the full SHA fd40971View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7271778 - Browse repository at this point
Copy the full SHA 7271778View commit details
Commits on Jul 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 97234c1 - Browse repository at this point
Copy the full SHA 97234c1View commit details
Commits on Jul 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 00c0ca4 - Browse repository at this point
Copy the full SHA 00c0ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e92236 - Browse repository at this point
Copy the full SHA 3e92236View commit details
Commits on Jul 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ff07296 - Browse repository at this point
Copy the full SHA ff07296View commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ade0f1a - Browse repository at this point
Copy the full SHA ade0f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08bf6c4 - Browse repository at this point
Copy the full SHA 08bf6c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c07cecc - Browse repository at this point
Copy the full SHA c07ceccView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea90dc5 - Browse repository at this point
Copy the full SHA ea90dc5View commit details -
Merge pull request #58 from obsidiansystems/git-objects-develop--merg…
…e-upstream Merge upstream master into git-objects-develop
Configuration menu - View commit details
-
Copy full SHA for b6786fa - Browse repository at this point
Copy the full SHA b6786faView commit details
Commits on Jul 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1f6a3c2 - Browse repository at this point
Copy the full SHA 1f6a3c2View commit details -
Merge branch 'from-dump-stream' of github.com:obsidiansystems/nix int…
…o git-objects-develop
Configuration menu - View commit details
-
Copy full SHA for dc28cd6 - Browse repository at this point
Copy the full SHA dc28cd6View commit details
Commits on Jul 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1d52449 - Browse repository at this point
Copy the full SHA 1d52449View commit details -
Rename ContentAddress to StorePathDescriptor
(cherry picked from commit ff07296)
Configuration menu - View commit details
-
Copy full SHA for d0eaf2b - Browse repository at this point
Copy the full SHA d0eaf2bView commit details -
Rename functions related to ContentAddress
(cherry picked from commit ade0f1a)
Configuration menu - View commit details
-
Copy full SHA for 1cf131f - Browse repository at this point
Copy the full SHA 1cf131fView commit details -
Rename LegacyContentAddress and related functions
(cherry picked from commit 08bf6c4)
Configuration menu - View commit details
-
Copy full SHA for 74de4c7 - Browse repository at this point
Copy the full SHA 74de4c7View commit details -
Merge branch 'store-path-or-ca-reconcile' of github.com:obsidiansyste…
…ms/nix into store-path-or-ca
Configuration menu - View commit details
-
Copy full SHA for db7f05c - Browse repository at this point
Copy the full SHA db7f05cView commit details -
Merge commit '36a124260361ba8dfa43bf43a067dcc48064c93f' into store-pa…
…th-or-ca-reconcile
Configuration menu - View commit details
-
Copy full SHA for 11a4ae4 - Browse repository at this point
Copy the full SHA 11a4ae4View commit details -
Merge branch 'store-path-or-ca-reconcile' of github.com:obsidiansyste…
…ms/nix into store-path-or-ca
Configuration menu - View commit details
-
Copy full SHA for 713d574 - Browse repository at this point
Copy the full SHA 713d574View commit details -
Merge pull request #66 from obsidiansystems/git-objects-develop-merge
Merge NixOS#3801 Constant space `addToStoreFromDump`
Configuration menu - View commit details
-
Copy full SHA for 3fbb781 - Browse repository at this point
Copy the full SHA 3fbb781View commit details
Commits on Jul 21, 2020
-
Merge commit 'c466cb2091b7a382aba1739c0320f2b6c0a04c1e' into store-pa…
…th-or-ca-reconcile
Configuration menu - View commit details
-
Copy full SHA for f8a1403 - Browse repository at this point
Copy the full SHA f8a1403View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf65a6 - Browse repository at this point
Copy the full SHA ecf65a6View commit details -
Merge branch 'store-path-or-ca' of github.com:obsidiansystems/nix int…
…o store-path-or-ca-reconcile
Configuration menu - View commit details
-
Copy full SHA for f4918ec - Browse repository at this point
Copy the full SHA f4918ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f83f2 - Browse repository at this point
Copy the full SHA c9f83f2View commit details
Commits on Jul 22, 2020
-
Merge pull request #68 from obsidiansystems/store-path-or-ca-reconcile
Use StorePathDescriptor much more wildly
Configuration menu - View commit details
-
Copy full SHA for c4b0184 - Browse repository at this point
Copy the full SHA c4b0184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7decfd0 - Browse repository at this point
Copy the full SHA 7decfd0View commit details
Commits on Jul 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 367cba6 - Browse repository at this point
Copy the full SHA 367cba6View commit details
Commits on Aug 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bf042cc - Browse repository at this point
Copy the full SHA bf042ccView commit details
Commits on Aug 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ed6aeb2 - Browse repository at this point
Copy the full SHA ed6aeb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9c762 - Browse repository at this point
Copy the full SHA aa9c762View commit details -
Configuration menu - View commit details
-
Copy full SHA for 100c287 - Browse repository at this point
Copy the full SHA 100c287View commit details
Commits on Aug 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b224c9b - Browse repository at this point
Copy the full SHA b224c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d01e9f - Browse repository at this point
Copy the full SHA 8d01e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f9134 - Browse repository at this point
Copy the full SHA 07f9134View commit details -
Merge remote-tracking branch 'obsidian/drv-outputs-map-allow-missing'…
… into store-path-or-ca
Configuration menu - View commit details
-
Copy full SHA for b9cdbe3 - Browse repository at this point
Copy the full SHA b9cdbe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ede14 - Browse repository at this point
Copy the full SHA b0ede14View commit details
Commits on Aug 5, 2020
-
Merge remote-tracking branch 'obsidian/templated-daemon-protocol' int…
…o store-path-or-ca
Configuration menu - View commit details
-
Copy full SHA for 3d17a6b - Browse repository at this point
Copy the full SHA 3d17a6bView commit details -
WIP Merge remote-tracking branch 'obsidian/store-path-or-ca' into git…
…-objects-develop git-hash-based substitution isn't working
Configuration menu - View commit details
-
Copy full SHA for cd7187c - Browse repository at this point
Copy the full SHA cd7187cView commit details
Commits on Aug 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for caafdfb - Browse repository at this point
Copy the full SHA caafdfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3273d8a - Browse repository at this point
Copy the full SHA 3273d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0fd95 - Browse repository at this point
Copy the full SHA 8c0fd95View commit details
Commits on Aug 7, 2020
-
Merge branch 'templated-daemon-protocol' of github.com:obsidiansystem…
…s/nix into store-path-or-ca
Configuration menu - View commit details
-
Copy full SHA for 74318cc - Browse repository at this point
Copy the full SHA 74318ccView commit details -
Merge branch 'store-path-or-ca' of github.com:obsidiansystems/nix int…
…o git-objects-develop+store-path-or-ca
Configuration menu - View commit details
-
Copy full SHA for b789809 - Browse repository at this point
Copy the full SHA b789809View commit details -
Merge pull request #71 from obsidiansystems/git-objects-develop+store…
…-path-or-ca WIP: Update git-objects-develop with latest master + StorePathDescriptor
Configuration menu - View commit details
-
Copy full SHA for b5f1f8e - Browse repository at this point
Copy the full SHA b5f1f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 535ad25 - Browse repository at this point
Copy the full SHA 535ad25View commit details -
Merge branch 'store-path-or-ca' of github.com:obsidiansystems/nix int…
…o git-objects-develop
Configuration menu - View commit details
-
Copy full SHA for 31e1058 - Browse repository at this point
Copy the full SHA 31e1058View commit details -
Merge branch 'templated-daemon-protocol' of github.com:obsidiansystem…
…s/nix into store-path-or-ca
Configuration menu - View commit details
-
Copy full SHA for a1ccec5 - Browse repository at this point
Copy the full SHA a1ccec5View commit details
Commits on Aug 19, 2020
-
Merge branch 'templated-daemon-protocol' of github.com:obsidiansystem…
…s/nix into store-path-or-ca
Configuration menu - View commit details
-
Copy full SHA for c5e6da3 - Browse repository at this point
Copy the full SHA c5e6da3View commit details
Commits on Aug 20, 2020
-
Merge remote-tracking branch 'obsidian/templated-daemon-protocol' int…
…o store-path-or-ca
Configuration menu - View commit details
-
Copy full SHA for fa247e2 - Browse repository at this point
Copy the full SHA fa247e2View commit details
Commits on Aug 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d16d90f - Browse repository at this point
Copy the full SHA d16d90fView commit details
Commits on Sep 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7a255c8 - Browse repository at this point
Copy the full SHA 7a255c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c9f8c8 - Browse repository at this point
Copy the full SHA 5c9f8c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b9263f - Browse repository at this point
Copy the full SHA 4b9263fView commit details
Commits on Sep 22, 2020
-
Merge remote-tracking branch 'obsidian/templated-daemon-protocol' int…
…o store-path-or-ca
Configuration menu - View commit details
-
Copy full SHA for f31e1a4 - Browse repository at this point
Copy the full SHA f31e1a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for edf7253 - Browse repository at this point
Copy the full SHA edf7253View commit details -
Configuration menu - View commit details
-
Copy full SHA for e04cf6b - Browse repository at this point
Copy the full SHA e04cf6bView commit details -
Merge remote-tracking branch 'obsidian/templated-daemon-protocol' int…
…o store-path-or-ca
Configuration menu - View commit details
-
Copy full SHA for 956e488 - Browse repository at this point
Copy the full SHA 956e488View commit details
Commits on Sep 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 971bc0e - Browse repository at this point
Copy the full SHA 971bc0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 884a049 - Browse repository at this point
Copy the full SHA 884a049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 740554c - Browse repository at this point
Copy the full SHA 740554cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae417b5 - Browse repository at this point
Copy the full SHA ae417b5View commit details
Commits on Oct 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c5e4f51 - Browse repository at this point
Copy the full SHA c5e4f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdbaca8 - Browse repository at this point
Copy the full SHA fdbaca8View commit details
Commits on Oct 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cea07c9 - Browse repository at this point
Copy the full SHA cea07c9View commit details
Commits on Oct 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6f6b3bb - Browse repository at this point
Copy the full SHA 6f6b3bbView commit details
Commits on Oct 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6547357 - Browse repository at this point
Copy the full SHA 6547357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 518903e - Browse repository at this point
Copy the full SHA 518903eView commit details
Commits on Oct 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 57601f8 - Browse repository at this point
Copy the full SHA 57601f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50eb913 - Browse repository at this point
Copy the full SHA 50eb913View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd2c995 - Browse repository at this point
Copy the full SHA bd2c995View commit details
Commits on Oct 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aa09e1d - Browse repository at this point
Copy the full SHA aa09e1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3933b - Browse repository at this point
Copy the full SHA bf3933bView commit details
Commits on Feb 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 26a0c66 - Browse repository at this point
Copy the full SHA 26a0c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 554f006 - Browse repository at this point
Copy the full SHA 554f006View commit details
Commits on Mar 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7f50ecf - Browse repository at this point
Copy the full SHA 7f50ecfView commit details -
Fill in missing comparison operators for content addresses
(cherry-pick of 2c21cb6)
Configuration menu - View commit details
-
Copy full SHA for f1bcb73 - Browse repository at this point
Copy the full SHA f1bcb73View commit details
Commits on Mar 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 37ab189 - Browse repository at this point
Copy the full SHA 37ab189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a55c7b - Browse repository at this point
Copy the full SHA 4a55c7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ad490 - Browse repository at this point
Copy the full SHA e6ad490View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f0b757 - Browse repository at this point
Copy the full SHA 8f0b757View commit details
Commits on Mar 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 27ef76a - Browse repository at this point
Copy the full SHA 27ef76aView commit details
Commits on Apr 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8106a67 - Browse repository at this point
Copy the full SHA 8106a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ed2f42 - Browse repository at this point
Copy the full SHA 4ed2f42View commit details
Commits on Apr 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e87f08 - Browse repository at this point
Copy the full SHA 5e87f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 230c771 - Browse repository at this point
Copy the full SHA 230c771View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56be25a - Browse repository at this point
Copy the full SHA 56be25aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa1e9ea - Browse repository at this point
Copy the full SHA fa1e9eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for daa760d - Browse repository at this point
Copy the full SHA daa760dView commit details
Commits on Jan 14, 2023
-
Revert "Make
ValidPathInfo
have plainStorePathSet
references lik……e before" This reverts commit b3d9123.
Configuration menu - View commit details
-
Copy full SHA for 6601ac8 - Browse repository at this point
Copy the full SHA 6601ac8View commit details
Commits on Jan 23, 2023
-
Revert "Don't add
StorePathDescriptor
for now"This reverts commit 4540e7b.
Configuration menu - View commit details
-
Copy full SHA for b21dd38 - Browse repository at this point
Copy the full SHA b21dd38View commit details
Commits on Sep 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 91baf7f - Browse repository at this point
Copy the full SHA 91baf7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ed87aa - Browse repository at this point
Copy the full SHA 4ed87aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50803f2 - Browse repository at this point
Copy the full SHA 50803f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1731340 - Browse repository at this point
Copy the full SHA 1731340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 554158c - Browse repository at this point
Copy the full SHA 554158cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c08971b - Browse repository at this point
Copy the full SHA c08971bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a43680 - Browse repository at this point
Copy the full SHA 3a43680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9faa690 - Browse repository at this point
Copy the full SHA 9faa690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6305b77 - Browse repository at this point
Copy the full SHA 6305b77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6208375 - Browse repository at this point
Copy the full SHA 6208375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cac155 - Browse repository at this point
Copy the full SHA 7cac155View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7f1be6 - Browse repository at this point
Copy the full SHA f7f1be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57bf738 - Browse repository at this point
Copy the full SHA 57bf738View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0ffdeb - Browse repository at this point
Copy the full SHA f0ffdebView commit details
Commits on Sep 4, 2023
-
Introduce experimental feature
We need one anyways, and also it helped fix a test failure.
Configuration menu - View commit details
-
Copy full SHA for bfcab85 - Browse repository at this point
Copy the full SHA bfcab85View commit details -
Configuration menu - View commit details
-
Copy full SHA for db9f421 - Browse repository at this point
Copy the full SHA db9f421View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd713bb - Browse repository at this point
Copy the full SHA fd713bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07908ca - Browse repository at this point
Copy the full SHA 07908caView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf55eb3 - Browse repository at this point
Copy the full SHA cf55eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2735e69 - Browse repository at this point
Copy the full SHA 2735e69View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0b4e03 - Browse repository at this point
Copy the full SHA b0b4e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095ac45 - Browse repository at this point
Copy the full SHA 095ac45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47cc182 - Browse repository at this point
Copy the full SHA 47cc182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 690cc34 - Browse repository at this point
Copy the full SHA 690cc34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0394cc8 - Browse repository at this point
Copy the full SHA 0394cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dff882 - Browse repository at this point
Copy the full SHA 7dff882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83ad00a - Browse repository at this point
Copy the full SHA 83ad00aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c53a59d - Browse repository at this point
Copy the full SHA c53a59dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb295e - Browse repository at this point
Copy the full SHA 9bb295eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8388950 - Browse repository at this point
Copy the full SHA 8388950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 525bb8c - Browse repository at this point
Copy the full SHA 525bb8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05f67f4 - Browse repository at this point
Copy the full SHA 05f67f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c5117b - Browse repository at this point
Copy the full SHA 8c5117bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c31431 - Browse repository at this point
Copy the full SHA 7c31431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 166fe2a - Browse repository at this point
Copy the full SHA 166fe2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 615ef58 - Browse repository at this point
Copy the full SHA 615ef58View commit details -
Configuration menu - View commit details
-
Copy full SHA for a085eeb - Browse repository at this point
Copy the full SHA a085eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12eecf9 - Browse repository at this point
Copy the full SHA 12eecf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c68df7 - Browse repository at this point
Copy the full SHA 0c68df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40bc1d2 - Browse repository at this point
Copy the full SHA 40bc1d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b42bf7 - Browse repository at this point
Copy the full SHA 2b42bf7View commit details