aboutsummaryrefslogtreecommitdiffstats
path: root/repository/mock_repo.go
Commit message (Collapse)AuthorAgeFilesLines
* 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