aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #125 from ludovicm67/patch-edit-no-selectionMichael Muré2019-04-111-0/+4
|\ | | | | termui: fix bug when trying to edit without selection
| * termui: fix bug when trying to edit without selectionludovicm672019-04-101-0/+4
| |
* | Merge pull request #124 from ludovicm67/feat-valid-labelsMichael Muré2019-04-103-45/+105
|\ \ | |/ |/| graphql: expose valid labels
| * graphql: expose valid labelsludovicm672019-04-103-45/+105
|/
* force a version of golang.org/x/tools due to an incompatibility with gqlgenMichael Muré2019-04-1038-11453/+14950
|
* Merge pull request #123 from A-Hilaly/graphqlMichael Muré2019-04-10125-10465/+15684
|\ | | | | Upgrade gqlgen version to 0.8.3
| * drop go 1.8 supportAmine Hilaly2019-04-097-22/+20
| |
| * Update Gopkg.*Amine Hilaly2019-04-09105-4996/+10079
| |
| * Support gqlgen v0.8.3Amine Hilaly2019-04-0914-5447/+5585
|/
* Merge pull request #122 from A-Hilaly/command-ls-showMichael Muré2019-04-052-14/+57
|\ | | | | integrate actors and participant filters into ls and show commands
| * integrate actors and participant filters into ls and show commandsAmine Hilaly2019-04-052-14/+57
|/
* Merge pull request #121 from A-Hilaly/query-humanidMichael Muré2019-04-053-8/+12
|\ | | | | Support matching identities with ID and truncated ID
| * implement identityExcerpt match method and integrate it into filtersAmine Hilaly2019-04-053-12/+12
| | | | | | | | Update docs
| * Support query with identity ID and truncated IDAmine Hilaly2019-04-051-1/+5
| |
* | doc: fix typosMichael Muré2019-04-051-6/+6
|/
* graphql: fix test indentationMichael Muré2019-04-051-17/+18
|
* graphql: make Bug's actors and participants a connectionMichael Muré2019-04-059-172/+469
|
* Merge pull request #117 from A-Hilaly/bug-participantsMichael Muré2019-04-0517-38/+376
|\ | | | | Implement participants and actors functionalities
| * improve docsAmine Hilaly2019-04-052-7/+7
| |
| * Improve actor/participant query filtersAmine Hilaly2019-04-041-18/+26
| | | | | | | | Lower case identity login
| * Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-0417-38/+368
|/ | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation
* commands: add a --field flag to "git bug user" to display users details ↵Michael Muré2019-04-034-1/+45
| | | | individually
* commands: add "show --field humanId"Michael Muré2019-04-033-3/+5
|
* commands: fix labels no showing properly in "git bug show <id> -f labels"Michael Muré2019-04-031-2/+5
| | | | fix #119
* cache: add a push/pull testMichael Muré2019-04-022-0/+76
|
* Merge pull request #116 from sladyn98/fixlabelqueryMichael Muré2019-04-011-1/+1
|\ | | | | cache/filter.go: Fix query match for --label
| * cache/filter.go: Fix and match for labelsSladyn2019-03-311-1/+1
| | | | | | | | | | | | | | Fixed filter query for multiple labels from `OR` to `AND` according to github conventions. Fixed https://github.com/MichaelMure/git-bug/issues/115
* | update generated filesMichael Muré2019-04-0132-32/+32
| |
* | graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-0126-130/+1121
| |
* | webui: pack itMichael Muré2019-03-311-33/+33
| |
* | Merge pull request #104 from MichaelMure/sandhose/webui-timelineMichael Muré2019-03-318-76/+110
|\ \ | | | | | | Use Timeline API instead of raw operations
| * | webui: Rework timeline styleQuentin Gliech2019-03-307-54/+88
| | |
| * | webui: Use Timeline API instead of raw operationsQuentin Gliech2019-03-306-23/+23
| |/
* | Merge pull request #114 from MichaelMure/sandhose/webui-update-depsMichael Muré2019-03-312-2426/+3827
|\ \ | |/ |/| webui: Upgrade dependencies
| * webui: Upgrade dependenciesQuentin Gliech2019-03-302-2426/+3827
|/ | | | | | | | | | | | | | | | | | @material-ui/core: 1.5.1 → 3.9.3 @material-ui/icons: 2.0.3 → 3.0.2 apollo-boost: 0.1.23 → 0.3.1 graphql: 14.0.2 → 14.2.0 moment: 2.23.0 → 2.24.0 react: 16.7.0 → 16.8.6 react-apollo: 2.3.3 → 2.5.3 react-dom: 16.7.0 → 16.8.6 react-router: 4.3.1 → 5.0.0 react-router-dom: 4.3.1 → 5.0.0 react-scripts: 2.1.3 → 2.1.8 eslint-config-prettier: 3.3.0 → 4.1.0 eslint-plugin-prettier: 2.7.0 → 3.0.1 prettier: 1.15.3 → 1.16.4
* commands: display comment's id in "git bug comment"Michael Muré2019-03-288-15/+44
|
* commands: fix a bad output in "bug comment"Michael Muré2019-03-281-1/+1
|
* commands: only return the error (not the function help) when no identity is setMichael Muré2019-03-272-2/+4
| | | | ... to avoid misleading a user into thinking the usage was incorrect
* regenerate md and man filesMichael Muré2019-03-2721-43/+60
|
* cache: properly push/pull identities and bugsMichael Muré2019-03-278-183/+169
|
* cache: add basic unit testingMichael Muré2019-03-252-0/+114
|
* 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
* Merge pull request #106 from jfacchini/select-and-label-cli-docMichael Muré2019-03-2311-10/+19
|\ | | | | Select and Label command documentation
| * Renamed user id to user-id and metioned bug for some commandsJocelyn FACCHINI2019-03-237-12/+10
| |
| * Select and Label command documentationJocelyn FACCHINI2019-03-235-4/+15
|/ | | | | | - Informed that label command adds/removes a label to a given bug. - Added suggestion to use select command when omitting to provide a bug id as argument. - Added a bit more detail for the select command documentation, giving a hint to "deselect" command.
* Merge pull request #102 from sladyn98/fix_ls-idMichael Muré2019-03-071-2/+11
|\ | | | | ls-id.go: Fixing ls-id
| * Added Register.CleanerSladyn2019-03-061-0/+2
| |
| * Combined variable declaration and assignmentSladyn2019-03-051-2/+1
| |
| * ls-id.go: Fixing ls-idSladyn2019-03-051-2/+10
|/ | | | | Adding check for length of args Pulling bugIds from correct backend.
* Merge pull request #100 from sladyn98/faster_lsMichael Muré2019-03-0312-26/+96
|\ | | | | `git bug ls` should be faster