git-annex/Types
Joey Hess e7f42e2ec7
when serializing messages, include json objects
This is done always, it's up to the comsumer to decide if it wants to
output the json objects or the messages.

Messages.JSON.finalize changed to not need a JSONOptions.
As far as I can see, this does not change its behavior,
since addErrorMessage appends to any list that's already there.

This commit was sponsored by Ethan Aubin.
2020-12-03 14:47:04 -04:00
..
ActionItem.hs
AdjustedBranch.hs make sync update --unlock-present branch 2020-11-13 15:04:34 -04:00
Availability.hs
Backend.hs convert getFileSize to RawFilePath 2020-11-05 11:32:57 -04:00
Benchmark.hs
BranchState.hs cache one more log file for metadata 2020-07-07 14:18:55 -04:00
CatFileHandles.hs
CleanupActions.hs annex.adjustedbranchrefresh 2020-11-16 14:27:28 -04:00
Command.hs add "input" field to json output 2020-09-15 16:22:44 -04:00
Concurrency.hs differentiate between concurrency enabled at command line and by git config 2020-09-16 11:47:12 -04:00
Creds.hs
Crypto.hs remove Show Cipher 2020-09-01 18:11:22 -04:00
DeferredParse.hs
DesktopNotify.hs
Difference.hs
Distribution.hs
Export.hs deepseq all things returned from ResourceT http 2020-09-14 18:30:06 -04:00
FileMatcher.hs split ProvidedInfo and UserProvidedInfo 2020-09-28 12:12:38 -04:00
GitConfig.hs annex.adjustedbranchrefresh 2020-11-16 14:27:28 -04:00
Group.hs
Import.hs deepseq all things returned from ResourceT http 2020-09-14 18:30:06 -04:00
IndexFiles.hs
Key.hs fix bug caught by test suite 2020-07-31 16:11:50 -04:00
KeySource.hs
LockCache.hs more RawFilePath conversion 2020-10-29 10:50:29 -04:00
Messages.hs when serializing messages, include json objects 2020-12-03 14:47:04 -04:00
MetaData.hs
Mime.hs
NumCopies.hs
ProposedAccepted.hs
RefSpec.hs
Remote.hs add show instance 2020-12-01 15:39:57 -04:00
RemoteConfig.hs
RemoteState.hs
RepoVersion.hs
ScheduledActivity.hs avoid using MonadFail in ParseDuration 2020-08-15 15:53:35 -04:00
StandardGroups.hs
StoreRetrieve.hs
Test.hs
Transfer.hs more RawFilePath conversion 2020-10-29 12:03:50 -04:00
TrustLevel.hs
UrlContents.hs
UUID.hs
View.hs test: Fix some test cases that assumed git's default branch name 2020-06-23 16:40:51 -04:00
WorkerPool.hs