Commit Graph

1019 Commits

Author SHA1 Message Date
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
Michael Muré
0a71e6d269
commands: display comment's id in "git bug comment" 2019-03-28 01:21:41 +01:00
Michael Muré
029861fa0e
commands: fix a bad output in "bug comment" 2019-03-28 01:02:12 +01:00
Michael Muré
bdf8523dc0 commands: only return the error (not the function help) when no identity is set
... to avoid misleading a user into thinking the usage was incorrect
2019-03-27 21:54:58 +01:00
Michael Muré
ffc6cbdc45 regenerate md and man files 2019-03-27 21:46:57 +01:00
Michael Muré
24d6714dd5 cache: properly push/pull identities and bugs 2019-03-27 21:44:11 +01:00
Michael Muré
d27e3849b8 cache: add basic unit testing 2019-03-25 22:06:01 +01:00
Michael Muré
a40dcc8a6a bug: don't make bug actions drive identity actions
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
2019-03-25 22:06:01 +01:00
Michael Muré
d1d2d72025
Merge pull request #106 from jfacchini/select-and-label-cli-doc
Select and Label command documentation
2019-03-23 19:13:01 +01:00
Jocelyn FACCHINI
0d4167a296
Renamed user id to user-id and metioned bug for some commands 2019-03-23 18:07:27 +00:00
Jocelyn FACCHINI
146b6b8599
Select and Label command documentation
- 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.
2019-03-23 16:59:40 +00:00
Michael Muré
90f1089dc9
Merge pull request #102 from sladyn98/fix_ls-id
ls-id.go: Fixing ls-id
2019-03-07 01:12:01 +01:00
Sladyn
2f06e76f92 Added Register.Cleaner 2019-03-06 17:25:32 +05:30
Sladyn
cdd8167aa0 Combined variable declaration and assignment 2019-03-05 17:50:58 +05:30
Sladyn
a45ece05e6 ls-id.go: Fixing ls-id
Adding check for length of args
Pulling bugIds from correct backend.
2019-03-05 00:03:38 +05:30
Michael Muré
fe8b0659c9
Merge pull request #100 from sladyn98/faster_ls
`git bug ls` should be faster
2019-03-03 15:27:29 +01:00
Michael Muré
408654514e
cache: make the title filter case insensitive 2019-03-03 15:23:20 +01:00
Sladyn
0e5550a27b
Fixed doc/queries.md 2019-03-03 10:43:06 +05:30
Sladyn
6fee8a4442
Commit to chane the description of function 2019-03-03 10:38:33 +05:30
Sladyn
f1d5ca4ff4 Rebased and updated. 2019-03-02 23:58:15 +05:30
Sladyn
0c42a7c33e Rectified Tests 2019-03-02 23:06:55 +05:30
Sladyn
e825525a08 Fixed filter.go
GolangCI complained about an if return else return statement which is fixed in this commit.
2019-03-02 23:06:55 +05:30
Sladyn
beecd2dbe4 Made requested changes
Made changes to the doc files and remaining areas which required updation.
2019-03-02 23:06:55 +05:30
Sladyn
43e56692e8 ls.go:git bug ls should be faster
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
2019-03-02 23:04:45 +05:30
Michael Muré
7260ca05bc
Merge pull request #89 from MichaelMure/identity
WIP identity in git
2019-03-01 23:17:57 +01:00
Michael Muré
b6bed784e5
github: fix potential bug due to var aliasing 2019-03-01 23:07:24 +01:00
Michael Muré
782576f124
update generated files 2019-03-01 22:56:04 +01:00
Michael Muré
f6eb838159
commands: "user ls" also show metadata 2019-03-01 22:52:54 +01:00
Michael Muré
bad05a4f3d
cache: better API to access excerpts 2019-03-01 22:52:54 +01:00
Michael Muré
c235d89d36
commands: show the last modification time in "user" 2019-03-01 22:52:54 +01:00
Michael Muré
46beb4b886
identity: another round of cleanups 2019-03-01 22:52:53 +01:00
Michael Muré
475b7b4c49
a round of cleanup 2019-03-01 22:52:53 +01:00
Michael Muré
2fd5f71b59
commands: add a "." at the end of Short commands usage 2019-03-01 22:52:52 +01:00
Michael Muré
304a334930
commands: add a "user adopt" command to use an existing identity 2019-03-01 22:48:51 +01:00
Michael Muré
7a80d8f849
commands: add a super-fast "user ls" command 2019-03-01 22:48:51 +01:00
Michael Muré
8bba6d1493
cache: fix ResolveIdentityImmutableMetadata byt storing metadata in IdentityExcerpt 2019-03-01 22:48:50 +01:00
Michael Muré
268f6175fe
github: simplify some code 2019-03-01 22:48:50 +01:00
Michael Muré
e100ee9f10
github: fix 3 edge-case failures 2019-03-01 22:48:50 +01:00
Michael Muré
b59623a835
bridge: fix typo 2019-03-01 22:40:29 +01:00
Michael Muré
ecf857a71a
makefile: add the clean-local-identities target for debugging 2019-03-01 22:40:29 +01:00
Michael Muré
839b241f0c
git: fix RmConfigs 2019-03-01 22:40:29 +01:00
Michael Muré
dc1edf8e64
generator cleanup 2019-03-01 22:40:28 +01:00
Michael Muré
b8caddddc7
identity: some UX cleanup 2019-03-01 22:40:28 +01:00