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-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-10Add 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-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
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-08-08Disable vue-i18n for non-autofix filesEzekiel Kigbo
Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
2019-07-08Vue-i18n: app/assets/javascripts/vue_merge_request_widget directoryEzekiel Kigbo
i18n linting for .vue files under the app/assets/javascripts/vue_merge_request_widget directory
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-12Merge branch 'ce-remove-merge-request-pipeline-checkes' into 'master'Lin Jen-Shin
CE backport for gitlab-org/gitlab-ee!12309: Remove merge request pipeline check in mergeable method See merge request gitlab-org/gitlab-ce!29074
2019-06-12Remove "target branch advanced" warning from FE code (CE)Nathan Friend
Removes the "target branch advanced" warning from the frontend as it is no longer needed due to the new merge trains feature.
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-04Merge branch 'mr-widget-merge-error' into 'master'Filipa Lacerda
Update rendering of merge request in merge request widget Closes #40246 See merge request gitlab-org/gitlab-ce!28238
2019-06-04Update rendering of merge request in merge request widgetPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40246
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-05-20Fix MR widget paddingHeinrich Lee Yu
Align elements horizontally and add missing bottom padding
2019-04-24Only show message when MR is openNathan Friend
This commit fixes the bug that was causing the "target branch has "advanced" error message to display after an MR was closed.
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-21Remove padding for mr-widget-sectionPaul Slaughter
This class is used in: - `group_test_reports_app.vue` where the padding is overruled by `.mr-report` - `mr_widget_options.vue` where the padding is overruled by `p-0` - `ee/mr_widget_options.vue` where there is a bug because the padding is not overruled.
2019-02-07Resolve "Override squash commit message"Natalia Tepluhina
2019-02-04Extract extension method from mr_widget_optionsPaul Slaughter
**Why?** - This fixes the CE/EE difference - More endpoints will be added in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9168
2019-01-30Use ee_else_ce alias in merge request widgetWinnie Hellmann
(cherry picked from commit 5c35cdc929abf5251512ba6ddf7078e570232709)
2019-01-15Resolve "When merging an MR, the squash checkbox isn't always supported"Natalia Tepluhina
2018-12-25Update condition to visibility collaboration status text, #44642.Harry Kiselev
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-11-30Redesign of MR header sections (CE Port)Paul Slaughter
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8593 - Create mr-widget-icon to encapsulate circle icons - Decouple workflow L&F from mr-widget-heading - Decouple container L&F from mr-widget-heading
2018-11-20Prettify all the thingsMike Greiling
2018-11-19Don't show memory usage graph for unmerged MRsSimon Knox
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-31Adds required prop to the post merge pipelineFilipa Lacerda
Two different MRs updating the same code were merged and this was not caught prior to merge. This MR adds the missing prop to the post merge pipeline
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-24Updates CI/CD documentation link in MR widgetFilipa Lacerda
2018-10-22Frontend: Review app changesFilipa Lacerda
2018-10-17Fixes broken borders in reports section MR widgetFilipa Lacerda
2018-10-16Merge branch 'prettify-all-the-things-6' into 'master'Fatih Acet
Prettify all the things (part 6) See merge request gitlab-org/gitlab-ce!22256
2018-10-11Adds a `js-` class to allow for specsFilipa Lacerda
Rspec was using a CSS class to check if the content was being rendered. Since the CSS has changed, the specs failed This commit replaces the CSS class with a `js-` prepended one to guarantee changing CSS won't break a pipeline