Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -3/+3 |
| | |||||
* | fix tests | Michael Muré | 2019-06-16 | 1 | -3/+3 |
| | |||||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 1 | -5/+5 |
| | |||||
* | identity: fix tests | Michael Muré | 2019-03-01 | 1 | -2/+2 |
| | |||||
* | identity: all tests green o/ | Michael Muré | 2019-03-01 | 1 | -4/+10 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -82/+43 |
| | |||||
* | tests: configure user ident in repos used by tests | Rafael Ascensão | 2018-12-10 | 1 | -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. | ||||
* | commands: add the "bridge" and "bridge configure" commands | Michael Muré | 2018-09-24 | 1 | -3/+0 |
| | |||||
* | commands: add a package to handle implicit bug selection | Michael Muré | 2018-09-18 | 1 | -0/+109 |