aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* bug: add a benchmark for reading all bugs in a repoMichael Muré2018-08-191-0/+49
|
* bug: add benchmarcks for bug mergeMichael Muré2018-08-191-15/+44
|
* fix testsMichael Muré2018-08-151-1/+1
|
* cleanup go importsMichael Muré2018-08-131-3/+4
|
* test: make bug_actions_test race resistantMichael Muré2018-08-121-22/+20
|
* fix testMichael Muré2018-08-021-2/+2
|
* add test for push/pull/rebase with a real git repoMichael Muré2018-07-251-0/+337
|
* NewBug can no longer errorMichael Muré2018-07-192-15/+5
|
* bug: replace the uuid based id with the hash of the first commitMichael Muré2018-07-191-3/+13
|
* implement label op+commandMichael Muré2018-07-181-1/+4
|
* all operations now have an author and a timestampMichael Muré2018-07-181-6/+6
|
* fix testsMichael Muré2018-07-171-1/+1
|
* add bug status + open/close commandsMichael Muré2018-07-172-3/+5
|
* comment the failing test for now (code is ok)Michael Muré2018-07-171-26/+24
|
* implement pull/mergeMichael Muré2018-07-171-1/+1
|
* cleaningMichael Muré2018-07-141-1/+1
|
* complete the storage/read process + tests (!)Michael Muré2018-07-142-14/+33
|
* implement AddCommentMichael Muré2018-07-132-3/+5
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-133-3/+42
|
* little bit more testsMichael Muré2018-07-132-0/+97