summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Expand)AuthorAge
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-18
* refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-16
* bug: migrate to the DAG entity structure!Michael Muré2021-02-14
* cache,bug,identity: structural changeMichael Muré2020-10-04
* repo: use go-git in more places, fix pushMichael Muré2020-10-04
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-26
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-27
* identity: add more test for serialisation and push/pull/merge + fixesMichael Muré2019-03-01
* WIP identity in gitMichael Muré2019-03-01
* tests: configure user ident in repos used by testsRafael Ascensão2018-12-10
* bug: define a hash-based identifier for an operationMichael Muré2018-09-29
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-29
* graphql: add a general test for the handler/resolversMichael Muré2018-09-26
* cache: add raw edit functions to allow setting up the author, the timestamp a...Michael Muré2018-09-25
* bug: add the ability to store arbitrary metadata on an operationMichael Muré2018-09-24
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-21
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-15
* catch a lot of error not being checkedMichael Muré2018-09-13
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-12
* reorganize package for a more idomatic goMichael Muré2018-09-11
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-07
* random bugs: cleanup + generate random OperationPack as wellMichael Muré2018-09-06
* bug: add a benchmark for reading all bugs in a repoMichael Muré2018-08-19
* bug: add benchmarcks for bug mergeMichael Muré2018-08-19
* fix testsMichael Muré2018-08-15
* cleanup go importsMichael Muré2018-08-13
* test: make bug_actions_test race resistantMichael Muré2018-08-12
* fix testMichael Muré2018-08-02
* add test for push/pull/rebase with a real git repoMichael Muré2018-07-25
* NewBug can no longer errorMichael Muré2018-07-19
* bug: replace the uuid based id with the hash of the first commitMichael Muré2018-07-19
* implement label op+commandMichael Muré2018-07-18
* all operations now have an author and a timestampMichael Muré2018-07-18
* fix testsMichael Muré2018-07-17
* add bug status + open/close commandsMichael Muré2018-07-17
* comment the failing test for now (code is ok)Michael Muré2018-07-17
* implement pull/mergeMichael Muré2018-07-17
* cleaningMichael Muré2018-07-14
* complete the storage/read process + tests (!)Michael Muré2018-07-14
* implement AddCommentMichael Muré2018-07-13
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-13
* little bit more testsMichael Muré2018-07-13