summaryrefslogtreecommitdiff
path: root/Types/MetaData.hs
Commit message (Expand)AuthorAge
* simplify base64 to only use ByteStringJoey Hess2023-10-26
* factor out Utility.Aeson.textKeyJoey Hess2022-03-02
* allow building with aeson >= 2.0sternenseemann2022-03-02
* update licenses from GPL to AGPLJoey Hess2019-03-13
* fix encoding of metadata containing newlinesJoey Hess2019-02-20
* constrain Arbitrary MetaField to asciiJoey Hess2019-02-18
* avoid Arbitrary generating excessivly long listsJoey Hess2019-01-21
* switch MetaValue to ByteString and MetaField to TextJoey Hess2019-01-07
* dropdead per-remote metadataJoey Hess2018-09-05
* fix prefixingJoey Hess2018-08-31
* use per-remote metadata storage for S3 version IDJoey Hess2018-08-31
* per-remote metadata storageJoey Hess2018-08-31
* avoid insertWith' depreaction warningJoey Hess2018-04-22
* Fix mangling of --json output of utf-8 characters when not running in a utf-8...Joey Hess2018-04-16
* don't copy old date metadata when adding new version of a fileJoey Hess2018-04-04
* metadata: Added --remove-all.Joey Hess2017-09-28
* Added metadata --batch option, which allows getting, setting, deleting, and m...Joey Hess2016-07-27
* saner format for metadata --jsonJoey Hess2016-07-26
* minor typo fixes throughoutYaroslav Halchenko2016-06-02
* metadata: Added -r to remove all current values of a field.Joey Hess2016-02-29
* Support --metadata field<number, --metadata field>number etc to match ranges ...Joey Hess2016-02-27
* fix test suite fail in LANG=CJoey Hess2015-08-12
* metadata: Fix encoding problem that led to mojibake when storing metadata str...Joey Hess2015-03-04
* update my email address and homepage urlJoey Hess2015-01-21
* fix some mixed space+tab indentationJoey Hess2014-10-09
* avoid generating arbitrary MetaData with illegal fieldsJoey Hess2014-03-26
* hilarious typoJoey Hess2014-03-18
* Each for each metadata field, there's now an automatically maintained "$field...Joey Hess2014-03-18
* pre-commit-annex hook script to automatically extract metadata from lots of t...Joey Hess2014-03-02
* metadata: FIeld names are now case insensative.Joey Hess2014-02-25
* metadata: Field names limited to alphanumerics and a few whitelisted punctuat...Joey Hess2014-02-23
* annex.genmetadata can be set to make git-annex automatically set metadata (ye...Joey Hess2014-02-23
* pre-commit: Update metadata when committing changes to annexed files within a...Joey Hess2014-02-19
* add git annex view commandJoey Hess2014-02-18
* add another quickcheck property, and several edge cases handledJoey Hess2014-02-16
* filter branches (incomplete)Joey Hess2014-02-16
* limiting files based on metadataJoey Hess2014-02-13
* metacata command can now operate on many files at onceJoey Hess2014-02-13
* improve simplifierJoey Hess2014-02-12
* fix metadata log simplifier and additional quickcheck testsJoey Hess2014-02-12
* fix Ord instance for MetaValue to work like Eq instanceJoey Hess2014-02-12
* add metadata command to get/set metadataJoey Hess2014-02-12
* data types and serialization for metadataJoey Hess2014-02-12