aboutsummaryrefslogtreecommitdiffstats
path: root/repository/mock_repo.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Add functionality to remove bugs from a local repository. This adds a function to remove git references in the repo and another one to remove bugs.
* 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
| | | | | | | | | - allow the creation of arbitrary Lamport clocks, freeing the way to new entities and removing Bug specific (upper layer) code. - generalize the memory-only and persisted Lamport clocks behind a common interface - rework the tests to provide reusable testing code for a Repo, a Clock, a Config, opening a path to add a new Repo implementation more easily - test previously untested components with those new tests Note: one problem found during this endeavor is that `identity.Version` also need to store one time + Lamport time for each other Entity (Bug, config, PR ...). This could possibly done without breaking change but it would be much easier to wait for https://github.com/MichaelMure/git-bug-migration to happen.
* 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
| | | | commands/webui: use new repository configuration interface
* 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
| | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Changes to Repo.RmConfigsAmine Hilaly2019-06-171-0/+1
| | | | RmConfigs try to remove key/value or section from keyPrefix
* 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
| | | | fix #24
* 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 ↵Michael Muré2018-08-061-8/+38
| | | | and edit time without having to rely on a timestamp
* 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
| | | | the UIs
* 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