aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cache: add basic unit testingMichael Muré2019-03-252-0/+114
* bug: don't make bug actions drive identity actionsMichael Muré2019-03-252-43/+28
* Merge pull request #106 from jfacchini/select-and-label-cli-docMichael Muré2019-03-2311-10/+19
|\
| * Renamed user id to user-id and metioned bug for some commandsJocelyn FACCHINI2019-03-237-12/+10
| * Select and Label command documentationJocelyn FACCHINI2019-03-235-4/+15
|/
* Merge pull request #102 from sladyn98/fix_ls-idMichael Muré2019-03-071-2/+11
|\
| * Added Register.CleanerSladyn2019-03-061-0/+2
| * Combined variable declaration and assignmentSladyn2019-03-051-2/+1
| * ls-id.go: Fixing ls-idSladyn2019-03-051-2/+10
|/
* Merge pull request #100 from sladyn98/faster_lsMichael Muré2019-03-0312-26/+96
|\
| * cache: make the title filter case insensitiveMichael Muré2019-03-035-3/+48
| * Fixed doc/queries.mdSladyn2019-03-031-4/+4
| * Commit to chane the description of functionSladyn2019-03-031-1/+1
| * Rebased and updated.Sladyn2019-03-024-20/+24
| * Rectified TestsSladyn2019-03-021-1/+1
| * Fixed filter.go Sladyn2019-03-021-5/+1
| * Made requested changesSladyn2019-03-027-32/+29
| * ls.go:`git bug ls` should be fasterSladyn2019-03-024-18/+46
|/
* Merge pull request #89 from MichaelMure/identityMichael Muré2019-03-01223-6288/+5495
|\
| * github: fix potential bug due to var aliasingMichael Muré2019-03-011-1/+2
| * update generated filesMichael Muré2019-03-0132-90/+90
| * commands: "user ls" also show metadataMichael Muré2019-03-012-0/+4
| * cache: better API to access excerptsMichael Muré2019-03-013-22/+35
| * commands: show the last modification time in "user"Michael Muré2019-03-0121-43/+91
| * identity: another round of cleanupsMichael Muré2019-03-018-37/+13
| * a round of cleanupMichael Muré2019-03-017-16/+9
| * commands: add a "." at the end of Short commands usageMichael Muré2019-03-0162-145/+197
| * commands: add a "user adopt" command to use an existing identityMichael Muré2019-03-017-2/+126
| * commands: add a super-fast "user ls" commandMichael Muré2019-03-0114-5/+198
| * cache: fix ResolveIdentityImmutableMetadata byt storing metadata in IdentityE...Michael Muré2019-03-012-7/+9
| * github: simplify some codeMichael Muré2019-03-011-12/+3
| * github: fix 3 edge-case failuresMichael Muré2019-03-0113-95/+114
| * bridge: fix typoMichael Muré2019-03-011-6/+6
| * makefile: add the clean-local-identities target for debuggingMichael Muré2019-03-011-1/+6
| * git: fix RmConfigsMichael Muré2019-03-011-1/+1
| * generator cleanupMichael Muré2019-03-015-11/+36
| * identity: some UX cleanupMichael Muré2019-03-017-15/+51
| * identity: fix testsMichael Muré2019-03-012-2/+6
| * identity: store the times properlyMichael Muré2019-03-0111-21/+71
| * identity: complete the graphql apiMichael Muré2019-03-013-4/+114
| * identity: working identity cacheMichael Muré2019-03-016-33/+204
| * identity: wip cachingMichael Muré2019-03-015-41/+133
| * identity: fix testsMichael Muré2019-03-011-2/+2
| * identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-0123-240/+397
| * identity: all tests green o/Michael Muré2019-03-015-13/+19
| * identity: I can compile again !!Michael Muré2019-03-0121-255/+361
| * identity: add more test for serialisation and push/pull/merge + fixesMichael Muré2019-03-0112-100/+381
| * identity: wipMichael Muré2019-03-016-200/+242
| * identity: wip push/pullMichael Muré2019-03-0110-27/+262
| * identity: more refactoring progressMichael Muré2019-03-019-65/+231