aboutsummaryrefslogtreecommitdiffstats
path: root/bug
Commit message (Expand)AuthorAgeFilesLines
* entity: more testing and bug fixingMichael Muré2021-02-141-9/+2
* entity: readAll and more testingMichael Muré2021-02-142-5/+6
* entity: more progress on merging and signingMichael Muré2021-02-141-3/+3
* WIPMichael Muré2021-02-141-2/+2
* entity: total ordering of operationsMichael Muré2021-02-141-1/+0
* entity: generalize the combined Ids, use 64 lengthMichael Muré2021-02-145-76/+4
* bug: fix testsMichael Muré2021-02-144-23/+33
* Change the comment ID to use both bug and comment ID references.vince2021-02-145-4/+84
* bug: don't store the id in Bug, match how it's done for IdentityMichael Muré2021-02-143-35/+26
* bug: debugMichael Muré2021-02-141-0/+2
* entity: unique function to generate IDsMichael Muré2021-02-141-8/+2
* bug: Id from first operation data, not git + remove root linkMichael Muré2021-02-1417-302/+338
* repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-1412-16/+16
* expose format versionvince2020-12-151-2/+3
* repo: finish RepoStorage moveMichael Muré2020-12-081-2/+2
* add remove identity featurevince2020-11-221-18/+3
* identity: remove support for legacy identityMichael Muré2020-10-0411-43/+150
* cache,bug,identity: structural changeMichael Muré2020-10-048-89/+112
* repo: use go-git in more places, fix pushMichael Muré2020-10-043-5/+9
* bug: fix testsMichael Muré2020-08-261-5/+5
* bug: use sha256 to compute labels color, to use a single hash function in the...Michael Muré2020-08-261-3/+4
* bug: code cleanup for the rm featureMichael Muré2020-07-282-15/+17
* Fix bug testsvince2020-07-282-18/+108
* Remove need to specify remotevince2020-07-281-9/+12
* Allow user to delete remote bugsvince2020-07-281-0/+7
* typos and minor readme fixMichael Muré2020-07-151-1/+1
* Add functionality to remove bugs from a local repository. (#423)Vincent Tiu2020-07-092-2/+18
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-0110-50/+50
* repo: more testsMichael Muré2020-06-271-1/+1
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-264-29/+58
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-254-23/+8
* bug: make sure to disable label color escape when not on a terminalMichael Muré2020-06-141-44/+50
* Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-0912-13/+34
|\
| * graphql: use the cache in priority for fast browsing at < 20ms instead of sec...Michael Muré2020-02-0910-3/+27
| * more more wipMichael Muré2020-02-081-1/+1
| * various cleanups suggested by golang-ciMichael Muré2020-02-082-9/+6
* | codereview #2: some cleanup, correct use of nothing-eventsJosh Bialkowski2019-12-181-6/+11
* | Implement jira bridgeJosh Bialkowski2019-12-181-0/+7
|/
* bug: make sure there is no Operation's hash collisionMichael Muré2019-11-194-18/+27
* bug: use NeedCommit() in the interface, drop HasPendingOp()Michael Muré2019-11-194-9/+18
* repo: esthetism renameMichael Muré2019-11-192-4/+4
* bug: don't forget to assign the new packs after a mergeMichael Muré2019-11-191-0/+2
* bug: fix testsludovicm672019-10-151-9/+8
* bug: rename RGBA to Colorludovicm672019-10-151-28/+41
* termui: add colors for labelsludovicm672019-10-151-0/+11
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-124-17/+16
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-1125-385/+213
* fix everything following the hash-->id changeMichael Muré2019-08-081-3/+2
* bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-0823-159/+153
* bug: add snapshot.SearchComment methodAmine Hilaly2019-07-231-0/+11