stable

Clone or download

Read-only

The pullrequest plugin is PSR-2 compliant

The plugin has either been fixed with phpcbf or the lines requiring code changes has been explicitely marked as ignored. This is part of story #11661: define a merge strategy for my repositories Change-Id: If31124399f9a2b4a135fc11083525a977d2a376c

Modified Files

Name
M plugins/pullrequest/db/mysql/updates/2016/201602151010_add_plugin_pullrequest_comments_table.php +10 −5 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2016/201604181056_add_title_and_description_for_pull_requests.php +10 −5 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2016/201604260945_add_post_date_for_comments.php +10 −5 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2016/201604291015_add_plugin_pullrequest_inline_comments_table.php +1 −1 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2016/201605131519_add_repo_dest_id_for_pull_requests.php +10 −5 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2016/201605310945_add_timeline_event_table.php +10 −6 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2016/201605311559_add_merge_status_for_pull_requests.php +10 −5 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2016/201606131624_add_last_build_status_and_date_for_pull_requests.php +5 −3 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2016/201608091537_add_system_references.php +1 −1 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2017/201708220958_create_pullrequest_label.php +1 −1 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2017/201710271043_purge_pullrequest_table_when_repositories_not_found.php +1 −1 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2018/201806050930_add_pr_with_ref_table.php +1 −1 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2018/201806111045_add_status_to_pr_ref_table.php +1 −1 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2018/201806111115_reserve_git_ref_for_existing_pr.php +1 −1 Go to diff View file
M plugins/pullrequest/db/mysql/updates/2018/201807301400_add_table_merge_setting.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/AdditionalActionsPresenter.php +11 −11 Go to diff View file
M plugins/pullrequest/include/PullRequest/AdditionalHelpTextPresenter.php +6 −6 Go to diff View file
M plugins/pullrequest/include/PullRequest/AdditionalInfoPresenter.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/Authorization/PullRequestPermissionChecker.php +0 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Criterion/ISearchOnStatus.php +2 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Criterion/StatusAll.php +6 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/Criterion/StatusClosed.php +6 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/Criterion/StatusOpen.php +6 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/Exception/MalformedQueryParameterException.php +4 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/FileUniDiff.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/FileUniDiffBuilder.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/GetCreatePullRequest.php +0 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/GitExec.php +7 −6 Go to diff View file
M plugins/pullrequest/include/PullRequest/InlineComment/InlineComment.php +8 −9 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequest.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequestPresenter.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequestUpdater.php +7 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/CommentRepresentation.php +1 −0 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/MimeDetector.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PaginatedTimelineRepresentationBuilder.php +0 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/QueryToCriterionConverter.php +2 −4 Go to diff View file
M plugins/pullrequest/include/PullRequest/Timeline/TimelineEventCreator.php +0 −1 Go to diff View file
M plugins/pullrequest/include/PullRequestPluginDescriptor.class.php +4 −2 Go to diff View file
M plugins/pullrequest/include/PullRequestPluginInfo.class.php +4 −2 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +21 −18 Go to diff View file