aboutsummaryrefslogtreecommitdiffstats
path: root/repository
Commit message (Collapse)AuthorAgeFilesLines
* commands: add "bridge rm"Michael Muré2018-09-243-1/+26
|
* repo: add functions to read/write git configMichael Muré2018-09-243-6/+62
|
* repo: more documentationMichael Muré2018-09-242-0/+16
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-212-3/+11
|
* repo: workaround for git returning no path when inside a .git dirMichael Muré2018-09-211-1/+3
|
* lamport: better perf by ensuring that the folder is created only onceMichael Muré2018-09-131-8/+28
|
* reorganize package for a more idomatic goMichael Muré2018-09-115-85/+88
|
* fix english grammarMichael Muré2018-09-092-9/+9
|
* cmds: various cleaningMichael Muré2018-09-061-1/+1
|
* bug: remove use of the too recent %(refname:lstrip=-1) of gitMichael Muré2018-08-193-39/+0
| | | | fix #24
* cleanup go importsMichael Muré2018-08-132-2/+4
|
* fix some linting troubleMichael Muré2018-08-132-3/+6
|
* termui: implement push/pullMichael Muré2018-08-123-14/+14
|
* bug: add a Lamport logical clock to be able to sort bugs by creation time ↵Michael Muré2018-08-063-11/+144
| | | | and edit time without having to rely on a timestamp
* graphql: implement the missing mutationsMichael Muré2018-08-011-1/+2
|
* allow to run commands from lower than the root of a git repoMichael Muré2018-07-261-6/+8
|
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-253-8/+65
|
* git: fix fetch not workingMichael Muré2018-07-251-1/+1
|
* bug: refactor to limit abstraction leak and to have a more reusable code for ↵Michael Muré2018-07-233-10/+10
| | | | the UIs
* fix dependenciesMichael Muré2018-07-192-8/+6
|
* implement pull/mergeMichael Muré2018-07-173-10/+82
|
* complete the storage/read process + tests (!)Michael Muré2018-07-143-15/+223
|
* add TreeEntry to manage the talking with git mktree and git ls-treeMichael Muré2018-07-142-0/+106
|
* implement AddCommentMichael Muré2018-07-131-6/+0
|
* fix push/pullMichael Muré2018-07-133-6/+18
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-133-751/+117
|
* add basic tests for Bug and OperationIteratorMichael Muré2018-07-131-2/+0
|
* move Hash in /util/Michael Muré2018-07-122-4/+5
|
* store user info in the datastoreMichael Muré2018-07-122-0/+16
|
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-123-17/+20
|
* more experimentMichael Muré2018-07-123-0/+891