Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Set EMAIL when running test suite so that git does not need to be configured ↵ | Joey Hess | 2011-08-23 |
| | | | | first. Closes: #638998 | ||
* | split groups of related functions out of Utility | Joey Hess | 2011-08-22 |
| | |||
* | hlint tweaks | Joey Hess | 2011-07-15 |
| | | | | Did all sources except Remotes/* and Command/* | ||
* | Bugfix: Make add ../ work. | Joey Hess | 2011-07-10 |
| | | | | | The complication of check-attr returning absolute paths that have to be converted back to relative paths.. | ||
* | factor out RemoteLog | Joey Hess | 2011-07-05 |
| | |||
* | remove unused backend machinery | Joey Hess | 2011-07-05 |
| | | | | | | | | | | | | | The only remaining vestiage of backends is different types of keys. These are still called "backends", mostly to avoid needing to change user interface and configuration. But everything to do with storing keys in different backends was gone; instead different types of remotes are used. In the refactoring, lots of code was moved out of odd corners like Backend.File, to closer to where it's used, like Command.Drop and Command.Fsck. Quite a lot of dead code was removed. Several data structures became simpler, which may result in better runtime efficiency. There should be no user-visible changes. | ||
* | renamed GitRepo to Git | Joey Hess | 2011-06-30 |
| | | | | It was always imported qualified as Git anyway | ||
* | reove 2 tests that no longer make sense (state is not autocommitted) | Joey Hess | 2011-06-22 |
| | |||
* | remove some tests that no longer make sense | Joey Hess | 2011-06-22 |
| | |||
* | move LocationLog into Annex monad from IO | Joey Hess | 2011-06-22 |
| | | | | It will need to run in Annex so it can use Branch | ||
* | fix test suite | Joey Hess | 2011-06-13 |
| | |||
* | rename modules for data types into Types/ directory | Joey Hess | 2011-06-01 |
| | |||
* | support remote config values with spaces and other characters | Joey Hess | 2011-05-16 |
| | |||
* | fixup | Joey Hess | 2011-05-15 |
| | |||
* | fix test suite when run by root | Joey Hess | 2011-04-26 |
| | |||
* | exit nonzero when there were failure, not just errors | Joey Hess | 2011-04-26 |
| | | | | ya, I need a test suite for my test suite | ||
* | move quickcheck Arbitrary declaration into test suite | Joey Hess | 2011-04-25 |
| | | | | So git-annex can build w/o quickcheck installed. | ||
* | generalized relPathDirTo functions | Joey Hess | 2011-04-25 |
| | |||
* | add test to ensure hmac remains stable | Joey Hess | 2011-04-21 |
| | |||
* | make encrypted remotes have slightly higher costs | Joey Hess | 2011-04-17 |
| | |||
* | convert test to Remote | Joey Hess | 2011-03-27 |
| | |||
* | converted several commands to use Remote | Joey Hess | 2011-03-27 |
| | | | | only move and map still to convert | ||
* | test suite passes again | Joey Hess | 2011-03-15 |
| | | | | doesn't test remote functionality.. but that may be working too now | ||
* | rename file | Joey Hess | 2011-03-15 |
| | |||
* | a new Key data type with metadata | Joey Hess | 2011-03-15 |
| | |||
* | Bugfix: When fsck detected and moved away corrupt file content, it did not ↵ | Joey Hess | 2011-03-03 |
| | | | | update the location log. | ||
* | remove redundant imports | Joey Hess | 2011-03-03 |
| | |||
* | only enable SHA backends that configure finds support for | Joey Hess | 2011-03-02 |
| | |||
* | use ShellParam type | Joey Hess | 2011-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. | Joey Hess | 2011-02-13 |
| | | | | (The Unix wars are still ON!) | ||
* | regression test for multi-file unannex | Joey Hess | 2011-02-09 |
| | |||
* | test: Set git user name and email in case git can't guess values. | Joey Hess | 2011-02-09 |
| | |||
* | simpler approach | Joey Hess | 2011-02-09 |
| | |||
* | test: Don't rely on chmod -R working. | Joey Hess | 2011-02-09 |
| | | | | Sometimes I wish I could give all my users a real OS. | ||
* | idiomatic elem | Joey Hess | 2011-01-30 |
| | |||
* | idiom | Joey Hess | 2011-01-27 |
| | |||
* | add test of adding a second file with the same sha1 | Joey Hess | 2011-01-27 |
| | |||
* | test untrusted repo handling | Joey Hess | 2011-01-26 |
| | |||
* | trust setting improvements | Joey Hess | 2011-01-26 |
| | |||
* | implement 3 level trust storage in trust.log | Joey Hess | 2011-01-26 |
| | |||
* | rename TypeInternals to BackendTypes | Joey Hess | 2011-01-26 |
| | | | | Now that it only contains types used by the backends | ||
* | successfully split Annex and AnnexState out of TypeInternals | Joey Hess | 2011-01-25 |
| | |||
* | got rid of Core module | Joey Hess | 2011-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 present | Joey Hess | 2011-01-14 |
| | |||
* | unlock: Fix behavior when file content is not present. | Joey Hess | 2011-01-13 |
| | |||
* | test unused et al | Joey Hess | 2011-01-12 |
| | |||
* | I thought that reversion a migration might fail. It didn't. :) | Joey Hess | 2011-01-11 |
| | |||
* | migrate: Fix support for --backend option. | Joey Hess | 2011-01-11 |
| | |||
* | test migrate; 75% | Joey Hess | 2011-01-11 |
| | |||
* | test precommit; 74% | Joey Hess | 2011-01-11 |
| |