summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Log queue duration in production_json.logStan Hu2019-02-121-0/+3
* Merge branch '7048_usage_ping_for_security_dashboard_as_default_view_for_grou...Grzegorz Bizon2019-02-121-2/+12
|\
| * Protect group overview usage ping w/ feature flag7048_usage_ping_for_security_dashboard_as_default_view_for_groups-ceVictor Zagorodny2019-02-121-2/+5
| * Add user_preferences_usage to usage pingVictor Zagorodny2019-02-121-1/+8
* | Merge branch '57223-wiki-finder' into 'master'Kamil Trzciński2019-02-121-3/+1
|\ \
| * | Remove BATCH_SIZE from WikiFileFinder57223-wiki-finderJarka Košanová2019-02-061-3/+1
* | | Merge branch '8798-geo-implement-selective-sync-support-for-the-various-fdw-q...Yorick Peterse2019-02-121-1/+1
|\ \ \
| * | | Replace dots with an underscore when creating an alias for the CTEDouglas Barbosa Alexandre2019-02-111-1/+1
* | | | Merge branch 'sh-import-source-branch-github-forks' into 'master'Yorick Peterse2019-02-122-2/+32
|\ \ \ \ | |_|_|/ |/| | |
| * | | Create the source branch for a GitHub importStan Hu2019-02-112-2/+32
* | | | Merge branch 'add-client-for-count-diverging-commits' into 'master'Grzegorz Bizon2019-02-122-0/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | Add client support for count diverging commitsJohn Cai2019-02-062-0/+18
* | | | Merge branch '57431-sprockets-caches-files-independent-of-content' into 'master'Lin Jen-Shin2019-02-111-1/+1
|\ \ \ \
| * | | | Use correct integrity hash for sprockets caching57431-sprockets-caches-files-independent-of-contentLukas Eipert2019-02-081-1/+1
| | |/ / | |/| |
* | | | Merge branch 'an-peek-jaeger' into 'master'Grzegorz Bizon2019-02-111-0/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Provide a performance bar link to the Jaeger UIan-peek-jaegerAndrew Newdigate2019-02-081-0/+19
* | | | Merge branch 'patch-40' into 'master'Grzegorz Bizon2019-02-081-0/+1
|\ \ \ \
| * | | | Update dotNet test task to upload test results on failurePatrick Galbraith2019-01-231-0/+1
* | | | | Upgrade cluster applications, starting with runnerThong Kuah2019-02-073-84/+26
* | | | | Merge branch 'jlenny-AddPagesTemplates' into 'master'Douglas Barbosa Alexandre2019-02-071-8/+11
|\ \ \ \ \
| * | | | | Project template: Fall back to GitLab logojlenny-AddPagesTemplatesLukas Eipert2019-02-071-8/+6
| * | | | | Add Pages templatesJason Lenny2019-02-071-3/+8
* | | | | | Merge branch 'master' into fabsrc/gitlab-ce-2105-add-setting-for-first-day-of...Sean McGivern2019-02-0715-66/+281
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '52363-ui-changes-to-cluster-and-ado-pages' into 'master'Grzegorz Bizon2019-02-071-14/+27
| |\ \ \ \ \
| | * | | | | Addresses backend/db review commentsMayra Cabrera2019-02-041-3/+3
| | * | | | | Modifies ADO script to include new variableMayra Cabrera2019-02-041-12/+25
| | | |/ / / | | |/| | |
| * | | | | Template for Android with FastlaneJason Lenny2019-02-072-0/+123
| | |_|/ / | |/| | |
| * | | | Modifying gitaly search files client to add chunking supportJohn Cai2019-02-061-3/+30
| * | | | Merge branch 'bjk/56788_unicorn_labels' into 'master'Stan Hu2019-02-061-4/+4
| |\ \ \ \
| | * | | | Clean up unicorn sampler metric labelsBen Kochie2019-02-061-4/+4
| * | | | | Merge branch 'sh-log-project-name-with-gitaly' into 'master'Rémy Coutable2019-02-069-44/+93
| |\ \ \ \ \
| | * | | | | Rename gl_project_name -> gl_project_pathsh-log-project-name-with-gitalyStan Hu2019-02-054-22/+22
| | * | | | | Add more tests and comments around Wiki formattingStan Hu2019-02-051-0/+1
| | * | | | | Add convenience methods for creating project and Wiki repositoriesStan Hu2019-02-051-0/+8
| | * | | | | Add comment to explain why gl_repository is blankStan Hu2019-02-051-0/+3
| | * | | | | Rename name -> disk_path in create_repositoryStan Hu2019-02-051-4/+4
| | * | | | | Refactor use of Shell.import_repository for WikisStan Hu2019-02-056-9/+45
| | * | | | | Clean up Shell.fork_repositoryStan Hu2019-02-051-14/+7
| | * | | | | Send project name with Gitaly repository requestsStan Hu2019-02-057-27/+35
| * | | | | | Fix #44332 - Add support for profile and emailGotenXiao2019-02-061-1/+4
* | | | | | | Rename setting, fix wordingsFabian Schneider2019-02-061-2/+1
* | | | | | | Add setting for first day of the weekFabian Schneider2019-02-061-0/+2
|/ / / / / /
* | | | | | Avoid race conditions when creating GpgSignatureBob Van Landuyt2019-02-061-3/+4
| |/ / / / |/| | | |
* | | | | Merge branch '52568-external-mr-diffs' into 'master'Sean McGivern2019-02-061-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow MR diffs to be placed into an object storeNick Thomas2019-02-051-0/+5
* | | | | Merge branch 'ce-reduce-diff-in-ci-create_pipeline_service' into 'master'Nick Thomas2019-02-053-0/+61
|\ \ \ \ \
| * | | | | Reduce the diff with EE in Ci::CreatePipelineServiceRémy Coutable2019-02-043-0/+61
| | |/ / / | |/| | |
* | | | | Merge branch 'speedup-gitlab-assets-compile' into 'master'Sean McGivern2019-02-055-1/+35
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add cache to the 'compile-assets' and 'gitlab:assets:compile' jobsRémy Coutable2019-02-054-1/+13
| * | | | Monkey-patch Sprockets to prevent cache ballooningRémy Coutable2019-02-051-0/+22
| |/ / /