aboutsummaryrefslogtreecommitdiffstats
path: root/commands/select
Commit message (Expand)AuthorAgeFilesLines
* properly close files in edge cases in various placesMichael Muré2023-01-111-8/+10
* make go1.19 fmt happyMichael Muré2023-01-111-4/+4
* commands: generic "select" code, move bug completion in bugcmdMichael Muré2022-12-272-0/+242
* commands: reorg into different packagesMichael Muré2022-11-202-208/+0
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
* refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-161-2/+1
* repo: finish RepoStorage moveMichael Muré2020-12-081-17/+5
* repo: use go-git in more places, fix pushMichael Muré2020-10-041-1/+1
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-1/+1
* issue 178: fetch the repo dir with rev-parse --git-dirSebastien Devaux2019-08-241-1/+1
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-122-7/+8
* bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-081-5/+5
* fix testsMichael Muré2019-06-161-3/+3
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-271-5/+5
* Select and Label command documentationJocelyn FACCHINI2019-03-231-1/+1
* identity: fix testsMichael Muré2019-03-011-2/+2
* identity: all tests green o/Michael Muré2019-03-011-4/+10
* identity: I can compile again !!Michael Muré2019-03-011-82/+43
* tests: configure user ident in repos used by testsRafael Ascensão2018-12-101-0/+7
* select: clear the selected bug when invalidMichael Muré2018-09-261-1/+16
* commands: add the "bridge" and "bridge configure" commandsMichael Muré2018-09-241-3/+0
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-4/+4
* commands: add a package to handle implicit bug selectionMichael Muré2018-09-182-0/+234