aboutsummaryrefslogtreecommitdiffstats
path: root/commands/select
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | Some git operations require the user to have an identity configured and will exit with failure if none is set (or if git can't guess it). As a direct consequence of this, the test suite may fail depending on the user local configuration. The error itself is justified as regular users *should* configure their identity themselves. However, when building in chrooted environments it's unlikely the git identity will be set making the test suite fail unnecessarily. To prevent such unnecessary failures, let's make a dummy identity for repos created and used by the test suite.
* 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