Commit log

5db2ddc Merge pull request #124 from ludovicm67/feat-valid-labels

Click to expand commit body
graphql: expose valid labels

Michael Muré created

1446106 graphql: expose valid labels

ludovicm67 created

0e53d25 force a version of golang.org/x/tools due to an incompatibility with gqlgen

Michael Muré created

9722d7c Merge pull request #123 from A-Hilaly/graphql

Click to expand commit body
Upgrade gqlgen version to 0.8.3

Michael Muré created

4d14cad drop go 1.8 support

Amine Hilaly created

26b5343 Update Gopkg.*

Amine Hilaly created

6e8496f Support gqlgen v0.8.3

Amine Hilaly created

30efc99 Merge pull request #122 from A-Hilaly/command-ls-show

Click to expand commit body
integrate actors and participant filters into ls and show commands

Michael Muré created

14ce66f integrate actors and participant filters into ls and show commands

Amine Hilaly created

16d2b92 Merge pull request #121 from A-Hilaly/query-humanid

Click to expand commit body
Support matching identities with ID and truncated ID

Michael Muré created

1d00ded implement identityExcerpt match method and integrate it into filters

Click to expand commit body
Update docs

Amine Hilaly created

4184bea doc: fix typos

Michael Muré created

98169d5 Support query with identity ID and truncated ID

Amine Hilaly created

5733178 graphql: fix test indentation

Michael Muré created

e027d5e graphql: make Bug's actors and participants a connection

Michael Muré created

b9e413c Merge pull request #117 from A-Hilaly/bug-participants

Click to expand commit body
Implement participants and actors functionalities

Michael Muré created

57f0c2f improve docs

Amine Hilaly created

682da55 Improve actor/participant query filters

Click to expand commit body
Lower case identity login

Amine Hilaly created

2a5fbc4 Expose actors and participants in snapshot and bug excerpt

Click to expand commit body
Append operations authors to each list on Apply() call

Expose actors and participants in graphql

Add actor/participant query filter and documentation

Amine Hilaly created

5b0a92d commands: add a --field flag to "git bug user" to display users details individually

Michael Muré created

96d356a commands: add "show --field humanId"

Michael Muré created

a64aaac commands: fix labels no showing properly in "git bug show <id> -f labels"

Click to expand commit body
fix #119

Michael Muré created

96987bf cache: add a push/pull test

Michael Muré created

9765465 Merge pull request #116 from sladyn98/fixlabelquery

Click to expand commit body
cache/filter.go: Fix query match for --label

Michael Muré created

ed7d8c1 update generated files

Michael Muré created

15c258c graphql: expose allIdentities, identities and userIdentity in the repo

Michael Muré created

e028b89 webui: pack it

Michael Muré created

dcf9738 Merge pull request #104 from MichaelMure/sandhose/webui-timeline

Click to expand commit body
Use Timeline API instead of raw operations

Michael Muré created

9bc5543 Merge pull request #114 from MichaelMure/sandhose/webui-update-deps

Click to expand commit body
webui: Upgrade dependencies

Michael Muré created

1d758f9 cache/filter.go: Fix and match for labels

Click to expand commit body
Fixed filter query for multiple labels from
`OR` to `AND` according to github conventions.

Fixed https://github.com/MichaelMure/git-bug/issues/115

Sladyn created

67c84af webui: Upgrade dependencies

Click to expand commit body
@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

Quentin Gliech created

22089b5 webui: Rework timeline style

Quentin Gliech created

850b9db webui: Use Timeline API instead of raw operations

Quentin Gliech created

0a71e6d commands: display comment's id in "git bug comment"

Michael Muré created

029861f commands: fix a bad output in "bug comment"

Michael Muré created

bdf8523 commands: only return the error (not the function help) when no identity is set

Click to expand commit body
... to avoid misleading a user into thinking the usage was incorrect

Michael Muré created

ffc6cbd regenerate md and man files

Michael Muré created

24d6714 cache: properly push/pull identities and bugs

Michael Muré created

d27e384 cache: add basic unit testing

Michael Muré created

a40dcc8 bug: don't make bug actions drive identity actions

Click to expand commit body
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

Michael Muré created

d1d2d72 Merge pull request #106 from jfacchini/select-and-label-cli-doc

Click to expand commit body
Select and Label command documentation

Michael Muré created

0d4167a Renamed user id to user-id and metioned bug for some commands

Jocelyn FACCHINI created

146b6b8 Select and Label command documentation

Click to expand commit body
- 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.

Jocelyn FACCHINI created

90f1089 Merge pull request #102 from sladyn98/fix_ls-id

Click to expand commit body
ls-id.go: Fixing ls-id

Michael Muré created

2f06e76 Added Register.Cleaner

Sladyn created

cdd8167 Combined variable declaration and assignment

Sladyn created

a45ece0 ls-id.go: Fixing ls-id

Click to expand commit body
Adding check for length of args
Pulling bugIds from correct backend.

Sladyn created

fe8b065 Merge pull request #100 from sladyn98/faster_ls

Click to expand commit body
`git bug ls` should be faster

Michael Muré created

4086545 cache: make the title filter case insensitive

Michael Muré created

0e5550a Fixed doc/queries.md

Sladyn created