Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 4 | -17/+16 |
| | |||||
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 25 | -385/+213 |
| | |||||
* | fix everything following the hash-->id change | Michael Muré | 2019-08-08 | 1 | -3/+2 |
| | |||||
* | bug: compute op's ID based on the serialized data on disk | Michael Muré | 2019-08-08 | 23 | -159/+153 |
| | |||||
* | bug: add snapshot.SearchComment method | Amine Hilaly | 2019-07-23 | 1 | -0/+11 |
| | |||||
* | [bug] add snapshot.GetCreateMetadata method | Amine Hilaly | 2019-06-30 | 1 | -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 comments | Amine Hilaly | 2019-06-24 | 1 | -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 and | Amine Hilaly | 2019-06-24 | 1 | -0/+6 |
| | | | | BaseOp | ||||
* | minor cleanup | Michael Muré | 2019-06-23 | 5 | -15/+15 |
| | |||||
* | bug: fix Bug's Lamport edit time potentially wrong due to rebase | Michael Muré | 2019-06-19 | 1 | -2/+6 |
| | |||||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 2 | -13/+17 |
| | |||||
* | graphql: Implement `Authored` whenever possible | Quentin Gliech | 2019-05-22 | 7 | -0/+21 |
| | | | | webui: Use a fragment for Authored nodes | ||||
* | graphql: expose label color | ludovicm67 | 2019-05-22 | 1 | -18/+0 |
| | |||||
* | core: use RBGA color from image/color | ludovicm67 | 2019-05-22 | 2 | -44/+39 |
| | |||||
* | core: rename Color to RGBColor | ludovicm67 | 2019-05-22 | 2 | -78/+54 |
| | |||||
* | test: add some tests for label color | ludovicm67 | 2019-05-22 | 1 | -0/+60 |
| | |||||
* | core: format and add some comments for color label | ludovicm67 | 2019-05-22 | 1 | -21/+23 |
| | |||||
* | core: add color for label | ludovicm67 | 2019-05-22 | 1 | -0/+40 |
| | |||||
* | Add ForceLabelChange functionalities | Amine Hilaly | 2019-05-05 | 1 | -0/+27 |
| | |||||
* | bug: fix a potential crash with malformed data in EditCommentOperation | Michael Muré | 2019-04-17 | 1 | -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 comment | Michael Muré | 2019-04-14 | 2 | -10/+36 |
| | | | | fix #126 | ||||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 8 | -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-28 | 6 | -15/+42 |
| | |||||
* | cache: properly push/pull identities and bugs | Michael Muré | 2019-03-27 | 1 | -78/+14 |
| | |||||
* | bug: don't make bug actions drive identity actions | Michael Muré | 2019-03-25 | 2 | -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 changes | Sladyn | 2019-03-02 | 1 | -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-01 | 12 | -24/+29 |
| | |||||
* | identity: another round of cleanups | Michael Muré | 2019-03-01 | 2 | -15/+1 |
| | |||||
* | a round of cleanup | Michael Muré | 2019-03-01 | 3 | -5/+3 |
| | |||||
* | identity: store the times properly | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 11 | -157/+274 |
| | |||||
* | identity: add more test for serialisation and push/pull/merge + fixes | Michael Muré | 2019-03-01 | 3 | -81/+13 |
| | |||||
* | identity: wip | Michael Muré | 2019-03-01 | 2 | -16/+24 |
| | |||||
* | identity: wip push/pull | Michael Muré | 2019-03-01 | 2 | -5/+11 |
| | |||||
* | identity: more refactoring progress | Michael Muré | 2019-03-01 | 3 | -0/+49 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 4 | -27/+16 |
| | |||||
* | identity: somewhat getting closer ! | Michael Muré | 2019-03-01 | 21 | -113/+695 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 5 | -9/+9 |
| | |||||
* | identity: implement the loading from git | Michael Muré | 2019-03-01 | 1 | -7/+7 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 21 | -165/+132 |
| | |||||
* | Issue #87: use same id format function in snapshot.go than in bug.go | Sebastien Devaux | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | Allow empty messages in comments. | Cyril Roelandt | 2018-12-26 | 2 | -5/+0 |
| | | | | | Some bug trackers, like Launchpad, allow messages to be empty (when adding a file to the bug, for instance). | ||||
* | repo: minor cleaning | Michael Muré | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | termui: display an explicit placeholder for empty messages | Michael Muré | 2018-12-23 | 1 | -0/+7 |
| | |||||
* | graphql: now that it's possible, split the schema for clarity | Michael Muré | 2018-12-23 | 1 | -0/+1 |
| | |||||
* | upgrade gqlgen to v0.7.1 | Michael Muré | 2018-12-23 | 9 | -0/+27 |
| | |||||
* | tests: configure user ident in repos used by tests | Rafael Ascensão | 2018-12-10 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | Some git operations require the user to have an identity configured and will exit with failure if none is set (or if git can't guess it). As a direct consequence of this, the test suite may fail depending on the user local configuration. The error itself is justified as regular users *should* configure their identity themselves. However, when building in chrooted environments it's unlikely the git identity will be set making the test suite fail unnecessarily. To prevent such unnecessary failures, let's make a dummy identity for repos created and used by the test suite. | ||||
* | bug: add a new SetMetadataOperation to retroactively tag operations | Michael Muré | 2018-10-21 | 3 | -5/+199 |
| | |||||
* | github: also pull users email | Michael Muré | 2018-10-07 | 1 | -5/+26 |
| | |||||
* | github: working incremental + comment history for the first comment | Michael Muré | 2018-10-01 | 3 | -0/+10 |
| |