summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 '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
| * | | | Adjust openid_connect_spec to use `raise_error`Bob Van Landuyt2017-11-161-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Using the `raise_error`-matcher instead of `throw_symbol` makes sure our after blocks get called in the test suite.
* | | | | Merge branch 'backport-delete-epic' into 'master'Filipa Lacerda2017-11-168-20/+103
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport delete epic changes Closes #40162 See merge request gitlab-org/gitlab-ce!15414
| * | | | | Backport delete epic changesbackport-delete-epicClement Ho2017-11-158-20/+103
| | | | | |
* | | | | | Merge branch 'simplify-docs-review-script' into 'master'Rémy Coutable2017-11-161-11/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change logic of repo name and slugs in docs review script See merge request gitlab-org/gitlab-ce!15395
| * | | | | | Change logic of repo name and slugs in docs review scriptsimplify-docs-review-scriptAchilleas Pipinellis2017-11-161-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to make room for Runner and Omnibus docs. This change makes sure the correct values are defined based on CI_PROJECT_NAME.
* | | | | | | Merge branch 'fix/git-env-repo-paths' into 'master'Douwe Maan2017-11-163-11/+51
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use relative git object paths to construct absolute ones before setting Env See merge request gitlab-org/gitlab-ce!15376
| * | | | | | | Use relative git object paths to construct absolute ones before setting Envfix/git-env-repo-pathsAhmad Sherif2017-11-143-11/+51
| | | | | | | |
* | | | | | | | Merge branch 'docs/db-debugging' into 'master'Yorick Peterse2017-11-162-0/+50
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Add basic docs for troubleshooting database problems See merge request gitlab-org/gitlab-ce!15416
| * | | | | | | Add basic docs for troubleshooting database problemsdocs/db-debuggingEric Eastwood2017-11-152-0/+50
| | | | | | | |
* | | | | | | | Merge branch 'jramsay-30140-update-docs' into 'master'Douwe Maan2017-11-161-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add readme only default project view preference See merge request gitlab-org/gitlab-ce!15415
| * | | | | | | | Add readme only default project view preferencejramsay-30140-update-docsJames Ramsay2017-11-151-1/+2
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The option to choose readme only as a users default project view was restored in !14900
* | | | | | | | Merge branch 'fix/add-attributes-bag-class-to-gitaly-client' into 'master'Sean McGivern2017-11-165-32/+39
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an attributes bag class as a GitalyClient helper See merge request gitlab-org/gitlab-ce!15346
| * | | | | | | | Add an attributes bag class as a GitalyClient helperfix/add-attributes-bag-class-to-gitaly-clientAhmad Sherif2017-11-155-32/+39
| | | | | | | | |
* | | | | | | | | Merge branch 'fix/gb/update-registry-path-reference-regexp' into 'master'Kamil Trzciński2017-11-163-1/+24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update container repository path reference Closes #40199 See merge request gitlab-org/gitlab-ce!15417
| * | | | | | | | | Add changelog for container repository path updateGrzegorz Bizon2017-11-161-0/+5
| | | | | | | | | |
| * | | | | | | | | Update container repository path referenceGrzegorz Bizon2017-11-162-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should allow to use double underscore in the path, and it seems that our container repository path regexp was outdated. See https://github.com/docker/distribution/blob/master/reference/regexp.go
* | | | | | | | | | Merge branch '40198-fix-gpg-badge-links' into 'master'Phil Hughes2017-11-163-2/+8
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Clicking on GPG verification badge jumps to top of the page" Closes #40198 See merge request gitlab-org/gitlab-ce!15407
| * | | | | | | | | Resolve "Clicking on GPG verification badge jumps to top of the page"Mike Greiling2017-11-163-2/+8
|/ / / / / / / / /
* | | | | | | | | Merge branch 'patch-28' into 'master'Achilleas Pipinellis2017-11-161-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fix Typo in environment create definition See merge request gitlab-org/gitlab-ce!15413
| * | | | | | | | Fix Typo in environment create definitionLee Matos2017-11-151-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch ↵Mike Greiling2017-11-151-0/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '39861-follow-up-from-enable-multiple-queries-per-prometheus-graph' into 'master' Resolve "Follow-up from "Enable multiple queries per Prometheus graph"" Closes #39861 See merge request gitlab-org/gitlab-ce!15363
| * | | | | | | | Add missing spec for computed prop strokeDashArray39861-follow-up-from-enable-multiple-queries-per-prometheus-graphJose Ivan Vargas2017-11-131-0/+17
| | | | | | | | |
* | | | | | | | | Merge branch '40020-npm-list-errors-for-gitlab-svgs-and-node-pre-gyp' into ↵Annabel Dunstone Gray2017-11-154-8/+8
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "npm list errors for gitlab-svgs and node-pre-gyp" Closes #40020 See merge request gitlab-org/gitlab-ce!15340
| * | | | | | | | Resolve "npm list errors for gitlab-svgs and node-pre-gyp"Tim Zallmann2017-11-154-8/+8
|/ / / / / / / /
* | | | | | | | Merge branch 'update-emoji-digests-with-latest-from-gemojione' into 'master'Filipa Lacerda2017-11-1519-1064/+1211
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Emoji digests and assets with latest from Gemojione v3.3.0 Closes #32634 See merge request gitlab-org/gitlab-ce!15390
| * | | | | | | | Move :gay_pride_flag: to flags categoryupdate-emoji-digests-with-latest-from-gemojioneEric Eastwood2017-11-154-4/+7
| | | | | | | | |
| * | | | | | | | Add basic emoji development docsEric Eastwood2017-11-153-0/+34
| | | | | | | | |
| * | | | | | | | Add rainbow_flag to emoji support mapEric Eastwood2017-11-154-13/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on the following platforms that split the emoji into separate characters currently. - Windows 10 FCU - Chrome 62.0.3202.89 - Firefox 57.0b14 - MS Edge 41.16299.15.0 - macOS 10.12.6 - Chrome 63.0.3239.40 - Safari 11.0.1 (12604.3.5.1.1) - Firefox 57.0 - Ubuntu 16.04 - Chromium 62.0.3202.75 - Firefox 56.0
| * | | | | | | | Regenerate emoji digests with latest gemojioneEric Eastwood2017-11-1414-1050/+1111
| | | | | | | | |