summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-311205-3419/+7563
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-26267-1024/+4051
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Rename method responsible for updating stage statusGrzegorz Bizon2017-07-263-6/+8
| * | | | | | | | | Move enum specific code from a concern to CI stageGrzegorz Bizon2017-07-262-5/+1
| * | | | | | | | | Fix import/export for CI/CD stage commit statusesGrzegorz Bizon2017-07-241-1/+1
| * | | | | | | | | Update related stage status when job status is changedGrzegorz Bizon2017-07-242-0/+3
| * | | | | | | | | Do not implement CI/CD job to stage association yetGrzegorz Bizon2017-07-243-24/+5
| * | | | | | | | | Adds some specs for stage optimistic lockingGrzegorz Bizon2017-07-243-1/+21
| * | | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-24372-1537/+3665
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add simple asynchronous stage update workerGrzegorz Bizon2017-07-201-0/+8
| * | | | | | | | | | Implement method that updates a stage statusGrzegorz Bizon2017-07-202-2/+67
| * | | | | | | | | | Add optimistic locking column to ci_stages tableGrzegorz Bizon2017-07-202-1/+11
| * | | | | | | | | | Change a method name which enumerates CI/CD statusesGrzegorz Bizon2017-07-202-2/+2
| * | | | | | | | | | Implement proper associations with a persisted stageGrzegorz Bizon2017-07-202-2/+23
| * | | | | | | | | | Use a new stage_id reference to a persisted stageGrzegorz Bizon2017-07-202-6/+5
| * | | | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-2014-47/+220
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-20766-4592/+14540
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update version number of stages statuses migrationGrzegorz Bizon2017-07-114-2/+2
| * | | | | | | | | | | | Fix pipeline stages statuses migration specsGrzegorz Bizon2017-07-111-5/+3
| * | | | | | | | | | | | Freeze mutable constants in stages migration codeGrzegorz Bizon2017-07-114-6/+4
| * | | | | | | | | | | | Add a new stage status column to safe attributesGrzegorz Bizon2017-07-111-0/+1
| * | | | | | | | | | | | Schedule stages statuses bg migrations in batchesGrzegorz Bizon2017-07-103-12/+16
| * | | | | | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-101433-7558/+17195
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Move stages status migration to the background workerbackstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-055-79/+122
| * | | | | | | | | | | | | Merge branch 'fix/gb/stage-id-reference-background-migration' into backstage/...Grzegorz Bizon2017-07-057-7/+185
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Reduce a delay between stage_id scheduled migrationsGrzegorz Bizon2017-07-032-5/+5
| | * | | | | | | | | | | | | Improve exception description in bg migrationsGrzegorz Bizon2017-07-031-1/+3
| | * | | | | | | | | | | | | Do not override original AR5 batching interfaceGrzegorz Bizon2017-06-302-4/+7
| | * | | | | | | | | | | | | Sanitize id value passed to async background migrationGrzegorz Bizon2017-06-301-3/+1
| | * | | | | | | | | | | | | Improve code examples in background migrations docsGrzegorz Bizon2017-06-301-4/+2
| | * | | | | | | | | | | | | Add description to exception in bg migrations workerGrzegorz Bizon2017-06-301-1/+1
| | * | | | | | | | | | | | | Do not compare float with integer in migrations specsGrzegorz Bizon2017-06-291-1/+1
| | * | | | | | | | | | | | | Improve readability of build stage id migration queryGrzegorz Bizon2017-06-292-8/+9
| | * | | | | | | | | | | | | Use integers to schedule delayed background migrationsGrzegorz Bizon2017-06-292-3/+3
| | * | | | | | | | | | | | | Test if argument passed to a migration is presentGrzegorz 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-292-12/+18
| | * | | | | | | | | | | | | Perform stage_id ref backgound migration in bulksGrzegorz Bizon2017-06-291-3/+3
| | * | | | | | | | | | | | | Remove unused background migrations matcherGrzegorz Bizon2017-06-291-12/+0
| | * | | | | | | | | | | | | Use ActiveRecord 5 batching to schedule bg migrationGrzegorz Bizon2017-06-294-36/+32
| | * | | | | | | | | | | | | Make it possible to schedule bg migrations in bulkGrzegorz Bizon2017-06-294-8/+70
| | * | | | | | | | | | | | | Add specs for delayed stage_id background migrationsGrzegorz Bizon2017-06-282-7/+51
| | * | | | | | | | | | | | | Schedule background migration only when it is neededGrzegorz Bizon2017-06-281-4/+6
| | * | | | | | | | | | | | | Find builds that require a migration in batchesGrzegorz Bizon2017-06-282-3/+8
| | * | | | | | | | | | | | | Update `db/schema.rb` with a new schema versionGrzegorz Bizon2017-06-281-1/+1
| | * | | | | | | | | | | | | Add initial build stage_id ref background migrationGrzegorz Bizon2017-06-283-7/+26
| | * | | | | | | | | | | | | Add initial stage_id background migration filesGrzegorz Bizon2017-06-283-0/+54
| * | | | | | | | | | | | | | Disable statement timeout in stages statuses migrationGrzegorz Bizon2017-07-051-4/+4
| * | | | | | | | | | | | | | Migrate only old stages without status that is setGrzegorz Bizon2017-07-041-1/+3
| * | | | | | | | | | | | | | Add a workaround for a tmp job -> stage relationGrzegorz Bizon2017-07-042-3/+24