Amine Hilaly
|
c8ad4dbfd9
|
Add github iterator
use `goto` in .Next* functions
Update iterator.go
|
2019-05-05 18:16:10 +02:00 |
|
Michael Muré
|
c0c8b11549
|
commands: fix ls-id description
|
2019-05-04 19:55:22 +02:00 |
|
Michael Muré
|
eb4946743a
|
readme: improve the bridge feature matrix
|
2019-04-29 11:52:16 +02:00 |
|
Michael Muré
|
3bc5e6d503
|
readme: use check marks instead of confusing fruits
|
2019-04-24 10:25:31 +02:00 |
|
Michael Muré
|
015a3b2eb3
|
readme: add a apple/tomato caption
|
2019-04-23 15:10:46 +02:00 |
|
Michael Muré
|
8d7a2c076a
|
travis: enable go 1.12, build release with go 1.11
|
2019-04-22 01:26:01 +02:00 |
|
Michael Muré
|
5be164c439
|
readme: add a feature matrix of the bridges implementation
|
2019-04-21 15:31:54 +02:00 |
|
Michael Muré
|
b76357a5b1
|
termui: make bugTable only use the cache Easy pick
fix #127
|
2019-04-21 00:55:39 +02:00 |
|
Michael Muré
|
ae7cf0b9d9
|
Update architecture.md
|
2019-04-18 14:14:37 +02:00 |
|
Michael Muré
|
cc3a21acb6
|
doc: add an architecture overview
|
2019-04-18 02:48:27 +02:00 |
|
Michael Muré
|
5dd9d24803
|
readme: update the documentation with the new identity workflow
|
2019-04-18 02:44:52 +02:00 |
|
Michael Muré
|
790c1e4b82
|
move media in /misc
|
2019-04-17 20:27:33 +02:00 |
|
Michael Muré
|
ef84fda0d4
|
bug: fix a potential crash with malformed data in EditCommentOperation
crashed with indexOutOfRange when the target of the op existed but wasn't a
CreateOperation or a AddCommentOperation
|
2019-04-17 18:27:55 +02:00 |
|
Michael Muré
|
d862575d80
|
bug: fix EditCommentOperation targeting the wrong comment
fix #126
|
2019-04-14 14:12:44 +02:00 |
|
Michael Muré
|
5eeeae7cdf
|
commands: fix ls not displaying the new Identities properly
|
2019-04-11 20:04:44 +02:00 |
|
Michael Muré
|
4fac4abbcd
|
Merge pull request #125 from ludovicm67/patch-edit-no-selection
termui: fix bug when trying to edit without selection
|
2019-04-11 13:24:03 +02:00 |
|
ludovicm67
|
ff686e6d5b
|
termui: fix bug when trying to edit without selection
|
2019-04-10 23:53:10 +02:00 |
|
Michael Muré
|
5db2ddcbe8
|
Merge pull request #124 from ludovicm67/feat-valid-labels
graphql: expose valid labels
|
2019-04-10 23:35:23 +02:00 |
|
ludovicm67
|
14461060b7
|
graphql: expose valid labels
|
2019-04-10 22:36:34 +02:00 |
|
Michael Muré
|
0e53d2555e
|
force a version of golang.org/x/tools due to an incompatibility with gqlgen
|
2019-04-10 20:30:34 +02:00 |
|
Michael Muré
|
9722d7c9ec
|
Merge pull request #123 from A-Hilaly/graphql
Upgrade gqlgen version to 0.8.3
|
2019-04-10 01:48:53 +02:00 |
|
Amine Hilaly
|
4d14cadde4
|
drop go 1.8 support
|
2019-04-09 21:56:56 +02:00 |
|
Amine Hilaly
|
26b5343e21
|
Update Gopkg.*
|
2019-04-09 21:45:24 +02:00 |
|
Amine Hilaly
|
6e8496f4c1
|
Support gqlgen v0.8.3
|
2019-04-09 17:43:17 +02:00 |
|
Michael Muré
|
30efc99f44
|
Merge pull request #122 from A-Hilaly/command-ls-show
integrate actors and participant filters into ls and show commands
|
2019-04-05 19:04:13 +02:00 |
|
Amine Hilaly
|
14ce66f0dd
|
integrate actors and participant filters into ls and show commands
|
2019-04-05 17:18:47 +02:00 |
|
Michael Muré
|
16d2b92f05
|
Merge pull request #121 from A-Hilaly/query-humanid
Support matching identities with ID and truncated ID
|
2019-04-05 17:00:41 +02:00 |
|
Amine Hilaly
|
1d00ded250
|
implement identityExcerpt match method and integrate it into filters
Update docs
|
2019-04-05 16:56:08 +02:00 |
|
Michael Muré
|
4184beaf55
|
doc: fix typos
|
2019-04-05 16:51:19 +02:00 |
|
Amine Hilaly
|
98169d5ad1
|
Support query with identity ID and truncated ID
|
2019-04-05 15:29:14 +02:00 |
|
Michael Muré
|
5733178aba
|
graphql: fix test indentation
|
2019-04-05 01:15:52 +02:00 |
|
Michael Muré
|
e027d5ee65
|
graphql: make Bug's actors and participants a connection
|
2019-04-05 01:13:17 +02:00 |
|
Michael Muré
|
b9e413c5f9
|
Merge pull request #117 from A-Hilaly/bug-participants
Implement participants and actors functionalities
|
2019-04-05 00:25:22 +02:00 |
|
Amine Hilaly
|
57f0c2f25d
|
improve docs
|
2019-04-05 00:01:08 +02:00 |
|
Amine Hilaly
|
682da55271
|
Improve actor/participant query filters
Lower case identity login
|
2019-04-04 17:21:40 +02:00 |
|
Amine Hilaly
|
2a5fbc4dc9
|
Expose actors and participants in snapshot and bug excerpt
Append operations authors to each list on Apply() call
Expose actors and participants in graphql
Add actor/participant query filter and documentation
|
2019-04-04 00:37:57 +02:00 |
|
Michael Muré
|
5b0a92dea4
|
commands: add a --field flag to "git bug user" to display users details individually
|
2019-04-03 21:33:53 +02:00 |
|
Michael Muré
|
96d356a34d
|
commands: add "show --field humanId"
|
2019-04-03 21:33:04 +02:00 |
|
Michael Muré
|
a64aaacc03
|
commands: fix labels no showing properly in "git bug show <id> -f labels"
fix #119
|
2019-04-03 21:07:15 +02:00 |
|
Michael Muré
|
96987bf6ae
|
cache: add a push/pull test
|
2019-04-02 22:01:42 +02:00 |
|
Michael Muré
|
9765465b60
|
Merge pull request #116 from sladyn98/fixlabelquery
cache/filter.go: Fix query match for --label
|
2019-04-01 17:32:58 +02:00 |
|
Michael Muré
|
ed7d8c13bf
|
update generated files
|
2019-04-01 14:03:20 +02:00 |
|
Michael Muré
|
15c258cdc4
|
graphql: expose allIdentities, identities and userIdentity in the repo
|
2019-04-01 14:03:13 +02:00 |
|
Michael Muré
|
e028b895aa
|
webui: pack it
|
2019-03-31 21:53:48 +02:00 |
|
Michael Muré
|
dcf9738674
|
Merge pull request #104 from MichaelMure/sandhose/webui-timeline
Use Timeline API instead of raw operations
|
2019-03-31 21:39:14 +02:00 |
|
Michael Muré
|
9bc5543206
|
Merge pull request #114 from MichaelMure/sandhose/webui-update-deps
webui: Upgrade dependencies
|
2019-03-31 21:35:47 +02:00 |
|
Sladyn
|
1d758f9f64
|
cache/filter.go: Fix and match for labels
Fixed filter query for multiple labels from
`OR` to `AND` according to github conventions.
Fixed https://github.com/MichaelMure/git-bug/issues/115
|
2019-03-31 16:09:29 +05:30 |
|
Quentin Gliech
|
67c84af4d7
|
webui: Upgrade dependencies
@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
|
2019-03-30 21:40:56 +01:00 |
|
Quentin Gliech
|
22089b5e62
|
webui: Rework timeline style
|
2019-03-30 20:50:59 +01:00 |
|
Quentin Gliech
|
850b9db874
|
webui: Use Timeline API instead of raw operations
|
2019-03-30 20:50:48 +01:00 |
|