| Commit message (Expand) | Author | Age | Files | Lines |
* | 36721 Remove incorrect paragraph regarding renaming repos in settings36721-rename-repo-text | tauriedavis | 2017-08-21 | 1 | -2/+0 |
* | Make RuboCop happy | Sean McGivern | 2017-08-21 | 1 | -1/+1 |
* | Merge branch 'fix/gb/fix-head-pipeline-when-pipeline-has-errors' into 'master' | Kamil Trzciński | 2017-08-21 | 3 | -15/+59 |
|\ |
|
| * | Add a changelog entry for merge request pipeline fixfix/gb/fix-head-pipeline-when-pipeline-has-errors | Grzegorz Bizon | 2017-08-19 | 1 | -0/+5 |
| * | Update merge request pipeline even if if has errors | Grzegorz Bizon | 2017-08-18 | 2 | -4/+27 |
| * | Make create pipeline service specs more readable | Grzegorz Bizon | 2017-08-18 | 1 | -11/+27 |
* | | Merge branch 'backstage/gb/migrate-stages-statuses' into 'master' | Kamil Trzciński | 2017-08-21 | 18 | -22/+478 |
|\ \ |
|
| * | | Add specs for stage status background migration class | Grzegorz Bizon | 2017-08-17 | 1 | -0/+80 |
| * | | Merge branch 'backstage/gb/migrations-tests-schema-version' into backstage/gb... | Grzegorz Bizon | 2017-08-17 | 5 | -28/+33 |
| |\ \ |
|
| * | | | Use usual method to retrieve CI/CD stage statuses | Grzegorz Bizon | 2017-08-16 | 4 | -6/+6 |
| * | | | Merge branch 'master' into backstage/gb/migrate-stages-statuses | Grzegorz Bizon | 2017-08-16 | 1948 | -20363/+31593 |
| |\ \ \ |
|
| * | | | | Use update_column_in_batches helper in stages migration | Grzegorz Bizon | 2017-07-31 | 2 | -5/+1 |
| * | | | | Add specs for stage update worker | Grzegorz Bizon | 2017-07-31 | 1 | -0/+22 |
| * | | | | Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig... | Grzegorz Bizon | 2017-07-31 | 1205 | -3419/+7563 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into backstage/gb/migrate-stages-statuses | Grzegorz Bizon | 2017-07-26 | 267 | -1024/+4051 |
| |\ \ \ \ \ |
|
| * | | | | | | Rename method responsible for updating stage status | Grzegorz Bizon | 2017-07-26 | 3 | -6/+8 |
| * | | | | | | Move enum specific code from a concern to CI stage | Grzegorz Bizon | 2017-07-26 | 2 | -5/+1 |
| * | | | | | | Fix import/export for CI/CD stage commit statuses | Grzegorz Bizon | 2017-07-24 | 1 | -1/+1 |
| * | | | | | | Update related stage status when job status is changed | Grzegorz Bizon | 2017-07-24 | 2 | -0/+3 |
| * | | | | | | Do not implement CI/CD job to stage association yet | Grzegorz Bizon | 2017-07-24 | 3 | -24/+5 |
| * | | | | | | Adds some specs for stage optimistic locking | Grzegorz Bizon | 2017-07-24 | 3 | -1/+21 |
| * | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statuses | Grzegorz Bizon | 2017-07-24 | 372 | -1537/+3665 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Add simple asynchronous stage update worker | Grzegorz Bizon | 2017-07-20 | 1 | -0/+8 |
| * | | | | | | | Implement method that updates a stage status | Grzegorz Bizon | 2017-07-20 | 2 | -2/+67 |
| * | | | | | | | Add optimistic locking column to ci_stages table | Grzegorz Bizon | 2017-07-20 | 2 | -1/+11 |
| * | | | | | | | Change a method name which enumerates CI/CD statuses | Grzegorz Bizon | 2017-07-20 | 2 | -2/+2 |
| * | | | | | | | Implement proper associations with a persisted stage | Grzegorz Bizon | 2017-07-20 | 2 | -2/+23 |
| * | | | | | | | Use a new stage_id reference to a persisted stage | Grzegorz Bizon | 2017-07-20 | 2 | -6/+5 |
| * | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statuses | Grzegorz Bizon | 2017-07-20 | 14 | -47/+220 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'master' into backstage/gb/migrate-stages-statuses | Grzegorz Bizon | 2017-07-20 | 766 | -4592/+14540 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Update version number of stages statuses migration | Grzegorz Bizon | 2017-07-11 | 4 | -2/+2 |
| * | | | | | | | | | Fix pipeline stages statuses migration specs | Grzegorz Bizon | 2017-07-11 | 1 | -5/+3 |
| * | | | | | | | | | Freeze mutable constants in stages migration code | Grzegorz Bizon | 2017-07-11 | 4 | -6/+4 |
| * | | | | | | | | | Add a new stage status column to safe attributes | Grzegorz Bizon | 2017-07-11 | 1 | -0/+1 |
| * | | | | | | | | | Schedule stages statuses bg migrations in batches | Grzegorz Bizon | 2017-07-10 | 3 | -12/+16 |
| * | | | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statuses | Grzegorz Bizon | 2017-07-10 | 1433 | -7558/+17195 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Move stages status migration to the background workerbackstage/gb/migrate-stages-statuses | Grzegorz Bizon | 2017-07-05 | 5 | -79/+122 |
| * | | | | | | | | | | Merge branch 'fix/gb/stage-id-reference-background-migration' into backstage/... | Grzegorz Bizon | 2017-07-05 | 7 | -7/+185 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | Reduce a delay between stage_id scheduled migrations | Grzegorz Bizon | 2017-07-03 | 2 | -5/+5 |
| | * | | | | | | | | | | Improve exception description in bg migrations | Grzegorz Bizon | 2017-07-03 | 1 | -1/+3 |
| | * | | | | | | | | | | Do not override original AR5 batching interface | Grzegorz Bizon | 2017-06-30 | 2 | -4/+7 |
| | * | | | | | | | | | | Sanitize id value passed to async background migration | Grzegorz Bizon | 2017-06-30 | 1 | -3/+1 |
| | * | | | | | | | | | | Improve code examples in background migrations docs | Grzegorz Bizon | 2017-06-30 | 1 | -4/+2 |
| | * | | | | | | | | | | Add description to exception in bg migrations worker | Grzegorz Bizon | 2017-06-30 | 1 | -1/+1 |
| | * | | | | | | | | | | Do not compare float with integer in migrations specs | Grzegorz Bizon | 2017-06-29 | 1 | -1/+1 |
| | * | | | | | | | | | | Improve readability of build stage id migration query | Grzegorz Bizon | 2017-06-29 | 2 | -8/+9 |
| | * | | | | | | | | | | Use integers to schedule delayed background migrations | Grzegorz Bizon | 2017-06-29 | 2 | -3/+3 |
| | * | | | | | | | | | | Test if argument passed to a migration is present | Grzegorz Bizon | 2017-06-29 | 1 | -1/+1 |
| | * | | | | | | | | | | Make `inline` a default sidekiq testing processing again | Grzegorz Bizon | 2017-06-29 | 1 | -1/+1 |
| | * | | | | | | | | | | Improve specs for background stage_id ref migration | Grzegorz Bizon | 2017-06-29 | 2 | -12/+18 |