aboutsummaryrefslogtreecommitdiffstats
path: root/bug
Commit message (Collapse)AuthorAgeFilesLines
* bug: add benchmarcks for bug mergeMichael Muré2018-08-191-0/+5
|
* bug: remove use of the too recent %(refname:lstrip=-1) of gitMichael Muré2018-08-191-2/+18
| | | | fix #24
* bug: add "was" on SetTitleOperation to store what the title wasMichael Muré2018-08-153-7/+26
|
* cleanup go importsMichael Muré2018-08-132-0/+2
|
* fix some linting troubleMichael Muré2018-08-137-15/+47
|
* termui: implement push/pullMichael Muré2018-08-121-4/+8
|
* termui: display status and label changes in show bugMichael Muré2018-08-091-0/+11
|
* termui: commit the bug when quiting the show bug windowMichael Muré2018-08-091-1/+6
|
* doc: complete the model doc now that the code is more stableMichael Muré2018-08-071-2/+2
|
* bug: add a Lamport logical clock to be able to sort bugs by creation time ↵Michael Muré2018-08-068-21/+183
| | | | and edit time without having to rely on a timestamp
* bug: store the referenced media in their own git tree under /media, as per ↵Michael Muré2018-08-052-18/+50
| | | | the doc I wrote myself
* fix testMichael Muré2018-08-021-1/+1
|
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-029-10/+71
|
* termui: show the last edit in a dedicated columnMichael Muré2018-08-021-3/+1
|
* graphql: implement the missing mutationsMichael Muré2018-08-011-0/+5
|
* termui: add a view to display a bugMichael Muré2018-08-015-8/+14
|
* cli: rework new and comment command to better use the editorMichael Muré2018-07-311-0/+3
| | | | | | | a nice templace is now provided with explanations new: title and message can now be provided from the editor. Title will be the first non-empty line
* graphql: lazy loading for the bug relay connectionMichael Muré2018-07-291-0/+5
|
* graphql: fix marshaling of labelMichael Muré2018-07-291-1/+1
|
* wip gqlgenMichael Muré2018-07-271-0/+22
|
* some cleaningMichael Muré2018-07-255-35/+41
|
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-257-9/+125
|
* bug: fix merge procedureMichael Muré2018-07-251-26/+34
|
* fix remote refs pattern to match default git behaviorMichael Muré2018-07-251-1/+1
|
* bug: refactor to limit abstraction leak and to have a more reusable code for ↵Michael Muré2018-07-232-20/+197
| | | | the UIs
* graphql: Actually get the bugs from the repoQuentin Gliech2018-07-203-8/+8
|
* NewBug can no longer errorMichael Muré2018-07-191-4/+4
|
* humanize timeMichael Muré2018-07-192-4/+9
|
* bug: replace the uuid based id with the hash of the first commitMichael Muré2018-07-191-31/+30
|
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-1/+3
|
* implement label op+commandMichael Muré2018-07-184-0/+62
|
* all operations now have an author and a timestampMichael Muré2018-07-189-32/+55
|
* crude implementation of showMichael Muré2018-07-172-0/+9
|
* ls: add some colorsMichael Muré2018-07-171-1/+1
|
* add bug status + open/close commandsMichael Muré2018-07-179-20/+74
|
* implement pull/mergeMichael Muré2018-07-172-7/+118
|
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-161-1/+1
|
* add a way to load a bug from a prefixMichael Muré2018-07-151-0/+31
|
* ls: better outputMichael Muré2018-07-151-0/+18
|
* cleaningMichael Muré2018-07-143-19/+4
|
* use a Unix timestamp (int64) for the time instead of golang's Time that ↵Michael Muré2018-07-143-7/+5
| | | | cause trouble for serialisation
* bug: use a 40 char truncated sha256 hash as ID, 8 char for human readingMichael Muré2018-07-141-14/+14
|
* add time to commentsMichael Muré2018-07-144-5/+21
|
* complete the storage/read process + tests (!)Michael Muré2018-07-146-74/+138
|
* each commit reference the very first set of ops (will be useful for fast ↵Michael Muré2018-07-141-2/+9
| | | | access to lamport clock and ordering)
* implement AddCommentMichael Muré2018-07-132-4/+30
|
* fix push/pullMichael Muré2018-07-131-0/+1
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-137-46/+134
|
* add basic tests for Bug and OperationIteratorMichael Muré2018-07-133-7/+32
|
* add a bug's operation iteratorMichael Muré2018-07-131-0/+72
|