GitLab should wait for TeamCity build completion before allowing to accept merge request. Proposal The most simple solution is to consider the current behavior to be a bug. Whenonly_allow_merge_if_pipeline_succeedsis configured we should always require a green pipeline on a merge request, and t...
GitLabApi gitLabApi = new GitLabApi(Constants.GIT_URL, Constants.GIT_AUTHTOKEN); MergeRequest autoMerge_result = gitLabApi.getMergeRequestApi().acceptMergeRequest(Constants.GIT_PROJECT_ID, REQ_ID,mergeCommitMessage, false, false); SEVERE: Servlet.service() for servlet [Jersey Web Application]...
However, there should be an option while creating the Merge request toOnly allow Assignee to Mergeas I for core releases (risky) a lead or supervisor should be the only one to accept this type of request. Whereby developers still can accept non risky releases. It would also be great if th...
GitLab (Independent Publisher) Givebutter (Independent Publisher) GlobalGiving Project (Independent Publisher) Gmail GMO Sign GoFileRoom Google BigQuery - Dev (Independent Publisher) Google Books (Independent Publisher) Google Calendar Google Cloud Translation (Independent Publisher) Google Contacts Google Dri...
This is the mirror for https://gitlab.com/sysu-gitlab/latex-group/thesis. This repo is only for GitHub folks and does NOT accept contributions. - sysu-thesis/sysu-thesis
* @return new merge request status * @throws IOException on gitlab api call error */ publicGitlabMergeRequestacceptMergeRequest(GitlabProjectproject,IntegermergeRequestIid,StringmergeCommitMessage)throwsIOException{ returnacceptMergeRequest(project.getId(),mergeRequestIid,mergeCommitMessage); ...
GitLab (Independent Publisher) Givebutter (Independent Publisher) GlobalGiving Project (Independent Publisher) Gmail GMO Sign GoFileRoom Google BigQuery - Dev (Independent Publisher) Google Books (Independent Publisher) Google Calendar Google Cloud Translation (Independent Publisher) Google Contacts Google Dri...
The current behavior of the Merge Request Accept API is that it yields a 405 METHOD NOT ALLOWED error in case...
` is false in [the code that handles the PUT request](https://gitlab.com/gitlab-org/gitlab-ee/blob/e33b0cbd0dfb10617a37ec5ce054fadb82c8631b/lib/api/merge_requests.rb#L190).Of course, when the user passes `merge_when_build_succeeds` then this shouldn't verify if the build ...
🤖 GitLab Bot 🤖 @gitlab-bot · 3 months ago Maintainer Before you set this MR to auto-merge This merge request will progress on pipeline tiers until it reaches the last tier: pipelinetier-3. We will trigger a new pipeline for each transition to a higher tier. Before you set ...