d27e384
cache: add basic unit testing
Michael Muré created
d27e384
cache: add basic unit testing
Michael Muré created
a40dcc8
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
Michael Muré created
d1d2d72
Merge pull request #106 from jfacchini/select-and-label-cli-doc
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
- 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
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
Adding check for length of args Pulling bugIds from correct backend.
Sladyn created
fe8b065
Merge pull request #100 from sladyn98/faster_ls
`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
6fee8a4
Commit to chane the description of function
Sladyn created
f1d5ca4
Rebased and updated.
Sladyn created
0c42a7c
Rectified Tests
Sladyn created
e825525
Fixed filter.go
GolangCI complained about an if return else return statement which is fixed in this commit.
Sladyn created
beecd2d
Made requested changes
Made changes to the doc files and remaining areas which required updation.
Sladyn created
43e5669
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
Sladyn created
7260ca0
Merge pull request #89 from MichaelMure/identity
WIP identity in git
Michael Muré created
b6bed78
github: fix potential bug due to var aliasing
Michael Muré created
782576f
update generated files
Michael Muré created
f6eb838
commands: "user ls" also show metadata
Michael Muré created
bad05a4
cache: better API to access excerpts
Michael Muré created
c235d89
commands: show the last modification time in "user"
Michael Muré created
46beb4b
identity: another round of cleanups
Michael Muré created
475b7b4
a round of cleanup
Michael Muré created
2fd5f71
commands: add a "." at the end of Short commands usage
Michael Muré created
304a334
commands: add a "user adopt" command to use an existing identity
Michael Muré created
7a80d8f
commands: add a super-fast "user ls" command
Michael Muré created
8bba6d1
cache: fix ResolveIdentityImmutableMetadata byt storing metadata in IdentityExcerpt
Michael Muré created
268f617
github: simplify some code
Michael Muré created
e100ee9
github: fix 3 edge-case failures
Michael Muré created
b59623a
bridge: fix typo
Michael Muré created
ecf857a
makefile: add the clean-local-identities target for debugging
Michael Muré created
839b241
git: fix RmConfigs
Michael Muré created
dc1edf8
generator cleanup
Michael Muré created
b8caddd
identity: some UX cleanup
Michael Muré created
7193032
identity: fix tests
Michael Muré created
71f9290
identity: store the times properly
Michael Muré created
ffe35fe
identity: complete the graphql api
Michael Muré created
54f9838
identity: working identity cache
Michael Muré created
947ea63
identity: wip caching
Michael Muré created
976af3a
identity: fix tests
Michael Muré created
864eae0
identity: work on higher level now, cache, first two identity commands
Michael Muré created
da558b0
identity: all tests green o/
Michael Muré created
d2483d8
identity: I can compile again !!
Michael Muré created
cd7ed7f
identity: add more test for serialisation and push/pull/merge + fixes
Michael Muré created
21048e7
identity: wip
Michael Muré created
328a4e5
identity: wip push/pull
Michael Muré created
56c6147
identity: more refactoring progress
Michael Muré created