aboutsummaryrefslogtreecommitdiffstats
path: root/repository
Commit message (Expand)AuthorAgeFilesLines
* update keyring and migrate to github.com/ProtonMail/go-cryptoMichael Muré2022-02-156-16/+16
* repo: workaround more go-git concurrency issueMichael Muré2021-04-221-0/+12
* repository: workaround a non thread-safe path in go-gitMichael Muré2021-04-171-2/+10
* cache: many fixes following the dag entity migrationMichael Muré2021-04-081-1/+1
* Merge remote-tracking branch 'origin/master' into dag-entityMichael Muré2021-03-294-6/+58
|\
| * repo: fix various config issues around case insentivityMichael Muré2021-03-283-4/+56
| * repo: fix security issue that could lead to arbitrary code executionMichael Muré2021-03-212-4/+5
| * commands: minor fixes for the webui open with queryMichael Muré2021-03-071-1/+1
* | entity: add support for storing filesMichael Muré2021-03-211-0/+10
* | entity: implement removeMichael Muré2021-02-142-0/+5
* | entity: working commit signaturesMichael Muré2021-02-143-7/+61
* | entity: more testing and bug fixingMichael Muré2021-02-143-14/+53
* | entity: readAll and more testingMichael Muré2021-02-143-2/+6
* | entity: more progress on merging and signingMichael Muré2021-02-145-85/+3
* | WIPMichael Muré2021-02-1413-1062/+325
* | repository: partially add two new functions to RepoDataMichael Muré2021-02-146-16/+96
* | repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-146-42/+207
|/
* repo: close before deletingMichael Muré2020-12-082-0/+10
* repo: move bleve thereMichael Muré2020-12-084-8/+215
* repo: simpler clock mutex lockingMichael Muré2020-12-083-12/+11
* repo: remove the memory-only repo for nowMichael Muré2020-12-081-32/+3
* repo: finish RepoStorage moveMichael Muré2020-12-086-75/+105
* repo: more work towards RepoStorageMichael Muré2020-12-058-50/+97
* Move new RepoStorage interface to GoGitRepo, revert repoTestMark2020-12-052-13/+7
* Add RepoStorage interface (for draft PR)Mark2020-12-051-0/+13
* read name from both global and local configKarl Semich2020-10-301-12/+2
* repository: fix edge case in git config read, affecting bridgesMichael Muré2020-10-251-0/+1
* repository: workaround a go-git bug and ensure sorted tree objectMichael Muré2020-10-251-1/+17
* repository: fix incorrect git dir on the git CLI implementationMichael Muré2020-10-241-1/+1
* repo: minor cleanupMichael Muré2020-10-041-6/+6
* repo: fix missing keyring on the go-git repoMichael Muré2020-10-041-6/+18
* repo: use go-git in more places, fix pushMichael Muré2020-10-042-3/+9
* repo: fallback editor list by looking if the binary existMichael Muré2020-09-291-1/+17
* repo: fix wrong ordering in gogit's ListCommitMichael Muré2020-09-292-9/+7
* repo: implement GetCoreEditor for go-gitMichael Muré2020-09-291-1/+23
* repo: more testing for an edge caseMichael Muré2020-09-291-0/+5
* repo: ReadTree must accept either a commit or a tree hashMichael Muré2020-09-292-3/+25
* repo: more config related bug fixesMichael Muré2020-09-293-47/+90
* repo: fix manu bugs in go-git configMichael Muré2020-09-292-54/+133
* repo: implement local/global/any config everywhereMichael Muré2020-09-299-216/+400
* repo: only use the file backend for the keyringMichael Muré2020-09-291-27/+4
* repo: split mocks into smaller reusable componentsMichael Muré2020-09-291-48/+104
* repo: split Config into 2 smaller interfacesMichael Muré2020-09-291-8/+15
* repo: test both plain and bare, test clocksMichael Muré2020-09-291-127/+157
* repo: smaller interfacesMichael Muré2020-09-291-4/+12
* repo: fix gogit clock pathMichael Muré2020-09-291-2/+2
* fix ListCommits implementationvince2020-09-292-9/+27
* repo: fix some go-git implementationMichael Muré2020-09-294-10/+24
* Add more function implementationsvince2020-09-291-11/+111
* repository: more go-git implementationMichael Muré2020-09-291-2/+31