aboutsummaryrefslogtreecommitdiffstats
path: root/repository/mock_repo.go
Commit message (Expand)AuthorAgeFilesLines
* add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-111-4/+8
* repository: return specific error on object not found, accept multiple namesp...Michael Muré2022-12-211-52/+8
* repo: proper reduced interface for full-text indexingMichael Muré2022-12-191-22/+60
* update keyring and migrate to github.com/ProtonMail/go-cryptoMichael Muré2022-02-151-1/+1
* entity: working commit signaturesMichael Muré2021-02-141-0/+2
* entity: more testing and bug fixingMichael Muré2021-02-141-2/+2
* entity: readAll and more testingMichael Muré2021-02-141-2/+2
* WIPMichael Muré2021-02-141-89/+88
* repository: partially add two new functions to RepoDataMichael Muré2021-02-141-7/+35
* repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-141-19/+51
* repo: move bleve thereMichael Muré2020-12-081-0/+47
* repo: simpler clock mutex lockingMichael Muré2020-12-081-0/+5
* repo: more work towards RepoStorageMichael Muré2020-12-051-5/+27
* repo: implement local/global/any config everywhereMichael Muré2020-09-291-3/+8
* repo: split mocks into smaller reusable componentsMichael Muré2020-09-291-48/+104
* repo: fix some go-git implementationMichael Muré2020-09-291-2/+2
* repository: add access to the system keyring, with fallback on a fileMichael Muré2020-09-291-0/+9
* Add functionality to remove bugs from a local repository. (#423)Vincent Tiu2020-07-091-0/+5
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-011-28/+27
* repo: more testsMichael Muré2020-06-271-7/+41
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-33/+12
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-11/+12
* repo: esthetism renameMichael Muré2019-11-191-2/+2
* bridge: use new repository configuration interfaceamine2019-11-011-49/+2
* repository: add ReadTimestamp methods and improve namingamine2019-10-311-2/+2
* repository: config interface and implementation reworkamine2019-10-311-7/+16
* Update repository/mock_repo.goAmine2019-06-191-1/+1
* Changes to Repo.RmConfigsAmine Hilaly2019-06-171-0/+1
* Add GetRemotes functionalitiesSladyn2019-05-291-0/+7
* repository: add ReadConfigBool and ReadConfigString functionsMichael Muré2019-05-271-0/+21
* identity: store the times properlyMichael Muré2019-03-011-0/+10
* commands: add "bridge rm"Michael Muré2018-09-241-0/+9
* repo: add functions to read/write git configMichael Muré2018-09-241-0/+20
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-1/+1
* reorganize package for a more idomatic goMichael Muré2018-09-111-35/+36
* bug: remove use of the too recent %(refname:lstrip=-1) of gitMichael Muré2018-08-191-16/+0
* termui: implement push/pullMichael Muré2018-08-121-4/+4
* bug: add a Lamport logical clock to be able to sort bugs by creation time and...Michael Muré2018-08-061-8/+38
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-0/+17
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-231-2/+2
* fix dependenciesMichael Muré2018-07-191-5/+4
* implement pull/mergeMichael Muré2018-07-171-1/+25
* complete the storage/read process + tests (!)Michael Muré2018-07-141-8/+110
* fix push/pullMichael Muré2018-07-131-1/+1
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-13/+40
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-121-2/+2
* more experimentMichael Muré2018-07-121-0/+33