summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add some comments on new migrations helpersfix/gb/stage-id-reference-background-migrationGrzegorz Bizon2017-07-071-0/+38
* Schedule stage_id background migration in rangesGrzegorz Bizon2017-07-074-19/+22
* Extract `execute_in_batches` migrations helperGrzegorz Bizon2017-07-062-22/+60
* Add walk_table_in_batches and refactor migration helpersGrzegorz Bizon2017-07-062-31/+97
* 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
* Merge branch '34023-navigation-sidebar' into 'master'34424-default-removing-source-branch-in-merge-request-for-non-long-running-branchPhil Hughes2017-06-2813-12/+624
|\
| * Resolve "Navigation - Move contextual navigation to sidebar"Annabel Dunstone Gray2017-06-2813-12/+624
|/
* Merge branch 'backport-inline-loading-icon' into 'master'Phil Hughes2017-06-281-2/+13
|\
| * Backport inline loading_icon updates from EEbackport-inline-loading-iconEric Eastwood2017-06-271-2/+13
* | Merge branch 'refactor-emoji-utils' into 'master'Tim Zallmann2017-06-2811-175/+141
|\ \
| * | revert removal of requestAnimationFrame and move to a separate MR/discussionrefactor-emoji-utilsMike Greiling2017-06-271-2/+8
| * | rename getEmojiCategoryMap and remove unnecessary parameterMike Greiling2017-06-272-9/+9
| * | move glEmojiTag method to emoji helperMike Greiling2017-06-276-87/+68
| * | split emoji support methods from the async moduleMike Greiling2017-06-277-12/+16
| * | export validEmojiNames for autocompleteMike Greiling2017-06-262-2/+3
| * | replace emojiAlias references with normalizeEmojiName helperMike Greiling2017-06-261-5/+3
| * | namespace emoji helper methods within AwardsHandler classMike Greiling2017-06-261-13/+8
| * | move emoji category index to helper methodMike Greiling2017-06-262-27/+32
| * | move emojiAlias logic into helper moduleMike Greiling2017-06-262-16/+17
| * | fix method definition stylingMike Greiling2017-06-261-12/+2
| * | move normalizeEmojiName method to emoji helper moduleMike Greiling2017-06-263-20/+14
| * | remove problematic use of requestAnimationFrameMike Greiling2017-06-261-8/+2
| * | update import locations for karma specsMike Greiling2017-06-232-4/+3
| * | centralize emoji helper methodsMike Greiling2017-06-237-21/+22
| * | refactor option defaultsMike Greiling2017-06-231-5/+2
* | | Update CHANGELOG.md for 9.3.2Clement Ho2017-06-273-9/+5
* | | Update architecture.mdSid Sijbrandij2017-06-281-0/+4
* | | Merge branch 'ignore-generated-i18n-json-files' into 'master'Douwe Maan2017-06-2711-9/+4
|\ \ \
| * | | updated gitlab-ci.yml to compile localeignore-generated-i18n-json-filesPhil Hughes2017-06-271-0/+3