Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge branch 'master' into 'fix/gb/stage-id-reference-background-migration' | Grzegorz Bizon | 2017-07-07 | 235 | -873/+3376 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Simplify stage_id migration as we now use relations | Grzegorz Bizon | 2017-07-07 | 1 | -9/+4 | |
| * | | | | | | Do not schedule bg migration when it is not needed | Grzegorz Bizon | 2017-07-07 | 2 | -3/+2 | |
| * | | | | | | Schedule stage_id bg migrations in batches of 10 | Grzegorz Bizon | 2017-07-07 | 3 | -8/+13 | |
| * | | | | | | Use new `each_batch` helper instead of custom one | Grzegorz Bizon | 2017-07-07 | 3 | -11/+13 | |
| * | | | | | | Merge remote-tracking branch 'origin/active-record-each-batch' into fix/gb/st... | Grzegorz Bizon | 2017-07-07 | 172 | -753/+2454 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added EachBatch for iterating tables in batches | Yorick Peterse | 2017-07-07 | 8 | -1/+185 | |
| * | | | | | | | Revert recent changes in migration helpers | Grzegorz Bizon | 2017-07-07 | 2 | -172/+30 | |
| * | | | | | | | Add some comments on new migrations helpers | Grzegorz Bizon | 2017-07-07 | 1 | -0/+38 | |
| * | | | | | | | Schedule stage_id background migration in ranges | Grzegorz Bizon | 2017-07-07 | 4 | -19/+22 | |
| * | | | | | | | Extract `execute_in_batches` migrations helper | Grzegorz Bizon | 2017-07-07 | 2 | -22/+60 | |
| * | | | | | | | Add walk_table_in_batches and refactor migration helpers | Grzegorz Bizon | 2017-07-07 | 2 | -31/+97 | |
| * | | | | | | | Reduce a delay between stage_id scheduled migrations | Grzegorz Bizon | 2017-07-07 | 2 | -5/+5 | |
| * | | | | | | | Improve exception description in bg migrations | Grzegorz Bizon | 2017-07-07 | 1 | -1/+3 | |
| * | | | | | | | Do not override original AR5 batching interface | Grzegorz Bizon | 2017-07-07 | 2 | -4/+7 | |
| * | | | | | | | Sanitize id value passed to async background migration | Grzegorz Bizon | 2017-07-07 | 1 | -3/+1 | |
| * | | | | | | | Improve code examples in background migrations docs | Grzegorz Bizon | 2017-07-07 | 1 | -4/+2 | |
| * | | | | | | | Add description to exception in bg migrations worker | Grzegorz Bizon | 2017-07-07 | 1 | -1/+1 | |
| * | | | | | | | Do not compare float with integer in migrations specs | Grzegorz Bizon | 2017-07-07 | 1 | -1/+1 | |
| * | | | | | | | Improve readability of build stage id migration query | Grzegorz Bizon | 2017-07-07 | 2 | -8/+9 | |
| * | | | | | | | Use integers to schedule delayed background migrations | Grzegorz Bizon | 2017-07-07 | 2 | -3/+3 | |
| * | | | | | | | Test if argument passed to a migration is present | Grzegorz Bizon | 2017-07-07 | 1 | -1/+1 | |
| * | | | | | | | Make `inline` a default sidekiq testing processing again | Grzegorz Bizon | 2017-07-07 | 1 | -1/+1 | |
| * | | | | | | | Improve specs for background stage_id ref migration | Grzegorz Bizon | 2017-07-07 | 2 | -12/+18 | |
| * | | | | | | | Perform stage_id ref backgound migration in bulks | Grzegorz Bizon | 2017-07-07 | 1 | -3/+3 | |
| * | | | | | | | Remove unused background migrations matcher | Grzegorz Bizon | 2017-07-07 | 1 | -12/+0 | |
| * | | | | | | | Use ActiveRecord 5 batching to schedule bg migration | Grzegorz Bizon | 2017-07-07 | 4 | -36/+32 | |
| * | | | | | | | Make it possible to schedule bg migrations in bulk | Grzegorz Bizon | 2017-07-07 | 4 | -8/+70 | |
| * | | | | | | | Add specs for delayed stage_id background migrations | Grzegorz Bizon | 2017-07-07 | 2 | -7/+51 | |
| * | | | | | | | Schedule background migration only when it is needed | Grzegorz Bizon | 2017-07-07 | 1 | -4/+6 | |
| * | | | | | | | Find builds that require a migration in batches | Grzegorz Bizon | 2017-07-07 | 2 | -3/+8 | |
| * | | | | | | | Add initial build stage_id ref background migration | Grzegorz Bizon | 2017-07-07 | 3 | -7/+26 | |
| * | | | | | | | Add initial stage_id background migration files | Grzegorz Bizon | 2017-07-07 | 3 | -0/+54 | |
* | | | | | | | | Merge branch 'sh-optimize-mr-api' into 'master' | Stan Hu | 2017-07-08 | 2 | -2/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove many N+1 queries with merge requests APIsh-optimize-mr-api | Stan Hu | 2017-07-07 | 2 | -2/+4 | |
* | | | | | | | | | Merge branch 'gitaly-internal-allowed-send-repo' into 'master' | Robert Speicher | 2017-07-08 | 3 | -21/+91 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repo | Kim "BKC" Carlbäcker | 2017-07-07 | 3 | -21/+91 | |
* | | | | | | | | | | Merge branch 'fix_migrations_in_the_future' into 'master' | Douwe Maan | 2017-07-07 | 4 | -1/+15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Make wrong migrations idempotentfix_migrations_in_the_future | Felipe Artur | 2017-07-07 | 3 | -3/+11 | |
| * | | | | | | | | | | fix migrations in the future | Felipe Artur | 2017-07-07 | 4 | -1/+7 | |
* | | | | | | | | | | | Merge branch 'username-password-stripped-from-import-url-fix' into 'master' | Douwe Maan | 2017-07-07 | 2 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Username and password are no longer stripped from import url on importusername-password-stripped-from-import-url-fix | Tiago Botelho | 2017-07-07 | 2 | -0/+9 | |
* | | | | | | | | | | | | Merge branch 'issue_34852' into 'master' | Mike Greiling | 2017-07-07 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | fix milestones finder failing specissue_34852 | Felipe Artur | 2017-07-07 | 1 | -1/+2 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch '34612-double-border-groups' into 'master' | Phil Hughes | 2017-07-07 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Remove double border on last group row | Annabel Dunstone Gray | 2017-07-07 | 1 | -0/+6 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch '2501-ce-port-update-welcome-page' into 'master' | Jacob Schatz | 2017-07-07 | 11 | -56/+184 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix SVG scaling issue2501-ce-port-update-welcome-page | kushalpandya | 2017-07-07 | 1 | -3/+5 | |
| * | | | | | | | | | | | Fix missing `row` & `container` classes | kushalpandya | 2017-07-07 | 2 | -4/+4 | |
| * | | | | | | | | | | | Replace bootstrap overrides with scaling SVG on smaller screens | kushalpandya | 2017-07-07 | 1 | -21/+1 |