summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | add spec and project snippet user agent details endpointJames Lopez2017-07-071-0/+16
| * | | | | refactor code based on feedbackJames Lopez2017-07-063-5/+3
| * | | | | add user agent details API endpoints to issues and snippetsJames Lopez2017-07-062-0/+34
| * | | | | add issues spec and user agent details to entitiesJames Lopez2017-07-061-0/+6
* | | | | | Merge branch 'feature/migrate-commit-count-to-gitaly' into 'master'Robert Speicher2017-07-072-5/+20
|\ \ \ \ \ \
| * | | | | | Migrate Gitlab::Git::Repository#commit_count to Gitalyfeature/migrate-commit-count-to-gitalyAhmad Sherif2017-07-072-5/+20
* | | | | | | Merge branch 'feature/intermediate/32568-adding-variables-to-pipelines-schedu...Kamil Trzciński2017-07-071-3/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge from master(Fix conflicts)Shinya Maeda2017-07-073-26/+21
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Remove update|admin_pipeline_schedule from Project, and grant it in PipelineS...Kamil Trzcinski2017-07-071-3/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Native group milestonesFelipe Artur2017-07-071-2/+7
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'feature/intermediate/12729-group-secret-variables' into 'master'Kamil Trzciński2017-07-071-0/+1
|\ \ \ \ \ \
| * | | | | | Add dash for GROUP_ROUTESShinya Maeda2017-07-071-0/+1
| * | | | | | Wrap additional routes by dash(-). And remove those routes from path_regex.rb.Shinya Maeda2017-07-071-2/+0
| * | | | | | Basic BE changeShinya Maeda2017-07-071-0/+2
| |/ / / / /
* | | | | | Merge branch 'gitaly-mandatory' into 'master'Sean McGivern2017-07-072-26/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove option to disable Gitaly completelyJacob Vosmaer2017-07-072-26/+20
* | | | | | Merge branch '33748-fix-n-plus-1-query-in-the-projects-api' into 'master'Robert Speicher2017-07-072-2/+18
|\ \ \ \ \ \
| * | | | | | Fix some N+1 queries in the GET /projects APIRémy Coutable2017-07-072-2/+18
| |/ / / / /
* | | | | | Improve & fix the performance bar UI and behaviorRémy Coutable2017-07-062-4/+30
* | | | | | Merge branch 'acet-fix-tooltip-placement' into 'master'Jacob Schatz2017-07-061-0/+2
|\ \ \ \ \ \
| * | | | | | Banzai: Add tooltip attributes to reference filter.acet-fix-tooltip-placementFatih Acet2017-07-031-0/+2
* | | | | | | Merge branch 'merge-request-commits-table' into 'master'Douwe Maan2017-07-063-9/+33
|\ \ \ \ \ \ \
| * | | | | | | Add table for merge request commitsSean McGivern2017-07-063-9/+33
| | |_|_|/ / / | |/| | | | |