aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* switch distribtests to use nugets generated by dotnet cliGravatar Jan Tattermusch2016-09-13
|
* Merge pull request #8048 from jtattermusch/dotnetcli_interoptestGravatar Jan Tattermusch2016-09-12
|\ | | | | Enable running interop tests with dotnet CLI + CoreCLR
| * fix copying data directoryGravatar Jan Tattermusch2016-09-09
| |
| * enable runing C# interop tests under coreclrGravatar Jan Tattermusch2016-09-09
| |
* | add shutdownhook for CoreCLRGravatar Jan Tattermusch2016-09-09
|/
* allow building all nugets on linuxGravatar Jan Tattermusch2016-09-08
|
* dont enumerate runtimes in project.json fileGravatar Jan Tattermusch2016-09-08
|
* Merge pull request #7986 from jtattermusch/coreclr_interop_fixesGravatar Jan Tattermusch2016-09-07
|\ | | | | Improvements to CoreCLR support
| * upgrade Moq to version that supports netstandard1.3Gravatar Jan Tattermusch2016-09-05
| |
| * cleanup of project.json filesGravatar Jan Tattermusch2016-09-05
| |
| * update Protobuf to 3.0.0 in project.json projectsGravatar Jan Tattermusch2016-09-05
| |
| * update Google.Apis.Auth to 1.16.0 for project.json projectsGravatar Jan Tattermusch2016-09-05
| |
* | Merge pull request #7758 from apolcyn/use_third_party_thread_pool_masterGravatar kpayson642016-09-02
|\ \ | | | | | | Use thread pool from concurrent-ruby on ruby server
* \ \ Merge pull request #7912 from ctiller/g_stands_forGravatar Craig Tiller2016-08-30
|\ \ \ | | | | | | | | Specify the "g" in gRPC
| * | | Specify the "g" in gRPCGravatar Craig Tiller2016-08-29
| | |/ | |/|
* / | php: error out if metadata key is not legalGravatar Stanley Cheung2016-08-26
|/ /
* | Bazel: export LICENSE file.Gravatar Piotr Sikora2016-08-24
| | | | | | | | Signed-off-by: Piotr Sikora <piotrsikora@google.com>
* | Merge pull request #7802 from nicolasnoble/upmerge-from-v1.0.xGravatar Nicolas Noble2016-08-23
|\ \ | | | | | | Upmerge from v1.0.x
* \ \ Merge pull request #7819 from stanley-cheung/php-update-composerGravatar Stanley Cheung2016-08-23
|\ \ \ | | | | | | | | PHP: bump version (master)
* \ \ \ Merge pull request #7763 from thunderboltsid/add-pypy-to-dockerfileGravatar kpayson642016-08-22
|\ \ \ \ | | | | | | | | | | Add PyPy 5.3.1 to dockerfile and template
| | * | | php: bump versionGravatar Stanley Cheung2016-08-22
| |/ / / |/| | |
| | * | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
| |/| | |/| | |
* | | | Merge pull request #7762 from KindDragon/masterGravatar Nicolas Noble2016-08-18
|\ \ \ \ | | | | | | | | | | Fix CMake for windows (VS2015)
| | | * | Move Podspecs to v1Gravatar Jorge Canizales2016-08-18
| | | | |
| * | | | Fix CMake for WindowsGravatar Arkadiy Shapkin2016-08-18
| | | | |
| | | | * update gemspec in templateGravatar Alexander Polcyn2016-08-17
| | |_|/ | |/| |
| | * | Add PyPy 5.3.1 to dockerfile and templateGravatar siddharthshukla2016-08-17
| |/ /
| | * Update required protobuf version to v3.0.0Gravatar Yuchen Zeng2016-08-15
| | |
* | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-16
|\ \ \ | |/ / |/| / | |/
| * use CommandLineParser with CoreCLR supportGravatar Jan Tattermusch2016-08-13
| |
| * Merge pull request #7660 from jtattermusch/google_apis_auth_coreclrGravatar Jan Tattermusch2016-08-13
| |\ | | | | | | Updgrade Google.Apis.Auth dependency to 0.15
| * \ Merge pull request #7696 from murgatroid99/makefile_remove_proto_warningGravatar Nicolas Noble2016-08-12
| |\ \ | | | | | | | | Remove warning about protobuf 3.0.0+ from the Makefile
| * | | Updating build package C# scripts.Gravatar Nicolas "Pixel" Noble2016-08-12
| | | |
| * | | Merge pull request #7682 from apolcyn/add_runtime_nodes_back_in_gaGravatar Nicolas Noble2016-08-11
| |\ \ \ | | | | | | | | | | add all runtime nodes back into testing packages
| * \ \ \ Merge pull request #7578 from murgatroid99/ruby_dependency_update_proto_3Gravatar Nicolas Noble2016-08-11
| |\ \ \ \ | | | | | | | | | | | | Update ruby google-protobuf dependency to 3.0
| * \ \ \ \ Merge pull request #7577 from murgatroid99/node_dependency_updateGravatar Nicolas Noble2016-08-11
| |\ \ \ \ \ | | | | | | | | | | | | | | Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
* | \ \ \ \ \ Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-11
|\ \ \ \ \ \ \
| | | | | | | * upgrade Google.Apis.Auth dependency to 0.15.0Gravatar Jan Tattermusch2016-08-11
| | |_|_|_|_|/ | |/| | | | |
| | | | | | * Remove use of verify-install target in MakefileGravatar murgatroid992016-08-10
| | | | | | |
| | | | | | * Remove warning about protobuf 3.0.0+ from the MakefileGravatar murgatroid992016-08-10
| | |_|_|_|/ | |/| | | |
| | * | | | php: update package.xmlGravatar Stanley Cheung2016-08-09
| |/ / / /
| | | | * add all runtime nodes back into testing packagesGravatar Alexander Polcyn2016-08-09
| | |_|/ | |/| |
* | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-03
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt Makefile build.yaml package.json src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/health_check/package.json src/node/tools/package.json src/python/grpcio/grpc_version.py src/python/grpcio_health_checking/grpc_version.py src/python/grpcio_tests/grpc_version.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal
| | * | | update templates to not include runtime sections in project.jsonGravatar Alexander Polcyn2016-08-02
| | | | |
| | * | | update nuget after installing in dockerGravatar Alexander Polcyn2016-08-02
| |/ / /
* | | | Merge pull request #7554 from muxi/fix-cronet-interop-testGravatar Muxi Yan2016-08-02
|\ \ \ \ | | | | | | | | | | Fix Objective-C test pods for Cronet tests
| | | * \ Merge remote-tracking branch 'upstream/v1.0.x' into node_dependency_updateGravatar murgatroid992016-08-02
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtmGravatar Jan Tattermusch2016-08-02
| | |\ \ \ | | | | | | | | | | | | Update .NET core dependencies to RTM
* | | \ \ \ Merge pull request #7553 from podsvirov/topic-cmake-templateGravatar Nicolas Noble2016-07-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | CMake Project Improvements
* \ \ \ \ \ \ Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-07-29
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/pb/test/client.rb src/ruby/pb/test/server.rb tools/dockerfile/test/php7_jessie_x64/Dockerfile