Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement identityExcerpt match method and integrate it into filters | Amine Hilaly | 2019-04-05 | 3 | -12/+12 |
| | | | | Update docs | ||||
* | Support query with identity ID and truncated ID | Amine Hilaly | 2019-04-05 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #117 from A-Hilaly/bug-participants | Michael Muré | 2019-04-05 | 17 | -38/+376 |
|\ | | | | | Implement participants and actors functionalities | ||||
| * | improve docs | Amine Hilaly | 2019-04-05 | 2 | -7/+7 |
| | | |||||
| * | Improve actor/participant query filters | Amine Hilaly | 2019-04-04 | 1 | -18/+26 |
| | | | | | | | | Lower case identity login | ||||
| * | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 17 | -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-03 | 4 | -1/+45 |
| | | | | individually | ||||
* | commands: add "show --field humanId" | Michael Muré | 2019-04-03 | 3 | -3/+5 |
| | |||||
* | commands: fix labels no showing properly in "git bug show <id> -f labels" | Michael Muré | 2019-04-03 | 1 | -2/+5 |
| | | | | fix #119 | ||||
* | cache: add a push/pull test | Michael Muré | 2019-04-02 | 2 | -0/+76 |
| | |||||
* | Merge pull request #116 from sladyn98/fixlabelquery | Michael Muré | 2019-04-01 | 1 | -1/+1 |
|\ | | | | | cache/filter.go: Fix query match for --label | ||||
| * | cache/filter.go: Fix and match for labels | Sladyn | 2019-03-31 | 1 | -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 files | Michael Muré | 2019-04-01 | 32 | -32/+32 |
| | | |||||
* | | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 | 26 | -130/+1121 |
| | | |||||
* | | webui: pack it | Michael Muré | 2019-03-31 | 1 | -33/+33 |
| | | |||||
* | | Merge pull request #104 from MichaelMure/sandhose/webui-timeline | Michael Muré | 2019-03-31 | 8 | -76/+110 |
|\ \ | | | | | | | Use Timeline API instead of raw operations | ||||
| * | | webui: Rework timeline style | Quentin Gliech | 2019-03-30 | 7 | -54/+88 |
| | | | |||||
| * | | webui: Use Timeline API instead of raw operations | Quentin Gliech | 2019-03-30 | 6 | -23/+23 |
| |/ | |||||
* | | Merge pull request #114 from MichaelMure/sandhose/webui-update-deps | Michael Muré | 2019-03-31 | 2 | -2426/+3827 |
|\ \ | |/ |/| | webui: Upgrade dependencies | ||||
| * | webui: Upgrade dependencies | Quentin Gliech | 2019-03-30 | 2 | -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-28 | 8 | -15/+44 |
| | |||||
* | commands: fix a bad output in "bug comment" | Michael Muré | 2019-03-28 | 1 | -1/+1 |
| | |||||
* | commands: only return the error (not the function help) when no identity is set | Michael Muré | 2019-03-27 | 2 | -2/+4 |
| | | | | ... to avoid misleading a user into thinking the usage was incorrect | ||||
* | regenerate md and man files | Michael Muré | 2019-03-27 | 21 | -43/+60 |
| | |||||
* | cache: properly push/pull identities and bugs | Michael Muré | 2019-03-27 | 8 | -183/+169 |
| | |||||
* | cache: add basic unit testing | Michael Muré | 2019-03-25 | 2 | -0/+114 |
| | |||||
* | 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 | ||||
* | Merge pull request #106 from jfacchini/select-and-label-cli-doc | Michael Muré | 2019-03-23 | 11 | -10/+19 |
|\ | | | | | Select and Label command documentation | ||||
| * | Renamed user id to user-id and metioned bug for some commands | Jocelyn FACCHINI | 2019-03-23 | 7 | -12/+10 |
| | | |||||
| * | Select and Label command documentation | Jocelyn FACCHINI | 2019-03-23 | 5 | -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-id | Michael Muré | 2019-03-07 | 1 | -2/+11 |
|\ | | | | | ls-id.go: Fixing ls-id | ||||
| * | Added Register.Cleaner | Sladyn | 2019-03-06 | 1 | -0/+2 |
| | | |||||
| * | Combined variable declaration and assignment | Sladyn | 2019-03-05 | 1 | -2/+1 |
| | | |||||
| * | ls-id.go: Fixing ls-id | Sladyn | 2019-03-05 | 1 | -2/+10 |
|/ | | | | | Adding check for length of args Pulling bugIds from correct backend. | ||||
* | Merge pull request #100 from sladyn98/faster_ls | Michael Muré | 2019-03-03 | 12 | -26/+96 |
|\ | | | | | `git bug ls` should be faster | ||||
| * | cache: make the title filter case insensitive | Michael Muré | 2019-03-03 | 5 | -3/+48 |
| | | |||||
| * | Fixed doc/queries.md | Sladyn | 2019-03-03 | 1 | -4/+4 |
| | | |||||
| * | Commit to chane the description of function | Sladyn | 2019-03-03 | 1 | -1/+1 |
| | | |||||
| * | Rebased and updated. | Sladyn | 2019-03-02 | 4 | -20/+24 |
| | | |||||
| * | Rectified Tests | Sladyn | 2019-03-02 | 1 | -1/+1 |
| | | |||||
| * | Fixed filter.go | Sladyn | 2019-03-02 | 1 | -5/+1 |
| | | | | | | GolangCI complained about an if return else return statement which is fixed in this commit. | ||||
| * | Made requested changes | Sladyn | 2019-03-02 | 7 | -32/+29 |
| | | | | | | | | Made changes to the doc files and remaining areas which required updation. | ||||
| * | ls.go:`git bug ls` should be faster | Sladyn | 2019-03-02 | 4 | -18/+46 |
|/ | | | | | | | | Added `Title` to BugExcerpt Added `TitleFilter` to `filter.go` Used BugExcerpt in `ls` command to improve performance. Closes https://github.com/MichaelMure/git-bug/issues/98 | ||||
* | Merge pull request #89 from MichaelMure/identity | Michael Muré | 2019-03-01 | 223 | -6288/+5495 |
|\ | | | | | WIP identity in git | ||||
| * | github: fix potential bug due to var aliasing | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | | |||||
| * | update generated files | Michael Muré | 2019-03-01 | 32 | -90/+90 |
| | | |||||
| * | commands: "user ls" also show metadata | Michael Muré | 2019-03-01 | 2 | -0/+4 |
| | | |||||
| * | cache: better API to access excerpts | Michael Muré | 2019-03-01 | 3 | -22/+35 |
| | |