aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * make changesLuke Adams2018-10-021-5/+8
| * add open/close in bug viewLuke Adams2018-10-021-1/+15
|/
* github: incremental import for labels, title edition, status changesMichael Muré2018-10-021-8/+36
* github: incremental import of comments + editionsMichael Muré2018-10-022-51/+196
* github: working incremental + comment history for the first commentMichael Muré2018-10-017-116/+416
* bug: make sure to invalidate the hash when changing an op's metadataMichael Muré2018-10-011-0/+1
* bug: message can be empty on edit commentMichael Muré2018-10-011-4/+0
* bug: in op convenience function, return the new op to be able to set metadata...Michael Muré2018-10-0110-81/+123
* bug: custom error for the different error case when loading a bugMichael Muré2018-10-011-2/+10
* makefile: also clear the cache after deleting the bugsMichael Muré2018-10-011-0/+1
* bug: add a new no-op operation to store arbitrary metadata on a bugMichael Muré2018-10-011-0/+49
* cache: also index the first op metadataMichael Muré2018-10-011-0/+3
* docs: update manpages due to change of monthMichael Muré2018-10-0126-26/+26
* commands: "bridge" don't take argumentsMichael Muré2018-10-011-0/+1
* add documentationMichael Muré2018-10-015-0/+27
* bug: add a test for operations hashMichael Muré2018-10-011-0/+36
* bug: add a test for OpBase metadataMichael Muré2018-10-011-8/+11
* bug: use a value embedding for OpBaseMichael Muré2018-10-0118-87/+2314
* bug: use deditated type for all TimelineItemMichael Muré2018-09-3016-456/+1239
* Merge pull request #54 from MichaelMure/editablecommentMichael Muré2018-09-3096-988/+13878
|\
| * termui: advertise edited commentsMichael Muré2018-09-301-8/+22
| * timeline: various minor improvementsMichael Muré2018-09-3012-79/+695
| * use more testify, fix unchecked errorsMichael Muré2018-09-2925-91/+6156
| * termui: fix compilationMichael Muré2018-09-291-10/+10
| * graphql: expose the new TimelineMichael Muré2018-09-298-19/+1173
| * bug: implement comment editionMichael Muré2018-09-2938-70/+4602
| * bug: apply an operation with a pointer to the snapshotMichael Muré2018-09-299-21/+10
| * bug: define a hash-based identifier for an operationMichael Muré2018-09-299-7/+64
| * merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-2931-418/+881
* | readme: fix a linkMichael Muré2018-09-291-1/+1
|/
* graphql: manually fix the generated code, gix the graphql handlerMichael Muré2018-09-291-10/+10
* util: handle both sha1 and sha256 git hashesMichael Muré2018-09-261-1/+1
* termui: better responsive columns in the bug tableMichael Muré2018-09-261-4/+3
* select: clear the selected bug when invalidMichael Muré2018-09-261-1/+16
* commands: don't forget to treat the error when selecting a bugMichael Muré2018-09-261-1/+4
* commands: add a "deselect" command to deselect a previously selected bugMichael Muré2018-09-267-5/+141
* commands: detect when an edit title doesn't change it and abort the operationMichael Muré2018-09-261-0/+4
* termui: detect when the title is not changed and abort the operationMichael Muré2018-09-261-1/+5
* graphql: add a general test for the handler/resolversMichael Muré2018-09-2613-0/+1794
* bridge: first working github importerMichael Muré2018-09-251-78/+231
* makefile: add a target producing a debugger friendly buildMichael Muré2018-09-251-0/+5
* cache: add raw edit functions to allow setting up the author, the timestamp a...Michael Muré2018-09-2514-115/+170
* bug: add the optional field AvatarUrl to PersonMichael Muré2018-09-255-41/+133
* bug: add the ability to store arbitrary metadata on an operationMichael Muré2018-09-249-16/+59
* github: query most of the dataMichael Muré2018-09-2494-15/+27635
* bridge: validate config before useMichael Muré2018-09-243-0/+24
* commands: add "bridge pull"Michael Muré2018-09-249-7/+174
* commands: add "bridge rm"Michael Muré2018-09-2415-25/+170
* commands: add the "bridge" and "bridge configure" commandsMichael Muré2018-09-2413-5/+335
* bridge: big refactor and cleanupMichael Muré2018-09-245-78/+167