|
1471 | 1471 | 'PhabricatorDebugController' => 'applications/system/controller/PhabricatorDebugController.php',
|
1472 | 1472 | 'PhabricatorDefaultFileStorageEngineSelector' => 'applications/files/engineselector/PhabricatorDefaultFileStorageEngineSelector.php',
|
1473 | 1473 | 'PhabricatorDefaultSearchEngineSelector' => 'applications/search/selector/PhabricatorDefaultSearchEngineSelector.php',
|
| 1474 | + 'PhabricatorDestructableInterface' => 'applications/system/interface/PhabricatorDestructableInterface.php', |
| 1475 | + 'PhabricatorDestructionEngine' => 'applications/system/engine/PhabricatorDestructionEngine.php', |
1474 | 1476 | 'PhabricatorDeveloperConfigOptions' => 'applications/config/option/PhabricatorDeveloperConfigOptions.php',
|
1475 | 1477 | 'PhabricatorDifferenceEngine' => 'infrastructure/diff/PhabricatorDifferenceEngine.php',
|
1476 | 1478 | 'PhabricatorDifferentialConfigOptions' => 'applications/differential/config/PhabricatorDifferentialConfigOptions.php',
|
|
2179 | 2181 | 'PhabricatorSystemActionLog' => 'applications/system/storage/PhabricatorSystemActionLog.php',
|
2180 | 2182 | 'PhabricatorSystemActionRateLimitException' => 'applications/system/exception/PhabricatorSystemActionRateLimitException.php',
|
2181 | 2183 | 'PhabricatorSystemDAO' => 'applications/system/storage/PhabricatorSystemDAO.php',
|
| 2184 | + 'PhabricatorSystemDestructionGarbageCollector' => 'applications/system/garbagecollector/PhabricatorSystemDestructionGarbageCollector.php', |
| 2185 | + 'PhabricatorSystemDestructionLog' => 'applications/system/storage/PhabricatorSystemDestructionLog.php', |
| 2186 | + 'PhabricatorSystemRemoveDestroyWorkflow' => 'applications/system/management/PhabricatorSystemRemoveDestroyWorkflow.php', |
| 2187 | + 'PhabricatorSystemRemoveLogWorkflow' => 'applications/system/management/PhabricatorSystemRemoveLogWorkflow.php', |
| 2188 | + 'PhabricatorSystemRemoveWorkflow' => 'applications/system/management/PhabricatorSystemRemoveWorkflow.php', |
2182 | 2189 | 'PhabricatorTaskmasterDaemon' => 'infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php',
|
2183 | 2190 | 'PhabricatorTestCase' => 'infrastructure/testing/PhabricatorTestCase.php',
|
2184 | 2191 | 'PhabricatorTestController' => 'applications/base/controller/__tests__/PhabricatorTestController.php',
|
|
4297 | 4304 | 'PhabricatorDebugController' => 'PhabricatorController',
|
4298 | 4305 | 'PhabricatorDefaultFileStorageEngineSelector' => 'PhabricatorFileStorageEngineSelector',
|
4299 | 4306 | 'PhabricatorDefaultSearchEngineSelector' => 'PhabricatorSearchEngineSelector',
|
| 4307 | + 'PhabricatorDestructionEngine' => 'Phobject', |
4300 | 4308 | 'PhabricatorDeveloperConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
4301 | 4309 | 'PhabricatorDifferentialConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
4302 | 4310 | 'PhabricatorDifferentialRevisionTestDataGenerator' => 'PhabricatorTestDataGenerator',
|
|
5103 | 5111 | 'PhabricatorSystemActionLog' => 'PhabricatorSystemDAO',
|
5104 | 5112 | 'PhabricatorSystemActionRateLimitException' => 'Exception',
|
5105 | 5113 | 'PhabricatorSystemDAO' => 'PhabricatorLiskDAO',
|
| 5114 | + 'PhabricatorSystemDestructionGarbageCollector' => 'PhabricatorGarbageCollector', |
| 5115 | + 'PhabricatorSystemDestructionLog' => 'PhabricatorSystemDAO', |
| 5116 | + 'PhabricatorSystemRemoveDestroyWorkflow' => 'PhabricatorSystemRemoveWorkflow', |
| 5117 | + 'PhabricatorSystemRemoveLogWorkflow' => 'PhabricatorSystemRemoveWorkflow', |
| 5118 | + 'PhabricatorSystemRemoveWorkflow' => 'PhabricatorManagementWorkflow', |
5106 | 5119 | 'PhabricatorTaskmasterDaemon' => 'PhabricatorDaemon',
|
5107 | 5120 | 'PhabricatorTestCase' => 'ArcanistPhutilTestCase',
|
5108 | 5121 | 'PhabricatorTestController' => 'PhabricatorController',
|
|
5159 | 5172 | 1 => 'PhutilPerson',
|
5160 | 5173 | 2 => 'PhabricatorPolicyInterface',
|
5161 | 5174 | 3 => 'PhabricatorCustomFieldInterface',
|
| 5175 | + 4 => 'PhabricatorDestructableInterface', |
5162 | 5176 | ),
|
5163 | 5177 | 'PhabricatorUserBlurbField' => 'PhabricatorUserCustomField',
|
5164 | 5178 | 'PhabricatorUserConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
|
0 commit comments