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
2018-06-01Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-06-01Update 404 and 403 pagesPaul Slaughter
2018-05-31Merge branch 'rails5-active-sup-subscriber' into 'master'Rémy Coutable
Make ActiveRecordSubscriber rails 5 compatible Closes #44702 See merge request gitlab-org/gitlab-ce!19276
2018-05-31Add merge requests list endpoint for groupsFelipe Artur
2018-05-31Merge branch '46552-fixes-redundant-message-for-failure-reasons' into 'master'Grzegorz Bizon
Fixes redudant script failure message Closes #46552 and #44271 See merge request gitlab-org/gitlab-ce!19138
2018-05-31Merge branch '41587-osw-mr-metrics-migration-take-two' into 'master'Grzegorz Bizon
Take two for MR metrics population background migration See merge request gitlab-org/gitlab-ce!19097
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-31Make ActiveRecordSubscriber rails 5 compatibleJarka Kadlecová
2018-05-31Merge branch 'sh-fix-issue-api-perf-n-plus-one' into 'master'Nick Thomas
Eliminate cached N+1 queries for projects in Issue API See merge request gitlab-org/gitlab-ce!19269
2018-05-31Merge branch 'rails5-fix-46230' into 'master'Rémy Coutable
Use strings as properties key in kubernetes service spec. See merge request gitlab-org/gitlab-ce!19265
2018-05-31Resolve "Remove links from Web IDE unexpectedly navigate you to a different ↵Sam Beckham
page"
2018-05-31Merge branch '46903-osw-fix-permitted-params-filtering-on-merge-scheduling' ↵Sean McGivern
into 'master' Adjust permitted params filtering on merge scheduling Closes #46903 See merge request gitlab-org/gitlab-ce!19255
2018-05-31Merge branch 'fj-36819-remove-v3-api' into 'master'Douwe Maan
Removal of API v3 from the codebase Closes #36819 See merge request gitlab-org/gitlab-ce!18970
2018-05-31Eliminate cached N+1 queries for projects in Issue APIStan Hu
In CE, every `Issue` entity is also a `ProjectEntity`, which calls `entity&.project.try(:id)` to show the project ID. In an API request with 100 issues, this would hit the Rails statement cache 100 times for the same project and cause unnecessary overhead as related models would also be loaded. In EE, we call `Issue#supports_weight?` for each issue, which then calls `project&.feature_available?(:issue_weights)`. If the project is not preloaded, this incurs additional overhead, as each individual Project object has to be queried. This can lead to a significant performance hit. In loading the CE project with 100 issues, this contributed to at least 22% of the load time. See https://gitlab.com/gitlab-org/gitlab-ce/issues/47031 for why testing this is a bit tricky.
2018-05-31Update CHANGELOG.md for 10.8.3Mayra Cabrera
[ci skip]
2018-05-31Use strings as properties key in kubernetes service spec.Jasper Maes
2018-05-30Merge branch 'fix-nbsp-after-sign-in-with-google' into 'master'Filipa Lacerda
Fix   after sign-in with Google button Closes #45551 See merge request gitlab-org/gitlab-ce!19249
2018-05-30Merge branch '46999-line-profiling-modal-width' into 'master'Clement Ho
Line profiling modal width Closes #46999 See merge request gitlab-org/gitlab-ce!19253
2018-05-30Removed API endpoint and specsFrancisco Javier López
2018-05-30Adjust permitted params filtering on merge schedulingOswaldo Ferreira
2018-05-30Fix UI broken in line profiling modal due to Bootstrap 4Takuya Noguchi
2018-05-30Take two for MR metrics population background migrationOswaldo Ferreira
2018-05-30Merge branch 'dm-api-projects-members-preload' into 'master'Robert Speicher
Only preload member records for the relevant projects/groups/user in projects API See merge request gitlab-org/gitlab-ce!18945
2018-05-30Merge branch 'sh-use-grape-path-helpers' into 'master'Sean McGivern
Replace grape-route-helpers with our own grape-path-helpers Closes #45718 See merge request gitlab-org/gitlab-ce!19240
2018-05-30Only preload member records for the relevant projects/groups/user in ↵Douwe Maan
projects API
2018-05-30Fix   after sign-in with Google buttonKamil Trzciński
2018-05-30Merge branch ↵Kamil Trzciński
'46917-gitlab-is-not-sending-objectstore-timeout-value-to-workhorse' into 'master' Resolve "gitlab is not sending ObjectStore timeout value to workhorse" Closes #46917 See merge request gitlab-org/gitlab-ce!19201
2018-05-30Merge branch 'bump-kubeclient-version-3-1-0' into 'master'Rémy Coutable
Bumps kubeclient gem version to 3.1.0 See merge request gitlab-org/gitlab-ce!19199
2018-05-30Replace grape-route-helpers with our own grape-path-helpersStan Hu
This gem (https://gitlab.com/gitlab-org/grape-path-helpers) makes a number of changes: 1. Brings in @mdelaossa's changes in https://github.com/reprah/grape-route-helpers/pull/21 2. Fixes some broken specs and code for Grape 1.0+ 3. Optimizes the generation of paths by bringing in @dblessing's HashWithIndifferentAccess changes in https://gitlab.com/gitlab-org/gitlab-ce/issues/45718#note_70123793 Closes #45718
2018-05-30Merge branch 'fix/bitbucket_import_anonymous' into 'master'Douwe Maan
Import bitbucket issues that are reported by an anonymous user Closes #44381 See merge request gitlab-org/gitlab-ce!18199
2018-05-30Merge branch 'sh-fix-submit-not-clearing-local-storage' into 'master'Filipa Lacerda
Fix local storage not being cleared after creating a new issue Closes #37162 See merge request gitlab-org/gitlab-ce!19226
2018-05-30Merge branch 'mattermost-api-v4' into 'master'Sean McGivern
Updated Mattermost integration to use Mattermost API v4 Closes #41631 See merge request gitlab-org/gitlab-ce!19043
2018-05-30Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes
Resolve "Squash and merge in GitLab Core (CE)" Closes #34591 See merge request gitlab-org/gitlab-ce!18956
2018-05-30Merge branch '46844-update-awesome_print-to-1-8-0' into 'master'Dmitriy Zaporozhets
Update awesome_print to 1.8.0 Closes #46844 See merge request gitlab-org/gitlab-ce!19163
2018-05-30Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-05-30Fix local storage not being cleared after creating a new issueStan Hu
Creating a new issue will always result in a 302 redirect to the newly-created issue. This reverts the change introduced in https://gitlab.com/gitlab-org/gitlab-ce/commit/7684217d6806408cd338260119364419260d1720 to handle the case where a user is in the middle of creating a new form and redirected to accepting the terms of service. Closes #37162
2018-05-29Merge remote-tracking branch 'dev/master'Mayra Cabrera
2018-05-29Merge branch 'security-fj-import-export-assignment' into 'master'Mayra Cabrera
[master] Arbitrary assignment of Project fields using "Import project" from a Gitlab tar.gz Closes #2678 See merge request gitlab/gitlabhq!2378
2018-05-29Merge branch 'security-dm-delete-deploy-key' into 'master'Mayra Cabrera
[master] Fix API to remove deploy key from project instead of deleting it entirely See merge request gitlab/gitlabhq!2379
2018-05-29Merge branch ↵Mayra Cabrera
'security-users-can-update-their-password-without-entering-current-password' into 'master' [Master] No longer allow password change without previous password being provided See merge request gitlab/gitlabhq!2383
2018-05-29Merge branch 'sh-batch-dependent-destroys' into 'master'Robert Speicher
Fix project destruction failing due to idle in transaction timeouts Closes #44610 See merge request gitlab-org/gitlab-ce!18609
2018-05-29Fix missing timeout value in object storage pre-authorization callAlessio Caiazza
2018-05-29Merge branch 'ab-35364-throttle-updates-last-repository-at' into 'master'Yorick Peterse
Throttle updates to Project#last_repository_updated_at. Closes #35364 See merge request gitlab-org/gitlab-ce!19183
2018-05-29Updated help text for team list for Mattermost slash commandsHarrison Healey
2018-05-29Merge branch '46849-update-rdoc-to-6-0-4' into 'master'Robert Speicher
Update rdoc to 6.0.4 Closes #46849 See merge request gitlab-org/gitlab-ce!19167
2018-05-29Update awesome_print to 1.8.0Takuya Noguchi
2018-05-29Merge branch ↵Kamil Trzciński
'38759-fetch-available-parameters-directly-from-gke-when-creating-a-cluster' into 'master' Resolve "Fetch available parameters directly from GKE when creating a cluster" Closes #38759 See merge request gitlab-org/gitlab-ce!17806
2018-05-29Throttle updates to Project#last_repository_updated_at.Andreas Brandl
Closes #35364.
2018-05-29Bumps kubeclient gem version to 3.1.0Tiago Botelho
2018-05-29Adds migration to ensure all remote mirror columns get createdTiago Botelho