aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug.go
Commit message (Expand)AuthorAgeFilesLines
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-519/+75
* WIPMichael Muré2021-02-141-2/+2
* bug: don't store the id in Bug, match how it's done for IdentityMichael Muré2021-02-141-33/+9
* bug: debugMichael Muré2021-02-141-0/+2
* bug: Id from first operation data, not git + remove root linkMichael Muré2021-02-141-160/+73
* add remove identity featurevince2020-11-221-18/+3
* cache,bug,identity: structural changeMichael Muré2020-10-041-44/+38
* bug: code cleanup for the rm featureMichael Muré2020-07-281-15/+13
* Fix bug testsvince2020-07-281-7/+48
* Remove need to specify remotevince2020-07-281-9/+12
* Allow user to delete remote bugsvince2020-07-281-0/+7
* Add functionality to remove bugs from a local repository. (#423)Vincent Tiu2020-07-091-0/+5
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-011-4/+3
* repo: more testsMichael Muré2020-06-271-1/+1
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-4/+23
* graphql: use the cache in priority for fast browsing at < 20ms instead of sec...Michael Muré2020-02-091-3/+0
* bug: make sure there is no Operation's hash collisionMichael Muré2019-11-191-0/+6
* bug: use NeedCommit() in the interface, drop HasPendingOp()Michael Muré2019-11-191-7/+2
* repo: esthetism renameMichael Muré2019-11-191-2/+2
* bug: don't forget to assign the new packs after a mergeMichael Muré2019-11-191-0/+2
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-11/+5
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-32/+27
* bug: fix Bug's Lamport edit time potentially wrong due to rebaseMichael Muré2019-06-191-2/+6
* graphql: Implement `Authored` whenever possibleQuentin Gliech2019-05-221-0/+3
* identity: I can compile again !!Michael Muré2019-03-011-1/+18
* identity: wipMichael Muré2019-03-011-2/+2
* identity: wip push/pullMichael Muré2019-03-011-2/+2
* identity: more refactoring progressMichael Muré2019-03-011-0/+9
* identity: implement the loading from gitMichael Muré2019-03-011-7/+7
* bug: custom error for the different error case when loading a bugMichael Muré2018-10-011-2/+10
* bug: apply an operation with a pointer to the snapshotMichael Muré2018-09-291-1/+1
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-2/+2
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-8/+8
* commands: fix a panic on merge invalidMichael Muré2018-09-191-1/+5
* bug: readBug returns better errorsMichael Muré2018-09-181-15/+11
* commands: add a package to handle implicit bug selectionMichael Muré2018-09-181-4/+5
* docs & cleaningMichael Muré2018-09-161-0/+1
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-12/+16
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-121-4/+6
* reorganize package for a more idomatic goMichael Muré2018-09-111-10/+11
* fix english grammarMichael Muré2018-09-091-4/+4
* cache: refactor to handle bug changes during PullMichael Muré2018-09-081-5/+1
* bug: make sure the lamport values are set properly after a commitMichael Muré2018-09-031-4/+4
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-231-0/+10
* bug: introduce WithSnapshot to maintain incrementally and effitiently a snap...Michael Muré2018-08-231-8/+12
* bug: remove use of the too recent %(refname:lstrip=-1) of gitMichael Muré2018-08-191-2/+18
* bug: add "was" on SetTitleOperation to store what the title wasMichael Muré2018-08-151-3/+3
* fix some linting troubleMichael Muré2018-08-131-12/+18
* termui: commit the bug when quiting the show bug windowMichael Muré2018-08-091-1/+6
* bug: add a Lamport logical clock to be able to sort bugs by creation time and...Michael Muré2018-08-061-4/+100