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
path: root/lib
AgeCommit message (Collapse)Author
2017-11-14Merge branch 'fix/sm/31771-do-not-allow-jobs-to-be-erased-new' into 'master'Kamil Trzciński
Do not allow jobs to be erased Closes #31771 See merge request gitlab-org/gitlab-ce!15216
2017-11-14Merge branch 'jej/fix-lfs-integrity-with-forks' into 'master'Douwe Maan
Handle forks in Gitlab::Checks::LfsIntegrity Closes #39902 See merge request gitlab-org/gitlab-ce!15279
2017-11-14Merge branch 'gitaly-wiki-get-all-pages' into 'master'Rémy Coutable
Incorporate Gitaly's WikiService.WikiGetAllPages RPC Closes gitaly#722 See merge request gitlab-org/gitlab-ce!15307
2017-11-13Incorporate Gitaly's WikiService.WikiGetAllPages RPCAlejandro Rodríguez
2017-11-13Add administrative endpoint to list all pages domainsTravis Miller
2017-11-13Add Gitlab::Utils::StrongMemoizeLin Jen-Shin (godfat)
2017-11-13Merge branch 'zj-move-repo-exists-opt-out' into 'master'Sean McGivern
Repository Exists check is OPT_OUT for Gitaly See merge request gitlab-org/gitlab-ce!15287
2017-11-10Prepare Repository#fetch_source_branch for migrationJacob Vosmaer (GitLab)
2017-11-10Merge branch 'cleanup-issues-schema' into 'master'Sean McGivern
Clean up the schema of the table "issues" Closes #31811 See merge request gitlab-org/gitlab-ce!15225
2017-11-10Merge branch 'tz-no-cdn-for-svg-sprites' into 'master'Douwe Maan
Icon Sprite URL needs to be local even if asset_host is set See merge request gitlab-org/gitlab-ce!15289
2017-11-09Clean up schema of the "issues" tableYorick Peterse
This adds various foreign key constraints, indexes, missing NOT NULL constraints, and changes some column types from timestamp to timestamptz. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
2017-11-09Add /groups/:id/subgroups endpoint to APIWinnie Hellmann
2017-11-09Handle forks in Gitlab::Checks::LfsIntegrityJames Edwards-Jones
2017-11-09Merge branch '39895-cant-set-mattermost-username-channel-from-api' into 'master'Rémy Coutable
Fix acceptance of username for Mattermost service update Closes #39895 See merge request gitlab-org/gitlab-ce!15275
2017-11-09Merge branch '39958-updatemergerequestsworker-are-failing-on-metric-tagging' ↵Sean McGivern
into 'master' Revert "add metrics tagging to the sidekiq middleware" Closes #39958 See merge request gitlab-org/gitlab-ce!15285
2017-11-09Icon Sprite URL is also local even if asset_host is setTim Zallmann
2017-11-09Merge branch 'github-rake-task-rate-limiting' into 'master'Douwe Maan
Add GitHub enterprise support to the GitHub Rake task and better handle rate limiting being disabled See merge request gitlab-org/gitlab-ce!15284
2017-11-09Repository Exists check is OPT_OUT for GitalyZeger-Jan van de Weg
Moving more git operations to be executed by Gitaly, now the check if a repository exists is an opt out endpoint. Can be disabled, for the time being, by performing in the rails console: > Feature.get('gitaly_repository_exists').disable => true Part of gitlab-org/gitaly#314
2017-11-09Merge branch '36099-api-responses-missing-x-content-type-options-header' ↵Douwe Maan
into '10-1-stable' Include X-Content-Type-Options (XCTO) header into API responses See merge request gitlab/gitlabhq!2211 (cherry picked from commit 6c818e77f2abeef2dd7b17a269611b018701fa79) e087e075 Include X-Content-Type-Options (XCTO) header into API responses
2017-11-09Merge branch 'ssrf-protections-round-2' into 'security-10-1'Douwe Maan
Replace SSRF resolver with Addrinfo.getaddrinfo to include alternative localhost versions See merge request gitlab/gitlabhq!2219 (cherry picked from commit 4a1e73783d5480aa514db7b53e10c075f95580b5) 1bffa0c3 Replace SSRF resolver with Addrinfo.getaddrinfo to include alternative localhost versions
2017-11-09Revert "add metrics tagging to the sidekiq middleware"micael.bergeron
This reverts commit d5859bb9d59b3750ac6e9b8c4c17d69c4c3ed077. This reverts commit 2b7e03cf699f9d266af585a1a9399c3e219fe063. This reverts commit 7799a9bc442738935104d3b047c257e5c5884d95.
2017-11-08Support importing GH projects without rate limitsYorick Peterse
GitHub Enterprise disables rate limiting for the API, resulting in HTTP 404 errors when requesting rate limiting details. This changes Gitlab::GithubImport::Client so it can deal with rate limiting being disabled.
2017-11-08Restore GH enterprise support in the Rake taskYorick Peterse
This restores GH enterprise support in the GH import Rake task.
2017-11-08Fix acceptance of username for Mattermost service update via APIMark Fletcher
2017-11-08Merge branch 'fix-issues-api-list-performance' into 'master'Stan Hu
Fail when issuable_meta_data is called on an unlimited collection Closes #39845 See merge request gitlab-org/gitlab-ce!15249
2017-11-08Merge branch 'github-enterprise-support-importer' into 'master'Douwe Maan
Github enterprise support importer Closes #39931 See merge request gitlab-org/gitlab-ce!15281
2017-11-08Fix the GH importer Rake taskYorick Peterse
This task was broken in a few areas with the removal of the old GitHub importer code.
2017-11-08Merge branch 'gitaly-700-wiki-update-page' into 'master'Douwe Maan
Migrate GitLab::Git::Wiki.update_page to Gitaly Closes gitaly#700 See merge request gitlab-org/gitlab-ce!15268
2017-11-08Restore Enterprise support in the GH importerYorick Peterse
This was removed by accident as the old GitHub importer handled this deep down the codebase, making it easy to miss.
2017-11-08Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu
2017-11-08Merge branch 'dm-notes-for-commit-id' into 'master'Rémy Coutable
Use Commit#notes and Note.for_commit_id when possible to make sure we use all indexes available to us Closes #34509 See merge request gitlab-org/gitlab-ce!15253
2017-11-08Migrate GitLab::Git::Wiki.update_page to GitalyKim "BKC" Carlbäcker
2017-11-08Merge branch 'github-importer-refactor' into 'master'Douwe Maan
Rewrite the GitHub importer to perform work in parallel and greatly improve performance Closes #33135, #38621, and #39361 See merge request gitlab-org/gitlab-ce!14731
2017-11-08Use Commit#notes and Note.for_commit_id when possible to make sure we use ↵Douwe Maan
all the indexes available to us
2017-11-08Merge branch 'feature-change-signout-route' into 'master'Douwe Maan
Change Sign Out route from a DELETE to a GET Closes #39708 See merge request gitlab-org/gitlab-ce!15231
2017-11-08Merge branch 'bvl-free-paths' into 'master'Douwe Maan
Free some reserved group routes See merge request gitlab-org/gitlab-ce!15052
2017-11-08Merge branch 'pawel/fix_backend_transaction_protected_labels_method' into ↵Stan Hu
'master' Make BackgroundTransaction#labels public See merge request gitlab-org/gitlab-ce!15257
2017-11-08Replace old GH importer with the parallel importerYorick Peterse
2017-11-08Rewrite the GitHub importer from scratchYorick Peterse
Prior to this MR there were two GitHub related importers: * Github::Import: the main importer used for GitHub projects * Gitlab::GithubImport: importer that's somewhat confusingly used for importing Gitea projects (apparently they have a compatible API) This MR renames the Gitea importer to Gitlab::LegacyGithubImport and introduces a new GitHub importer in the Gitlab::GithubImport namespace. This new GitHub importer uses Sidekiq for importing multiple resources in parallel, though it also has the ability to import data sequentially should this be necessary. The new code is spread across the following directories: * lib/gitlab/github_import: this directory contains most of the importer code such as the classes used for importing resources. * app/workers/gitlab/github_import: this directory contains the Sidekiq workers, most of which simply use the code from the directory above. * app/workers/concerns/gitlab/github_import: this directory provides a few modules that are included in every GitHub importer worker. == Stages The import work is divided into separate stages, with each stage importing a specific set of data. Stages will schedule the work that needs to be performed, followed by scheduling a job for the "AdvanceStageWorker" worker. This worker will periodically check if all work is completed and schedule the next stage if this is the case. If work is not yet completed this worker will reschedule itself. Using this approach we don't have to block threads by calling `sleep()`, as doing so for large projects could block the thread from doing any work for many hours. == Retrying Work Workers will reschedule themselves whenever necessary. For example, hitting the GitHub API's rate limit will result in jobs rescheduling themselves. These jobs are not processed until the rate limit has been reset. == User Lookups Part of the importing process involves looking up user details in the GitHub API so we can map them to GitLab users. The old importer used an in-memory cache, but this obviously doesn't work when the work is spread across different threads. The new importer uses a Redis cache and makes sure we only perform API/database calls if absolutely necessary. Frequently used keys are refreshed, and lookup misses are also cached; removing the need for performing API/database calls if we know we don't have the data we're looking for. == Performance & Models The new importer in various places uses raw INSERT statements (as generated by `Gitlab::Database.bulk_insert`) instead of using Rails models. This allows us to bypass any validations and callbacks, drastically reducing the number of SQL queries and Gitaly RPC calls necessary to import projects. To ensure the code produces valid data the corresponding tests check if the produced rows are valid according to the model validation rules.
2017-11-08Cache feature names in RequestStoreYorick Peterse
The GitHub importer (and probably other parts of our code) ends up calling Feature.persisted? many times (via Gitaly). By storing this data in RequestStore we can save ourselves _a lot_ of database queries. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/39361
2017-11-08Add returning IDs to Gitlab::Database.bulk_insertYorick Peterse
This adds the keyword argument "return_ids" to Gitlab::Database.bulk_insert. When set to `true` (and PostgreSQL is used) this method will return an Array of the IDs of the inserted rows, otherwise it will return an empty Array.
2017-11-07Improve GitLab Import rake task to work with Hashed Storage and SubgroupsJames Lopez
2017-11-07Remove EE-specific group pathsBob Van Landuyt
2017-11-07Check redirecting with a querystringBob Van Landuyt
2017-11-07Free up some group reserved wordsBob Van Landuyt
2017-11-07Free up `avatar`, `group_members` and `milestones` as pathsBob Van Landuyt
2017-11-07Free up `labels` as a group nameBob Van Landuyt
2017-11-07Add helper methods to redirect legacy pathsBob Van Landuyt
2017-11-07Make BackgroundTransaction#labels publicPawel Chojnacki
as are all other Transaction implementations
2017-11-07Updates tests to reflect sign_out route changeJoe Marty
- Also remove sign_out DELETE route from read-only whitelist routes