Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-13Revert "Merge branch 'nfriend-add-promise-finally-polyfill' into 'master'"revert-nfriend-add-promise-finally-polyfillMichael Kozono
This reverts commit a5fec9604635807ec0dfc023b46992a4be3fee4f, reversing changes made to ef19ded4b0b5cc3aabb50b3432c8711f23a2742b.
2019-03-13Merge branch 'docs/make-ce-like-ee-for-ci' into 'master'Mike Lewis
Add table entries from EE docs See merge request gitlab-org/gitlab-ce!25995
2019-03-13Add table entries from EE docsEvan Read
2019-03-13Merge branch 'nfriend-add-promise-finally-polyfill' into 'master'Mike Greiling
Add core-js polyfill for Promise.finally() See merge request gitlab-org/gitlab-ce!25925
2019-03-12Merge branch 'sh-revert-rack-request-health-checks' into 'master'Douglas Barbosa Alexandre
Fix health checks not working behind load balancers Closes #58573 See merge request gitlab-org/gitlab-ce!26055
2019-03-12Merge branch 'ab-seed-tablesample' into 'master'Stan Hu
Seed tablesample strategy Closes #58791 See merge request gitlab-org/gitlab-ce!25966
2019-03-12Fix health checks not working behind load balancersStan Hu
The change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24199 caused requests coming from a load balancer to arrive as 127.0.0.1 instead of the actual IP. `Rack::Request#ip` behaves slightly differently different than `ActionDispatch::Request#remote_ip`: the former will return the first X-Forwarded-For IP if all of the IPs are trusted proxies, while the second one filters out all proxies and falls back to REMOTE_ADDR, which is 127.0.0.1. For now, we can revert back to using `Rack::Request` because these middlewares don't manipulate parameters. The actual fix problem involves fixing Rails: https://github.com/rails/rails/issues/28436. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58573
2019-03-12Seed tablesample strategyAndreas Brandl
This produces stable approximate counts among invocations unless the table changed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58791.
2019-03-12Merge branch ↵Douglas Barbosa Alexandre
'58739-hashed-storage-prevent-a-migration-and-rollback-running-at-the-same-time' into 'master' Hashed Storage: Prevent a migration and rollback running at the same time Closes #58739 See merge request gitlab-org/gitlab-ce!25976
2019-03-12Merge branch 'ce-9826-fix-broken-downstreams-backport-factory' into 'master'Kamil Trzciński
Backports EE change for expanded pipelines See merge request gitlab-org/gitlab-ce!26043
2019-03-12Merge branch 'mj/disable-gitlab-ui-job' into 'master'Clement Ho
Allow gitlab:ui:visual to fail See merge request gitlab-org/gitlab-ce!26042
2019-03-12Merge branch 'sh-cache-root-ref-asymetrically' into 'master'Douwe Maan
Cache Repository#root_ref within a request Closes #58684 See merge request gitlab-org/gitlab-ce!25903
2019-03-12Merge branch 'sh-skip-sti-tables-reltuples' into 'master'Nick Thomas
Fix counting of groups in admin dashboard Closes gitlab-ee#7435 See merge request gitlab-org/gitlab-ce!26009
2019-03-12Merge branch 'resolve-lib-differences' into 'master'Robert Speicher
Resolve CE to EE differences in the lib/api directory See merge request gitlab-org/gitlab-ce!25430
2019-03-12Prevent storage migration and rollback running at the same timeGabriel Mazetto
This is a small polishing on the storage migration and storage rollback rake tasks. By aborting a migration while a rollback is already scheduled we want to prevent unexpected consequences.
2019-03-12Merge branch 'remove-some-easy-factories-from-migration-specs' into 'master'Rémy Coutable
Remove some easy factories from migration specs See merge request gitlab-org/gitlab-ce!26025
2019-03-12Merge branch 'issue#50386' into 'master'Rémy Coutable
Remove fake repository_path response - resolved issue# 50386 Closes #50386 See merge request gitlab-org/gitlab-ce!25942
2019-03-12Remove fake repository_path responseFabio Papa
The repository_path is no longer needed since https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/231, which closes https://gitlab.com/gitlab-org/gitlab-shell/issues/135.
2019-03-12Merge branch 'bvl-internal-auth-using-header' into 'master'Nick Thomas
Authenticate the internal API using a header See merge request gitlab-org/gitlab-ce!25924
2019-03-12Backports EE change for expanded pipelinesFilipa Lacerda
2019-03-12Cache Repository#root_ref within a requestStan Hu
When an empty project is loaded in the UI, there are 15 separate Gitaly FindDefaultBranch calls to determine the root_ref. Previously, it was not cached even within the request. This change caches it within the request so only a single FindDefaultBranch RPC is needed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58684
2019-03-12Merge branch 'patch-48' into 'master'Annabel Dunstone Gray
Update feature proposal template with "Intended users" See merge request gitlab-org/gitlab-ce!25906
2019-03-12Update feature proposal template with "Intended users"Sarah Voegeli
2019-03-12Allow gitlab:ui:visual to failMarin Jankovski
2019-03-12Merge branch 'revert-bc1b6253' into 'master'Stan Hu
Revert "Merge branch 'gitaly-version-v1.28.0' into 'master'" See merge request gitlab-org/gitlab-ce!26037
2019-03-12Merge branch 'update-rack-oauth2' into 'master'Rémy Coutable
Update rack-oauth2 1.2.1 -> 1.9.3 Closes #21732 See merge request gitlab-org/gitlab-ce!17868
2019-03-12Merge branch 'fix-new-merge-request-diff-headers-sticky-position' into 'master'Filipa Lacerda
Fixed sticky headers in merge request creation diff Closes #57691 See merge request gitlab-org/gitlab-ce!26027
2019-03-12Revert "Merge branch 'gitaly-version-v1.28.0' into 'master'"Zeger-Jan van de Weg
This reverts merge request !26026
2019-03-12Remove factories from IssuesMovedToIdForeignKey specSean McGivern
2019-03-12Remove factories from projects cleanup specSean McGivern
2019-03-12Merge branch ↵Nick Thomas
'58797-broken-ui-on-a-closed-merge-request-from-a-deleted-source-project' into 'master' Fix UI for closed MR when source project is removed Closes #58797 See merge request gitlab-org/gitlab-ce!25967
2019-03-12Update rack-oauth2 1.2.1 -> 1.9.3Pirate Praveen
2019-03-12Merge branch 'tag-pipeline-asset-image' into 'master'Rémy Coutable
Tag asset docker image with GitLab version also See merge request gitlab-org/gitlab-ce!26029
2019-03-12Merge branch 'qa-quarantine-add-member-test' into 'master'Sanad Liaquat
Quarantine failing test See merge request gitlab-org/gitlab-ce!26028
2019-03-12Merge branch 'gitaly-version-v1.28.0' into 'master'Douwe Maan
Upgrade Gitaly to v1.28.0 See merge request gitlab-org/gitlab-ce!26026
2019-03-12Upgrade Gitaly to v1.28.0GitalyBot
2019-03-12Merge branch '58789-some-system-notes-on-issuable-are-folded-on-mobile' into ↵Annabel Dunstone Gray
'master' Keep inline as much as possible in system notes on issuable Closes #58789 See merge request gitlab-org/gitlab-ce!25968
2019-03-12Merge branch '58781-silent-progress-in-auto-devops' into 'master'Kamil Trzciński
Use curl silent/show-error options on Auto DevOps' deploy Closes #58781 See merge request gitlab-org/gitlab-ce!25954
2019-03-12Tag asset docker image with GitLab version alsoBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-03-12Merge branch 'ce-9826-fix-broken-downstreams' into 'master'Kamil Trzciński
CE port for expanded pipelines See merge request gitlab-org/gitlab-ce!25859
2019-03-12Quarantine failing testMark Lapierre
2019-03-12Merge branch 'fix-ide-web-worker-relative-url' into 'master'Filipa Lacerda
Fixed Web IDE web workers not loading with relative root URL Closes #50451 See merge request gitlab-org/gitlab-ce!26015
2019-03-12Fixed sticky headers in merge request creation diffPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57691
2019-03-12Merge branch 'revert-b923d1b5' into 'master'Sean McGivern
Revert "Merge branch 'check_pg_stat_activity' into 'master'" See merge request gitlab-org/gitlab-ce!26016
2019-03-12Merge branch '52447-auto-devops-at-group-level' into 'master'Kamil Trzciński
Enable/disable Auto DevOps at the Group level Closes #52447 See merge request gitlab-org/gitlab-ce!25533
2019-03-12Enable/disable Auto DevOps at Group levelMayra Cabrera
- Includes instance methods on Group model to detect when a group has AutoDevOps explicitly/implicitly enabled/disabled. - Includes migration to add a new column to namespaces table - Add UI necessary modifications - Add service and controller to update auto devops related instances - Updates project and groups auto devops badges Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
2019-03-12Remove factories from CalculateConvDevIndexPercentages specSean McGivern
2019-03-12Merge branch 'renovate/gitlab-ui-2.x' into 'master'Phil Hughes
Update dependency @gitlab/ui to ^2.2.3 See merge request gitlab-org/gitlab-ce!25977
2019-03-12Remove factories from AddForeignKeysToTodos specSean McGivern
2019-03-12Remove factories from MovePersonalSnippetsFiles specSean McGivern