Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-22Rename ATMTWPS to MTWPS (CE)Nathan Friend
This commit does a find-and-replace from ATMTWPS -> MTWPS.
2019-08-22Remove mergeTrain from FE since it's used only in EEIgor
2019-08-15Add merge train helper text to MR widget (CE)Nathan Friend
This commit adds a helper text that describes what will happen when a user clicks the "Start/Add to merge train when pipeline succeeds" button. This text appears at the bottom of the merge request widget. In addition, this commit renames the "merge_train_info" component to "merge_train_position_indicator" to avoid ambiguity with the "merge_train_helper_text" component.
2019-08-10Split MR widget into cached and non-cached serializersIgor
Splits auto-refreshing of MR widget into 2 requests: - the one which uses etag-caching and invalidates the fields on change - the one without caching The idea is to gradually move all the fields to etag-cached endpoint
2019-06-28Extract MR's widget into a separate endpointIgor Drozdov
This commits extracts /merge_requests/1.json?serializer=widget Into a separate /merge_requests/1/widget.json endpoint This will allow to use caching for this request
2019-06-11Add merge train support to MR merge button (CE)Nathan Friend
This commit updates the merge request widget's "Merge" button to support merge trains.
2019-06-04Comply with `no-implicit-coercion` rule (CE)Nathan Friend
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
2019-06-03Fix frontend tests related to autoMergeStrategyNathan Friend
A few minor frontend changes to complete the refactoring from MWPS to the more generic autoMergeStrategy.
2019-06-03Abstract auto merge processesShinya Maeda
We have one auto merge strategy today - Merge When Pipeline Succeeds. In order to add more strategies for Merge Train feature, we abstract the architecture to be more extensible. Removed arguments Fix spec
2019-04-16Merge branch 'nfriend-update-merge-request-widget-for-post-merge-pipelines' ↵Filipa Lacerda
into 'master' Update merge request widget to accommodate post-merge pipelines See merge request gitlab-org/gitlab-ce!25983
2019-04-16Rename CI related selectorsGeorge Tsiolis
2019-04-15Add two warning messages to the MR widgetNathan Friend
This commit adds two new warning messages to the MR widget that handle cases involving merge request pipelines.
2019-02-07Resolve "Override squash commit message"Natalia Tepluhina
2019-02-06Allow custom squash commit messagesLuke Duncalfe
2019-01-30Delete ee_switch files from merge request widgetWinnie Hellmann
(cherry picked from commit 9c64af3c2821d4f63e4a48903f4d3099bb85cebd)
2019-01-30Use ee_else_ce alias in merge request widgetWinnie Hellmann
(cherry picked from commit 5c35cdc929abf5251512ba6ddf7078e570232709)
2019-01-10Correctly show rebase state in MR widgetPhil Hughes
Correctly shows the rebase state even if a merge requests pipeline has failed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45942
2019-01-07Disable resolve conflicts for protected branchesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53463
2018-12-14Set cached MRWidget SHA after rebaseSam Bigelow
Update changelog to include Merge Request ID and Author Update changelog to include Merge Request ID and Author
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-31Merge branch ↵Filipa Lacerda
'41545-gitlab-merge-request-status-could-not-connect-to-the-ci-server-please-check-your-settings-and-try-again' into 'master' Resolve "Reword error message for internal CI unknown pipeline status" Closes #53056 See merge request gitlab-org/gitlab-ce!22474
2018-10-29post merge pipeline and environments statusAlessio Caiazza
2018-10-25Resolve circular dependencies in merge request widgetWinnie Hellmann
2018-10-25Fix rspec error text regexMatija Čupić
2018-10-24Updates CI/CD documentation link in MR widgetFilipa Lacerda
2018-10-24Fix the troubleshooting docs linkMatija Čupić
2018-10-24Add docs linkMatija Čupić
2018-08-02Adds frontend support to render test reports on theMR widgetFilipa Lacerda
Creates an app to render grouped test reports in the MR widget Ports CSS from EE into CE Creates a reusable code component Adds getters and utils to the existing reports store
2018-07-12Allow merge requests from forks to be opened in Web IDEPhil Hughes
Closes #47460
2018-06-18Uses long sha version of the merged commit in MR widget copy to clipboard ↵Filipa Lacerda
button
2018-06-01Rephrase "maintainer" to more precise "members who can merge to the target ↵Mark Chao
branch" "Maintainer" will be freed to be used for #42751
2018-05-29Add 'squash and rebase' feature to CEblackst0ne
2018-05-07Display merge commit SHA in merge widget after mergeOswaldo Ferreira