Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add remove identity feature | vince | 2020-11-22 | 1 | -0/+64 |
| | | | | | | also adds: - listlocalidentities - refactors refstoids into entity package | ||||
* | identity: remove support for legacy identity | Michael Muré | 2020-10-04 | 1 | -1/+1 |
| | |||||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -8/+8 |
| | | | | | | - bug doesn't commit identities anymore, only make sure they are commit - cache use an IdentityResolver to load bugs with identities from the cache (deps injection) - IdentityCache now are identity.Interface | ||||
* | some light code reorg | Michael Muré | 2020-07-16 | 1 | -83/+22 |
| | |||||
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 | 1 | -3/+2 |
| | |||||
* | repo: more tests | Michael Muré | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | repository: remove tie to Bug, improved and reusable testing | Michael Muré | 2020-06-26 | 1 | -1/+8 |
| | | | | | | | | | - allow the creation of arbitrary Lamport clocks, freeing the way to new entities and removing Bug specific (upper layer) code. - generalize the memory-only and persisted Lamport clocks behind a common interface - rework the tests to provide reusable testing code for a Repo, a Clock, a Config, opening a path to add a new Repo implementation more easily - test previously untested components with those new tests Note: one problem found during this endeavor is that `identity.Version` also need to store one time + Lamport time for each other Entity (Bug, config, PR ...). This could possibly done without breaking change but it would be much easier to wait for https://github.com/MichaelMure/git-bug-migration to happen. | ||||
* | identity: actually test the mutator | Michael Muré | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | identity: bring back the login to hold that info from bridges (purely ↵ | Michael Muré | 2020-02-25 | 1 | -2/+20 |
| | | | | informational) | ||||
* | graphql: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 | 1 | -14/+23 |
| | | | | seconds | ||||
* | more more wip | Michael Muré | 2020-02-08 | 1 | -6/+12 |
| | |||||
* | wip | Michael Muré | 2020-02-08 | 1 | -23/+17 |
| | |||||
* | identity: rework mutation | Michael Muré | 2020-02-08 | 1 | -2/+21 |
| | |||||
* | cmd: "user create" only assign the user identity if not set | Michael Muré | 2019-12-10 | 1 | -0/+10 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 1 | -16/+4 |
| | |||||
* | cache: update RepoCache and identity to use new repository Config | amine | 2019-11-01 | 1 | -4/+4 |
| | |||||
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 1 | -28/+23 |
| | |||||
* | Changes to Repo.RmConfigs | Amine Hilaly | 2019-06-17 | 1 | -1/+1 |
| | | | | RmConfigs try to remove key/value or section from keyPrefix | ||||
* | commands: only return the error (not the function help) when no identity is set | Michael Muré | 2019-03-27 | 1 | -1/+1 |
| | | | | ... to avoid misleading a user into thinking the usage was incorrect | ||||
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 1 | -9/+21 |
| | |||||
* | identity: another round of cleanups | Michael Muré | 2019-03-01 | 1 | -6/+1 |
| | |||||
* | commands: add a super-fast "user ls" command | Michael Muré | 2019-03-01 | 1 | -0/+17 |
| | |||||
* | identity: some UX cleanup | Michael Muré | 2019-03-01 | 1 | -4/+16 |
| | |||||
* | identity: fix tests | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: store the times properly | Michael Muré | 2019-03-01 | 1 | -4/+9 |
| | |||||
* | identity: working identity cache | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 1 | -1/+15 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -9/+27 |
| | |||||
* | identity: add more test for serialisation and push/pull/merge + fixes | Michael Muré | 2019-03-01 | 1 | -1/+63 |
| | |||||
* | identity: wip | Michael Muré | 2019-03-01 | 1 | -48/+114 |
| | |||||
* | identity: wip push/pull | Michael Muré | 2019-03-01 | 1 | -4/+20 |
| | |||||
* | identity: more refactoring progress | Michael Muré | 2019-03-01 | 1 | -40/+14 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 1 | -46/+7 |
| | |||||
* | identity: somewhat getting closer ! | Michael Muré | 2019-03-01 | 1 | -13/+3 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -0/+10 |
| | |||||
* | identity: add metadata support | Michael Muré | 2019-03-01 | 1 | -14/+72 |
| | |||||
* | identity: implement the loading from git | Michael Muré | 2019-03-01 | 1 | -10/+99 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -0/+285 |