stable
Clone or download
Read-only
Move baseline plugin code to plugins/baseline/ and drop code related to the packaging
The code related to the packaking will be handled by the global packaging code. Part of request #25735: Move Baseline plugin into main source tree Change-Id: Ie8a5739b8dd35277ba390f2b3ae5320b656eafcb
Modified Files
Name | ||||
---|---|---|---|---|
D | .gitignore | +0 | −23 | Go to diff View file |
D | Makefile | +0 | −116 | Go to diff View file |
D | VERSION | +0 | −1 | Go to diff View file |
D | build-rpm.sh | +0 | −29 | Go to diff View file |
D | docker-compose.yml | +0 | −53 | Go to diff View file |
R | Jenkinsfile | Go to diff View file | ||
R | build-manifest.json | Go to diff View file | ||
R | composer.json | Go to diff View file | ||
R | composer.lock | Go to diff View file | ||
R | db/install.sql | Go to diff View file | ||
R | db/mysql/updates/2021/202107271515_add_possibly_missing_tables.php | Go to diff View file | ||
R | db/mysql/updates/2021/202107271520_truncate_role_assignment_table.php | Go to diff View file | ||
R | db/uninstall.sql | Go to diff View file | ||
R | doc/README.md | Go to diff View file | ||
R | doc/backend_architecture.graphml | Go to diff View file | ||
R | doc/backend_architecture.png | Binary file | Go to diff View file | |
R | doc/data_model.graphml | Go to diff View file | ||
R | doc/data_model.png | Binary file | Go to diff View file | |
R | include/Adapter/ArtifactLinkRepository.php | Go to diff View file | ||
R | include/Adapter/BaselineArtifactRepositoryAdapter.php | Go to diff View file | ||
R | include/Adapter/BaselineRepositoryAdapter.php | Go to diff View file | ||
R | include/Adapter/ClockAdapter.php | Go to diff View file | ||
R | include/Adapter/ComparisonRepositoryAdapter.php | Go to diff View file | ||
R | include/Adapter/CurrentUserProviderAdapter.php | Go to diff View file | ||
R | include/Adapter/ProjectRepositoryAdapter.php | Go to diff View file | ||
R | include/Adapter/RoleAssignment.php | Go to diff View file | ||
R | include/Adapter/RoleAssignmentRepositoryAdapter.php | Go to diff View file | ||
R | include/Adapter/SemanticFieldRepository.php | Go to diff View file | ||
R | include/Adapter/SemanticValueAdapter.php | Go to diff View file | ||
R | include/BaselineTuleapService.php | Go to diff View file | ||
R | include/Domain/Authorizations.php | Go to diff View file | ||
R | include/Domain/AuthorizationsImpl.php | Go to diff View file | ||
R | include/Domain/Baseline.php | Go to diff View file | ||
R | include/Domain/BaselineArtifact.php | Go to diff View file | ||
R | include/Domain/BaselineArtifactNotFoundException.php | Go to diff View file | ||
R | include/Domain/BaselineArtifactRepository.php | Go to diff View file | ||
R | include/Domain/BaselineArtifactService.php | Go to diff View file | ||
R | include/Domain/BaselineDeletionException.php | Go to diff View file | ||
R | include/Domain/BaselineRepository.php | Go to diff View file | ||
R | include/Domain/BaselineRootArtifactNotFoundException.php | Go to diff View file | ||
R | include/Domain/BaselineService.php | Go to diff View file | ||
R | include/Domain/BaselinesPage.php | Go to diff View file | ||
R | include/Domain/ChangesetNotFoundException.php | Go to diff View file | ||
R | include/Domain/Clock.php | Go to diff View file | ||
R | include/Domain/Comparison.php | Go to diff View file | ||
R | include/Domain/ComparisonRepository.php | Go to diff View file | ||
R | include/Domain/ComparisonService.php | Go to diff View file | ||
R | include/Domain/ComparisonsPage.php | Go to diff View file | ||
R | include/Domain/CurrentUserProvider.php | Go to diff View file | ||
R | include/Domain/InvalidComparisonException.php | Go to diff View file | ||
R | include/Domain/NotAuthorizedException.php | Go to diff View file | ||
R | include/Domain/ProjectRepository.php | Go to diff View file | ||
R | include/Domain/Role.php | Go to diff View file | ||
R | include/Domain/RoleAssignmentRepository.php | Go to diff View file | ||
R | include/Domain/TransientBaseline.php | Go to diff View file | ||
R | include/Domain/TransientComparison.php | Go to diff View file | ||
R | include/Plugin/PluginDescriptor.php | Go to diff View file | ||
R | include/Plugin/PluginInfo.php | Go to diff View file | ||
R | include/REST/BaselineArtifactCollectionRepresentation.php | Go to diff View file | ||
R | include/REST/BaselineArtifactController.php | Go to diff View file | ||
R | include/REST/BaselineArtifactRepresentation.php | Go to diff View file | ||
R | include/REST/BaselineArtifactsResource.php | Go to diff View file | ||
R | include/REST/BaselineController.php | Go to diff View file | ||
R | include/REST/BaselineRepresentation.php | Go to diff View file | ||
R | include/REST/BaselineRestResourcesInjector.php | Go to diff View file | ||
R | include/REST/BaselinesPageRepresentation.php | Go to diff View file | ||
R | include/REST/BaselinesResource.php | Go to diff View file | ||
R | include/REST/ComparisonController.php | Go to diff View file | ||
R | include/REST/ComparisonRepresentation.php | Go to diff View file | ||
R | include/REST/ComparisonsPageRepresentation.php | Go to diff View file | ||
R | include/REST/ComparisonsResource.php | Go to diff View file | ||
R | include/REST/Exception/ForbiddenRestException.php | Go to diff View file | ||
R | include/REST/Exception/NotFoundRestException.php | Go to diff View file | ||
R | include/REST/ProjectBaselineController.php | Go to diff View file | ||
R | include/REST/ProjectBaselinesResource.php | Go to diff View file | ||
R | include/REST/ProjectComparisonController.php | Go to diff View file | ||
R | include/REST/ProjectComparisonsResource.php | Go to diff View file | ||
R | include/ServiceController.php | Go to diff View file | ||
R | include/Support/ContainerBuilderFactory.php | Go to diff View file | ||
R | include/baselinePlugin.php | Go to diff View file | ||
R | jest.config.js | Go to diff View file | ||
R | package.json | Go to diff View file | ||
R | pnpm-lock.yaml | Go to diff View file | ||
R | scripts/baseline/api/rest-querier.js | Go to diff View file | ||
R | scripts/baseline/api/rest-querier.test.js | Go to diff View file | ||
R | scripts/baseline/components/App.test.js | Go to diff View file | ||
R | scripts/baseline/components/App.vue | Go to diff View file | ||
R | scripts/baseline/components/IndexPage.test.js | Go to diff View file | ||
R | scripts/baseline/components/IndexPage.vue | Go to diff View file | ||
R | scripts/baseline/components/NotificationAlert.vue | Go to diff View file | ||
R | scripts/baseline/components/baseline-content/ArtifactField.test.js | Go to diff View file | ||
R | scripts/baseline/components/baseline-content/ArtifactField.vue | Go to diff View file | ||
R | scripts/baseline/components/baseline-content/ArtifactsList.test.js | Go to diff View file | ||
R | scripts/baseline/components/baseline-content/ArtifactsList.vue | Go to diff View file | ||
R | scripts/baseline/components/baseline-content/BaselineContentFilters.vue | Go to diff View file | ||
R | scripts/baseline/components/baseline-content/BaselineContentFiltersSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/baseline-content/ContentArtifact.test.js | Go to diff View file | ||
R | scripts/baseline/components/baseline-content/ContentArtifact.vue | Go to diff View file | ||
R | scripts/baseline/components/baseline-content/ContentBody.test.js | Go to diff View file | ||
R | scripts/baseline/components/baseline-content/ContentBody.vue | Go to diff View file | ||
R | scripts/baseline/components/baseline-content/ContentBodySkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/baseline-content/ContentPage.vue | Go to diff View file | ||
R | scripts/baseline/components/baselines-list/BaselineListItem.vue | Go to diff View file | ||
R | scripts/baseline/components/baselines-list/BaselineSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/baselines-list/BaselinesList.test.js | Go to diff View file | ||
R | scripts/baseline/components/baselines-list/BaselinesList.vue | Go to diff View file | ||
R | scripts/baseline/components/baselines-list/ConsultBaselineButton.vue | Go to diff View file | ||
R | scripts/baseline/components/baselines-list/DeleteBaselineButton.test.js | Go to diff View file | ||
R | scripts/baseline/components/baselines-list/DeleteBaselineButton.vue | Go to diff View file | ||
R | scripts/baseline/components/baselines-list/DeleteBaselineConfirmationModal.test.js | Go to diff View file | ||
R | scripts/baseline/components/baselines-list/DeleteBaselineConfirmationModal.vue | Go to diff View file | ||
R | scripts/baseline/components/common/ActionButton.test.js | Go to diff View file | ||
R | scripts/baseline/components/common/ActionButton.vue | Go to diff View file | ||
R | scripts/baseline/components/common/ArtifactBadge.test.js | Go to diff View file | ||
R | scripts/baseline/components/common/ArtifactBadge.vue | Go to diff View file | ||
R | scripts/baseline/components/common/ArtifactLabel.vue | Go to diff View file | ||
R | scripts/baseline/components/common/ArtifactLink.vue | Go to diff View file | ||
R | scripts/baseline/components/common/ArtifactSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/common/BaselineLabel.test.js | Go to diff View file | ||
R | scripts/baseline/components/common/BaselineLabel.vue | Go to diff View file | ||
R | scripts/baseline/components/common/BaselineLabelSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/common/CollapsableContent.test.js | Go to diff View file | ||
R | scripts/baseline/components/common/CollapsableContent.vue | Go to diff View file | ||
R | scripts/baseline/components/common/ContentLayout.vue | Go to diff View file | ||
R | scripts/baseline/components/common/DeleteConfirmationModal.test.js | Go to diff View file | ||
R | scripts/baseline/components/common/DeleteConfirmationModal.vue | Go to diff View file | ||
R | scripts/baseline/components/common/DepthLimitReachedMessage.vue | Go to diff View file | ||
R | scripts/baseline/components/common/HumanizedDate.test.js | Go to diff View file | ||
R | scripts/baseline/components/common/HumanizedDate.vue | Go to diff View file | ||
R | scripts/baseline/components/common/SemanticFieldLabel.test.js | Go to diff View file | ||
R | scripts/baseline/components/common/SemanticFieldLabel.vue | Go to diff View file | ||
R | scripts/baseline/components/common/StatisticItem.vue | Go to diff View file | ||
R | scripts/baseline/components/common/TrackersMultiSelect.vue | Go to diff View file | ||
R | scripts/baseline/components/common/UserBadge.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/ComparisonContentFilters.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/ComparisonContentFiltersSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/ComparisonHeader.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/ComparisonHeaderSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/ComparisonLabelSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/ComparisonPage.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/ComparisonPageAsync.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/ComparisonPageSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/ComparisonStatisticSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/ComparisonStatistics.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/ComparisonStatisticsSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/NewComparisonModal.test.js | Go to diff View file | ||
R | scripts/baseline/components/comparison/NewComparisonModal.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/SaveComparisonModal.test.js | Go to diff View file | ||
R | scripts/baseline/components/comparison/SaveComparisonModal.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/TransientComparisonLabel.test.js | Go to diff View file | ||
R | scripts/baseline/components/comparison/TransientComparisonLabel.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/content/ArtifactComparison.test.js | Go to diff View file | ||
R | scripts/baseline/components/comparison/content/ArtifactComparison.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/content/ArtifactsListComparison.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/content/ComparisonContent.test.js | Go to diff View file | ||
R | scripts/baseline/components/comparison/content/ComparisonContent.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/content/ComparisonContentSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/comparison/content/FieldComparison.test.js | Go to diff View file | ||
R | scripts/baseline/components/comparison/content/FieldComparison.vue | Go to diff View file | ||
R | scripts/baseline/components/comparisons-list/ComparisonItem.test.js | Go to diff View file | ||
R | scripts/baseline/components/comparisons-list/ComparisonItem.vue | Go to diff View file | ||
R | scripts/baseline/components/comparisons-list/ComparisonSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/comparisons-list/ComparisonsList.test.js | Go to diff View file | ||
R | scripts/baseline/components/comparisons-list/ComparisonsList.vue | Go to diff View file | ||
R | scripts/baseline/components/comparisons-list/ConsultComparisonButton.vue | Go to diff View file | ||
R | scripts/baseline/components/comparisons-list/DeleteComparisonButton.vue | Go to diff View file | ||
R | scripts/baseline/components/comparisons-list/DeleteComparisonConfirmationModal.test.js | Go to diff View file | ||
R | scripts/baseline/components/comparisons-list/DeleteComparisonConfirmationModal.vue | Go to diff View file | ||
R | scripts/baseline/components/layout/BaselineModal.vue | Go to diff View file | ||
R | scripts/baseline/components/new-baseline/MilestonesSelect.test.js | Go to diff View file | ||
R | scripts/baseline/components/new-baseline/MilestonesSelect.vue | Go to diff View file | ||
R | scripts/baseline/components/new-baseline/MilestonesSelectSkeleton.vue | Go to diff View file | ||
R | scripts/baseline/components/new-baseline/NewBaselineModal.test.js | Go to diff View file | ||
R | scripts/baseline/components/new-baseline/NewBaselineModal.vue | Go to diff View file | ||
R | scripts/baseline/constants/index.js | Go to diff View file | ||
R | scripts/baseline/index.js | Go to diff View file | ||
R | scripts/baseline/po/fr.po | Go to diff View file | ||
R | scripts/baseline/router/NotFoundPage.vue | Go to diff View file | ||
R | scripts/baseline/router/index.js | Go to diff View file | ||
R | scripts/baseline/store/baselines.js | Go to diff View file | ||
R | scripts/baseline/store/baselines.test.js | Go to diff View file | ||
R | scripts/baseline/store/comparisons.js | Go to diff View file | ||
R | scripts/baseline/store/comparisons.test.js | Go to diff View file | ||
R | scripts/baseline/store/current_baseline.js | Go to diff View file | ||
R | scripts/baseline/store/current_baseline.test.js | Go to diff View file | ||
R | scripts/baseline/store/current_comparison/abstract_baseline_content.js | Go to diff View file | ||
R | scripts/baseline/store/current_comparison/abstract_baseline_content.test.js | Go to diff View file | ||
R | scripts/baseline/store/current_comparison/index.js | Go to diff View file | ||
R | scripts/baseline/store/current_comparison/index.test.js | Go to diff View file | ||
R | scripts/baseline/store/dialog_interface.js | Go to diff View file | ||
R | scripts/baseline/store/global.js | Go to diff View file | ||
R | scripts/baseline/store/global.test.js | Go to diff View file | ||
R | scripts/baseline/store/index.js | Go to diff View file | ||
R | scripts/baseline/store/semantics.js | Go to diff View file | ||
R | scripts/baseline/store/semantics.test.js | Go to diff View file | ||
R | scripts/baseline/store/store_options.js | Go to diff View file | ||
R | scripts/baseline/support/array-utils.js | Go to diff View file | ||
R | scripts/baseline/support/array-utils.test.js | Go to diff View file | ||
R | scripts/baseline/support/comparison.js | Go to diff View file | ||
R | scripts/baseline/support/comparison.test.js | Go to diff View file | ||
R | scripts/baseline/support/date-utils.js | Go to diff View file | ||
R | scripts/baseline/support/date-utils.test.js | Go to diff View file | ||
R | scripts/baseline/support/factories.js | Go to diff View file | ||
R | scripts/baseline/support/graph-utils.js | Go to diff View file | ||
R | scripts/baseline/support/graph-utils.test.js | Go to diff View file | ||
R | scripts/baseline/support/local-vue.js | Go to diff View file | ||
R | scripts/baseline/support/rest-utils.js | Go to diff View file | ||
R | scripts/baseline/support/rest-utils.test.js | Go to diff View file | ||
R | scripts/baseline/support/store-wrapper.test-helper.js | Go to diff View file | ||
R | site-content/en_US/baseline.tab | Go to diff View file | ||
R | site-content/fr_FR/LC_MESSAGES/tuleap-baseline.po | Go to diff View file | ||
R | site-content/fr_FR/baseline.tab | Go to diff View file | ||
R | src/composer.json | Go to diff View file | ||
R | src/composer.lock | Go to diff View file | ||
R | templates/project-service-index.mustache | Go to diff View file | ||
R | tests/rest/BaselineFixtureData.php | Go to diff View file | ||
R | tests/rest/BaselinesResourceTest.php | Go to diff View file | ||
R | tests/rest/ComparisonsResourceTest.php | Go to diff View file | ||
R | tests/rest/_fixtures/Baseline/project.xml | Go to diff View file | ||
R | tests/rest/_fixtures/Baseline/user_map.csv | Go to diff View file | ||
R | tests/rest/_fixtures/Baseline/users.xml | Go to diff View file | ||
R | tests/rest/setup.sh | Go to diff View file | ||
R | tests/unit/Adapter/ArtifactLinkRepositoryTest.php | Go to diff View file | ||
R | tests/unit/Adapter/BaselineArtifactRepositoryAdapterTest.php | Go to diff View file | ||
R | tests/unit/Adapter/BaselineRepositoryAdapterTest.php | Go to diff View file | ||
R | tests/unit/Adapter/ClockAdapterTest.php | Go to diff View file | ||
R | tests/unit/Adapter/ComparisonRepositoryAdapterTest.php | Go to diff View file | ||
R | tests/unit/Adapter/SemanticValueAdapterFindDescriptionTest.php | Go to diff View file | ||
R | tests/unit/Adapter/SemanticValueAdapterFindInitialEffortTest.php | Go to diff View file | ||
R | tests/unit/Adapter/SemanticValueAdapterFindStatusTest.php | Go to diff View file | ||
R | tests/unit/Adapter/SemanticValueAdapterFindTitleTest.php | Go to diff View file | ||
R | tests/unit/Adapter/SemanticValueAdapterTest.php | Go to diff View file | ||
R | tests/unit/Domain/BaselineArtifactServiceTest.php | Go to diff View file | ||
R | tests/unit/Domain/BaselineServiceTest.php | Go to diff View file | ||
R | tests/unit/Domain/ComparisonServiceTest.php | Go to diff View file | ||
R | tests/unit/Factory/BaselineArtifactBuilder.php | Go to diff View file | ||
R | tests/unit/Factory/BaselineArtifactFactory.php | Go to diff View file | ||
R | tests/unit/Factory/BaselineBuilder.php | Go to diff View file | ||
R | tests/unit/Factory/BaselineFactory.php | Go to diff View file | ||
R | tests/unit/Factory/ChangesetBuilder.php | Go to diff View file | ||
R | tests/unit/Factory/ChangesetFactory.php | Go to diff View file | ||
R | tests/unit/Factory/ComparisonFactory.php | Go to diff View file | ||
R | tests/unit/Factory/DateTimeFactory.php | Go to diff View file | ||
R | tests/unit/Factory/ProjectFactory.php | Go to diff View file | ||
R | tests/unit/Factory/TrackerBuilder.php | Go to diff View file | ||
R | tests/unit/Factory/TrackerFactory.php | Go to diff View file | ||
R | tests/unit/Factory/TransientBaselineBuilder.php | Go to diff View file | ||
R | tests/unit/Factory/TransientBaselineFactory.php | Go to diff View file | ||
R | tests/unit/Factory/TransientComparisonBuilder.php | Go to diff View file | ||
R | tests/unit/Factory/TransientComparisonFactory.php | Go to diff View file | ||
R | tests/unit/REST/BaselineArtifactControllerIntTest.php | Go to diff View file | ||
R | tests/unit/REST/BaselineArtifactControllerTest.php | Go to diff View file | ||
R | tests/unit/REST/BaselineControllerIntTest.php | Go to diff View file | ||
R | tests/unit/REST/BaselineControllerTest.php | Go to diff View file | ||
R | tests/unit/REST/BaselineRepresentationTest.php | Go to diff View file | ||
R | tests/unit/REST/BaselinesPageRepresentationTest.php | Go to diff View file | ||
R | tests/unit/REST/ComparisonControllerIntTest.php | Go to diff View file | ||
R | tests/unit/REST/ComparisonControllerTest.php | Go to diff View file | ||
R | tests/unit/REST/Exception/ForbiddenRestExceptionTest.php | Go to diff View file | ||
R | tests/unit/REST/Exception/NotFoundRestExceptionTest.php | Go to diff View file | ||
R | tests/unit/REST/IntegrationTestCaseWithStubs.php | Go to diff View file | ||
R | tests/unit/REST/ProjectBaselineControllerIntTest.php | Go to diff View file | ||
R | tests/unit/REST/ProjectBaselineControllerTest.php | Go to diff View file | ||
R | tests/unit/REST/ProjectComparisonControllerIntTest.php | Go to diff View file | ||
R | tests/unit/REST/ProjectComparisonControllerTest.php | Go to diff View file | ||
R | tests/unit/Stub/ArtifactHistory.php | Go to diff View file | ||
R | tests/unit/Stub/BaselineArtifactRepositoryStub.php | Go to diff View file | ||
R | tests/unit/Stub/BaselineChangeSet.php | Go to diff View file | ||
R | tests/unit/Stub/BaselineRepositoryStub.php | Go to diff View file | ||
R | tests/unit/Stub/ComparisonRepositoryStub.php | Go to diff View file | ||
R | tests/unit/Stub/CurrentUserProviderStub.php | Go to diff View file | ||
R | tests/unit/Stub/FrozenClock.php | Go to diff View file | ||
R | tests/unit/Stub/FullAccessAuthorizationsStub.php | Go to diff View file | ||
R | tests/unit/Stub/ProjectRepositoryStub.php | Go to diff View file | ||
R | tests/unit/Support/CurrentUserContext.php | Go to diff View file | ||
R | tests/unit/bootstrap.php | Go to diff View file | ||
R | tests/unit/phpunit.xml | Go to diff View file | ||
R | themes/baseline.scss | Go to diff View file | ||
R | themes/baseline/_baseline-content.scss | Go to diff View file | ||
R | themes/baseline/_baselines-list.scss | Go to diff View file | ||
R | themes/baseline/_comparison-content.scss | Go to diff View file | ||
R | themes/baseline/_comparison.scss | Go to diff View file | ||
R | themes/baseline/_comparisons-list.scss | Go to diff View file | ||
R | themes/baseline/_form.scss | Go to diff View file | ||
R | themes/baseline/_new-baseline-modal.scss | Go to diff View file | ||
R | themes/baseline/_new-comparison-modal.scss | Go to diff View file | ||
R | themes/baseline/_project-header-background.scss | Go to diff View file | ||
R | themes/baseline/_statistics.scss | Go to diff View file | ||
R | tsconfig.json | Go to diff View file | ||
R | webpack.common.js | Go to diff View file | ||
R | webpack.dev.js | Go to diff View file | ||
R | webpack.prod.js | Go to diff View file | ||
D | tuleap-plugin-baseline.spec | +0 | −45 | Go to diff View file |