summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Display related merge requests in commit detail pageHiroyuki Sato2018-01-122-0/+18
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-114-0/+5
* Merge branch 'remove-soft-removals' into 'master'Douwe Maan2018-01-113-8/+239
|\
| * Added tests for removing soft removed objectsremove-soft-removalsYorick Peterse2018-01-101-12/+10
| * Remove soft removals related codeYorick Peterse2018-01-083-8/+241
* | Denormalize commits count for merge request diffs38068-commits-countJan Provaznik2018-01-102-1/+31
* | Merge branch 'jej/backport-authorized-keys-to-ce' into 'master'Douwe Maan2018-01-093-0/+37
|\ \
| * | Avoid adding index if already existsPaco Guzman2018-01-081-1/+2
| * | Backport authorized_keys_enabled defaults to true'Michael Kozono2018-01-082-5/+9
| * | Backport option to disable writing to `authorized_keys` fileMichael Kozono2018-01-082-0/+16
| * | Backport authorized_keys branch 'find-key-by-fingerprint'Pablo Carranza2018-01-081-0/+16
* | | Merge branch 'osw-merge-request-metrics-population-scheduler-improvement' int...Stan Hu2018-01-081-31/+1
|\ \ \
| * | | Remove unnecessary queries on Merge Request Metrics population schedulerOswaldo Ferreira2018-01-081-31/+1
| | |/ | |/|
* | | Add memoization for properties40418-migrate-existing-data-from-kubernetesservice-to-clusters-platforms-kubernetesShinya Maeda2018-01-081-4/+10
* | | Disable STI of ActiveRecord. Refactoring specs.Shinya Maeda2018-01-081-2/+20
* | | Fix StaticSnalysysShinya Maeda2018-01-081-1/+1
* | | Revert bulk_insert and bring back AR insert(one by one)Shinya Maeda2018-01-081-52/+26
* | | Use batch update for Service deactivationShinya Maeda2018-01-081-4/+5
* | | Fix query to look for proper unmanaged kubernetes serviceShinya Maeda2018-01-081-17/+12
* | | Fix static anylysyShinya Maeda2018-01-081-2/+3
* | | Use bulk_insert instead of AR createShinya Maeda2018-01-081-12/+45
* | | Opitmize migration process by using both unmanaged_kubernetes_service and kub...Shinya Maeda2018-01-081-34/+36
* | | Avoid quotes in ActiveRecord queryShinya Maeda2018-01-081-4/+4
* | | Use explicit namespace for avoiding reference from application codeShinya Maeda2018-01-081-13/+16
* | | Add logic to swtich environment_scope by the situationShinya Maeda2018-01-081-23/+29
* | | Add env_scope testsShinya Maeda2018-01-081-0/+1
* | | Fix commentsShinya Maeda2018-01-081-10/+10
* | | Fix migration file typos and reorder Table definitionShinya Maeda2018-01-081-25/+21
* | | Fix unmanaged_kubernetes_service scope for multiple clustersShinya Maeda2018-01-081-17/+27
* | | Add test. Disable KubernetesService when migratedShinya Maeda2018-01-081-11/+12
* | | Migrate existing data from KubernetesService to Clusters::Platforms::KubernetesShinya Maeda2018-01-081-0/+104
|/ /
* | Merge branch '41249-clearing-the-cache' into 'master'Kamil Trzciński2018-01-062-0/+14
|\ \
| * \ Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-053-2/+10
| |\ \ | | |/
| * | Fix jobs_cache_index migration class nameMatija Čupić2018-01-051-1/+1
| * | Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-0411-35/+294
| |\ \
| * | | Rename Project#cache_index to jobs_cache_indexMatija Čupić2018-01-042-2/+2
| * | | Remove default value from cache_index migrationMatija Čupić2017-12-222-9/+3
| * | | Add cache_index migrationMatija Čupić2017-12-222-1/+21
* | | | Merge branch 'fix-ce-migration-timestamp' into 'master'Robert Speicher2018-01-063-7/+37
|\ \ \ \
| * | | | Add the EE `rebase_commit_sha` migration back in its original locationRobert Speicher2018-01-051-0/+22
| * | | | Fix rebase commit SHA migration namefix-ce-migration-timestampSean McGivern2018-01-052-7/+15
| | |_|/ | |/| |
* | | | Merge branch 'sh-reuse-disk-repositories-seeder' into 'master'Stan Hu2018-01-051-1/+2
|\ \ \ \
| * | | | Skip project repository disk validation in development project seedersh-reuse-disk-repositories-seederStan Hu2018-01-051-1/+2
* | | | | Remove labeled issues seedremove_labeled_issues_seedFelipe Artur2018-01-051-112/+0
|/ / / /
* | | | Merge branch 'issue_40500' into 'master'Sean McGivern2018-01-051-0/+112
|\ \ \ \ | |/ / / |/| | |
| * | | Improve filtering issues by label performanceissue_40500Felipe Artur2018-01-051-0/+112
* | | | Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-052-1/+9
* | | | Ignore the Migration/Datetime cop in a migration that fix a column type to da...Rémy Coutable2018-01-041-1/+1
| |_|/ |/| |
* | | Merge branch 'mdelaossa/gitlab-ce-31995-project-limit-default-fix'Dmitriy Zaporozhets2018-01-042-2/+40
|\ \ \
| * | | User#projects_limit remove DB default and added NOT NULL constraintMario de la Ossa2017-12-302-2/+40