Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Register.Cleaner | Sladyn | 2019-03-06 | 1 | -0/+2 |
| | |||||
* | Combined variable declaration and assignment | Sladyn | 2019-03-05 | 1 | -2/+1 |
| | |||||
* | ls-id.go: Fixing ls-id | Sladyn | 2019-03-05 | 1 | -2/+10 |
| | | | | | Adding check for length of args Pulling bugIds from correct backend. | ||||
* | Merge pull request #100 from sladyn98/faster_ls | Michael Muré | 2019-03-03 | 12 | -26/+96 |
|\ | | | | | `git bug ls` should be faster | ||||
| * | cache: make the title filter case insensitive | Michael Muré | 2019-03-03 | 5 | -3/+48 |
| | | |||||
| * | Fixed doc/queries.md | Sladyn | 2019-03-03 | 1 | -4/+4 |
| | | |||||
| * | Commit to chane the description of function | Sladyn | 2019-03-03 | 1 | -1/+1 |
| | | |||||
| * | Rebased and updated. | Sladyn | 2019-03-02 | 4 | -20/+24 |
| | | |||||
| * | Rectified Tests | Sladyn | 2019-03-02 | 1 | -1/+1 |
| | | |||||
| * | Fixed filter.go | Sladyn | 2019-03-02 | 1 | -5/+1 |
| | | | | | | GolangCI complained about an if return else return statement which is fixed in this commit. | ||||
| * | Made requested changes | Sladyn | 2019-03-02 | 7 | -32/+29 |
| | | | | | | | | Made changes to the doc files and remaining areas which required updation. | ||||
| * | ls.go:`git bug ls` should be faster | Sladyn | 2019-03-02 | 4 | -18/+46 |
|/ | | | | | | | | 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 | ||||
* | Merge pull request #89 from MichaelMure/identity | Michael Muré | 2019-03-01 | 223 | -6288/+5495 |
|\ | | | | | WIP identity in git | ||||
| * | github: fix potential bug due to var aliasing | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | | |||||
| * | update generated files | Michael Muré | 2019-03-01 | 32 | -90/+90 |
| | | |||||
| * | commands: "user ls" also show metadata | Michael Muré | 2019-03-01 | 2 | -0/+4 |
| | | |||||
| * | cache: better API to access excerpts | Michael Muré | 2019-03-01 | 3 | -22/+35 |
| | | |||||
| * | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 21 | -43/+91 |
| | | |||||
| * | identity: another round of cleanups | Michael Muré | 2019-03-01 | 8 | -37/+13 |
| | | |||||
| * | a round of cleanup | Michael Muré | 2019-03-01 | 7 | -16/+9 |
| | | |||||
| * | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 62 | -145/+197 |
| | | |||||
| * | commands: add a "user adopt" command to use an existing identity | Michael Muré | 2019-03-01 | 7 | -2/+126 |
| | | |||||
| * | commands: add a super-fast "user ls" command | Michael Muré | 2019-03-01 | 14 | -5/+198 |
| | | |||||
| * | cache: fix ResolveIdentityImmutableMetadata byt storing metadata in ↵ | Michael Muré | 2019-03-01 | 2 | -7/+9 |
| | | | | | | | | IdentityExcerpt | ||||
| * | github: simplify some code | Michael Muré | 2019-03-01 | 1 | -12/+3 |
| | | |||||
| * | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 13 | -95/+114 |
| | | |||||
| * | bridge: fix typo | Michael Muré | 2019-03-01 | 1 | -6/+6 |
| | | |||||
| * | makefile: add the clean-local-identities target for debugging | Michael Muré | 2019-03-01 | 1 | -1/+6 |
| | | |||||
| * | git: fix RmConfigs | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | | |||||
| * | generator cleanup | Michael Muré | 2019-03-01 | 5 | -11/+36 |
| | | |||||
| * | identity: some UX cleanup | Michael Muré | 2019-03-01 | 7 | -15/+51 |
| | | |||||
| * | identity: fix tests | Michael Muré | 2019-03-01 | 2 | -2/+6 |
| | | |||||
| * | identity: store the times properly | Michael Muré | 2019-03-01 | 11 | -21/+71 |
| | | |||||
| * | identity: complete the graphql api | Michael Muré | 2019-03-01 | 3 | -4/+114 |
| | | |||||
| * | identity: working identity cache | Michael Muré | 2019-03-01 | 6 | -33/+204 |
| | | |||||
| * | identity: wip caching | Michael Muré | 2019-03-01 | 5 | -41/+133 |
| | | |||||
| * | identity: fix tests | Michael Muré | 2019-03-01 | 1 | -2/+2 |
| | | |||||
| * | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 23 | -240/+397 |
| | | |||||
| * | identity: all tests green o/ | Michael Muré | 2019-03-01 | 5 | -13/+19 |
| | | |||||
| * | identity: I can compile again !! | Michael Muré | 2019-03-01 | 21 | -255/+361 |
| | | |||||
| * | identity: add more test for serialisation and push/pull/merge + fixes | Michael Muré | 2019-03-01 | 12 | -100/+381 |
| | | |||||
| * | identity: wip | Michael Muré | 2019-03-01 | 6 | -200/+242 |
| | | |||||
| * | identity: wip push/pull | Michael Muré | 2019-03-01 | 10 | -27/+262 |
| | | |||||
| * | identity: more refactoring progress | Michael Muré | 2019-03-01 | 9 | -65/+231 |
| | | |||||
| * | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 52 | -4803/+150 |
| | | |||||
| * | identity: somewhat getting closer ! | Michael Muré | 2019-03-01 | 27 | -139/+813 |
| | | |||||
| * | identity: more progress and fixes | Michael Muré | 2019-03-01 | 20 | -107/+364 |
| | | |||||
| * | identity: more progress and fixes | Michael Muré | 2019-03-01 | 9 | -167/+206 |
| | | |||||
| * | identity: add metadata support | Michael Muré | 2019-03-01 | 4 | -21/+179 |
| | | |||||
| * | identity: implement the loading from git | Michael Muré | 2019-03-01 | 5 | -20/+120 |
| | |