summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-1082-412/+935
|\
| * Merge branch 'patch-24' into 'master'Rémy Coutable2017-07-101-1/+1
| |\
| | * Fix gitlab-ee reference in ee_compat_checkPedro Moreira da Silva2017-07-071-1/+1
| * | Merge branch 'dm-routing-helpers-fix' into 'master'31331-view-time-tracking-info-in-issue-board-contextual-sidebar29974-real-time-emoji-award-updatesMarin Jankovski2017-07-091-4/+9
| |\ \
| | * | Also inject new route helpers into includers of GitlabRoutingHelperdm-routing-helpers-fixDouwe Maan2017-07-081-4/+9
| * | | Merge branch 'fix/gb/stage-id-reference-background-migration' into 'master'Grzegorz Bizon2017-07-081-0/+19
| |\ \ \
| | * \ \ Merge branch 'master' into 'fix/gb/stage-id-reference-background-migration'Grzegorz Bizon2017-07-0710-36/+108
| | |\ \ \
| | * | | | Simplify stage_id migration as we now use relationsGrzegorz Bizon2017-07-071-9/+4
| | * | | | Schedule stage_id bg migrations in batches of 10Grzegorz Bizon2017-07-071-1/+1
| | * | | | Merge remote-tracking branch 'origin/active-record-each-batch' into fix/gb/st...Grzegorz Bizon2017-07-0716-105/+223
| | |\ \ \ \
| | | * | | | Added EachBatch for iterating tables in batchesYorick Peterse2017-07-071-1/+1
| | * | | | | Revert recent changes in migration helpersGrzegorz Bizon2017-07-071-94/+26
| | * | | | | Add some comments on new migrations helpersGrzegorz Bizon2017-07-071-0/+38
| | * | | | | Schedule stage_id background migration in rangesGrzegorz Bizon2017-07-072-4/+9
| | * | | | | Extract `execute_in_batches` migrations helperGrzegorz Bizon2017-07-071-15/+24
| | * | | | | Add walk_table_in_batches and refactor migration helpersGrzegorz Bizon2017-07-071-27/+48
| | * | | | | Sanitize id value passed to async background migrationGrzegorz Bizon2017-07-071-3/+1
| | * | | | | Improve readability of build stage id migration queryGrzegorz Bizon2017-07-071-6/+7
| | * | | | | Test if argument passed to a migration is presentGrzegorz Bizon2017-07-071-1/+1
| | * | | | | Add initial build stage_id ref background migrationGrzegorz Bizon2017-07-071-7/+11
| | * | | | | Add initial stage_id background migration filesGrzegorz Bizon2017-07-071-0/+16
| * | | | | | Merge branch 'sh-optimize-mr-api' into 'master'Stan Hu2017-07-081-1/+3
| |\ \ \ \ \ \
| | * | | | | | Remove many N+1 queries with merge requests APIsh-optimize-mr-apiStan Hu2017-07-071-1/+3
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'gitaly-internal-allowed-send-repo' into 'master'Robert Speicher2017-07-082-7/+31
| |\ \ \ \ \ \
| | * | | | | | Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repoKim "BKC" Carlbäcker2017-07-072-7/+31
| * | | | | | | Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan2017-07-071-0/+6
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | refactor created at filter to use model scopesJames Lopez2017-07-071-17/+0
| | * | | | | | fix specsJames Lopez2017-07-071-1/+1
| | * | | | | | refactor filtersJames Lopez2017-07-071-0/+17
| | * | | | | | add created at filter logic to users finder and APIJames Lopez2017-07-071-0/+6
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'dm-fix-project-path-helpers-production' into 'master'Douwe Maan2017-07-076-5/+25
| |\ \ \ \ \ \
| | * | | | | | Include new URL helpers retroactively into includers of Gitlab::Routingdm-fix-project-path-helpers-productionDouwe Maan2017-07-076-5/+25
| * | | | | | | Merge branch 'gitaly-get-blob' into 'master'Sean McGivern2017-07-072-13/+62
| |\ \ \ \ \ \ \
| | * | | | | | | Add git_blob_load_all_data feature flagJacob Vosmaer2017-07-071-1/+10
| | * | | | | | | Add gitaly_git_blob_raw featureJacob Vosmaer2017-07-072-12/+52
| | |/ / / / / /
| * | | | | | | Merge branch '33929-allow-to-enable-perf-bar-for-a-group' into 'master'Sean McGivern2017-07-072-14/+45
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Merge branch 'master' into '33929-allow-to-enable-perf-bar-for-a-group'Sean McGivern2017-07-074-10/+33
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | Merge branch 'master' into 33929-allow-to-enable-perf-bar-for-a-groupSean McGivern2017-07-0717-129/+242
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Don't use Flipper for the Performance BarRémy Coutable2017-07-072-18/+3
| | * | | | | | Allow to enable the Performance Bar for a group from the admin areaRémy Coutable2017-07-061-8/+10
| | * | | | | | Use Rails.cache instead of Redis directlyRémy Coutable2017-07-061-22/+7
| | * | | | | | Improve Features API and its docs and add a Changelog itemRémy Coutable2017-07-061-12/+17
| | * | | | | | Cache the allowed user IDs for the performance bar, in Redis for 10 minutesRémy Coutable2017-07-061-17/+35
| | * | | | | | Improve feature flag check for the performance barRémy Coutable2017-07-062-3/+5
| | * | | | | | Hide 'peek' by using 'performance bar' insteadRémy Coutable2017-07-062-12/+7
| | * | | | | | Cache PerformanceBar data using RequestStoreRémy Coutable2017-07-061-7/+22
| | * | | | | | Allow to enable the performance bar per user or Flipper groupRémy Coutable2017-07-062-3/+27
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'active-record-each-batch' into 'master'Sean McGivern2017-07-071-1/+1
| |\ \ \ \ \ \
| | * | | | | | Added EachBatch for iterating tables in batchesactive-record-each-batchYorick Peterse2017-07-071-1/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'feature/user-agent-details-api' into 'master'Douwe Maan2017-07-074-0/+54
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |