summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | Adds MR id to changelog entryFilipa Lacerda2018-10-111-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Adds `.json` to the end of pipelines endpointFilipa Lacerda2018-10-113-3/+8
| | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the job page is rendered we fetch the pipeline endpoint to render the stages in the sidebar. Without `.json` the response is cached, and when the user goes back to the pipeline's page it renders the json output instead of the Vue app
* | | | | | | | | | | | | | | | | | Merge branch '52519-runners-link' into 'master'Tim Zallmann2018-10-115-5/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stuck block URL links to runners settings Closes #52519 See merge request gitlab-org/gitlab-ce!22286
| * | | | | | | | | | | | | | | | | | Stuck block URL links to runners settingsFilipa Lacerda2018-10-115-5/+12
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'even-more-frozen-string-lib' into 'master'Rémy Coutable2018-10-1158-4/+123
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable even more frozen string in lib/**/*.rb See merge request gitlab-org/gitlab-ce!22206
| * | | | | | | | | | | | | | | | | | Enable even more frozen string in lib/**/*.rbgfyoung2018-10-0858-4/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables frozen string for the following files: * lib/generators/**/*.rb * lib/gitaly/**/*.rb * lib/google_api/**/*.rb * lib/haml_lint/**/*.rb * lib/json_web_token/**/*.rb * lib/mattermost/**/*.rb * lib/microsoft_teams/**/*.rb * lib/object_storage/**/*.rb * lib/omni_auth/**/*.rb * lib/peek/**/*.rb * lib/rouge/**/*.rb * lib/rspec_flaky/**/*.rb * lib/system_check/**/*.rb Partially addresses #47424.
* | | | | | | | | | | | | | | | | | | Merge branch 'feature-improved-branch-filter-sorting' into 'master'Douglas Barbosa Alexandre2018-10-117-12/+99
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature improved branch filter sorting See merge request gitlab-org/gitlab-ce!22166
| * | | | | | | | | | | | | | | | | | | Feature improved branch filter sortingJason Rutherford2018-10-117-12/+99
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge branch 'qa-257-instance-wide-saml-sso' into 'master'Rémy Coutable2018-10-1111-1/+104
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instance SAML SSO e2e test Closes gitlab-qa#257 See merge request gitlab-org/gitlab-ce!22271
| * | | | | | | | | | | | | | | | | | | Initial commitSanad Liaquat2018-10-1111-1/+104
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use ACCEPT_INSECURE_CERTS env var and fix step Simplify saml signin Fix rubo cop offence Add missing # frozen_string_literal: true
* | | | | | | | | | | | | | | | | | | Merge branch 'feature/48684-default-sort-to-by-stars' into 'master'Douglas Barbosa Alexandre2018-10-114-5/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new sort option "most_stars" to "Group > Children" pages See merge request gitlab-org/gitlab-ce!22121
| * | | | | | | | | | | | | | | | | | | Add new sort option "most_stars" to "Group > Children" pagesRene Hennig2018-10-114-5/+36
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge branch 'docs/remove-link-old-project' into 'master'Achilleas Pipinellis2018-10-111-4/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes link to deprecated project See merge request gitlab-org/gitlab-ce!22281
| * | | | | | | | | | | | | | | | | | | Removes link to deprecated projectEvan Read2018-10-111-4/+3
| |/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also fixes minor style issues.
* | | | | | | | | | | | | | | | | | | Merge branch 'patch-27' into 'master'Achilleas Pipinellis2018-10-111-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs: match where statements at in omnibus section See merge request gitlab-org/gitlab-ce!22214
| * | | | | | | | | | | | | | | | | | | docs: match where statements at in omnibus sectionBen Bodenmiller2018-10-091-4/+2
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'master' into 'master'Achilleas Pipinellis2018-10-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid conflicting anchor name in documentation See merge request gitlab-org/gitlab-ce!22213
| * | | | | | | | | | | | | | | | | | | Update README.mdYuping Zuo2018-10-091-2/+2
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'shell-8-4' into 'master'Sean McGivern2018-10-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update GitLab Shell to v8.4.0 for new Gitaly auth scheme Closes gitaly#1319 See merge request gitlab-org/gitlab-ce!22270
| * | | | | | | | | | | | | | | | | | | Update GitLab Shell to v8.4.0 for new Gitaly auth schemeAlejandro Rodríguez2018-10-101-1/+1
| | |_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'ml-qa-add-members' into 'master'Rémy Coutable2018-10-118-4/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QA: Add test of adding a member to a project See merge request gitlab-org/gitlab-ce!21753
| * | | | | | | | | | | | | | | | | | Add test to add a new project memberMark Lapierre2018-10-108-4/+83
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new QA test and the required page objects and related changes
* | | | | | | | | | | | | | | | | | Merge branch 'winh-delayed-jobs-docs' into 'master'Evan Read2018-10-113-0/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation for delayed jobs Closes #52127 See merge request gitlab-org/gitlab-ce!22117
| * | | | | | | | | | | | | | | | | | Documentation for delayed jobsWinnie Hellmann2018-10-113-0/+49
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'docs-filesystem_perf' into 'master'Evan Read2018-10-113-0/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Filesystem Performance Benchmarking documentation See merge request gitlab-org/gitlab-ce!22202
| * | | | | | | | | | | | | | | | | Add Filesystem Performance Benchmarking documentationDrew Blessing2018-10-103-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filesystem performance can have a big impact on overall GitLab performance, especially for actions that read or write Git repositories. This information will help benchmark filesystem performance against known good and bad real-world systems.
* | | | | | | | | | | | | | | | | | Merge branch 'sh-revert-pages-version' into 'master'Robert Speicher2018-10-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert GitLab Pages version to v1.1.0 See merge request gitlab-org/gitlab-ce!22277
| * | | | | | | | | | | | | | | | | | Revert GitLab Pages version to v1.1.0Stan Hu2018-10-101-1/+1
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This works around the problem with domains not working due to https://gitlab.com/gitlab-org/gitlab-pages/issues/170.
* | | | | | | | | | | | | | | | | | Merge branch 'prettify-all-the-things-5' into 'master'Tim Zallmann2018-10-1014-128/+93
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prettify all the things (part 5) See merge request gitlab-org/gitlab-ce!22255
| * | | | | | | | | | | | | | | | | | Prettify ide modulesMike Greiling2018-10-1014-128/+93
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'prettify-all-the-things-2' into 'master'Tim Zallmann2018-10-1056-1523/+1546
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prettify all the things (part 2) See merge request gitlab-org/gitlab-ce!22250
| * | | | | | | | | | | | | | | | | Prettify merge_conflicts monitoring and notebook modulesMike Greiling2018-10-1019-354/+341
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Prettify lib/utils modulesMike Greiling2018-10-1014-89/+131
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Prettify issue_show and jobs modulesMike Greiling2018-10-1023-1080/+1074
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch ↵Clement Ho2018-10-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '52103-dropzone-css-is-failing-to-load-on-rspec-dev-and-staging-11-4-0-rc' into 'master' Resolve "Dropzone css is failing to load on rspec, dev and staging 11.4.0 RC" Closes #52103 See merge request gitlab-org/gitlab-ce!22272
| * | | | | | | | | | | | | | | | | Remove file extension to force sprockets to inline dropzone cssMike Greiling2018-10-101-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'mg-update-issue-board-components' into 'master'Fatih Acet2018-10-1031-261/+261
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert remaining issue board components into ES module syntax See merge request gitlab-org/gitlab-ce!22210
| * | | | | | | | | | | | | | | | | | Convert remaining issue board components into ES module syntaxMike Greiling2018-10-1031-261/+261
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'ml-qa-register-user-failure' into 'master'Rémy Coutable2018-10-104-23/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QA: Retry registration before failing See merge request gitlab-org/gitlab-ce!22033
| * | | | | | | | | | | | | | | | | Retry registration 3 times before failingMark Lapierre2018-10-104-23/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Registration intermittently fails without an obvious cause. The action to click the button seems to move focus to the right button but nothing happens. This change attempts to retry the action under the assumption that Capybara or Chrome is misbehaving. It also updates the selectors for the sign up page.
* | | | | | | | | | | | | | | | | | Merge branch ↵Rémy Coutable2018-10-103-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ce-quality-nightly-22-fix-uninitialized-constant-QA-Page-Menu-qa' into 'master' [QA] Fix a wrong constant name Closes gitlab-org/quality/nightly#22 See merge request gitlab-org/gitlab-ce!22264
| * | | | | | | | | | | | | | | | | | [QA] Fix a wrong constant nameRémy Coutable2018-10-103-3/+3
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Menu namespace was changed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22115 and https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7799. Fixes https://gitlab.com/gitlab-org/quality/nightly/issues/22. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | | | | | | | | Merge branch 'add-allowance-for-feature-flag-after-ff' into 'master'Robert Speicher2018-10-101-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add allowance to merge feature flags MRs See merge request gitlab-org/gitlab-ce!22267
| * | | | | | | | | | | | | | | | | | Add allowance to merge feature flags MRsSteve Azzopardi2018-10-101-0/+1
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the 7th it is OK to merge code changes that are merged as long it is behind a feature flag.
* | | | | | | | | | | | | | | | | | Merge branch 'add-top_upstream_source_sha-in-trigger-build' into 'master'Rémy Coutable2018-10-101-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `TOP_UPSTREAM_SOURCE_SHA` in `scripts/trigger-build` See merge request gitlab-org/gitlab-ce!22260
| * | | | | | | | | | | | | | | | | | Improve the variables passed in trigger-buildRémy Coutable2018-10-101-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the variable names consistent by following the `TOP_UPSTREAM_SOURCE_*` pattern. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | | | | | | | | | | Pass 'TOP_UPSTREAM_SOURCE_SHA' in trigger-buildRémy Coutable2018-10-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed because `GITLAB_VERSION` has a special meaning in `omnibus-gitlab` triggers: this is the GitLab version to build. The problem is that `omnibus-gitlab` also has triggers to run QA for an `omnibus-gitlab` commit, and if we use `GITLAB_VERSION` in that case, the comment would be posted on the GitLab CE/EE commit (stored in `GITLAB_VERSION`), whci hwouldn't make any sense. Thus we need `TOP_UPSTREAM_SOURCE_SHA` to represent the commit on which we want to leave a comment. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | | | | | | | | | Merge branch 'enhance-deployment-json-schema' into 'master'Sean McGivern2018-10-103-5/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance and test JSON schema for deployments See merge request gitlab-org/gitlab-ce!22266
| * | | | | | | | | | | | | | | | | | Enhance and test JSON schema for deploymentsPeter Leitzen2018-10-103-5/+62
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'docs/fix-link-to-eslint-config' into 'master'Achilleas Pipinellis2018-10-101-52/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken link and file improvements See merge request gitlab-org/gitlab-ce!22244