Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update graphql package to support gqlgen 0.9.0 | Amine Hilaly | 2019-05-15 | 11 | -523/+642 |
| | |||||
* | graphql: expose valid labels | ludovicm67 | 2019-04-10 | 3 | -45/+105 |
| | |||||
* | Support gqlgen v0.8.3 | Amine Hilaly | 2019-04-09 | 14 | -5447/+5585 |
| | |||||
* | graphql: fix test indentation | Michael Muré | 2019-04-05 | 1 | -17/+18 |
| | |||||
* | graphql: make Bug's actors and participants a connection | Michael Muré | 2019-04-05 | 9 | -172/+469 |
| | |||||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 4 | -20/+222 |
| | | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation | ||||
* | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 | 22 | -110/+1063 |
| | |||||
* | a round of cleanup | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 1 | -5/+5 |
| | |||||
* | identity: complete the graphql api | Michael Muré | 2019-03-01 | 3 | -4/+114 |
| | |||||
* | identity: add more test for serialisation and push/pull/merge + fixes | Michael Muré | 2019-03-01 | 1 | -1/+15 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 5 | -5/+4 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 2 | -0/+40 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 2 | -146/+100 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 10 | -386/+533 |
| | |||||
* | termui: display an explicit placeholder for empty messages | Michael Muré | 2018-12-23 | 2 | -16/+100 |
| | |||||
* | graphql: now that it's possible, split the schema for clarity | Michael Muré | 2018-12-23 | 8 | -565/+595 |
| | |||||
* | upgrade gqlgen to v0.7.1 | Michael Muré | 2018-12-23 | 3 | -275/+1023 |
| | |||||
* | fix build | Michael Muré | 2018-10-07 | 1 | -0/+37 |
| | |||||
* | github: also pull users email | Michael Muré | 2018-10-07 | 4 | -25/+151 |
| | |||||
* | graphql: add missing operation | Michael Muré | 2018-10-07 | 4 | -6/+425 |
| | |||||
* | bug: use a value embedding for OpBase | Michael Muré | 2018-10-01 | 2 | -70/+25 |
| | |||||
* | bug: use deditated type for all TimelineItem | Michael Muré | 2018-09-30 | 5 | -393/+1111 |
| | |||||
* | timeline: various minor improvements | Michael Muré | 2018-09-30 | 5 | -36/+619 |
| | |||||
* | graphql: expose the new Timeline | Michael Muré | 2018-09-29 | 8 | -19/+1173 |
| | |||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 3 | -69/+67 |
| | |||||
* | graphql: manually fix the generated code, gix the graphql handler | Michael Muré | 2018-09-29 | 1 | -10/+10 |
| | |||||
* | bug: add the optional field AvatarUrl to Person | Michael Muré | 2018-09-25 | 3 | -39/+115 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | docs & cleaning | Michael Muré | 2018-09-16 | 5 | -37/+5 |
| | |||||
* | graphql: update gqlgen to 0.5.1 | Michael Muré | 2018-09-14 | 5 | -1924/+4155 |
| | | | | fix #6 | ||||
* | operations: return a more convenient array of result for label changes | Michael Muré | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | bug: change the OperationPack serialization format for Json | Michael Muré | 2018-09-12 | 1 | -2/+2 |
| | | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice | ||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 4 | -24/+24 |
| | |||||
* | graphql: AllBugs now accept a query | Michael Muré | 2018-09-11 | 3 | -10/+37 |
| | |||||
* | cache: combine sorting and filtering into a query with its micro-DSL | Michael Muré | 2018-09-09 | 1 | -1/+4 |
| | |||||
* | cache: provide a generic bug sorting function | Michael Muré | 2018-09-02 | 1 | -1/+2 |
| | |||||
* | cache: provide sorted (id, creation, edit) list of bugs | Michael Muré | 2018-09-02 | 1 | -5/+1 |
| | |||||
* | cache: rename RootCache into MultiRepoCache | Michael Muré | 2018-09-02 | 4 | -8/+8 |
| | | | | Underline the fact that it's fine to use RepoCache alone | ||||
* | make CLI commands use the cache to lock the repo properly | Michael Muré | 2018-08-31 | 1 | -1/+1 |
| | |||||
* | better naming for the graphql-s root resolver | Michael Muré | 2018-08-27 | 2 | -16/+16 |
| | |||||
* | cache: maintain, write and load from disk bug excerpts | Michael Muré | 2018-08-23 | 3 | -7/+7 |
| | |||||
* | bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵ | Michael Muré | 2018-08-23 | 2 | -8/+38 |
| | | | | sorting and retrieval | ||||
* | cache: lock the repo with a pid file; automatic cleaning | Michael Muré | 2018-08-21 | 1 | -4/+16 |
| | |||||
* | bug: add "was" on SetTitleOperation to store what the title was | Michael Muré | 2018-08-15 | 2 | -0/+15 |
| | |||||
* | graphql: fix two bugs in the connection code | Michael Muré | 2018-08-15 | 4 | -4/+16 |
| | | | | | 1) totalCount was incorrect when not in the first page 2) pageInfo.Has{Previous,Next}Page was incorrect when using before or after | ||||
* | gqlgen: add a small program to go:generate the code | Michael Muré | 2018-08-14 | 2 | -1/+47 |
| | |||||
* | graphql: expose startCursor and endCursor as well for a connection | Michael Muré | 2018-08-14 | 7 | -30/+110 |
| | |||||
* | cleanup go imports | Michael Muré | 2018-08-13 | 4 | -1/+5 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 9 | -5/+31 |
| |