Commit log

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

Click to expand commit body
GolangCI complained about an if return else return statement which is fixed in this commit.

Sladyn created

beecd2d Made requested changes

Click to expand commit body
Made changes to the doc files and remaining areas which required updation.

Sladyn created

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

7260ca0 Merge pull request #89 from MichaelMure/identity

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

14b240a identity: more cleaning and fixes after a code review

Michael Muré created

d10c764 identity: somewhat getting closer !

Michael Muré created

844616b identity: more progress and fixes

Michael Muré created

bdbe9e7 identity: more progress and fixes

Michael Muré created

3df4f46 identity: add metadata support

Michael Muré created

06d9c68 identity: implement the loading from git

Michael Muré created

feab941 WIP identity in git

Michael Muré created

0aefae6 cache: fix unhandled error

Michael Muré created

59a4273 Merge pull request #82 from Steap/feature/lp-messages

Click to expand commit body
Launchpad bridge: fetch comments.

Michael Muré created

49cc971 Launchpad bridge: fetch comments.

Cyril Roelandt created

5e4a656 Merge pull request #97 from sladyn98/ls_id_branch

Click to expand commit body
A command to list matching bug id from a prefix

Michael Muré created

3c0c13b ls-id.go:Add ls-id [<prefix>] command

Click to expand commit body
This file adds the ls-id command which returns
the bug id matching the prefix the user enters.
If no prefix entered it lists all the BugId's

Closes #47

Sladyn created