summaryrefslogtreecommitdiff
path: root/test.hs
Commit message (Collapse)AuthorAge
* make encrypted remotes have slightly higher costsGravatar Joey Hess2011-04-17
|
* convert test to RemoteGravatar Joey Hess2011-03-27
|
* converted several commands to use RemoteGravatar Joey Hess2011-03-27
| | | | only move and map still to convert
* test suite passes againGravatar Joey Hess2011-03-15
| | | | doesn't test remote functionality.. but that may be working too now
* rename fileGravatar Joey Hess2011-03-15
|
* a new Key data type with metadataGravatar Joey Hess2011-03-15
|
* Bugfix: When fsck detected and moved away corrupt file content, it did not ↵Gravatar Joey Hess2011-03-03
| | | | update the location log.
* remove redundant importsGravatar Joey Hess2011-03-03
|
* only enable SHA backends that configure finds support forGravatar Joey Hess2011-03-02
|
* use ShellParam typeGravatar Joey Hess2011-02-28
| | | | | So, I have a type checked safe handling of filenames starting with dashes, throughout the code.
* Make test suite not rely on a working cp -pr.Gravatar Joey Hess2011-02-13
| | | | (The Unix wars are still ON!)
* regression test for multi-file unannexGravatar Joey Hess2011-02-09
|
* test: Set git user name and email in case git can't guess values.Gravatar Joey Hess2011-02-09
|
* simpler approachGravatar Joey Hess2011-02-09
|
* test: Don't rely on chmod -R working.Gravatar Joey Hess2011-02-09
| | | | Sometimes I wish I could give all my users a real OS.
* idiomatic elemGravatar Joey Hess2011-01-30
|
* idiomGravatar Joey Hess2011-01-27
|
* add test of adding a second file with the same sha1Gravatar Joey Hess2011-01-27
|
* test untrusted repo handlingGravatar Joey Hess2011-01-26
|
* trust setting improvementsGravatar Joey Hess2011-01-26
|
* implement 3 level trust storage in trust.logGravatar Joey Hess2011-01-26
|
* rename TypeInternals to BackendTypesGravatar Joey Hess2011-01-26
| | | | Now that it only contains types used by the backends
* successfully split Annex and AnnexState out of TypeInternalsGravatar Joey Hess2011-01-25
|
* got rid of Core moduleGravatar Joey Hess2011-01-16
| | | | Most of it was to do with managing annexed Content, so put there
* on second thought, unlock should fail if content is not presentGravatar Joey Hess2011-01-14
|
* unlock: Fix behavior when file content is not present.Gravatar Joey Hess2011-01-13
|
* test unused et alGravatar Joey Hess2011-01-12
|
* I thought that reversion a migration might fail. It didn't. :)Gravatar Joey Hess2011-01-11
|
* migrate: Fix support for --backend option.Gravatar Joey Hess2011-01-11
|
* test migrate; 75%Gravatar Joey Hess2011-01-11
|
* test precommit; 74%Gravatar Joey Hess2011-01-11
|
* more fsck checksGravatar Joey Hess2011-01-11
| | | | 72% coverage
* add tests of setkey/fromkeyGravatar Joey Hess2011-01-11
|
* test fsckGravatar Joey Hess2011-01-11
|
* add tests for trust/untrustGravatar Joey Hess2011-01-11
|
* add checks that location log files are committedGravatar Joey Hess2011-01-11
| | | | currently failing for move --to
* test locationlog contents tooGravatar Joey Hess2011-01-11
|
* copyright yearsGravatar Joey Hess2011-01-08
|
* unannex: Now skips files whose content is not present, rather than it being ↵Gravatar Joey Hess2011-01-08
| | | | an error. This allows gradual conversion from one backend to another by running unannex followed by add in each repository.
* add another test and improve error handlingGravatar Joey Hess2011-01-08
|
* add news item for git-annex 0.16Gravatar Joey Hess2011-01-07
|
* moreGravatar Joey Hess2011-01-07
|
* Test suite improvements. Current top-level test coverage: 65%Gravatar Joey Hess2011-01-07
|
* more testsGravatar Joey Hess2011-01-07
|
* various test fixesGravatar Joey Hess2011-01-07
|
* more testsGravatar Joey Hess2011-01-07
|
* more testsGravatar Joey Hess2011-01-06
|
* more testsGravatar Joey Hess2011-01-06
|
* make test suite link in git-annex's commands and run directlyGravatar Joey Hess2011-01-06
| | | | this way, test coverage works
* added some toplevel git-annex subcommand testsGravatar Joey Hess2011-01-06
| | | | note that test coverage doesn't work for those yet