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-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-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-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-29Adds migration to ensure all remote mirror columns get createdTiago Botelho
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-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-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
2018-05-26Update rdoc to 6.0.4Takuya Noguchi
2018-05-26Update redis-namespace to 1.6.0Takuya Noguchi
2018-05-26Expose artifacts_expire_at field for job entity in apiSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/45798
2018-05-26Fix fast admin counters not working when PostgreSQL has secondariesStan Hu
This commit does a number of things: 1. Reduces the number of queries needed by perform a single query to get all the tuples for the relevant rows. 2. Uses a transaction to query the tuple counts to ensure that the data is retrieved from the primary. Closes #46742
2018-05-26Merge remote-tracking branch 'origin/master' into ↵Dennis Tang
38759-fetch-available-parameters-directly-from-gke-when-creating-a-cluster
2018-05-26Merge branch 'winh-new-merge-request-encoding' into 'master'Mike Greiling
Fix encoding of branch names on compare and new merge request page Closes #46627 See merge request gitlab-org/gitlab-ce!19143
2018-05-25Remove duplicate escaping from branch dropdownWinnie Hellmann
2018-05-25Merge branch '45404-remove-gemnasium-badge-from-project-s-readme-md' into ↵Rémy Coutable
'master' Remove Gemnasium badge from project's README.md Closes #45404 See merge request gitlab-org/gitlab-ce!19136
2018-05-25Merge branch '46600-fix-gitlab-revision-when-not-in-git-repo' into 'master'Rémy Coutable
Resolve "gitlab 10.8 assumes that installation is a git working copy." Closes #46600 See merge request gitlab-org/gitlab-ce!19125
2018-05-25Resolve "Show CI pipeline status in Web IDE"André Luís
2018-05-24Persist truncated note diffs on a new tableOswaldo Ferreira
We request Gitaly in a N+1 manner to build discussion diffs. Once the diffs are from different revisions, it's hard to make a single request to the service in order to build the whole response. With this change we solve this problem and simplify a lot fetching this piece of info.
2018-05-24Merge branch 'migrate-restore-repo-to-gitaly' into 'master'Douwe Maan
Use gitaly repository_service.CreateRepositoryFromBundle to restore (rake task) Closes charts/gitlab#390 See merge request gitlab-org/gitlab-ce!18644
2018-05-24Updated branches and tag icons in commit detailsConstance Okoghenun
2018-05-24Remove Gemnasium badge from project README.mdTakuya Noguchi
2018-05-24Merge branch 'issue_38418' into 'master'Rémy Coutable
Fix sidebar issue count Closes #38418 See merge request gitlab-org/gitlab-ce!19022
2018-05-24Add username to terms message in git and API callsBob Van Landuyt
This will make it clearer to users which account is being used to make the API/git call. So they know which account needs to be used to accept the terms. Closes #46649
2018-05-24Fix backup creation and restore for specific Rake tasksStan Hu
2018-05-24Fix sidebar issue countFelipe Artur
2018-05-24Merge branch 'mr-conflict-notification' into 'master'Douwe Maan
MR unmergeable notification See merge request gitlab-org/gitlab-ce!18042
2018-05-24Merge branch 'jprovazn-fix-resolvable' into 'master'Douwe Maan
Check if note's noteable is not nil when checking resolvability Closes #46573 See merge request gitlab-org/gitlab-ce!19081
2018-05-24Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵Rémy Coutable
without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-24Merge branch '45850-close-mr-checkout-modal-on-escape' into 'master'Mike Greiling
Resolve "Escape key to close MR check out branch modal" Closes #45850 See merge request gitlab-org/gitlab-ce!19050
2018-05-23Update CHANGELOG.md for 10.8.1Mayra Cabrera
[ci skip]
2018-05-23Merge branch '39710-search-placeholder-cut-off' into 'master'Annabel Gray
Resolve "Runners search input placeholder is cut off" Closes #39710 See merge request gitlab-org/gitlab-ce!19015
2018-05-23Merge branch 'ldap-u2f-fix' into 'master'Mike Greiling
Fixed U2F authentication when used with LDAP Closes #46661 See merge request gitlab-org/gitlab-ce!19115