Skip to content
Snippets Groups Projects
  • Vincent Petry's avatar
    ca690c4d
    Added RepairStep interface and default repair step lists · ca690c4d
    Vincent Petry authored
    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.
    ca690c4d
    History
    Added RepairStep interface and default repair step lists
    Vincent Petry authored
    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.