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/db
AgeCommit message (Expand)Author
2018-03-21Merge branch 'ab-44446-add-indexes-for-user-activity-queries' into 'master'Yorick Peterse
2018-03-21Guard creation/removal with existence checks.Andreas Brandl
2018-03-21Flip column order in new index.Andreas Brandl
2018-03-21Patch MySQL's odd foreign key behavior.Andreas Brandl
2018-03-21Add indexes for user activity queries.Andreas Brandl
2018-03-20Shortcut concurrent foreign key creation if already exists.Andreas Brandl
2018-03-16Address review comments.Andreas Brandl
2018-03-16Simplify migration and add NOT NULL to project_id.Andreas Brandl
2018-03-16Use bigserial for internal_ids table.Andreas Brandl
2018-03-16Atomic generation of internal ids for issues.Andreas Brandl
2018-03-15Merge branch 'issue_41724' into 'master'Sean McGivern
2018-03-15Add labeled issues seedFelipe Artur
2018-03-14Fix concurrency issue with migration for user_interacted_projects table.Andreas Brandl
2018-03-09Add partial indexes on todos to handle users with many todosGreg Stark
2018-03-09Merge branch 'jprovazn-commits-count-reschedule' into 'master'Yorick Peterse
2018-03-09Reschedule commits_count background migrationJan Provaznik
2018-03-08Fix index name to Rails default to ensure idempotencyStan Hu
2018-03-08Merge branch 'jprovazn-revert-commit-cleanup' into 'master'Sean McGivern
2018-03-08Merge branch '43802-ensure-foreign-keys-on-clusters-applications' into 'master'Yorick Peterse
2018-03-08Merge branch 'sh-add-missing-acts-as-taggable-indices' into 'master'Yorick Peterse
2018-03-08Revert "Cleanup after adding MR diff's commit_count"Jan Provaznik
2018-03-08Add index on section_name_id on ci_build_trace_sections tableStan Hu
2018-03-08Adding missing indexes on taggings tableStan Hu
2018-03-08Ensure orphaned rows are deleted before adding the foreign keyMayra Cabrera
2018-03-08Ensure foreign keys on Clusters ApplicationsMayra Cabrera
2018-03-07Add `allow_maintainer_to_push` to `merge_requests`Bob Van Landuyt
2018-03-07Merge branch '43460-track-projects-a-user-contributed-to' into 'master'Yorick Peterse
2018-03-07Fix group boards migration nameSean McGivern
2018-03-06Merge branch 'move-pipeline_default-update_head_pipeline_for_merge_request-qu...Kamil Trzciński
2018-03-06Move update_head_pipeline_for_merge_request queue to pipeline_processing name...Shinya Maeda
2018-03-06Merge branch 'master' into 'issue_38337'Felipe Artur
2018-03-06Integrate two workers into one ArchiveTraceWorker with pipeline_background qu...Shinya Maeda
2018-03-06Improve robustness of migration.Andreas Brandl
2018-03-06For MySQL, foreign keys are dependent on index.Andreas Brandl
2018-03-06Rename to UserInteractedProjects.Andreas Brandl
2018-03-06Improve migration robustness and speed.Andreas Brandl
2018-03-06Simpler migration strategy for MySQL.Andreas Brandl
2018-03-06Add post-migration to populate user_contributed_projects table.Andreas Brandl
2018-03-06Create user_contributed_projects table.Andreas Brandl
2018-03-06Merge branch 'feature/sm/add-check-sum-to-job-artifacts' into 'master'Kamil Trzciński
2018-03-06Resolve "Enable privileged mode for Runner installed on Kubernetes"Mayra Cabrera
2018-03-06Change column to file_sha256. Add test. Add changelogShinya Maeda
2018-03-06Revert logic of calculating checksumShinya Maeda
2018-03-06Add post migration for checksum calculationShinya Maeda
2018-03-06Change column type to binary from stringShinya Maeda
2018-03-06Add checksum to ci_job_artifactsShinya Maeda
2018-03-05Projects and groups badges APIFrancisco Javier López
2018-03-05Address review commentsFelipe Artur
2018-03-05Cleanup after adding MR diff's commit_countJan Provaznik
2018-03-03Bring one group board to CEFelipe Artur