summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Collapse)AuthorAgeFilesLines
* Use Redis cache for branch existence checksJacob Vosmaer (GitLab)2017-11-211-0/+25
|
* Merge branch 'reduce-queries-for-artifacts-button' into 'master'Kamil Trzciński2017-11-211-0/+4
|\ | | | | | | | | Use arrays in Ci::Pipeline#latest_builds_with_artifacts See merge request gitlab-org/gitlab-ce!15525
| * Use arrays in Pipeline#latest_builds_with_artifactsreduce-queries-for-artifacts-buttonYorick Peterse2017-11-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes Ci::Pipeline#latest_builds_with_artifacts so it returns an Array instead of a relation. Whenever we use this data we do so in two steps: 1. Count the number of rows 2. If this number is greater than 0, iterate over the rows By returning an Array instead we only execute 1 query of which the total time/work is less than running either just a COUNT(*) or both queries (in the worst case). On GitLab.com this change should save us a few milliseconds per request to ProjectsController#show.
* | Merge branch ↵Sean McGivern2017-11-211-0/+31
|\ \ | |/ |/| | | | | | | | | | | | | '39461-notes-api-for-issues-no-longer-returns-label-additions-removals' into 'master' Resolve "Notes API for issues no longer returns label additions/removals" Closes #39461 See merge request gitlab-org/gitlab-ce!15080
| * add the missing specmicael.bergeron2017-11-201-0/+31
| |
| * reverting to the simpler approachmicael.bergeron2017-11-161-23/+0
| |
| * fix the commit reference pattern from matching other entitiesmicael.bergeron2017-11-151-0/+23
| |
* | Batchload blobs for diff generationZeger-Jan van de Weg2017-11-213-19/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After installing a new gem, batch-loader, a construct can be used to queue data to be fetched in bulk. The gem was also introduced in both gitlab-org/gitlab-ce!14680 and gitlab-org/gitlab-ce!14846, but those mrs are not merged yet. For the generation of diffs, both the old blob and the new blob need to be loaded. This for every file in the diff, too. Now we collect all these so we do 1 fetch. Three `.allow_n_plus_1_calls` have been removed, which I expect to be valid, but this needs to be confirmed by a full CI run. Possibly closes: - https://gitlab.com/gitlab-org/gitlab-ce/issues/37445 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37599 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37431
* | Merge branch '38393-Milestone-duration-error-message-is-not-accurate-enough' ↵Sean McGivern2017-11-201-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Changed validation error message on wrong milestone dates Closes #38393 See merge request gitlab-org/gitlab-ce!15471
| * | Changed validation error message on wrong milestone datesXurxo Méndez Pérez2017-11-181-1/+1
| | |
* | | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Adds Rubocop rule for line break after guard clause Closes #18040 See merge request gitlab-org/gitlab-ce!15188
| * | Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
| |/ | | | | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* | Changing OAuth lookup to be case insensitiveFrancisco Javier López2017-11-171-0/+10
| |
* | Merge branch 'bvl-delete-empty-fork-networks' into 'master'Douwe Maan2017-11-171-0/+18
|\ \ | | | | | | | | | | | | Delete empty fork networks See merge request gitlab-org/gitlab-ce!15373
| * | Delete the fork network when removing the last membershipBob Van Landuyt2017-11-171-0/+18
| | |
* | | Merge branch 'ci-pipeline-status-query' into 'master'Kamil Trzciński2017-11-173-40/+152
|\ \ \ | | | | | | | | | | | | | | | | Optimise getting the pipeline status of commits See merge request gitlab-org/gitlab-ce!15332
| * | | Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-163-40/+152
| | |/ | |/| | | | | | | | | | This adds an optimised way of getting the latest pipeline status for a list of Commit objects (or just a single one).
* | | Resolve "Performance issues when loading large number of wiki pages"Francisco Javier López2017-11-171-1/+1
| |/ |/|
* | Merge branch 'cache-user-keys-count' into 'master'Douwe Maan2017-11-162-1/+30
|\ \ | | | | | | | | | | | | Cache the number of user SSH keys See merge request gitlab-org/gitlab-ce!15401
| * | Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-162-1/+30
| |/ | | | | | | | | | | | | | | | | By caching the number of personal SSH keys we reduce the number of queries necessary on pages such as ProjectsController#show (which can end up querying this data multiple times). The cache is refreshed/flushed whenever an SSH key is added, removed, or when a user is removed.
* | Merge branch ↵Douwe Maan2017-11-151-11/+26
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-added' into 'master' Resolve "Only one note webhook is triggered when a comment with time spent is added" Closes #40122 See merge request gitlab-org/gitlab-ce!15381
| * | Add total_time_spent to the `changes` hash in issuable Webhook payloads40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-addedRémy Coutable2017-11-151-11/+26
| |/ | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Fix dumping hashed storage based repositoryGabriel Mazetto2017-11-151-0/+4
|/
* Include child projects a user can manage in namespace dropdownsBob Van Landuyt2017-11-141-7/+31
| | | | These dropdown options are used for creating and transfering projects.
* Merge branch 'issue_40058' into 'master'Sean McGivern2017-11-141-0/+6
|\ | | | | | | | | | | | | Prevent position update for image diff notes Closes #40058 See merge request gitlab-org/gitlab-ce!15357
| * Prevents position update for image diff notesissue_40058Felipe Artur2017-11-131-0/+6
| |
* | Merge branch 'fix/sm/31771-do-not-allow-jobs-to-be-erased-new' into 'master'Kamil Trzciński2017-11-141-0/+17
|\ \ | | | | | | | | | | | | | | | | | | Do not allow jobs to be erased Closes #31771 See merge request gitlab-org/gitlab-ce!15216
| * \ Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda2017-11-0714-304/+630
| |\ \
| * | | Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-2/+2
| | | |
| * | | Fix spec. Revert update check.Shinya Maeda2017-11-061-0/+17
| | | |
* | | | Merge branch 'jej/fix-lfs-integrity-with-forks' into 'master'Douwe Maan2017-11-141-0/+18
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Handle forks in Gitlab::Checks::LfsIntegrity Closes #39902 See merge request gitlab-org/gitlab-ce!15279
| * | | Handle forks in Gitlab::Checks::LfsIntegrityjej/fix-lfs-integrity-with-forksJames Edwards-Jones2017-11-091-0/+18
| | | |
* | | | Merge branch ↵Rémy Coutable2017-11-132-30/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '39602-move-update-project-counter-caches-out-of-issues-merge-requests' into 'master' Move update_project_counter_caches? out of issue and merge request Closes #39602 See merge request gitlab-org/gitlab-ce!15300
| * | | | Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos2017-11-112-30/+0
| | | | |
* | | | | Add feature test to milestoneGeorge Andrinopoulos2017-11-111-0/+6
| | | | |
* | | | | Move total time spend calculation to milestoneishGeorge Andrinopoulos2017-11-113-56/+11
| | | | |
* | | | | Add total time spent to milestonesGeorge Andrinopoulos2017-11-112-0/+56
|/ / / /
* | | | Always return full avatar URL for private/internal groups/projects when ↵Douwe Maan2017-11-094-26/+51
| | | | | | | | | | | | | | | | asset host is set
* | | | Merge branch 'github-importer-refactor' into 'master'Douwe Maan2017-11-082-0/+86
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-0/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | Refactor User.find_by_any_emailYorick Peterse2017-11-071-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By using SQL::Union we can return a proper ActiveRecord::Relation, making it possible to select the columns we're interested in (instead of all of them).
* | | | | Merge branch 'bvl-free-paths' into 'master'Douwe Maan2017-11-081-6/+0
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Free some reserved group routes See merge request gitlab-org/gitlab-ce!15052
| * | | | Free up some group reserved wordsBob Van Landuyt2017-11-071-6/+0
| | | | |
* | | | | Merge branch '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce ↵Kamil Trzcinski2017-11-072-3/+72
|\ \ \ \ \ | |/ / / / | | | | | | | | | | into add-ingress-to-cluster-applications
| * | | | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-082-3/+72
| |\ \ \ \
| | * \ \ \ Merge branch 'fix/gb/ensure-that-job-belongs-to-stage' into 'master'Kamil Trzciński2017-11-071-2/+71
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that every job has a stage assigned Closes #37979 See merge request gitlab-org/gitlab-ce!14724
| | | * | | | Use existing pipeline stage if stage already existsGrzegorz Bizon2017-11-061-0/+23
| | | | | | |
| | | * | | | Make sure that every job has a stage assignedGrzegorz Bizon2017-11-061-2/+48
| | | | | | |
| | * | | | | Merge branch '39649-change-default-size-for-gke-cluster-creation' into 'master'Kamil Trzciński2017-11-071-1/+1
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Change default size for GKE cluster creation" Closes #39649 See merge request gitlab-org/gitlab-ce!15220
| | | * | | | Change new occurrencies of n1-default-439649-change-default-size-for-gke-cluster-creationbikebilly2017-11-071-1/+1
| | | | | | |