Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Advance versions from 1.0.0 to 1.0.1-pre1 | 2016-10-17 | |
| | |||
* | Updating ruby dependency on protobuf to 3.0.2. | 2016-09-22 | |
| | |||
* | Disabling header check for filegroups. | 2016-09-21 | |
| | |||
* | switch distribtests to use nugets generated by dotnet cli | 2016-09-15 | |
| | |||
* | fix copying data directory | 2016-09-15 | |
| | |||
* | enable runing C# interop tests under coreclr | 2016-09-15 | |
| | |||
* | add shutdownhook for CoreCLR | 2016-09-15 | |
| | |||
* | allow building all nugets on linux | 2016-09-15 | |
| | |||
* | dont enumerate runtimes in project.json file | 2016-09-15 | |
| | |||
* | upgrade Moq to version that supports netstandard1.3 | 2016-09-15 | |
| | |||
* | cleanup of project.json files | 2016-09-15 | |
| | |||
* | update Protobuf to 3.0.0 in project.json projects | 2016-09-15 | |
| | |||
* | update Google.Apis.Auth to 1.16.0 for project.json projects | 2016-09-15 | |
| | |||
* | php: error out if metadata key is not legal | 2016-08-29 | |
| | |||
* | php: bump version | 2016-08-22 | |
| | |||
* | Move Podspecs to v1 | 2016-08-18 | |
| | |||
* | Update required protobuf version to v3.0.0 | 2016-08-15 | |
| | |||
* | use CommandLineParser with CoreCLR support | 2016-08-13 | |
| | |||
* | Merge pull request #7660 from jtattermusch/google_apis_auth_coreclr | 2016-08-13 | |
|\ | | | | | Updgrade Google.Apis.Auth dependency to 0.15 | ||
* \ | Merge pull request #7696 from murgatroid99/makefile_remove_proto_warning | 2016-08-12 | |
|\ \ | | | | | | | Remove warning about protobuf 3.0.0+ from the Makefile | ||
* | | | Updating build package C# scripts. | 2016-08-12 | |
| | | | |||
* | | | Merge pull request #7682 from apolcyn/add_runtime_nodes_back_in_ga | 2016-08-11 | |
|\ \ \ | | | | | | | | | add all runtime nodes back into testing packages | ||
* \ \ \ | Merge pull request #7578 from murgatroid99/ruby_dependency_update_proto_3 | 2016-08-11 | |
|\ \ \ \ | | | | | | | | | | | Update ruby google-protobuf dependency to 3.0 | ||
* \ \ \ \ | Merge pull request #7577 from murgatroid99/node_dependency_update | 2016-08-11 | |
|\ \ \ \ \ | | | | | | | | | | | | | Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0 | ||
| | | | | * | upgrade Google.Apis.Auth dependency to 0.15.0 | 2016-08-11 | |
| | | | | | | |||
| | | | * | | Remove use of verify-install target in Makefile | 2016-08-10 | |
| | | | | | | |||
| | | | * | | Remove warning about protobuf 3.0.0+ from the Makefile | 2016-08-10 | |
| | | | |/ | |||
* | | | / | php: update package.xml | 2016-08-09 | |
| |_|_|/ |/| | | | |||
| | | * | add all runtime nodes back into testing packages | 2016-08-09 | |
| |_|/ |/| | | |||
* | | | update templates to not include runtime sections in project.json | 2016-08-02 | |
| | | | |||
* | | | update nuget after installing in docker | 2016-08-02 | |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/v1.0.x' into node_dependency_update | 2016-08-02 | |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtm | 2016-08-02 | |
|\ \ \ | | | | | | | | | Update .NET core dependencies to RTM | ||
| * | | | use netcoreapp1.0 for executable projects | 2016-07-30 | |
| | | | | |||
| * | | | update project.json templates to RTM .NET core nugets | 2016-07-30 | |
| | | | | |||
| | | * | Update ruby google-protobuf dependency to 3.0 | 2016-07-29 | |
| | |/ | |/| | |||
| | * | Update node protobuf dependency to 3.0.0 where applicable. Also update ↵ | 2016-07-29 | |
| |/ | | | | | | | example dependency to grpc 1.0.0 | ||
* / | update to use new nuget client in tests | 2016-07-28 | |
|/ | |||
* | php: cleanup for GA | 2016-07-28 | |
| | |||
* | fix copyright | 2016-07-26 | |
| | |||
* | php: add php7 to jenkins basic and interop tests | 2016-07-26 | |
| | |||
* | php: remove protobuf-php clone hack | 2016-07-26 | |
| | |||
* | remove outdated php dockerfile dependency | 2016-07-26 | |
| | |||
* | node: fix health check package.json template | 2016-07-22 | |
| | |||
* | php: update composer.json | 2016-07-21 | |
| | |||
* | php: update package.xml to 1.0.0RC2 | 2016-07-21 | |
| | |||
* | Merge pull request #7374 from kpayson64/python_health_check_rename | 2016-07-19 | |
|\ | | | | | Polish grpcio_health_checking package | ||
* \ | Merge pull request #7413 from jcanizales/p0-advance-versions-to-1 | 2016-07-18 | |
|\ \ | | | | | | | Advance versions from 0.14 -> 1.0.0-pre1 | ||
| * | | Commit as 1.0.0-pre1 so we can release already. | 2016-07-18 | |
| | | | |||
| | * | Polish grpcio_health_checking package | 2016-07-18 | |
| |/ |/| | | | | | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build |