Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Change gitlab_sign_out to sign_out where possible | Robert Speicher | 2017-06-29 | 1 | -3/+3 | |
| * | | | | | | Remove gitlab_sign_out_direct helper | Robert Speicher | 2017-06-29 | 2 | -7/+2 | |
| * | | | | | | Remove a duplicated test block from the result of a conflict resolution | Robert Speicher | 2017-06-29 | 1 | -26/+0 | |
| * | | | | | | Change gitlab_sign_in to sign_in where possible | Robert Speicher | 2017-06-29 | 284 | -371/+392 | |
* | | | | | | | Merge branch 'fix/gb/stage-id-reference-background-migration' into 'master' | Grzegorz Bizon | 2017-07-08 | 3 | -1/+106 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into 'fix/gb/stage-id-reference-background-migration' | Grzegorz Bizon | 2017-07-07 | 66 | -289/+1782 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Do not schedule bg migration when it is not needed | Grzegorz Bizon | 2017-07-07 | 1 | -2/+1 | |
| * | | | | | | | | Schedule stage_id bg migrations in batches of 10 | Grzegorz Bizon | 2017-07-07 | 1 | -4/+6 | |
| * | | | | | | | | Use new `each_batch` helper instead of custom one | Grzegorz Bizon | 2017-07-07 | 1 | -3/+3 | |
| * | | | | | | | | Merge remote-tracking branch 'origin/active-record-each-batch' into fix/gb/st... | Grzegorz Bizon | 2017-07-07 | 36 | -199/+697 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Added EachBatch for iterating tables in batches | Yorick Peterse | 2017-07-07 | 2 | -0/+66 | |
| * | | | | | | | | | Revert recent changes in migration helpers | Grzegorz Bizon | 2017-07-07 | 1 | -78/+4 | |
| * | | | | | | | | | Schedule stage_id background migration in ranges | Grzegorz Bizon | 2017-07-07 | 1 | -6/+5 | |
| * | | | | | | | | | Extract `execute_in_batches` migrations helper | Grzegorz Bizon | 2017-07-07 | 1 | -7/+36 | |
| * | | | | | | | | | Add walk_table_in_batches and refactor migration helpers | Grzegorz Bizon | 2017-07-07 | 1 | -4/+49 | |
| * | | | | | | | | | Reduce a delay between stage_id scheduled migrations | Grzegorz Bizon | 2017-07-07 | 1 | -4/+4 | |
| * | | | | | | | | | 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 | 1 | -2/+2 | |
| * | | | | | | | | | Use integers to schedule delayed background migrations | 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 | 1 | -6/+13 | |
| * | | | | | | | | | 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 | 1 | -29/+26 | |
| * | | | | | | | | | Make it possible to schedule bg migrations in bulk | Grzegorz Bizon | 2017-07-07 | 2 | -2/+39 | |
| * | | | | | | | | | Add specs for delayed stage_id background migrations | Grzegorz Bizon | 2017-07-07 | 1 | -4/+47 | |
| * | | | | | | | | | Find builds that require a migration in batches | Grzegorz Bizon | 2017-07-07 | 1 | -0/+2 | |
| * | | | | | | | | | Add initial build stage_id ref background migration | Grzegorz Bizon | 2017-07-07 | 1 | -0/+5 | |
| * | | | | | | | | | Add initial stage_id background migration files | Grzegorz Bizon | 2017-07-07 | 1 | -0/+26 | |
* | | | | | | | | | | Merge branch 'gitaly-internal-allowed-send-repo' into 'master' | Robert Speicher | 2017-07-08 | 1 | -14/+60 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repo | Kim "BKC" Carlbäcker | 2017-07-07 | 1 | -14/+60 | |
* | | | | | | | | | | | Merge branch 'feature/user-datetime-search-api-mysql' into 'master' | Douwe Maan | 2017-07-07 | 2 | -0/+40 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | fix specs | James Lopez | 2017-07-07 | 1 | -3/+3 | |
| * | | | | | | | | | | refactor filters | James Lopez | 2017-07-07 | 1 | -1/+1 | |
| * | | | | | | | | | | improve finder spec | James Lopez | 2017-07-07 | 1 | -1/+4 | |
| * | | | | | | | | | | add created at filter logic to users finder and API | James Lopez | 2017-07-07 | 1 | -1/+3 | |
| * | | | | | | | | | | add finder and users API spec | James Lopez | 2017-07-07 | 2 | -0/+35 | |
* | | | | | | | | | | | Merge branch '30281-report-abusive-content-from-an-issue-or-merge-request' in... | Jacob Schatz | 2017-07-07 | 5 | -21/+465 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix MR and issue specs | Luke "Jared" Bennett | 2017-07-07 | 1 | -8/+5 | |
| * | | | | | | | | | | | Fix close_reopen_report_toggle_spec.rb path helpers rubocop offense | Luke "Jared" Bennett | 2017-07-07 | 1 | -4/+4 | |
| * | | | | | | | | | | | Added issuables_helper.js, tidied up droplab-dropdown JS, fixed filtered sear... | Luke "Jared" Bennett | 2017-07-07 | 2 | -33/+33 | |
| * | | | | | | | | | | | Fixed issue_spec and merge_request_spec for report toggle changes | Luke "Jared" Bennett | 2017-07-07 | 2 | -22/+18 | |
| * | | | | | | | | | | | Fixed MR single button submit failure and attempted to tidy up close_reopen p... | Luke "Jared" Bennett | 2017-07-07 | 1 | -0/+7 | |
| * | | | | | | | | | | | Remove inclusive JS imports | Luke "Jared" Bennett | 2017-07-07 | 3 | -28/+14 | |
| * | | | | | | | | | | | Added specs | Luke "Jared" Bennett | 2017-07-07 | 4 | -2/+460 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'rs-issue-34847' into 'master' | Douwe Maan | 2017-07-07 | 1 | -7/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Mark a subgroup-related spec as PostgreSQL-onlyrs-issue-34847 | Robert Speicher | 2017-07-07 | 1 | -7/+7 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'issue-description-gfm' into 'master' | Filipa Lacerda | 2017-07-07 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fixed GFM references not being included when update issue inlineissue-description-gfm | Phil Hughes | 2017-07-07 | 1 | -0/+12 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'fix-typo-in-sha-attribute-spec' into 'master' | Stan Hu | 2017-07-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix another typo in SHA attribute specfix-typo-in-sha-attribute-spec | Stan Hu | 2017-07-07 | 1 | -1/+1 |