summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Code Quality doc40276-removing-codeclimate-init-command-from-auto-devops-templatebikebilly2017-11-171-1/+0
|
* Merge branch '38822-oauth-search-case-insensitive' into 'master'Douwe Maan2017-11-178-12/+43
|\ | | | | | | | | | | | | Changing OAuth lookup to be case insensitive Closes #38822 See merge request gitlab-org/gitlab-ce!15312
| * Changing OAuth lookup to be case insensitiveFrancisco Javier López2017-11-178-12/+43
|/
* Merge branch 'sh-port-hashed-storage-transfer-fix' into 'master'Nick Thomas2017-11-173-9/+54
|\ | | | | | | | | | | | | Fix hashed storage with project transfers to another namespace Closes gitlab-ee#4056 See merge request gitlab-org/gitlab-ce!15444
| * Fix hashed storage with project transfers to another namespacesh-port-hashed-storage-transfer-fixStan Hu2017-11-163-9/+54
| | | | | | | | | | | | | | | | With hashed storage enabled, we would fail to transfer a project to another namespace because the provided paths were wrong. Instead, we should not attempt to move paths at all. Closes gitlab-org/gitlab-ee#4056
* | Merge branch 'bvl-delete-empty-fork-networks' into 'master'Douwe Maan2017-11-177-1/+102
|\ \ | | | | | | | | | | | | Delete empty fork networks See merge request gitlab-org/gitlab-ce!15373
| * | Delete orphaned fork networks in a migrationbvl-delete-empty-fork-networksBob Van Landuyt2017-11-174-1/+66
| | |
| * | Delete the fork network when removing the last membershipBob Van Landuyt2017-11-173-0/+36
| | |
* | | Merge branch 'ci-pipeline-status-query' into 'master'Kamil Trzciński2017-11-1711-66/+274
|\ \ \ | | | | | | | | | | | | | | | | Optimise getting the pipeline status of commits See merge request gitlab-org/gitlab-ce!15332
| * | | Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-1611-66/+274
| | | | | | | | | | | | | | | | | | | | This adds an optimised way of getting the latest pipeline status for a list of Commit objects (or just a single one).
* | | | Merge branch 'dm-go-get-blank-enabled-protocol' into 'master'Sean McGivern2017-11-172-3/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix go-import meta data when enabled_git_access_protocol is a blank string Closes #40256 See merge request gitlab-org/gitlab-ce!15448
| * | | | Fix go-import meta data when enabled_git_access_protocol is a blank stringDouwe Maan2017-11-172-3/+10
| | | | |
* | | | | Merge branch '34600-performance-wiki-pages' into 'master'Douwe Maan2017-11-1710-27/+102
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Performance issues when loading large number of wiki pages" Closes #34600 See merge request gitlab-org/gitlab-ce!15276
| * | | | | Resolve "Performance issues when loading large number of wiki pages"Francisco Javier López2017-11-1710-27/+102
|/ / / / /
* | | | | Merge branch '38869-project-1' into 'master'Phil Hughes2017-11-178-311/+272
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Exports a couple of project related code as es6 modules See merge request gitlab-org/gitlab-ce!15356
| * | | | | Exports a couple of project related code as es6 modulesFilipa Lacerda2017-11-178-311/+272
|/ / / / /
* | | | | Merge branch 'sh-background-migration-move-mr-diff-id' into 'master'Sean McGivern2017-11-175-33/+130
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Convert migration to populate latest merge request ID into a background migration See merge request gitlab-org/gitlab-ce!15440
| * | | | | Convert migration to populate latest merge request ID into a background ↵Stan Hu2017-11-175-33/+130
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | migration This is to smear updates over a few hours to avoid causing excessive replication lag as seen in https://gitlab.com/gitlab-com/infrastructure/issues/3235.
* | | | | Merge branch 'dropdown-docs' into 'master'Phil Hughes2017-11-172-0/+40
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add dropdowns documentation See merge request gitlab-org/gitlab-ce!15396
| * | | | | Add dropdowns documentationFilipa Lacerda2017-11-172-0/+40
|/ / / / /
* | | | | Merge branch 'mk-update-database-debugging' into 'master'Yorick Peterse2017-11-171-4/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update database_debugging.md See merge request gitlab-org/gitlab-ce!15434
| * | | | | Update database_debugging.mdmk-update-database-debuggingMichael Kozono2017-11-161-4/+11
| | | | | |
* | | | | | Merge branch 'rc/use-existing-url-helper' into 'master'Grzegorz Bizon2017-11-174-19/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace ci_status_path with pipeline_path See merge request gitlab-org/gitlab-ce!15369
| * | | | | | Replace ci_status_path with pipeline_pathrc/use-existing-url-helperRémy Coutable2017-11-144-19/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch 'sh-deduplicate-background-migration-specs' into 'master'Sean McGivern2017-11-172-32/+6
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | De-duplicate background migration matchers defined in spec/support/migrations_helpers.rb See merge request gitlab-org/gitlab-ce!15441
| * | | | | | De-duplicate background migration matchers defined in ↵sh-deduplicate-background-migration-specsStan Hu2017-11-162-32/+6
| | |_|/ / / | |/| | | | | | | | | | | | | | | | spec/support/migrations_helpers.rb
* | | | | | Merge branch 'patch-28' into 'master'Achilleas Pipinellis2017-11-171-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update HA README.md to clarify GitLab support does not troubleshoot DRBD. See merge request gitlab-org/gitlab-ce!15428
| * | | | | | Update HA README.md to clarify GitLab support does not troubleshoot DRBD.Lee Matos2017-11-161-1/+3
| | | | | | |
* | | | | | | Merge branch 'fix/sm/fix-condeclimate-version' into 'master'Winnie Hellmann2017-11-171-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Set 0.69.0 instead of latest for codeclimate image See merge request gitlab-org/gitlab-ce!15445
| * | | | | | Set 0.69.0 instead of latest for codeclimate imageShinya Maeda2017-11-171-1/+1
|/ / / / / /
* | | | | | Merge branch 'docs/refactor-cluster' into 'master'Marcia Ramos2017-11-162-33/+47
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Cluster docs Closes #39952 See merge request gitlab-org/gitlab-ce!15418
| * | | | | Move installation of apps higherdocs/refactor-clusterAchilleas Pipinellis2017-11-161-12/+13
| | | | | |
| * | | | | Change to Google Kubernetes Cluster and add internal linksAchilleas Pipinellis2017-11-161-9/+9
| | | | | |
| * | | | | Add Ingress description from official docsAchilleas Pipinellis2017-11-161-1/+1
| | | | | |
| * | | | | Add info on creating your own k8s cluster from the cluster pageAchilleas Pipinellis2017-11-161-21/+32
| | | | | |
| * | | | | Add info about the installed apps in the Cluster docsAchilleas Pipinellis2017-11-162-10/+12
| | | | | |
* | | | | | Update database_debugging.mdMichael Kozono2017-11-161-4/+3
|/ / / / /
* | | | | Merge branch ↵Tim Zallmann2017-11-169-60/+96
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '37508-lock-confidential-issuable-sidebar-custom-svg-icons-iteration' into 'master' Resolve "lock/confidential issuable sidebar custom svg icons iteration" Closes #37508 See merge request gitlab-org/gitlab-ce!15372
| * | | | | Resolve "lock/confidential issuable sidebar custom svg icons iteration"Luke "Jared" Bennett2017-11-169-60/+96
|/ / / / /
* | | | | Merge branch 'bvl-isolate-fork-network-background-migrations' into 'master'Rémy Coutable2017-11-161-11/+11
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Isolate the fork network background migrations See merge request gitlab-org/gitlab-ce!15393
| * | | | Isolate the fork network background migrationsbvl-isolate-fork-network-background-migrationsBob Van Landuyt2017-11-151-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the `PopulateForkNetworksRange` spec would also call the `CreateForkNetworkMemberships` which we would count on in the spec. With this, I'm isolating that, and counting only records created in this particular migration instead.
* | | | | Merge branch 'cache-user-keys-count' into 'master'Douwe Maan2017-11-1613-29/+262
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Cache the number of user SSH keys See merge request gitlab-org/gitlab-ce!15401
| * | | | | Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-1613-29/+262
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By caching the number of personal SSH keys we reduce the number of queries necessary on pages such as ProjectsController#show (which can end up querying this data multiple times). The cache is refreshed/flushed whenever an SSH key is added, removed, or when a user is removed.
* | | | | Merge branch 'brand_header_change' into 'master'Annabel Dunstone Gray2017-11-164-2/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | When a custom header logo is present, don't show GitLab type logo See merge request gitlab-org/gitlab-ce!15410
| * | | | | When a custom header logo is present, don't show GitLab type logoDrew Blessing2017-11-154-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the new navigation header, when a user uploads a custom header logo GitLab will still show the 'GitLab' type logo. This is often undesirable as the user may want to upload a logo with their own name present. This change will toggle the GitLab type logo if a custom header logo is present.
* | | | | | Merge branch 'dm-notes-actions-noteable-for-update' into 'master'Sean McGivern2017-11-164-3/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure NotesActions#noteable returns a Noteable in the update action Closes #40208 See merge request gitlab-org/gitlab-ce!15421
| * | | | | | Make sure NotesActions#noteable returns a Noteable in the update actiondm-notes-actions-noteable-for-updateDouwe Maan2017-11-164-3/+36
| |/ / / / /
* | | | | | Merge branch 'winh-update-license_finder' into 'master'Rémy Coutable2017-11-163-3/+43
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update license_finder to 3.1.1 Closes #34955 et #40020 See merge request gitlab-org/gitlab-ce!15319
| * | | | | | Update license_finder to 3.1.1Winnie Hellmann2017-11-163-3/+43
|/ / / / / /
* | | | | | Merge branch 'bvl-adjust-openid_connect_spec' into 'master'Sean McGivern2017-11-161-2/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust openid_connect_spec to use `raise_error` Closes #40093 See merge request gitlab-org/gitlab-ce!15420