Joey Hess
|
f6063a094e
|
renamed GitRepo to Git
It was always imported qualified as Git anyway
|
2011-06-30 13:21:39 -04:00 |
|
Joey Hess
|
4c8770c646
|
reove 2 tests that no longer make sense (state is not autocommitted)
|
2011-06-22 19:52:13 -04:00 |
|
Joey Hess
|
d70e9a945b
|
remove some tests that no longer make sense
|
2011-06-22 17:15:33 -04:00 |
|
Joey Hess
|
d3f0106f2e
|
move LocationLog into Annex monad from IO
It will need to run in Annex so it can use Branch
|
2011-06-22 14:27:50 -04:00 |
|
Joey Hess
|
66f5b390fe
|
fix test suite
|
2011-06-13 21:51:52 -04:00 |
|
Joey Hess
|
703c437bd9
|
rename modules for data types into Types/ directory
|
2011-06-01 21:56:04 -04:00 |
|
Joey Hess
|
93c5fb5da7
|
support remote config values with spaces and other characters
|
2011-05-16 13:07:56 -04:00 |
|
Joey Hess
|
b400984ddf
|
fixup
|
2011-05-15 01:33:25 -04:00 |
|
Joey Hess
|
dbdcb67f79
|
fix test suite when run by root
|
2011-04-26 20:26:25 -04:00 |
|
Joey Hess
|
948691e893
|
exit nonzero when there were failure, not just errors
ya, I need a test suite for my test suite
|
2011-04-26 20:26:19 -04:00 |
|
Joey Hess
|
3d3abab679
|
move quickcheck Arbitrary declaration into test suite
So git-annex can build w/o quickcheck installed.
|
2011-04-25 15:28:41 -04:00 |
|
Joey Hess
|
e433c6f0bb
|
generalized relPathDirTo functions
|
2011-04-25 13:36:39 -04:00 |
|
Joey Hess
|
b72de39ba4
|
add test to ensure hmac remains stable
|
2011-04-21 16:56:24 -04:00 |
|
Joey Hess
|
50cfcdf54b
|
make encrypted remotes have slightly higher costs
|
2011-04-17 01:13:21 -04:00 |
|
Joey Hess
|
688e94fd30
|
convert test to Remote
|
2011-03-27 16:58:28 -04:00 |
|
Joey Hess
|
30f427700f
|
converted several commands to use Remote
only move and map still to convert
|
2011-03-27 16:55:43 -04:00 |
|
Joey Hess
|
49b7f59183
|
test suite passes again
doesn't test remote functionality.. but that may be working too now
|
2011-03-15 22:53:14 -04:00 |
|
Joey Hess
|
4594bd51c1
|
rename file
|
2011-03-15 22:04:50 -04:00 |
|
Joey Hess
|
fe09c2b723
|
a new Key data type with metadata
|
2011-03-15 17:53:39 -04:00 |
|
Joey Hess
|
bc2df77642
|
Bugfix: When fsck detected and moved away corrupt file content, it did not update the location log.
|
2011-03-03 21:34:30 -04:00 |
|
Joey Hess
|
d25a854085
|
remove redundant imports
|
2011-03-03 14:59:45 -04:00 |
|
Joey Hess
|
a3daac8a8b
|
only enable SHA backends that configure finds support for
|
2011-03-02 13:47:45 -04:00 |
|
Joey Hess
|
fcdc4797a9
|
use ShellParam type
So, I have a type checked safe handling of filenames starting with dashes,
throughout the code.
|
2011-02-28 16:18:55 -04:00 |
|
Joey Hess
|
3390183400
|
Make test suite not rely on a working cp -pr.
(The Unix wars are still ON!)
|
2011-02-13 14:19:14 -04:00 |
|
Joey Hess
|
cf27ae2753
|
regression test for multi-file unannex
|
2011-02-09 11:19:19 -04:00 |
|
Joey Hess
|
82bc10d5ea
|
test: Set git user name and email in case git can't guess values.
|
2011-02-09 11:17:26 -04:00 |
|
Joey Hess
|
62ebeb00d9
|
simpler approach
|
2011-02-09 01:01:06 -04:00 |
|
Joey Hess
|
7a0826293e
|
test: Don't rely on chmod -R working.
Sometimes I wish I could give all my users a real OS.
|
2011-02-09 00:12:45 -04:00 |
|
Joey Hess
|
1b0edc1ab2
|
idiomatic elem
|
2011-01-30 12:13:34 -04:00 |
|
Joey Hess
|
4f9336bb60
|
idiom
|
2011-01-27 17:58:30 -04:00 |
|
Joey Hess
|
9d3ba00a15
|
add test of adding a second file with the same sha1
|
2011-01-27 14:01:30 -04:00 |
|
Joey Hess
|
15d27232bd
|
test untrusted repo handling
|
2011-01-26 20:03:03 -04:00 |
|
Joey Hess
|
7f6af79232
|
trust setting improvements
|
2011-01-26 16:20:28 -04:00 |
|
Joey Hess
|
268cb35e64
|
implement 3 level trust storage in trust.log
|
2011-01-26 15:37:16 -04:00 |
|
Joey Hess
|
616d1d4a20
|
rename TypeInternals to BackendTypes
Now that it only contains types used by the backends
|
2011-01-26 00:37:50 -04:00 |
|
Joey Hess
|
082b022f9a
|
successfully split Annex and AnnexState out of TypeInternals
|
2011-01-25 21:49:04 -04:00 |
|
Joey Hess
|
e7b557ef5d
|
got rid of Core module
Most of it was to do with managing annexed Content, so put there
|
2011-01-16 16:05:05 -04:00 |
|
Joey Hess
|
59c9eda962
|
on second thought, unlock should fail if content is not present
|
2011-01-14 00:02:33 -04:00 |
|
Joey Hess
|
c1839fdccb
|
unlock: Fix behavior when file content is not present.
|
2011-01-13 23:46:02 -04:00 |
|
Joey Hess
|
5869e7ccd5
|
test unused et al
|
2011-01-12 01:58:23 -04:00 |
|
Joey Hess
|
611018e4bd
|
I thought that reversion a migration might fail. It didn't. :)
|
2011-01-11 23:02:59 -04:00 |
|
Joey Hess
|
e18a4d566b
|
migrate: Fix support for --backend option.
|
2011-01-11 21:32:38 -04:00 |
|
Joey Hess
|
b557a2ccf4
|
test migrate; 75%
|
2011-01-11 21:11:32 -04:00 |
|
Joey Hess
|
b13039d62e
|
test precommit; 74%
|
2011-01-11 20:48:58 -04:00 |
|
Joey Hess
|
098168559d
|
more fsck checks
72% coverage
|
2011-01-11 20:06:15 -04:00 |
|
Joey Hess
|
485dbdd1a9
|
add tests of setkey/fromkey
|
2011-01-11 19:59:11 -04:00 |
|
Joey Hess
|
cc7db6f058
|
test fsck
|
2011-01-11 19:34:28 -04:00 |
|
Joey Hess
|
cebee37401
|
add tests for trust/untrust
|
2011-01-11 18:50:18 -04:00 |
|
Joey Hess
|
a8ce30401d
|
add checks that location log files are committed
currently failing for move --to
|
2011-01-11 16:00:40 -04:00 |
|
Joey Hess
|
3a844b1f3c
|
test locationlog contents too
|
2011-01-11 15:43:29 -04:00 |
|