| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up `noteable_id` for notes on commits58612-clean-up-notes-data | Heinrich Lee Yu | 2019-04-06 | 1 | -0/+34 |
* | Merge branch '57493-add-limit-to-user-name' into 'master' | Andreas Brandl | 2019-04-05 | 1 | -0/+21 |
|\ |
|
| * | Add limit of 128 characters to users name57493-add-limit-to-user-name | Brandon Labuschagne | 2019-04-05 | 1 | -0/+21 |
* | | Autocorrect with RSpec/ExampleWording cop | Thong Kuah | 2019-04-05 | 1 | -3/+3 |
|/ |
|
* | Fix an order-dependent spec failure in spec/migrations/schedule_sync_issuable... | Nick Thomas | 2019-04-04 | 2 | -2/+2 |
* | Merge branch 'issue_51789_part_1' into 'master' | Sean McGivern | 2019-04-02 | 1 | -0/+81 |
|\ |
|
| * | Address review comments | Felipe Artur | 2019-03-28 | 1 | -17/+10 |
| * | Merge master | Felipe Artur | 2019-03-27 | 11 | -95/+196 |
| |\ |
|
| * | | Remove auto vacuum logic, decrease batch size and interval | Felipe Artur | 2019-03-01 | 1 | -33/+2 |
| * | | Add more specs and code improvements | Felipe Artur | 2019-02-19 | 1 | -16/+37 |
| * | | Make migrations reschedulable | Felipe Artur | 2019-02-18 | 1 | -0/+45 |
| * | | Split background migration for issues and merge requests | Felipe Artur | 2019-02-14 | 1 | -8/+8 |
| * | | Schedule background migrations and specs | Felipe Artur | 2019-02-12 | 1 | -48/+12 |
| * | | Migrate issuable states to integer patch 1 | Felipe Artur | 2019-02-11 | 1 | -0/+89 |
* | | | Refactor subbed_worker callsrefactor/ce_stubbed_worker | João Cunha | 2019-03-28 | 6 | -76/+40 |
| |/
|/| |
|
* | | Add multiple assignees migration and table population | Oswaldo Ferreira | 2019-03-25 | 1 | -0/+47 |
* | | Merge branch 'ce-reduce-diff-with-ee-in-migration-spec' into 'master' | Lin Jen-Shin | 2019-03-15 | 1 | -32/+51 |
|\ \ |
|
| * | | Reduce differences with EE in a migration spec | Rémy Coutable | 2019-03-14 | 1 | -32/+51 |
* | | | Remove factories from MigrateUserProjectView spec | Sean McGivern | 2019-03-14 | 1 | -3/+3 |
* | | | Remove factories from user activities migration spec | Sean McGivern | 2019-03-14 | 1 | -3/+3 |
* | | | Remove factories from MigrateOldArtifacts spec | Sean McGivern | 2019-03-14 | 1 | -13/+19 |
* | | | Remove factories from AddHeadPipelineForEachMergeRequest spec | Sean McGivern | 2019-03-14 | 1 | -13/+11 |
|/ / |
|
* | | Remove factories from IssuesMovedToIdForeignKey spec | Sean McGivern | 2019-03-12 | 1 | -8/+7 |
* | | Remove factories from projects cleanup spec | Sean McGivern | 2019-03-12 | 1 | -11/+8 |
* | | Remove factories from CalculateConvDevIndexPercentages spec | Sean McGivern | 2019-03-12 | 1 | -2/+20 |
* | | Remove factories from AddForeignKeysToTodos spec | Sean McGivern | 2019-03-12 | 1 | -1/+1 |
* | | Remove factories from MovePersonalSnippetsFiles spec | Sean McGivern | 2019-03-12 | 1 | -9/+26 |
* | | Revert "Merge branch '54924-clean-up-data' into 'master'" | Robert Speicher | 2019-03-06 | 1 | -34/+0 |
* | | Clean up `noteable_id` for notes on commits | Heinrich Lee Yu | 2019-03-01 | 1 | -0/+34 |
|/ |
|
* | Merge branch '57397-fixes-technical-debt-for-cluster-domain' into 'master' | Grzegorz Bizon | 2019-02-08 | 1 | -4/+12 |
|\ |
|
| * | Fixes technical debt issues for cluster domain57397-fixes-technical-debt-for-cluster-domain | Mayra Cabrera | 2019-02-07 | 1 | -4/+12 |
* | | Fix migration failure9255-implement-access-controls-when-sso-enforcement-enabled-ce | James Lopez | 2019-02-07 | 1 | -0/+4 |
|/ |
|
* | Addresses backend/db review comments | Mayra Cabrera | 2019-02-04 | 1 | -1/+1 |
* | Use a single sql statement for ADO query | Mayra Cabrera | 2019-02-04 | 1 | -2/+8 |
* | Moves domain setting to Cluster setting | Mayra Cabrera | 2019-02-04 | 1 | -0/+100 |
* | Fix template labels | Felipe Artur | 2019-02-04 | 1 | -0/+36 |
* | Fix tree restorer visibility level | James Lopez | 2019-01-31 | 1 | -0/+86 |
* | Sidekiq queue migration for HashedStorage::MigratorWorker | Gabriel Mazetto | 2019-01-25 | 1 | -0/+47 |
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-cop | Rémy Coutable | 2019-01-24 | 1 | -1/+1 |
* | Refactored AfterRenameService to reduce coupling | Gabriel Mazetto | 2019-01-22 | 2 | -6/+4 |
* | Merge branch 'docs-fix-migrations-readme' into 'master' | Robert Speicher | 2019-01-18 | 1 | -16/+60 |
|\ |
|
| * | Reorders migrations readme file | Mayra Cabrera | 2019-01-17 | 1 | -16/+60 |
* | | Cleanup legacy artifact background migration | Shinya Maeda | 2019-01-17 | 1 | -0/+52 |
|/ |
|
* | Fix RSpec/FactoriesInMigrationSpecs in two files | Rémy Coutable | 2019-01-15 | 2 | -7/+11 |
* | Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5 | Kamil Trzciński | 2019-01-04 | 1 | -0/+7 |
* | Rename `ClusterPlatformConfigureWorker` | George Tsiolis | 2018-12-21 | 1 | -0/+68 |
* | Add name, author and sha to releases | Alessio Caiazza | 2018-12-13 | 1 | -0/+23 |
* | Populate MR metrics with events table information (migration)osw-update-mr-metrics-with-events-data | Oswaldo Ferreira | 2018-12-06 | 1 | -0/+47 |
* | Merge commit '83f0798e7dc588f0e4cb6816daadeef7dbfc8b81' into fix/gb/encrypt-r... | Grzegorz Bizon | 2018-12-04 | 2 | -9/+11 |
|\ |
|
| * | Merge branch '6861-group-level-project-templates-ce' into 'master' | Phil Hughes | 2018-11-30 | 2 | -9/+11 |
| |\ |
|