aboutsummaryrefslogtreecommitdiffstats
path: root/bug
Commit message (Collapse)AuthorAgeFilesLines
...
* bug: make sure to disable label color escape when not on a terminalMichael Muré2020-06-141-44/+50
|
* Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-0912-13/+34
|\
| * graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-0910-3/+27
| | | | | | | | seconds
| * more more wipMichael Muré2020-02-081-1/+1
| |
| * various cleanups suggested by golang-ciMichael Muré2020-02-082-9/+6
| |
* | codereview #2: some cleanup, correct use of nothing-eventsJosh Bialkowski2019-12-181-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * return error, don't panic * skipping status export is an error * use switch in config.go * move PromptPassword to input * move client construction into getIdentityClient * use non-pointer context throughout client since it is an interface * remove some TODOs * don't emit multiple nothing-events, just one per bug only if nothing happened. * rename EditBody to EditCreateComment * add configuration notes about additional values * store bug id map in a dictionary in the config * some fixes from testing
* | Implement jira bridgeJosh Bialkowski2019-12-181-0/+7
|/
* bug: make sure there is no Operation's hash collisionMichael Muré2019-11-194-18/+27
|
* bug: use NeedCommit() in the interface, drop HasPendingOp()Michael Muré2019-11-194-9/+18
|
* repo: esthetism renameMichael Muré2019-11-192-4/+4
|
* bug: don't forget to assign the new packs after a mergeMichael Muré2019-11-191-0/+2
| | | | fix #235
* bug: fix testsludovicm672019-10-151-9/+8
|
* bug: rename RGBA to Colorludovicm672019-10-151-28/+41
|
* termui: add colors for labelsludovicm672019-10-151-0/+11
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-124-17/+16
|
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-1125-385/+213
|
* fix everything following the hash-->id changeMichael Muré2019-08-081-3/+2
|
* bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-0823-159/+153
|
* bug: add snapshot.SearchComment methodAmine Hilaly2019-07-231-0/+11
|
* [bug] add snapshot.GetCreateMetadata methodAmine Hilaly2019-06-301-0/+45
| | | | | | | | | | [bug] add snapshot.HasParticipant(id string) [bug] add snapshot.HasAnyParticipant(ids ...string) [bug] add snapshot.HasActor(id string) [bug] add snapshot.HasAnyActor(ids ...string) [bridge/github] improve comments [bridge/github] exporter tests: register deleteRepository in cleaner [bridge/github] tests rebase
* [bridge/github] Correcte some types and add commentsAmine Hilaly2019-06-241-1/+2
| | | | | | | | | | | | General improvements Co-Authored-By: Michael Muré <batolettre@gmail.com> empty array check an empty array is not nil Co-Authored-By: Michael Muré <batolettre@gmail.com>
* [bug] Operations: add GetAuthor method for operation interface andAmine Hilaly2019-06-241-0/+6
| | | | BaseOp
* minor cleanupMichael Muré2019-06-235-15/+15
|
* bug: fix Bug's Lamport edit time potentially wrong due to rebaseMichael Muré2019-06-191-2/+6
|
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-272-13/+17
|
* graphql: Implement `Authored` whenever possibleQuentin Gliech2019-05-227-0/+21
| | | | webui: Use a fragment for Authored nodes
* graphql: expose label colorludovicm672019-05-221-18/+0
|
* core: use RBGA color from image/colorludovicm672019-05-222-44/+39
|
* core: rename Color to RGBColorludovicm672019-05-222-78/+54
|
* test: add some tests for label colorludovicm672019-05-221-0/+60
|
* core: format and add some comments for color labelludovicm672019-05-221-21/+23
|
* core: add color for labelludovicm672019-05-221-0/+40
|
* Add ForceLabelChange functionalitiesAmine Hilaly2019-05-051-0/+27
|
* bug: fix a potential crash with malformed data in EditCommentOperationMichael Muré2019-04-171-9/+9
| | | | | crashed with indexOutOfRange when the target of the op existed but wasn't a CreateOperation or a AddCommentOperation
* bug: fix EditCommentOperation targeting the wrong commentMichael Muré2019-04-142-10/+36
| | | | fix #126
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-048-8/+46
| | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation
* commands: display comment's id in "git bug comment"Michael Muré2019-03-286-15/+42
|
* cache: properly push/pull identities and bugsMichael Muré2019-03-271-78/+14
|
* bug: don't make bug actions drive identity actionsMichael Muré2019-03-252-43/+28
| | | | | | Turns out it was a mistake, who is suprised ? It leaks the abstraction and it's generally much cleaner to let the cache layer make both calls
* Made requested changesSladyn2019-03-021-8/+0
| | | | Made changes to the doc files and remaining areas which required updation.
* commands: show the last modification time in "user"Michael Muré2019-03-0112-24/+29
|
* identity: another round of cleanupsMichael Muré2019-03-012-15/+1
|
* a round of cleanupMichael Muré2019-03-013-5/+3
|
* identity: store the times properlyMichael Muré2019-03-011-1/+1
|
* identity: I can compile again !!Michael Muré2019-03-0111-157/+274
|
* identity: add more test for serialisation and push/pull/merge + fixesMichael Muré2019-03-013-81/+13
|
* identity: wipMichael Muré2019-03-012-16/+24
|
* identity: wip push/pullMichael Muré2019-03-012-5/+11
|
* identity: more refactoring progressMichael Muré2019-03-013-0/+49
|
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-014-27/+16
|