summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* clarify absPathFromGravatar Joey Hess2016-01-05
| | | | | | | | | | | | The repo path is typically relative, not absolute, so providing it to absPathFrom doesn't yield an absolute path. This is not a bug, just unclear documentation. Indeed, there seem to be no reason to simplifyPath here, which absPathFrom does, so instead just combine the repo path and the TopFilePath. Also, removed an export of the TopFilePath constructor; asTopFilePath is provided to construct one as-is.
* use TopFilePath for associated filesGravatar Joey Hess2016-01-05
| | | | | | | | | | | | | | | Fixes several bugs with updates of pointer files. When eg, running git annex drop --from localremote it was updating the pointer file in the local repository, not the remote. Also, fixes drop ../foo when run in a subdir, and probably lots of other problems. Test suite drops from ~30 to 11 failures now. TopFilePath is used to force thinking about what the filepath is relative to. The data stored in the sqlite db is still just a plain string, and TopFilePath is a newtype, so there's no overhead involved in using it in DataBase.Keys.
* fix some tests of v6 unlocked filesGravatar Joey Hess2016-01-05
|
* Revert "Add Munin module."Gravatar Joey Hess2016-01-05
| | | | | | This reverts commit 85379a479663a9ef15a66a99700eb38469b5e14a. Wow, applied to wrong project entirely.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-05
|\
* | BF: added forgotten commas for new build-dependsGravatar Yaroslav Halchenko2016-01-05
| |
* | Add Munin module.Gravatar Jelmer Vernooij2016-01-05
| | | | | | | | Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk>
| * Added a commentGravatar CandyAngel2016-01-05
| |
| * (no commit message)Gravatar grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f2016-01-05
| |
| * Added a commentGravatar grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f2016-01-05
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-01-05
| |
| * Added a commentGravatar umeboshi2016-01-04
| |
| * (no commit message)Gravatar sameerds2016-01-03
| |
| * Added a commentGravatar eigengrau2016-01-03
| |
| * Fix formatting (grrr)Gravatar umeboshi2016-01-02
| |
| * added ifarchive.org mirror.Gravatar umeboshi2016-01-02
| |
| * removedGravatar umeboshi2016-01-02
| |
| * Added a commentGravatar umeboshi2016-01-02
| |
| * Added a commentGravatar umeboshi2016-01-02
| |
| * (no commit message)Gravatar umeboshi2016-01-02
| |
| * Added a commentGravatar umeboshi2016-01-02
| |
| * (no commit message)Gravatar umeboshi2016-01-02
|/
* Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-01-02
|
* (no commit message)Gravatar ColinW2016-01-01
|
* Added a comment: Re Comment 1Gravatar ColinW2016-01-01
|
* devblogGravatar Joey Hess2016-01-01
|
* fixedGravatar Joey Hess2016-01-01
|
* analysisGravatar Joey Hess2016-01-01
|
* responseGravatar Joey Hess2016-01-01
|
* responseGravatar Joey Hess2016-01-01
|
* info --json: Improve json for "backend usage", using a nested object with ↵Gravatar Joey Hess2016-01-01
| | | | fields for each backend instead of the previous weird nested lists. This may break existing parsers of this json output, if there were any.
* info: Fix "backend usage" numbers, which were counting present keys twice.Gravatar Joey Hess2016-01-01
| | | | Let's just count the referenced keys for that, and not present keys at all.
* responseGravatar Joey Hess2016-01-01
|
* updateGravatar Joey Hess2016-01-01
|
* improve data typeGravatar Joey Hess2016-01-01
|
* wait for git lstree to exitGravatar Joey Hess2016-01-01
|
* remove old TODOGravatar Joey Hess2016-01-01
|
* responseGravatar Joey Hess2016-01-01
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-01
|\
* | remporarily disable v6 unlocked test pass while it's failingGravatar Joey Hess2016-01-01
| |
* | only do scan when there's a branch, not in freshly created new repoGravatar Joey Hess2016-01-01
| |
* | reorderGravatar Joey Hess2016-01-01
| | | | | | | | | | | | May be unlocked files pulled from elsewhere, but converting from direct mode will add more. So, do the scan for them first, since it empties anything currently in the database.
* | scan for unlocked files on init/upgrade of v6 repoGravatar Joey Hess2016-01-01
| |
* | updateGravatar Joey Hess2016-01-01
| |
* | switch to using main ingest codeGravatar Joey Hess2016-01-01
| | | | | | | | | | Fixes at least one bug, in populating existing worktree files that use the same key that's ingested.
* | started working on testing v6 unlocked filesGravatar Joey Hess2016-01-01
| | | | | | | | Many failures.
* | convert isPointerFile from Annex to IOGravatar Joey Hess2016-01-01
| |
| * (no commit message)Gravatar markus@c65ad4f0b6624673047e959218d058eb73e7ff152016-01-01
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-12-31
|\
* | improve name of keys database lock fileGravatar Joey Hess2015-12-31
| |