Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove emitter from class Repair | Thomas Müller | 2016-04-28 | 1 | -159/+0 |
| | |||||
* | Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new ↵ | Thomas Müller | 2016-04-25 | 1 | -5/+5 |
| | | | | interface - refs #24198 | ||||
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Added RepairStep interface and default repair step lists | Vincent Petry | 2014-06-12 | 1 | -0/+159 |
The updater is using "before update" repair steps and "regular" repair steps. The "regular" repair steps are also used by the CLI tool. Currently no steps exist but can be added later in the static methods in the \OC\Repair class. Added unit test to test messaging, error and exception cases. |