stable

Clone or download

Read-only

Move pullrequest stuff in plugins/

Part of request #10662: Pullrequest code should be integrated into Tuleap repository Change-Id: I3756db5c906f27e2c454c6363a3dc8d5935fe975

Modified Files

Name
R .gitignore Go to diff View file
R ChangeLog Go to diff View file
R Gruntfile.js Go to diff View file
R Makefile Go to diff View file
R README.mkd Go to diff View file
R VERSION Go to diff View file
R build-rpm.sh Go to diff View file
R db/install.sql Go to diff View file
R db/mysql/updates/2016/201602151010_add_plugin_pullrequest_comments_table.php Go to diff View file
R db/mysql/updates/2016/201604181056_add_title_and_description_for_pull_requests.php Go to diff View file
R db/mysql/updates/2016/201604260945_add_post_date_for_comments.php Go to diff View file
R db/mysql/updates/2016/201604291015_add_plugin_pullrequest_inline_comments_table.php Go to diff View file
R db/mysql/updates/2016/201605131519_add_repo_dest_id_for_pull_requests.php Go to diff View file
R db/mysql/updates/2016/201605310945_add_timeline_event_table.php Go to diff View file
R db/mysql/updates/2016/201605311559_add_merge_status_for_pull_requests.php Go to diff View file
R db/mysql/updates/2016/201606131624_add_last_build_status_and_date_for_pull_requests.php Go to diff View file
R db/mysql/updates/2016/201608091537_add_system_references.php Go to diff View file
R db/mysql/updates/2017/201708220958_create_pullrequest_label.php Go to diff View file
R db/uninstall.sql Go to diff View file
R etc/logrotate.syslog.dist Go to diff View file
R etc/sudoers.d/gitolite-access-command Go to diff View file
R include/PullRequest/AdditionalActionsPresenter.php Go to diff View file
R include/PullRequest/AdditionalHelpTextPresenter.php Go to diff View file
R include/PullRequest/AdditionalInfoPresenter.php Go to diff View file
R include/PullRequest/Authorization/AccessControlVerifier.php Go to diff View file
R include/PullRequest/Comment/Comment.php Go to diff View file
R include/PullRequest/Comment/Dao.php Go to diff View file
R include/PullRequest/Comment/Factory.php Go to diff View file
R include/PullRequest/Comment/PaginatedComments.php Go to diff View file
R include/PullRequest/Criterion/ISearchOnStatus.php Go to diff View file
R include/PullRequest/Criterion/StatusAll.php Go to diff View file
R include/PullRequest/Criterion/StatusClosed.php Go to diff View file
R include/PullRequest/Criterion/StatusOpen.php Go to diff View file
R include/PullRequest/Dao.php Go to diff View file
R include/PullRequest/Exception/InvalidBuildStatusException.php Go to diff View file
R include/PullRequest/Exception/MalformedQueryParameterException.php Go to diff View file
R include/PullRequest/Exception/PullRequestAlreadyExistsException.php Go to diff View file
R include/PullRequest/Exception/PullRequestAnonymousUserException.php Go to diff View file
R include/PullRequest/Exception/PullRequestCannotBeAbandoned.php Go to diff View file
R include/PullRequest/Exception/PullRequestCannotBeCreatedException.php Go to diff View file
R include/PullRequest/Exception/PullRequestCannotBeMerged.php Go to diff View file
R include/PullRequest/Exception/PullRequestNotCreatedException.php Go to diff View file
R include/PullRequest/Exception/PullRequestNotFoundException.php Go to diff View file
R include/PullRequest/Exception/PullRequestRepositoryMigratedOnGerritException.php Go to diff View file
R include/PullRequest/Exception/UnknownBranchNameException.php Go to diff View file
R include/PullRequest/Exception/UnknownReferenceException.php Go to diff View file
R include/PullRequest/Factory.php Go to diff View file
R include/PullRequest/FileNullDiff.php Go to diff View file
R include/PullRequest/FileUniDiff.php Go to diff View file
R include/PullRequest/FileUniDiffBuilder.php Go to diff View file
R include/PullRequest/GetCreatePullRequest.php Go to diff View file
R include/PullRequest/GitExec.php Go to diff View file
R include/PullRequest/InlineComment/Dao.php Go to diff View file
R include/PullRequest/InlineComment/InlineComment.php Go to diff View file
R include/PullRequest/InlineComment/InlineCommentCreator.php Go to diff View file
R include/PullRequest/InlineComment/InlineCommentUpdater.php Go to diff View file
R include/PullRequest/Label/LabelsCurlyCoatedRetriever.php Go to diff View file
R include/PullRequest/Label/PullRequestLabelDao.php Go to diff View file
R include/PullRequest/Logger.php Go to diff View file
R include/PullRequest/PullRequest.php Go to diff View file
R include/PullRequest/PullRequestCloser.php Go to diff View file
R include/PullRequest/PullRequestCount.php Go to diff View file
R include/PullRequest/PullRequestCreator.php Go to diff View file
R include/PullRequest/PullRequestMerger.php Go to diff View file
R include/PullRequest/PullRequestPresenter.php Go to diff View file
R include/PullRequest/PullRequestUpdater.php Go to diff View file
R include/PullRequest/REST/ResourcesInjector.class.php Go to diff View file
R include/PullRequest/REST/v1/CommentPOSTRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/CommentRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/GitRepositoryReference.php Go to diff View file
R include/PullRequest/REST/v1/MimeDetector.php Go to diff View file
R include/PullRequest/REST/v1/PaginatedCommentsRepresentations.php Go to diff View file
R include/PullRequest/REST/v1/PaginatedCommentsRepresentationsBuilder.php Go to diff View file
R include/PullRequest/REST/v1/PaginatedTimelineRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/PaginatedTimelineRepresentationBuilder.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestFileRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestFileRepresentationFactory.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestFileUniDiffRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestInlineCommentPOSTRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestInlineCommentRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestInlineCommentRepresentationBuilder.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestLineUniDiffRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestPATCHRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestPOSTRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestReference.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestRepresentationFactory.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestShortStatRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/PullRequestsResource.php Go to diff View file
R include/PullRequest/REST/v1/QueryToCriterionConverter.php Go to diff View file
R include/PullRequest/REST/v1/RepositoryPullRequestRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/RepositoryResource.php Go to diff View file
R include/PullRequest/REST/v1/TimelineEventRepresentation.php Go to diff View file
R include/PullRequest/REST/v1/TimelineInlineCommentRepresentation.php Go to diff View file
R include/PullRequest/Reference/ProjectReferenceRetriever.php Go to diff View file
R include/PullRequest/Reference/Reference.php Go to diff View file
R include/PullRequest/Reference/ReferenceDao.php Go to diff View file
R include/PullRequest/Reference/ReferenceFactory.php Go to diff View file
R include/PullRequest/Router.php Go to diff View file
R include/PullRequest/ShortStat.php Go to diff View file
R include/PullRequest/Timeline/Dao.php Go to diff View file
R include/PullRequest/Timeline/Factory.php Go to diff View file
R include/PullRequest/Timeline/PaginatedTimeline.php Go to diff View file
R include/PullRequest/Timeline/TimelineEvent.php Go to diff View file
R include/PullRequest/Timeline/TimelineEventCreator.php Go to diff View file
R include/PullRequest/Tooltip/Presenter.php Go to diff View file
R include/PullRequest/UniDiffLine.php Go to diff View file
R include/PullRequestPluginDescriptor.class.php Go to diff View file
R include/PullRequestPluginInfo.class.php Go to diff View file
R include/autoload.php Go to diff View file
R include/constants.php Go to diff View file
R include/pullrequestPlugin.class.php Go to diff View file
R package-lock.json Go to diff View file
R package.json Go to diff View file
R rpm/Dockerfile Go to diff View file
R site-content/en_US/pullrequest.tab Go to diff View file
R site-content/fr_FR/pullrequest.tab Go to diff View file
R templates/additional-actions.mustache Go to diff View file
R templates/additional-help-text.mustache Go to diff View file
R templates/additional-info.mustache Go to diff View file
R templates/index.mustache Go to diff View file
R templates/tooltip.mustache Go to diff View file
R tests/Authorization/AccessControlVerifierTest.php Go to diff View file
R tests/FileUniDiffBuilderTest.php Go to diff View file
R tests/GitExecTest.php Go to diff View file
R tests/InlineComment/InlineCommentUpdaterTest.php Go to diff View file
R tests/InlineComment/bootstrap.php Go to diff View file
R tests/PullRequestCloserTest.php Go to diff View file
R tests/PullRequestUpdaterTest.php Go to diff View file
R tests/Reference/ReferenceFactoryTest.php Go to diff View file
R tests/bootstrap.php Go to diff View file
R tests/rest/DatabaseInitialization.class.php Go to diff View file
R tests/rest/PullRequest/PullRequestsCommentsTest.php Go to diff View file
R tests/rest/PullRequest/PullRequestsLabelsTest.php Go to diff View file
R tests/rest/PullRequest/PullRequestsTest.php Go to diff View file
R tests/rest/PullRequestDataBuilder.php Go to diff View file
R tests/rest/bootstrap.php Go to diff View file
R tests/rest/init_test_data.php Go to diff View file
R tuleap-plugin-pullrequest.spec Go to diff View file
R www/index.php Go to diff View file
R www/js/angular/.editorconfig Go to diff View file
R www/js/angular/.eslintrc.json Go to diff View file
R www/js/angular/.gitignore Go to diff View file
R www/js/angular/Gruntfile.js Go to diff View file
R www/js/angular/bower.json Go to diff View file
R www/js/angular/build.config.js Go to diff View file
R www/js/angular/karma/karma-unit.tpl.js Go to diff View file
R www/js/angular/module.prefix Go to diff View file
R www/js/angular/module.suffix Go to diff View file
R www/js/angular/package-lock.json Go to diff View file
R www/js/angular/package.json Go to diff View file
R www/js/angular/po/fr.po Go to diff View file
R www/js/angular/po/template.pot Go to diff View file
R www/js/angular/src/app/app-config.js Go to diff View file
R www/js/angular/src/app/app-controller.js Go to diff View file
R www/js/angular/src/app/app-controller.spec.js Go to diff View file
R www/js/angular/src/app/app.js Go to diff View file
R www/js/angular/src/app/button-back/button-back-controller.js Go to diff View file
R www/js/angular/src/app/button-back/button-back-directive.js Go to diff View file
R www/js/angular/src/app/button-back/button-back.tpl.html Go to diff View file
R www/js/angular/src/app/dashboard/_dashboard.scss Go to diff View file
R www/js/angular/src/app/dashboard/dashboard-config.js Go to diff View file
R www/js/angular/src/app/dashboard/dashboard-controller.js Go to diff View file
R www/js/angular/src/app/dashboard/dashboard-controller.spec.js Go to diff View file
R www/js/angular/src/app/dashboard/dashboard-directive.js Go to diff View file
R www/js/angular/src/app/dashboard/dashboard.tpl.html Go to diff View file
R www/js/angular/src/app/dashboard/pull-request-collection-rest-service.js Go to diff View file
R www/js/angular/src/app/dashboard/pull-request-collection-rest-service.spec.js Go to diff View file
R www/js/angular/src/app/dashboard/pull-request-collection-service.js Go to diff View file
R www/js/angular/src/app/dashboard/pull-request-collection-service.spec.js Go to diff View file
R www/js/angular/src/app/dashboard/pull-request-summary/_pull-request-summary.scss Go to diff View file
R www/js/angular/src/app/dashboard/pull-request-summary/pull-request-summary-controller.js Go to diff View file
R www/js/angular/src/app/dashboard/pull-request-summary/pull-request-summary-controller.spec.js Go to diff View file
R www/js/angular/src/app/dashboard/pull-request-summary/pull-request-summary-directive.js Go to diff View file
R www/js/angular/src/app/dashboard/pull-request-summary/pull-request-summary.tpl.html Go to diff View file
R www/js/angular/src/app/error-modal/error-modal-controller.js Go to diff View file
R www/js/angular/src/app/error-modal/error-modal-service.js Go to diff View file
R www/js/angular/src/app/error-modal/error-modal.tpl.html Go to diff View file
R www/js/angular/src/app/file-diff/_file-diff.scss Go to diff View file
R www/js/angular/src/app/file-diff/file-diff-config.js Go to diff View file
R www/js/angular/src/app/file-diff/file-diff-controller.js Go to diff View file
R www/js/angular/src/app/file-diff/file-diff-directive.js Go to diff View file
R www/js/angular/src/app/file-diff/file-diff-rest-service.js Go to diff View file
R www/js/angular/src/app/file-diff/file-diff.tpl.html Go to diff View file
R www/js/angular/src/app/file-diff/inline-comment/_inline-comment.scss Go to diff View file
R www/js/angular/src/app/file-diff/inline-comment/inline-comment-directive.js Go to diff View file
R www/js/angular/src/app/file-diff/inline-comment/inline-comment.tpl.html Go to diff View file
R www/js/angular/src/app/files/_files.scss Go to diff View file
R www/js/angular/src/app/files/filepaths-service.js Go to diff View file
R www/js/angular/src/app/files/files-config.js Go to diff View file
R www/js/angular/src/app/files/files-controller.js Go to diff View file
R www/js/angular/src/app/files/files-directive.js Go to diff View file
R www/js/angular/src/app/files/files-rest-service.js Go to diff View file
R www/js/angular/src/app/files/files.tpl.html Go to diff View file
R www/js/angular/src/app/labels/labels-directive.js Go to diff View file
R www/js/angular/src/app/main.scss Go to diff View file
R www/js/angular/src/app/overview/_overview.scss Go to diff View file
R www/js/angular/src/app/overview/merge-modal/_merge-modal.scss Go to diff View file
R www/js/angular/src/app/overview/merge-modal/merge-modal-controller.js Go to diff View file
R www/js/angular/src/app/overview/merge-modal/merge-modal-service.js Go to diff View file
R www/js/angular/src/app/overview/merge-modal/merge-modal.tpl.html Go to diff View file
R www/js/angular/src/app/overview/overview-config.js Go to diff View file
R www/js/angular/src/app/overview/overview-controller.js Go to diff View file
R www/js/angular/src/app/overview/overview-directive.js Go to diff View file
R www/js/angular/src/app/overview/overview.tpl.html Go to diff View file
R www/js/angular/src/app/overview/timeline/_timeline.scss Go to diff View file
R www/js/angular/src/app/overview/timeline/timeline-controller.js Go to diff View file
R www/js/angular/src/app/overview/timeline/timeline-directive.js Go to diff View file
R www/js/angular/src/app/overview/timeline/timeline-rest-service.js Go to diff View file
R www/js/angular/src/app/overview/timeline/timeline-service.js Go to diff View file
R www/js/angular/src/app/overview/timeline/timeline-service.spec.js Go to diff View file
R www/js/angular/src/app/overview/timeline/timeline.tpl.html Go to diff View file
R www/js/angular/src/app/pull-request-refs/_pull-request-refs.scss Go to diff View file
R www/js/angular/src/app/pull-request-refs/pull-request-refs-controller.js Go to diff View file
R www/js/angular/src/app/pull-request-refs/pull-request-refs-controller.spec.js Go to diff View file
R www/js/angular/src/app/pull-request-refs/pull-request-refs.directive.js Go to diff View file
R www/js/angular/src/app/pull-request-refs/pull-request-refs.tpl.html Go to diff View file
R www/js/angular/src/app/pull-request/_pull-request.scss Go to diff View file
R www/js/angular/src/app/pull-request/header/header-controller.js Go to diff View file
R www/js/angular/src/app/pull-request/header/header-directive.js Go to diff View file
R www/js/angular/src/app/pull-request/header/header.tpl.html Go to diff View file
R www/js/angular/src/app/pull-request/pull-request-config.js Go to diff View file
R www/js/angular/src/app/pull-request/pull-request-controller.js Go to diff View file
R www/js/angular/src/app/pull-request/pull-request-controller.spec.js Go to diff View file
R www/js/angular/src/app/pull-request/pull-request-directive.js Go to diff View file
R www/js/angular/src/app/pull-request/pull-request-rest-service.js Go to diff View file
R www/js/angular/src/app/pull-request/pull-request-rest-service.spec.js Go to diff View file
R www/js/angular/src/app/pull-request/pull-request-service.js Go to diff View file
R www/js/angular/src/app/pull-request/pull-request-service.spec.js Go to diff View file
R www/js/angular/src/app/pull-request/pull-request.tpl.html Go to diff View file
R www/js/angular/src/app/resize/resize-directive.js Go to diff View file
R www/js/angular/src/app/resize/resize.js Go to diff View file
R www/js/angular/src/app/shared-properties/shared-properties-service.js Go to diff View file
R www/js/angular/src/app/shared-properties/shared-properties.js Go to diff View file
R www/js/angular/src/app/tooltip-service.js Go to diff View file
R www/js/angular/src/app/tuleap-username/_tuleap-username.scss Go to diff View file
R www/js/angular/src/app/tuleap-username/tuleap-username-directive.js Go to diff View file
R www/js/angular/src/app/tuleap-username/tuleap-username.tpl.html Go to diff View file
R www/js/angular/src/app/user-rest-service.js Go to diff View file
R www/js/angular/src/app/user-rest-service.spec.js Go to diff View file
R www/js/move-button-back.js Go to diff View file
R www/themes/FlamingParrot/css/style.scss Go to diff View file
R www/themes/default/css/style.scss Go to diff View file