summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Add deployment events to chat notification servicesJason Goodman2019-04-262-0/+25
* Add ProjectMetricsDashboardSetting model and tableReuben Pereira2019-04-262-1/+3
* Add ZAP Full Scan support to DAST vendored templateVictor Zagorodny2019-04-261-1/+3
* Merge branch '#57351-add-dotnet-core-yaml-template' into 'master'Grzegorz Bizon2019-04-261-0/+107
|\
| * Update .NET Core YAML templatePiotr Wosiek2019-04-261-11/+10
| * Update .NET Core YAML template - improve indentPiotr Wosiek2019-04-251-47/+38
| * Update .NET Core YAML template - improve cachingPiotr Wosiek2019-03-221-27/+22
| * Update .NET Core YAML template - add cachePiotr Wosiek2019-03-201-22/+77
| * Make the testing section more genericPiotr Wosiek2019-03-131-6/+8
| * Remove the diagram of project directories structurePiotr Wosiek2019-03-131-10/+0
| * Improve note about building not .NET Core based projectsPiotr Wosiek2019-03-131-5/+5
| * Add .NET Core YAML templatePiotr Wosiek2019-02-271-0/+75
* | Merge branch 'fix-lazy-blobs-requesting-all-previous-blobs' into 'master'Dmitriy Zaporozhets2019-04-251-2/+2
|\ \
| * | Ensure that we only request blobs in one batchSean McGivern2019-04-241-2/+2
* | | Update list_last_commits_for_tree response path field to path_bytesJohn Cai2019-04-241-1/+1
* | | Added list_pages method to avoid loading all wiki pages contentFrancisco Javier López2019-04-252-7/+40
* | | Merge branch 'autodevops_remote_private_helm_repository' into 'master'Stan Hu2019-04-241-1/+1
|\ \ \
| * | | Adding ability to specify helm chart repo using environment variablesStuart Moore2019-04-081-1/+1
* | | | Fix bug when project export to remote url failsFrancisco Javier López2019-04-241-4/+1
* | | | Merge branch '60800-properly-authorize-our-own-graphql-scalar-types' into 'ma...Dmitriy Zaporozhets2019-04-241-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Check for all scalar types60800-properly-authorize-our-own-graphql-scalar-typesBrett Walker2019-04-221-3/+3
* | | | Merge branch 'support-negative-matches' into 'master'Grzegorz Bizon2019-04-234-2/+74
|\ \ \ \
| * | | | Support negative matchesKamil Trzciński2019-04-234-2/+74
* | | | | Add feature flag to disable LFS checkIgor2019-04-231-0/+1
|/ / / /
* | | | Merge branch 'upgrade-to-rails-5-1' into 'master'Rémy Coutable2019-04-232-8/+4
|\ \ \ \
| * | | | Upgrade Rails to 5.1.6.1Jasper Maes2019-04-232-8/+4
| |/ / /
* | | | Merge branch 'sh-avoid-fetching-temp-refs-within-project' into 'master'Douwe Maan2019-04-231-7/+25
|\ \ \ \
| * | | | Make use of local ref if it is reachablesh-avoid-fetching-temp-refs-within-projectOswaldo Ferreira2019-04-191-9/+23
| * | | | Remove source_branch_name commit checkStan Hu2019-04-181-2/+0
| * | | | Don't create a temp reference for branch comparisons within projectStan Hu2019-04-181-1/+7
* | | | | Remove protected_branch_creation feature flag59572-remove-protected-branch-creation-flagPatrick Bajao2019-04-221-5/+1
| |/ / / |/| | |
* | | | Merge branch 'bvl-graphql-only-authorize-rendered-fields' into 'master'Lin Jen-Shin2019-04-194-44/+61
|\ \ \ \ | |/ / / |/| | |
| * | | Only check abilities on rendered GraphQL nodesBob Van Landuyt2019-04-184-44/+61
* | | | Migrate correlation and tracing code to LabKitan-use-labkitAndrew Newdigate2019-04-1818-560/+11
* | | | Merge branch '60500-disable-jit-kubernetes-resource-creation-for-project-leve...Kamil Trzciński2019-04-171-1/+3
|\ \ \ \
| * | | | Disable JIT resource creation for project clusters60500-disable-jit-kubernetes-resource-creation-for-project-level-clustersTiger2019-04-161-1/+3
| |/ / /
* | | | Merge branch 'sh-backport-list-commits-by-oid-rugged' into 'master'Douwe Maan2019-04-172-1/+21
|\ \ \ \
| * | | | Bring back Rugged implementation of ListCommitsByOidStan Hu2019-04-172-1/+21
* | | | | Merge branch 'sh-add-gitaly-backtrace' into 'master'Sean McGivern2019-04-172-4/+13
|\ \ \ \ \
| * | | | | Add backtrace to Gitaly performance barStan Hu2019-04-172-4/+13
| |/ / / /
* | | | | Merge branch '24704-restore-download-repository-path' into 'master'Rémy Coutable2019-04-172-8/+64
|\ \ \ \ \
| * | | | | Add a feature flag for subdirectory archivesNick Thomas2019-04-161-15/+35
| * | | | | JSON-encoded binary fields should use Base64::encode64Nick Thomas2019-04-161-1/+6
| * | | | | Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas2019-04-162-7/+38
| |/ / / /
* | | | | Merge branch 'tortuetorche/gitlab-ce-patch-auto-deploy-extra-values' into 'ma...Grzegorz Bizon2019-04-171-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename HELM_EXTRA_ARGS to differentiate between helm invocationstortuetorche/gitlab-ce-patch-auto-deploy-extra-valuesJames Fargher2019-04-171-3/+3
| * | | | Add HELM_EXTRA_ARGS to all Auto-DevOps helm invocationsJames Fargher2019-04-081-0/+1
| * | | | Allows extra arguments in helm commands for auto-deploying applicationTortue Torche2019-04-081-0/+2
* | | | | Merge branch 'gt-fix-styling-for-pages-status' into 'master'Filipa Lacerda2019-04-162-2/+2
|\ \ \ \ \
| * | | | | Rename CI related selectorsGeorge Tsiolis2019-04-162-2/+2