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-05-30Fix   after sign-in with Google buttonKamil Trzciński
2018-05-30Merge remote-tracking branch 'origin/master' into ↵Dmitriy Zaporozhets
46487-add-support-for-jupyter-in-gitlab-via-kubernetes
2018-05-30Add changelog for jupyter cluster app featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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
2018-05-29Add 'squash and rebase' feature to CEblackst0ne
2018-05-29Merge branch 'dz-redesign-group-settings-page' into 'master'Filipa Lacerda
Redesign group settings page into expandable sections See merge request gitlab-org/gitlab-ce!19184
2018-05-29Merge branch 'add-artifacts_expire_at-to-api' into 'master'Grzegorz Bizon
Expose artifacts_expire_at field for job entity in api See merge request gitlab-org/gitlab-ce!18872
2018-05-29Merge branch 'sh-tag-queue-duration-api-calls' into 'master'Sean McGivern
Log queue duration for Grape API calls Closes #46601 See merge request gitlab-org/gitlab-ce!19159
2018-05-29Merge branch 'groups-controller-show-performance' into 'master'Douwe Maan
Improve performance of GroupsController#show See merge request gitlab-org/gitlab-ce!18973
2018-05-29Add helpful messages to empty wiki viewPaul Slaughter
2018-05-28Log queue duration for Grape API callsStan Hu
This mimics the same thing the RailsQueueDuration does for Rails controller requests and will help diagnose issues with API delays. Closes #46601
2018-05-28Merge branch 'ab-45389-remove-double-checked-internal-id-generation' into ↵Yorick Peterse
'master' Remove double-checked internal id generation. Closes #45389 See merge request gitlab-org/gitlab-ce!19181
2018-05-28Merge branch 'add-background-migration-to-fill-file-store' into 'master'Kamil Trzciński
Add background migration to fill file stores from `NULL` to `1` Closes #45337 and #45476 See merge request gitlab-org/gitlab-ce!18557
2018-05-28Merge branch 'patch-28' into 'master'Kamil Trzciński
Returns a correct TMP_UPLOAD_PATH to workhourse Closes #46763 See merge request gitlab-org/gitlab-ce!19148
2018-05-28Updated Mattermost integration to use Mattermost API v4Harrison Healey
2018-05-28Redesign group settings page into expandable sectionsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-28Add changelogShinya Maeda
2018-05-28Add GroupsController#show performance changelogYorick Peterse
2018-05-28Merge branch 'ignore-writing-trace-if-it-already-archived' into 'master'Kamil Trzciński
Disallow updating job status if the job is not running Closes #46383 See merge request gitlab-org/gitlab-ce!19101
2018-05-28Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-05-28Remove double-checked internal id generation.Andreas Brandl
This was needed for a transition phase only. For details see #45389. Closes #45389.
2018-05-28Merge branch 'sh-fix-admin-page-counts-take-2' into 'master'Yorick Peterse
Fix fast admin counters not working when PostgreSQL has secondaries Closes #46742 See merge request gitlab-org/gitlab-ce!19154
2018-05-28Merge branch 'bvl-add-username-to-terms-message' into 'master'Douwe Maan
Add username to terms message in git and API calls Closes #46649 See merge request gitlab-org/gitlab-ce!19126
2018-05-28Merge branch '46846-update-redis-namespace-to-1-6-0' into 'master'Rémy Coutable
Update redis-namespace to 1.6.0 Closes #46846 See merge request gitlab-org/gitlab-ce!19166
2018-05-28Merge branch '45190-create-notes-diff-files' into 'master'Douwe Maan
Persist and use truncated note diffs instead requesting Gitaly in a N+1 manner on MR page Closes #45190 See merge request gitlab-org/gitlab-ce!18991
2018-05-28Add chnage logShinya Maeda
2018-05-28Add changelogShinya Maeda