summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused peek view coderemove-unused-peek-viewsSean McGivern2019-07-244-27/+0
| | | | | We haven't needed these since we started rendering the performance bar in Vue.
* Merge branch 'alhashash1-12-1-stable-patch-67177' into 'master'Stan Hu2019-07-241-4/+11
|\ | | | | | | | | | | | | Fix incorrect web server selection parameter in init.d script Closes #64802 and #65008 See merge request gitlab-org/gitlab-ce!31076
| * Fix incorrect web server parameter in init.d scriptMohammad Alhashash2019-07-241-4/+11
| | | | | | | | | | | | Environment variable USE_WEB_SERVER should have the value of the selected webserver when calling bin/web startup script. Fixes #65008
* | Merge branch 'bw-enable-default-manual-sorting' into 'master'Sean McGivern2019-07-243-3/+3
|\ \ | | | | | | | | | | | | Default manual_sorting feature flag to on See merge request gitlab-org/gitlab-ce!30788
| * | Default manual_sorting feature flag to onbw-enable-default-manual-sortingBrett Walker2019-07-163-3/+3
| | |
* | | Merge branch 'qa-ml-knapsack-package-and-qa' into 'master'Rémy Coutable2019-07-241-0/+46
|\ \ \ | | | | | | | | | | | | | | | | Use knapsack to parallelize E2E tests run via package-and-qa See merge request gitlab-org/gitlab-ce!30886
| * | | Use a single knapsack fileMark Lapierre2019-07-241-0/+46
|/ / / | | | | | | | | | | | | | | | | | | There should be no difference between jobs in package-and-qa. Review apps should also be similar but there might be differences if the runners have different resources.
* | | Update CHANGELOG.md for 12.1.1GitLab Release Tools Bot2019-07-241-0/+4
| | | | | | | | | [ci skip]
* | | Merge branch 'qa-staging-61-fix-ee-project-templates-spec-ce' into 'master'Sanad Liaquat2019-07-241-0/+4
|\ \ \ | | | | | | | | | | | | | | | | CE port of EE branch qa-staging-61-fix-ee-project-templates-spec See merge request gitlab-org/gitlab-ce!30835
| * | | CE port of EE branch qa-staging-61-fix-ee-project-templates-specqa-staging-61-fix-ee-project-templates-spec-ceSanad Liaquat2019-07-171-0/+4
| | | |
* | | | Merge branch ↵Kushal Pandya2019-07-244-26/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '11639-improve-discovery-and-navigation-for-gitlab-package-features-ce' into 'master' Improving packages navigation in project sidebar [CE Backport] See merge request gitlab-org/gitlab-ce!30256
| * | | | Improving packages navigation in project sidebar11639-improve-discovery-and-navigation-for-gitlab-package-features-ceNick Kipling2019-07-234-26/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed Registry from sidebar Created new Packages top level item Added Container Registry into packages Updated tests to support new layout
* | | | | Merge branch '64996-fix-review-app-debugging' into 'master'Lin Jen-Shin2019-07-241-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Resolve "Review App debugging sometimes fail because multiple Unicorn pods exist" Closes #64996 See merge request gitlab-org/gitlab-ce!31058
| * | | | Fix Review App debugging64996-fix-review-app-debuggingRémy Coutable2019-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'pl-spec_flat_map-ce' into 'master'Grzegorz Bizon2019-07-2410-20/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Prefer `flat_map` over `map` + `flatten` in specs See merge request gitlab-org/gitlab-ce!31052
| * | | | | Prefer `flat_map` over `map` + `flatten` in specsPeter Leitzen2019-07-2410-20/+19
|/ / / / / | | | | | | | | | | | | | | | | | | | | Although `flat_map` is equivalent to `map` + `flatten(1)` (note the level 1) we can apply this same refactoring to all cases.
* | | | | Merge branch 'ce-xanf-add-admin-area-links' into 'master'Ash McKenzie2019-07-245-43/+85
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Add interactive links in the Admin Area overview" See merge request gitlab-org/gitlab-ce!29306
| * | | | | Add links in admin area overviewce-xanf-add-admin-area-linksIllya Klymov2019-07-245-43/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduces new `feature_entry` helper for dashboard. This helper reduces code duplication when listing available features and relevant links to configuration sections
* | | | | | Merge branch 'renovate/gitlab-ui-5.x' into 'master'Kushal Pandya2019-07-242-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update dependency @gitlab/ui to ^5.7.1 See merge request gitlab-org/gitlab-ce!31026
| * | | | | | Update dependency @gitlab/ui to ^5.7.1Lukas Eipert2019-07-222-5/+5
| | | | | | |
* | | | | | | Merge branch 'docs-correct-omitted-word' into 'master'Evan Read2019-07-241-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct an omitted word See merge request gitlab-org/gitlab-ce!31083
| * | | | | | | Correct omitted wordotuhs_d2019-07-241-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'docs-set-service-variables-tip' into 'master'Evan Read2019-07-242-0/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add notes to the docs about setting service variables for users wanting to do so from the UI See merge request gitlab-org/gitlab-ce!30863
| * | | | | | | | Add notes to the docs about setting service variables for users wanting to ↵Elliot Rushton2019-07-242-0/+13
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | do so from the UI
* | | | | | | | Merge branch 'fix-danger-gemfile-warning' into 'master'Thong Kuah2019-07-241-2/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix duplicated suggestion in Danger gem warning See merge request gitlab-org/gitlab-ce!31088
| * | | | | | | | Fix duplicated suggestion in Danger gem warningfix-danger-gemfile-warningTiger2019-07-241-2/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'docs-group-instance-clusters-ga' into 'master'Evan Read2019-07-242-2/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Remove beta from group and instance clusters See merge request gitlab-org/gitlab-ce!31059
| * | | | | | | Remove beta from group and instance clustersDaniel Gruesso2019-07-242-2/+0
|/ / / / / / /
* | | | | | | Merge branch 'jivanvl-add-chart-empty-state' into 'master'Clement Ho2019-07-248-8/+144
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add empty chart component Closes #60947 See merge request gitlab-org/gitlab-ce!30682
| * | | | | | | Add empty chart componentJose Ivan Vargas2019-07-248-8/+144
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merge request adds an empty chart component which will load in case of queries not having data to display, this will override the current logic, which hides all the graphs that have no data to show
* | | | | | | Merge branch '64016-unix-shell-scripting-style-guide' into 'master'Evan Read2019-07-242-0/+118
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GitLab Unix shell scripting style guide to docs See merge request gitlab-org/gitlab-ce!30271
| * | | | | | | Add GitLab Unix shell scripting style guide to docsVictor Zagorodny2019-07-242-0/+118
|/ / / / / / /
* | | | | | | Merge branch '65019-job-templates-dind-tls-fix' into 'master'Thong Kuah2019-07-246-0/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set DOCKER_TLS_CERTDIR in CI job templates See merge request gitlab-org/gitlab-ce!31080
| * | | | | | | Set DOCKER_TLS_CERTDIR in CI job templates65019-job-templates-dind-tls-fixTiger2019-07-246-0/+12
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/65019
* | | | | | | Merge branch '65019-auto-devops-dind-tls-fix' into 'master'Thong Kuah2019-07-242-0/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Set DOCKER_TLS_CERTDIR in Auto Dev-Ops CI template See merge request gitlab-org/gitlab-ce!31078
| * | | | | | Set DOCKER_TLS_CERTDIR in Auto Dev-Ops CI template65019-auto-devops-dind-tls-fixTiger2019-07-242-0/+7
|/ / / / / / | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/65019
* | | | | | Merge branch 'allow-all-users-to-see-history' into 'master'Mayra Cabrera2019-07-234-1/+166
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #29528, by allowing all users to view history Closes #29528 See merge request gitlab-org/gitlab-ce!30470
| * | | | | | Allowing all users to view historyAlex Kalderimis2019-07-234-1/+166
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the create_wiki permission check from the history controller, allowing show and history to have the same level of permissions. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29528
* | | | | | Merge branch '63894-encapsulate-file-view-modes-with-constants' into 'master'Paul Slaughter2019-07-235-15/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encapsulate file view modes with constants Closes #63894 See merge request gitlab-org/gitlab-ce!30737
| * | | | | | Encapsulate file view modes with constantsChris Toynbee2019-07-235-15/+27
|/ / / / / /
* | | | | | Merge branch '52442-initial-mysql-support-removal' into 'master'Robert Speicher2019-07-2363-1695/+352
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove dead mysql code Closes #63191 See merge request gitlab-org/gitlab-ce!29608
| * | | | | | Remove dead MySQL codeNick Thomas2019-07-2363-1695/+352
| | |/ / / / | |/| | | | | | | | | | | | | | | | None of this code can be reached any more, so it can all be removed
* | | | | | Merge branch 'sh-update-mermaid' into 'master'Tim Zallmann2019-07-235-300/+1506
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Mermaid to v8.2.3 Closes #64601 See merge request gitlab-org/gitlab-ce!30985
| * | | | | | Update Mermaid to v8.2.3sh-update-mermaidStan Hu2019-07-235-300/+1506
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes fill colors not working with Mermaid and pulls in a number of other fixes. * https://github.com/knsv/mermaid/blob/master/CHANGELOG.md * https://github.com/knsv/mermaid/#special-note-regarding-version-82 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
* | | | | | | Merge branch '64101-override-helm-release-name' into 'master'Thong Kuah2019-07-233-4/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #64081 allow override of helm release name See merge request gitlab-org/gitlab-ce!30360
| * | | | | | | Rename changelog to correct issue number, be more explicit that we're ↵James Keogh2019-07-233-4/+11
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | talking about Auto DevOps projects
* | | | | | | Merge branch 'sh-remove-opclasses-patch' into 'master'Mayra Cabrera2019-07-234-893/+682
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove PostgreSQL opclasses monkey patch Closes #64529 and #59673 See merge request gitlab-org/gitlab-ce!30709
| * | | | | | | Remove PostgreSQL opclasses monkey patchsh-remove-opclasses-patchStan Hu2019-07-234-893/+682
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is no longer needed with Rails 5.2. opclass is the attribute used per https://github.com/rails/rails/pull/19090/files. Now that we've removed the monkey patch and restored the Rails schema dumper, it appears Rails has dropped the inclusion of `using: :btree` as well (https://github.com/rails/rails/pull/27981). Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64529
* | | | | | | Merge branch 'remove-unused-begin-rescue-block' into 'master'Stan Hu2019-07-231-5/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Speed up boot time See merge request gitlab-org/gitlab-ce!31072
| * | | | | | | Speed up boot timeSergey Alekseev2019-07-231-5/+1
| | |/ / / / / | |/| | | | | | | | | | | | by removing an unused `begin ... rescue ... end` block. The block is no longer necessary after moving the bootsnap gem to the :default group in eedf735574b9f6c7c6c843943dd946ce84238236.