summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix/gb/fix-head-pipeline-when-pipeline-has-errors' into 'master'Kamil Trzciński2017-08-211-12/+46
|\
| * Update merge request pipeline even if if has errorsGrzegorz Bizon2017-08-181-1/+19
| * Make create pipeline service specs more readableGrzegorz Bizon2017-08-181-11/+27
* | Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-219-16/+274
|\ \
| * | Add specs for stage status background migration classGrzegorz Bizon2017-08-171-0/+80
| * | Merge branch 'backstage/gb/migrations-tests-schema-version' into backstage/gb...Grzegorz Bizon2017-08-175-28/+33
| |\ \
| * | | Use usual method to retrieve CI/CD stage statusesGrzegorz Bizon2017-08-163-4/+4
| * | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-161008-4113/+12466
| |\ \ \
| * | | | Add specs for stage update workerGrzegorz Bizon2017-07-311-0/+22
| * | | | Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-31934-2129/+4408
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-2693-439/+2035
| |\ \ \ \ \
| * | | | | | Rename method responsible for updating stage statusGrzegorz Bizon2017-07-261-4/+4
| * | | | | | Fix import/export for CI/CD stage commit statusesGrzegorz Bizon2017-07-241-1/+1
| * | | | | | Do not implement CI/CD job to stage association yetGrzegorz Bizon2017-07-242-13/+1
| * | | | | | Adds some specs for stage optimistic lockingGrzegorz Bizon2017-07-243-1/+21
| * | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-2452-198/+1096
| |\ \ \ \ \ \
| * | | | | | | Implement method that updates a stage statusGrzegorz Bizon2017-07-201-2/+20
| * | | | | | | Implement proper associations with a persisted stageGrzegorz Bizon2017-07-201-0/+21
| * | | | | | | Use a new stage_id reference to a persisted stageGrzegorz Bizon2017-07-201-3/+4
| * | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-202-3/+37
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-20202-1003/+4044
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Update version number of stages statuses migrationGrzegorz Bizon2017-07-111-1/+1
| * | | | | | | | | Fix pipeline stages statuses migration specsGrzegorz Bizon2017-07-111-5/+3
| * | | | | | | | | Freeze mutable constants in stages migration codeGrzegorz Bizon2017-07-112-4/+2
| * | | | | | | | | Add a new stage status column to safe attributesGrzegorz Bizon2017-07-111-0/+1
| * | | | | | | | | Schedule stages statuses bg migrations in batchesGrzegorz Bizon2017-07-101-3/+5
| * | | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-10520-2590/+6636
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move stages status migration to the background workerbackstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-053-18/+36
| * | | | | | | | | | Merge branch 'fix/gb/stage-id-reference-background-migration' into backstage/...Grzegorz Bizon2017-07-053-1/+106
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Reduce a delay between stage_id scheduled migrationsGrzegorz Bizon2017-07-031-4/+4
| | * | | | | | | | | | Do not compare float with integer in migrations specsGrzegorz Bizon2017-06-291-1/+1
| | * | | | | | | | | | Improve readability of build stage id migration queryGrzegorz Bizon2017-06-291-2/+2
| | * | | | | | | | | | Use integers to schedule delayed background migrationsGrzegorz Bizon2017-06-291-1/+1
| | * | | | | | | | | | Make `inline` a default sidekiq testing processing againGrzegorz Bizon2017-06-291-1/+1
| | * | | | | | | | | | Improve specs for background stage_id ref migrationGrzegorz Bizon2017-06-291-6/+13
| | * | | | | | | | | | Remove unused background migrations matcherGrzegorz Bizon2017-06-291-12/+0
| | * | | | | | | | | | Use ActiveRecord 5 batching to schedule bg migrationGrzegorz Bizon2017-06-291-29/+26
| | * | | | | | | | | | Make it possible to schedule bg migrations in bulkGrzegorz Bizon2017-06-292-2/+39
| | * | | | | | | | | | Add specs for delayed stage_id background migrationsGrzegorz Bizon2017-06-281-4/+47
| | * | | | | | | | | | Find builds that require a migration in batchesGrzegorz Bizon2017-06-281-0/+2
| | * | | | | | | | | | Add initial build stage_id ref background migrationGrzegorz Bizon2017-06-281-0/+5
| | * | | | | | | | | | Add initial stage_id background migration filesGrzegorz Bizon2017-06-281-0/+26
| * | | | | | | | | | | Add a workaround for a tmp job -> stage relationGrzegorz Bizon2017-07-041-3/+15
| * | | | | | | | | | | Add some validations to persisted stage modelGrzegorz Bizon2017-07-041-0/+2
| * | | | | | | | | | | Use enumerated status in persisted stage classGrzegorz Bizon2017-07-043-2/+30
| * | | | | | | | | | | Add a test for stage status migration with retried jobsGrzegorz Bizon2017-07-041-4/+4
| * | | | | | | | | | | Implement initial working stages statuses migrationGrzegorz Bizon2017-07-041-11/+10
| * | | | | | | | | | | Add initial changes for stages statuses migrationGrzegorz Bizon2017-06-301-0/+50
* | | | | | | | | | | | Merge branch 'gitaly-annotations-update' into 'master'Douwe Maan2017-08-211-17/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Delete unused Gitlab::Git methodsJacob Vosmaer2017-08-181-17/+0