|
1917 | 1917 | 'PhabricatorAuthProviderConfigQuery' => 'applications/auth/query/PhabricatorAuthProviderConfigQuery.php',
|
1918 | 1918 | 'PhabricatorAuthProviderConfigTransaction' => 'applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php',
|
1919 | 1919 | 'PhabricatorAuthProviderConfigTransactionQuery' => 'applications/auth/query/PhabricatorAuthProviderConfigTransactionQuery.php',
|
| 1920 | + 'PhabricatorAuthProvidersGuidanceContext' => 'applications/auth/guidance/PhabricatorAuthProvidersGuidanceContext.php', |
| 1921 | + 'PhabricatorAuthProvidersGuidanceEngineExtension' => 'applications/auth/guidance/PhabricatorAuthProvidersGuidanceEngineExtension.php', |
1920 | 1922 | 'PhabricatorAuthQueryPublicKeysConduitAPIMethod' => 'applications/auth/conduit/PhabricatorAuthQueryPublicKeysConduitAPIMethod.php',
|
1921 | 1923 | 'PhabricatorAuthRegisterController' => 'applications/auth/controller/PhabricatorAuthRegisterController.php',
|
1922 | 1924 | 'PhabricatorAuthRevokeTokenController' => 'applications/auth/controller/PhabricatorAuthRevokeTokenController.php',
|
|
2728 | 2730 | 'PhabricatorGlobalLock' => 'infrastructure/util/PhabricatorGlobalLock.php',
|
2729 | 2731 | 'PhabricatorGlobalUploadTargetView' => 'applications/files/view/PhabricatorGlobalUploadTargetView.php',
|
2730 | 2732 | 'PhabricatorGoogleAuthProvider' => 'applications/auth/provider/PhabricatorGoogleAuthProvider.php',
|
| 2733 | + 'PhabricatorGuidanceContext' => 'applications/guides/guidance/PhabricatorGuidanceContext.php', |
| 2734 | + 'PhabricatorGuidanceEngine' => 'applications/guides/guidance/PhabricatorGuidanceEngine.php', |
| 2735 | + 'PhabricatorGuidanceEngineExtension' => 'applications/guides/guidance/PhabricatorGuidanceEngineExtension.php', |
| 2736 | + 'PhabricatorGuidanceMessage' => 'applications/guides/guidance/PhabricatorGuidanceMessage.php', |
2731 | 2737 | 'PhabricatorGuideApplication' => 'applications/guides/application/PhabricatorGuideApplication.php',
|
2732 | 2738 | 'PhabricatorGuideController' => 'applications/guides/controller/PhabricatorGuideController.php',
|
2733 | 2739 | 'PhabricatorGuideInstallModule' => 'applications/guides/module/PhabricatorGuideInstallModule.php',
|
|
3218 | 3224 | 'PhabricatorPeopleApproveController' => 'applications/people/controller/PhabricatorPeopleApproveController.php',
|
3219 | 3225 | 'PhabricatorPeopleController' => 'applications/people/controller/PhabricatorPeopleController.php',
|
3220 | 3226 | 'PhabricatorPeopleCreateController' => 'applications/people/controller/PhabricatorPeopleCreateController.php',
|
| 3227 | + 'PhabricatorPeopleCreateGuidanceContext' => 'applications/people/guidance/PhabricatorPeopleCreateGuidanceContext.php', |
3221 | 3228 | 'PhabricatorPeopleDatasource' => 'applications/people/typeahead/PhabricatorPeopleDatasource.php',
|
3222 | 3229 | 'PhabricatorPeopleDeleteController' => 'applications/people/controller/PhabricatorPeopleDeleteController.php',
|
3223 | 3230 | 'PhabricatorPeopleDetailsProfilePanel' => 'applications/people/profilepanel/PhabricatorPeopleDetailsProfilePanel.php',
|
|
6730 | 6737 | 'PhabricatorAuthProviderConfigQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
6731 | 6738 | 'PhabricatorAuthProviderConfigTransaction' => 'PhabricatorApplicationTransaction',
|
6732 | 6739 | 'PhabricatorAuthProviderConfigTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
| 6740 | + 'PhabricatorAuthProvidersGuidanceContext' => 'PhabricatorGuidanceContext', |
| 6741 | + 'PhabricatorAuthProvidersGuidanceEngineExtension' => 'PhabricatorGuidanceEngineExtension', |
6733 | 6742 | 'PhabricatorAuthQueryPublicKeysConduitAPIMethod' => 'PhabricatorAuthConduitAPIMethod',
|
6734 | 6743 | 'PhabricatorAuthRegisterController' => 'PhabricatorAuthController',
|
6735 | 6744 | 'PhabricatorAuthRevokeTokenController' => 'PhabricatorAuthController',
|
|
7687 | 7696 | 'PhabricatorGlobalLock' => 'PhutilLock',
|
7688 | 7697 | 'PhabricatorGlobalUploadTargetView' => 'AphrontView',
|
7689 | 7698 | 'PhabricatorGoogleAuthProvider' => 'PhabricatorOAuth2AuthProvider',
|
| 7699 | + 'PhabricatorGuidanceContext' => 'Phobject', |
| 7700 | + 'PhabricatorGuidanceEngine' => 'Phobject', |
| 7701 | + 'PhabricatorGuidanceEngineExtension' => 'Phobject', |
| 7702 | + 'PhabricatorGuidanceMessage' => 'Phobject', |
7690 | 7703 | 'PhabricatorGuideApplication' => 'PhabricatorApplication',
|
7691 | 7704 | 'PhabricatorGuideController' => 'PhabricatorController',
|
7692 | 7705 | 'PhabricatorGuideInstallModule' => 'PhabricatorGuideModule',
|
|
8256 | 8269 | 'PhabricatorPeopleApproveController' => 'PhabricatorPeopleController',
|
8257 | 8270 | 'PhabricatorPeopleController' => 'PhabricatorController',
|
8258 | 8271 | 'PhabricatorPeopleCreateController' => 'PhabricatorPeopleController',
|
| 8272 | + 'PhabricatorPeopleCreateGuidanceContext' => 'PhabricatorGuidanceContext', |
8259 | 8273 | 'PhabricatorPeopleDatasource' => 'PhabricatorTypeaheadDatasource',
|
8260 | 8274 | 'PhabricatorPeopleDeleteController' => 'PhabricatorPeopleController',
|
8261 | 8275 | 'PhabricatorPeopleDetailsProfilePanel' => 'PhabricatorProfilePanel',
|
|
0 commit comments