| Commit message (Expand) | Author | Age | Files | Lines |
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -179/+0 |
* | core: generalized resolvers to resolve any entity time when unmarshalling an ... | Michael Muré | 2022-08-18 | 1 | -9/+15 |
* | bug: fix an issue where Id would be used, then changed due to metadata | Michael Muré | 2022-07-31 | 1 | -3/+3 |
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -7/+3 |
* | Fix a bunch of comments and documentations | Michael Muré | 2022-03-10 | 1 | -1/+1 |
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -519/+75 |
* | WIP | Michael Muré | 2021-02-14 | 1 | -2/+2 |
* | bug: don't store the id in Bug, match how it's done for Identity | Michael Muré | 2021-02-14 | 1 | -33/+9 |
* | bug: debug | Michael Muré | 2021-02-14 | 1 | -0/+2 |
* | bug: Id from first operation data, not git + remove root link | Michael Muré | 2021-02-14 | 1 | -160/+73 |
* | add remove identity feature | vince | 2020-11-22 | 1 | -18/+3 |
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -44/+38 |
* | bug: code cleanup for the rm feature | Michael Muré | 2020-07-28 | 1 | -15/+13 |
* | Fix bug tests | vince | 2020-07-28 | 1 | -7/+48 |
* | Remove need to specify remote | vince | 2020-07-28 | 1 | -9/+12 |
* | Allow user to delete remote bugs | vince | 2020-07-28 | 1 | -0/+7 |
* | Add functionality to remove bugs from a local repository. (#423) | Vincent Tiu | 2020-07-09 | 1 | -0/+5 |
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 | 1 | -4/+3 |
* | 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 | -4/+23 |
* | graphql: use the cache in priority for fast browsing at < 20ms instead of sec... | Michael Muré | 2020-02-09 | 1 | -3/+0 |
* | bug: make sure there is no Operation's hash collision | Michael Muré | 2019-11-19 | 1 | -0/+6 |
* | bug: use NeedCommit() in the interface, drop HasPendingOp() | Michael Muré | 2019-11-19 | 1 | -7/+2 |
* | repo: esthetism rename | Michael Muré | 2019-11-19 | 1 | -2/+2 |
* | bug: don't forget to assign the new packs after a merge | Michael Muré | 2019-11-19 | 1 | -0/+2 |
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -11/+5 |
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 1 | -32/+27 |
* | bug: fix Bug's Lamport edit time potentially wrong due to rebase | Michael Muré | 2019-06-19 | 1 | -2/+6 |
* | graphql: Implement `Authored` whenever possible | Quentin Gliech | 2019-05-22 | 1 | -0/+3 |
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -1/+18 |
* | identity: wip | Michael Muré | 2019-03-01 | 1 | -2/+2 |
* | identity: wip push/pull | Michael Muré | 2019-03-01 | 1 | -2/+2 |
* | identity: more refactoring progress | Michael Muré | 2019-03-01 | 1 | -0/+9 |
* | identity: implement the loading from git | Michael Muré | 2019-03-01 | 1 | -7/+7 |
* | bug: custom error for the different error case when loading a bug | Michael Muré | 2018-10-01 | 1 | -2/+10 |
* | bug: apply an operation with a pointer to the snapshot | Michael Muré | 2018-09-29 | 1 | -1/+1 |
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -2/+2 |
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -8/+8 |
* | commands: fix a panic on merge invalid | Michael Muré | 2018-09-19 | 1 | -1/+5 |
* | bug: readBug returns better errors | Michael Muré | 2018-09-18 | 1 | -15/+11 |
* | commands: add a package to handle implicit bug selection | Michael Muré | 2018-09-18 | 1 | -4/+5 |
* | docs & cleaning | Michael Muré | 2018-09-16 | 1 | -0/+1 |
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 | 1 | -12/+16 |
* | bug: change the OperationPack serialization format for Json | Michael Muré | 2018-09-12 | 1 | -4/+6 |
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -10/+11 |
* | fix english grammar | Michael Muré | 2018-09-09 | 1 | -4/+4 |
* | cache: refactor to handle bug changes during Pull | Michael Muré | 2018-09-08 | 1 | -5/+1 |
* | bug: make sure the lamport values are set properly after a commit | Michael Muré | 2018-09-03 | 1 | -4/+4 |
* | bug: add a new BugExerpt that hold a subset of a bug state for efficient sort... | Michael Muré | 2018-08-23 | 1 | -0/+10 |
* | bug: introduce WithSnapshot to maintain incrementally and effitiently a snap... | Michael Muré | 2018-08-23 | 1 | -8/+12 |