summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'qa/testing/cng/189' into 'master'Rémy Coutable2019-01-243-10/+9
|\ | | | | | | | | Improve the handling of tags and branches which contains a `/` when triggering CNG pipelines See merge request gitlab-org/gitlab-ce!24465
| * Use $CI_COMMIT_REF_NAME for tags in trigger-buildRémy Coutable2019-01-242-5/+4
| | | | | | | | | | | | | | Also, pass GITLAB_VERSION and GITLAB_ASSETS_TAG to CNG triggered pipelines. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Use $CI_COMMIT_REF_SLUG in review-apps.shRémy Coutable2019-01-241-5/+5
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch '54385-board-policy-ce' into 'master'Rémy Coutable2019-01-244-19/+22
|\ \ | | | | | | | | | | | | | | | | | | Backport of 54385-board-policy Closes #54385 See merge request gitlab-org/gitlab-ce!24475
| * | Backport of 54385-board-policyMario de la Ossa2019-01-184-19/+22
| | |
* | | Merge branch '56556-fix-markdown-table-border' into 'master'Kushal Pandya2019-01-242-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix markdown table border Closes #56556 See merge request gitlab-org/gitlab-ce!24601
| * | | Fix markdown table borderJacques Erasmus2019-01-242-0/+6
|/ / /
* | | Merge branch '8621-new-feature-flag-vue-ce-backport' into 'master'Phil Hughes2019-01-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Adds extra sizes in responsive tables See merge request gitlab-org/gitlab-ce!24605
| * | | Adds extra sizes in responsive tablesFilipa Lacerda2019-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | Adds two extra column sizes in the responsive tables css
* | | | Merge branch ↵Rémy Coutable2019-01-241-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | '56763-docs-lint-passes-if-a-relative-link-starts-with-doc-docs' into 'master' Resolve "Docs lint passes if a relative link starts with /doc" Closes #56763 See merge request gitlab-org/gitlab-ce!24613
| * | | Use the same path of the docs site as in productionAchilleas Pipinellis2019-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This started with https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24339 where a broken link was introduced, but the lint checker never caught it. The docs-lint job does the following: ```yaml script: - mv doc/ /tmp/gitlab-docs/content/ - cd /tmp/gitlab-docs # Build HTML from Markdown - bundle exec nanoc # Check the internal links - bundle exec nanoc check internal_links ``` It moves the `doc/` dir inside `content` where Nanoc is expecting the markdown files to be. It then builds the site and finally checks for the links. If the built website was deployed to production, that would be under `docs.gitlab.com/doc`. The interesting part here is that `[the logs](/doc/administration/logs.md#productionlog)` translates to `<a href="/doc/administration/logs.html#productionlog>`, so, Nanoc correctly sees this as an existing file! This MR changes the path of the docs content to be equal to $DOCS_GITLAB_REPO_SUFFIX which is defined as an environment variable and takes the value of the slug of each project: 'ce', 'ee', 'omnibus', 'runner'.
* | | | Merge branch 'qa-quarantine-auto-dev-ops-tests' into 'master'Rémy Coutable2019-01-241-1/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Quarantine Auto DevOps tests See merge request gitlab-org/gitlab-ce!24623
| * | | | Quarantine auto devops testsSanad Liaquat2019-01-241-1/+4
| | | | |
* | | | | Merge branch 'docs/document-built-in-templates' into 'master'Achilleas Pipinellis2019-01-245-47/+102
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restructure projects template topics Closes #55834 See merge request gitlab-org/gitlab-ce!24448
| * | | | | Restructure projects template topicsEvan Read2019-01-245-47/+102
|/ / / / /
* | | | | Merge branch 'docs/fix-bare-urls' into 'master'Achilleas Pipinellis2019-01-2467-152/+151
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix most instances of bare URLs in markdown See merge request gitlab-org/gitlab-ce!24519
| * | | | | Fix most instances of bare URLs in markdownEvan Read2019-01-2467-152/+151
|/ / / / /
* | | | | Merge branch 'if-log_user_admin_status' into 'master'Stan Hu2019-01-241-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Log admin status of user when OAuth::User is saved See merge request gitlab-org/gitlab-ce!24602
| * | | | Log admin status of user when OAuth::User is savedImre Farkas2019-01-231-1/+1
| | | | |
* | | | | Merge branch 'patch-40' into 'master'Evan Read2019-01-241-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update repository_mirroring.md See merge request gitlab-org/gitlab-ce!24586
| * | | | | Update repository_mirroring.mdRobert Devitt2019-01-231-2/+2
| | | | | | | | | | | | | | | | | | SSH Auth "Introduced" section had push/pull support versions labeled incorrectly.
* | | | | | Merge branch 'docs-push-mirror-GitLab-GitHub' into 'master'Evan Read2019-01-242-3/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | (docs) Updated fields information for push mirror from GitLab to GitHub See merge request gitlab-org/gitlab-ce!24566
| * | | | | | Amended with suggestions by @ereadJoseph Yu2019-01-231-5/+4
| | | | | | |
| * | | | | | Added changelogJoseph Yu2019-01-221-0/+5
| | | | | | |
| * | | | | | Updated fields information for push mirror from GitLab to GitHubJoseph Yu2019-01-221-3/+7
| | | | | | |
* | | | | | | Merge branch 'fix-loose-typo' into 'master'Nick Thomas2019-01-243-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 'loose' typo Closes #56248 See merge request gitlab-org/gitlab-ce!24330
| * | | | | | | Revert changes to *.po filesMax Raab2019-01-2337-74/+74
| | | | | | | |
| * | | | | | | Fix 'loose' typoMax Raab2019-01-1140-78/+78
| | | | | | | |
* | | | | | | | Merge branch 'sh-fix-upload-snippets-with-relative-url-root' into 'master'Nick Thomas2019-01-243-0/+61
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 404s for snippet uploads when relative URL root used Closes #56280 See merge request gitlab-org/gitlab-ce!24588
| * | | | | | | | Fix 404s for snippet uploads when relative URL root usedStan Hu2019-01-223-0/+61
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Personal snippet uploads have neither a group nor a project. If a GitLab instance were configured with a relative URL root (e.g. `/gitlab`), then the Markdown filter would not include this root in the generated path. We fix this by adding this root if there is no group or project. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56280
* | | | | | | | Merge branch 'sh-remove-bitbucket-mirror-constant' into 'master'Robert Speicher2019-01-233-6/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix import handling errors in Bitbucket Server importer See merge request gitlab-org/gitlab-ce!24499
| * | | | | | | | Fix import handling errors in Bitbucket Server importerStan Hu2019-01-183-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20724 removed `Gitlab::Git::RepositoryMirroring::RemoteError`, but this was still being handled in the Bitbucket Server importer and only encountered if some exception other than `Gitlab::Shell::Error` were thrown.
* | | | | | | | | Merge branch 'custom-gitaly-url' into 'master'Stan Hu2019-01-232-1/+25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow Gitaly to be built from a custom URL See merge request gitlab-org/gitlab-ce!24616
| * | | | | | | | | Allow Gitaly to be built from a custom URLNick Thomas2019-01-232-1/+25
| | | | | | | | | |
* | | | | | | | | | Merge branch 'sh-fix-issue-9357' into 'master'Douglas Barbosa Alexandre2019-01-233-1/+17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 500 errors with legacy appearance logos Closes gitlab-ee#9357 See merge request gitlab-org/gitlab-ce!24615
| * | | | | | | | | | Fix 500 errors with legacy appearance logosStan Hu2019-01-233-1/+17
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to GitLab 9.0, attachments were not tracked the `uploads` table, so it was possible that the appearance logos were just stored in the database as a string and mounted via CarrierWave. https://gitlab.com/gitlab-org/gitlab-ce/issues/29240 implemented in GitLab 10.3 was supposed to cover populating the `uploads` table for all attachments, including all the logos from appearances. However, it's possible that didn't work for logos or the `uploads` entry was orphaned. GitLab instances that had a customized logo with no associated `uploads` entry would see Error 500s. The only way to fix this is to delete the `logo` column from the `appearances` table and re-upload the attachment. This change makes things more robust by falling back to the original behavior if the upload is not available. This is a CE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9277. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9357
* | | | | | | | | | Merge branch ↵Nick Thomas2019-01-235-18/+150
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '52674-api-v4-projects-project_id-jobs-endpoint-hits-statement-timeout' into 'master' [API] Omit `X-Total` and `X-Total-Pages` headers when items count is more than 10,000 Closes #42194 and #52674 See merge request gitlab-org/gitlab-ce!23931
| * | | | | | | | | | [API] Omit X-Total{,-Pages} when count > 10kRémy Coutable2019-01-225-18/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | Merge branch ↵Marcia Ramos2019-01-231-0/+48
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '56514-docs-feedback-add-git-clone-to-list-of-basic-git-commands' into 'master' documentation: Add `git clone` to list of basic git commands Closes #56514 See merge request gitlab-org/gitlab-ce!24474
| * | | | | | | | | | Add brief description, fix typo, comply with docs style guideMarcia Ramos2019-01-231-8/+10
| | | | | | | | | | |
| * | | | | | | | | | Address Feedback from Docs TeamAndrew Fontaine2019-01-231-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify `ssh` and `https` cloning, as well as where to find the `url`s to those repositories.
| * | | | | | | | | | Add `git clone` to List of Basic Git CommandsAndrew Fontaine2019-01-171-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `git clone` is a common entry point to collaborators on an existing project, and should be near the top, as it would be one of the first commands run when getting set up.
* | | | | | | | | | | Merge branch 'improve-review-apps-docs' into 'master'Rémy Coutable2019-01-232-35/+76
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Review Apps documentation See merge request gitlab-org/gitlab-ce!24597
| * | | | | | | | | | | Improve Review Apps documentationRémy Coutable2019-01-232-35/+76
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | Merge branch 'qa-staging-27' into 'master'Mark Lapierre2019-01-234-4/+134
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [QA] Use public_email instead of email since it's available Closes gitlab-org/quality/staging#27 See merge request gitlab-org/gitlab-ce!24533
| * | | | | | | | | | | [QA] Use public_email instead of email since it's availableRémy Coutable2019-01-234-4/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | | Merge branch 'docs/fix-broken-link' into 'master'Marcia Ramos2019-01-231-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken docs link Closes #56754 See merge request gitlab-org/gitlab-ce!24611
| * | | | | | | | | | | Fix broken docs linkAchilleas Pipinellis2019-01-231-3/+3
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'fix/55956-oversized-dropdown-button-custom-notifications' into ↵Phil Hughes2019-01-232-2/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Added `btn_class` to the dropdown for custom notifications See merge request gitlab-org/gitlab-ce!24557
| * | | | | | | | | | Added `btn_class` to the dropdown for custom notificationsEzekiel Kigbo2019-01-232-2/+7
|/ / / / / / / / / /