aboutsummaryrefslogtreecommitdiffstats
path: root/bug
Commit message (Collapse)AuthorAgeFilesLines
* cache: add raw edit functions to allow setting up the author, the timestamp ↵Michael Muré2018-09-251-2/+2
| | | | and the metadatas
* bug: add the optional field AvatarUrl to PersonMichael Muré2018-09-251-2/+7
|
* bug: add the ability to store arbitrary metadata on an operationMichael Muré2018-09-241-10/+30
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-214-12/+12
|
* commands: fix a panic on merge invalidMichael Muré2018-09-191-1/+5
|
* bug: reclassify some merge error as "invalid" instead of hard errorMichael Muré2018-09-191-4/+5
|
* bug: readBug returns better errorsMichael Muré2018-09-181-15/+11
|
* commands: add a package to handle implicit bug selectionMichael Muré2018-09-181-4/+5
|
* docs & cleaningMichael Muré2018-09-161-0/+1
|
* commands: git bug comment now show the comments of a bugMichael Muré2018-09-152-2/+11
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-158-35/+152
|
* catch a lot of error not being checkedMichael Muré2018-09-131-2/+9
|
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-132-36/+57
|
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-124-34/+70
| | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice
* reorganize package for a more idomatic goMichael Muré2018-09-1112-394/+22
|
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-105-12/+12
| | | | fix #37
* fix english grammarMichael Muré2018-09-091-4/+4
|
* person: add a function to test the matching of a queryMichael Muré2018-09-091-0/+6
|
* status: add a function to parse a statusMichael Muré2018-09-091-0/+18
|
* cache: refactor to handle bug changes during PullMichael Muré2018-09-082-25/+24
|
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-072-21/+6
|
* bug: also update the operations incrementaly in the snapshotMichael Muré2018-09-041-0/+2
| | | | fix #39
* bug: make sure the lamport values are set properly after a commitMichael Muré2018-09-031-4/+4
|
* add some documentationMichael Muré2018-09-021-1/+6
|
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-0/+1
|
* bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵Michael Muré2018-08-237-7/+40
| | | | sorting and retrieval
* bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵Michael Muré2018-08-238-16/+130
| | | | snapshot
* 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
|