Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: use NeedCommit() in the interface, drop HasPendingOp() | Michael Muré | 2019-11-19 | 1 | -0/+8 |
| | |||||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 1 | -10/+11 |
| | |||||
* | bug: don't make bug actions drive identity actions | Michael Muré | 2019-03-25 | 1 | -0/+25 |
| | | | | | | Turns out it was a mistake, who is suprised ? It leaks the abstraction and it's generally much cleaner to let the cache layer make both calls | ||||
* | a round of cleanup | Michael Muré | 2019-03-01 | 1 | -2/+1 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -121/+138 |
| | |||||
* | identity: add more test for serialisation and push/pull/merge + fixes | Michael Muré | 2019-03-01 | 1 | -75/+9 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: somewhat getting closer ! | Michael Muré | 2019-03-01 | 1 | -73/+76 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | bug: in op convenience function, return the new op to be able to set ↵ | Michael Muré | 2018-10-01 | 1 | -35/+35 |
| | | | | metadata later | ||||
* | use more testify, fix unchecked errors | Michael Muré | 2018-09-29 | 1 | -89/+115 |
| | |||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -0/+362 |