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
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-30Prevents review app to render an empty dropdown.Filipa Lacerda
When a deployment has no files to show in the dropdown we fallback to the regular single button for the review app link. This commit moves the review app link into a component since it's used twice.
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-25Regenerates pot filesFilipa Lacerda
Makes documentation path a required prop
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-10-24Change CI status error messageMatija Čupić
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-16Merge branch '52147-loading-state' into 'master'Mike Greiling
Fixes styling issues in test reports Closes #51386 and #52147 See merge request gitlab-org/gitlab-ce!22204
2018-10-15Only display merge commit SHA when it existsMark Chao
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
2018-10-11Fixes styling issues in test reportsFilipa Lacerda
In the Merge Request widget, the reports for tests had an extra border. The loading icon in the mr widget used in all report sections had an extra margin causing text to be misaligned. This commit fixes both issues Closes #52147
2018-10-10Prettify vue_merge_request_widget modulesMike Greiling
2018-09-26Merge branch 'rename-squash-before-merge-vue-component' into 'master'Phil Hughes
Rename squash before merge vue component See merge request gitlab-org/gitlab-ce!21851
2018-09-25Merge branch 'leipert-fix-mr-widget-header-margins' into 'master'Annabel Dunstone Gray
Fix margins in merge request header Closes #51726 See merge request gitlab-org/gitlab-ce!21878
2018-09-25Cleanup polling of merge request widget in testsWinnie Hellmann
2018-09-25Fix merge request header marginsLukas Eipert
2018-09-24Merge branch 'upgrade-eslint' into 'master'Marin Jankovski
Upgrade eslint to v5.x See merge request gitlab-org/gitlab-ce!21825
2018-09-21Rename squash before merge vue componentGeorge Tsiolis
2018-09-20QA: Fix failure in merge_merge_request_from_fork_spec.rbMark Lapierre
2018-09-20Resolve eslint-plugin-vue errorsMike Greiling
The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-13Use MR widget event_hub to dispatch update eventPhil Hughes
Instead of relying on a global method, we now emit an event on the MR widget that tells it to check the status
2018-09-12Use gitlab-ui loading iconClement Ho
2018-09-03Disable Web IDE button if user is not allowed to push the source branch.Fatih Acet
2018-08-21Update mr_widget_header to not show branch names in 'commits behind' textPaul Slaughter
Also: - Increased presence of 'commits behind' text - Added link to target branch in 'commits behind' text
2018-08-21Update MR deployment to use .label-truncate with .deploy-linkPaul Slaughter
2018-08-21Update MR header and pipeline to use .label-truncate with .label-branchPaul Slaughter
Also: - Renamed .label-truncated to .label-truncate - Removed length checking in JS to let the CSS handle this - Improve IE11 compatibility of MR headers
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-13Merge branch 'ide-merge-requests-forks' into 'master'Filipa Lacerda
Allow merge requests from forks to be opened in Web IDE Closes #47460 See merge request gitlab-org/gitlab-ce!20521
2018-07-13fixed test to correctly text relative URLsPhil Hughes
doesnt add query param if source & target projects match
2018-07-12Backport mr widget changes from EEAnnabel Dunstone Gray
2018-07-12Allow merge requests from forks to be opened in Web IDEPhil Hughes
Closes #47460
2018-07-06Redesign for mr widget info and pipelines sectionClement Ho
2018-07-02Merge branch 'update-external-link-icon-in-merge-request-widget' into 'master'Phil Hughes
Update external link icon in merge request widget See merge request gitlab-org/gitlab-ce!20154
2018-07-02Resolve "Cancel automatic merge button gets a bigger height than it should ↵Simon Knox
when content overflows"
2018-06-27Update external link icon in merge request widgetGeorge Tsiolis
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-06-18Uses long sha version of the merged commit in MR widget copy to clipboard ↵Filipa Lacerda
button
2018-06-15Enable no-multi-assignment in JS filesgfyoung
Partially addresses #47006.
2018-06-14Remove the btn-xs class from the stylesheetsJose