stable

Clone or download

Read-only

feat: Remove edit comments feature flag

How to test: - Before checking out this patch, run the following command to clear the flag from your DB: $ tuleap config-reset feature_flag_allow_pull_requests_comments_edition - After checking out this patch, you should be able to edit your own comments in the Pull request Timeline, and in the file diff pages. The feature is generally available. part of story #32316 Update comments Change-Id: I3f69e4f6d483e2f450f861168d2cd93e2759117e

Modified Files

Name
D plugins/pullrequest/include/FeatureFlagEditComments.php +0 −40 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequestPresenter.php +0 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestCommentsResource.php +0 −5 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestInlineCommentsResource.php +0 −5 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.php +1 −9 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/PullRequestComment.test.ts +18 −25 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/PullRequestComment.ts +0 −3 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/PullRequestCommentFooterTemplate.test.ts +45 −86 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/PullRequestCommentFooterTemplate.ts +0 −1 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/comment-reply/PullRequestCommentReply.ts +0 −2 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/comment-reply/PullRequestCommentReplyFooterTemplate.test.ts +35 −58 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/comment-reply/PullRequestCommentReplyFooterTemplate.ts +0 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Threads/OverviewThreads.test.ts +0 −5 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Threads/OverviewThreads.vue +0 −3 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/constants.ts +0 −4 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/pullrequest-overview.ts +0 −5 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/app-controller.js +0 −4 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/diff-modes/side-by-side-diff-component.js +0 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/diff-modes/unidiff-component.js +0 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/types.ts +0 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/SideBySideCodeMirrorWidgetCreator.test.ts +0 −2 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/SideBySideCodeMirrorWidgetCreator.ts +0 −2 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/shared-properties/shared-properties-service.js +0 −11 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/tests/stubs/FileDiffWidgetStub.ts +0 −1 Go to diff View file
M plugins/pullrequest/templates/pullrequest.mustache +0 −2 Go to diff View file
M plugins/pullrequest/tests/rest/DatabaseInitialization.php +0 −11 Go to diff View file
D plugins/pullrequest/tests/unit/FeatureFlagEditCommentsTest.php +0 −50 Go to diff View file