Commit log
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
6 years ago
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
6 years ago
22089b5
webui: Rework timeline style
Quentin Gliech
created
6 years ago
850b9db
webui: Use Timeline API instead of raw operations
Quentin Gliech
created
6 years ago
0a71e6d
commands: display comment's id in "git bug comment"
Michael Muré
created
6 years ago
029861f
commands: fix a bad output in "bug comment"
Michael Muré
created
6 years ago
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
6 years ago
ffc6cbd
regenerate md and man files
Michael Muré
created
6 years ago
24d6714
cache: properly push/pull identities and bugs
Michael Muré
created
6 years ago
d27e384
cache: add basic unit testing
Michael Muré
created
6 years ago
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
6 years ago
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
6 years ago
0d4167a
Renamed user id to user-id and metioned bug for some commands
Jocelyn FACCHINI
created
6 years ago
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
6 years ago
90f1089
Merge pull request #102 from sladyn98/fix_ls-id
Click to expand commit body
ls-id.go: Fixing ls-id
Michael Muré
created
6 years ago
2f06e76
Added Register.Cleaner
Sladyn
created
6 years ago
cdd8167
Combined variable declaration and assignment
Sladyn
created
6 years ago
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
6 years ago
fe8b065
Merge pull request #100 from sladyn98/faster_ls
Click to expand commit body
`git bug ls` should be faster
Michael Muré
created
6 years ago
4086545
cache: make the title filter case insensitive
Michael Muré
created
6 years ago
0e5550a
Fixed doc/queries.md
Sladyn
created
6 years ago
6fee8a4
Commit to chane the description of function
Sladyn
created
6 years ago
f1d5ca4
Rebased and updated.
Sladyn
created
6 years ago
0c42a7c
Rectified Tests
Sladyn
created
6 years ago
e825525
Fixed filter.go
Click to expand commit body
GolangCI complained about an if return else return statement which is fixed in this commit.
Sladyn
created
6 years ago
beecd2d
Made requested changes
Click to expand commit body
Made changes to the doc files and remaining areas which required updation.
Sladyn
created
6 years ago
43e5669
ls.go:`git bug ls` should be faster
Click to expand commit body
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
Sladyn
created
6 years ago
7260ca0
Merge pull request #89 from MichaelMure/identity
Click to expand commit body
WIP identity in git
Michael Muré
created
6 years ago
b6bed78
github: fix potential bug due to var aliasing
Michael Muré
created
6 years ago
782576f
update generated files
Michael Muré
created
6 years ago
f6eb838
commands: "user ls" also show metadata
Michael Muré
created
6 years ago
bad05a4
cache: better API to access excerpts
Michael Muré
created
6 years ago
c235d89
commands: show the last modification time in "user"
Michael Muré
created
6 years ago
46beb4b
identity: another round of cleanups
Michael Muré
created
6 years ago
475b7b4
a round of cleanup
Michael Muré
created
6 years ago
2fd5f71
commands: add a "." at the end of Short commands usage
Michael Muré
created
6 years ago
304a334
commands: add a "user adopt" command to use an existing identity
Michael Muré
created
6 years ago
7a80d8f
commands: add a super-fast "user ls" command
Michael Muré
created
6 years ago
8bba6d1
cache: fix ResolveIdentityImmutableMetadata byt storing metadata in IdentityExcerpt
Michael Muré
created
6 years ago
268f617
github: simplify some code
Michael Muré
created
6 years ago
e100ee9
github: fix 3 edge-case failures
Michael Muré
created
6 years ago
b59623a
bridge: fix typo
Michael Muré
created
6 years ago
ecf857a
makefile: add the clean-local-identities target for debugging
Michael Muré
created
6 years ago
839b241
git: fix RmConfigs
Michael Muré
created
6 years ago
dc1edf8
generator cleanup
Michael Muré
created
6 years ago
b8caddd
identity: some UX cleanup
Michael Muré
created
6 years ago
7193032
identity: fix tests
Michael Muré
created
6 years ago
71f9290
identity: store the times properly
Michael Muré
created
6 years ago
ffe35fe
identity: complete the graphql api
Michael Muré
created
6 years ago
54f9838
identity: working identity cache
Michael Muré
created
6 years ago
Page 12 of 23