aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup
Commit message (Collapse)AuthorAge
...
* Use the local version of the distpackages when build debian filesGravatar Tim Emiola2015-04-08
|
* Simplifies the work needed to create a new debGravatar Tim Emiola2015-04-03
| | | | | | - automates much of the workflow for building a deb package - adds a version.txt file that is used configure the version on the deb package * updates the Dockerfile to make use of this
* Merge pull request #1084 from yang-g/addtestcaseGravatar donnadionne2015-03-18
|\ | | | | Add jwt_token_creds test case to interop test for c++
* \ Merge pull request #1060 from tbetbetbe/grpc-tools-add-proto-bin-docker-imageGravatar Jan Tattermusch2015-03-18
|\ \ | | | | | | Adds a dockerfile and script for building a tar archive containing protoc and the plugins
| * | Updates the structure and name of the tar.gz archiveGravatar Tim Emiola2015-03-18
| | | | | | | | | | | | | | | - the name includes a version - the top-level directory of the tar has the same name as the archive
| * | Corrects some spelling mistakesGravatar Tim Emiola2015-03-18
| | |
* | | Add csharp server to interop testsGravatar Donna Dionne2015-03-18
| | |
| | * Add jwt_token_creds test case to interop test for c++Gravatar Yang Gao2015-03-18
| |/ |/|
| * Adds a dockerfile and script for building a tar archive containing protoc ↵Gravatar Tim Emiola2015-03-16
| | | | | | | | and the grpc plugins
* | Add the Python interop client to gce_setup filesGravatar Nathaniel Manista2015-03-10
| |
* | Modifying after review comments.Gravatar Donna Dionne2015-03-09
| |
* | Added timeout for tests that hangGravatar Donna Dionne2015-03-06
|/ | | | Added prettier cloud to prod output and a history of results
* Adding csharp to test suiteGravatar Donna Dionne2015-03-05
| | | | temp remove timing out test to investigate
* fix gce script for cloud to cloud C# clientGravatar Jan Tattermusch2015-03-04
|
* Just a few more changes to include csharp into build and testGravatar Donna Dionne2015-03-03
|
* addressed commentsGravatar Jan Tattermusch2015-03-03
|
* adding C# support to gce_setup scriptsGravatar Jan Tattermusch2015-03-03
|
* adding a build images script and remove some tests while investigating timeoutGravatar Donna Dionne2015-03-02
|
* Adding test command to test node auth compute engine credentials.Gravatar Donna Dionne2015-02-27
|
* Merge branch 'master' of github.com:google/grpc into go-auth-testsGravatar Donna Dionne2015-02-25
|\
| * Merge pull request #783 from ↵Gravatar Michael Lumish2015-02-25
| |\ | | | | | | | | | | | | tbetbetbe/grpc_ruby_switch_auth_to_google_auth_library_ruby Grpc ruby switch auth to google auth library ruby
| | * Fixes the GCE creds test flagsGravatar Tim Emiola2015-02-25
| | |
| | * Updates the docker test commandsGravatar Tim Emiola2015-02-25
| | |
* | | Fixing go commandsGravatar Donna Dionne2015-02-24
|/ / | | | | | | Fixing test names
* | Adding auth test into suite to be run automaticallyGravatar Donna Dionne2015-02-24
| | | | | | | | | | Temporarly taking out time out as it is not working properly on gcloud command Restore a flag incorrectly removed earlier
* | Fixed node cloud-prod commandsGravatar murgatroid992015-02-24
| |
* | Fixed environment variable passing in node cloud-prod commandGravatar murgatroid992015-02-24
|/
* Adding go auth testsGravatar Donna Dionne2015-02-23
| | | | Adding python to images to be pulled after building
* Fixing docker file and image building for python.Gravatar Donna Dionne2015-02-20
|
* Merge branch 'master' into node_auth_integrationGravatar murgatroid992015-02-18
|\
* | Added node auth interop test commandGravatar murgatroid992015-02-18
| |
* | Added prod SSL support to Node DockerfileGravatar murgatroid992015-02-18
| |
| * Merge pull request #540 from ctiller/copyrightGravatar Tim Emiola2015-02-18
| |\ | | | | | | Copyright checker
| | * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| | |
| * | Add back a missing testGravatar Donna Dionne2015-02-18
| | |
| | * Update copyright to 2015Gravatar Craig Tiller2015-02-18
| | |
| | * Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-17
| | |\ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py
| * | Adding new tests into docker runsGravatar Donna Dionne2015-02-17
|/ /
| * Add shell script copyrightsGravatar Craig Tiller2015-02-16
| |
* | Add Python to the list of interop servers to run.Gravatar Nathaniel Manista2015-02-15
|/
* Setting default ssh directory in the case of test runs running as root.Gravatar Donna Dionne2015-02-13
|
* Use environment variable to set root certs in c++ interop test.Gravatar Yang Gao2015-02-05
|
* fixing builder.sh after code review comments.Gravatar Donna Dionne2015-02-05
|
* Rewrote the timeout for test commandsGravatar Donna Dionne2015-02-04
| | | | | Added missing pingpong tests to cloud prod test Cleaned up test output and inserted them into a google.visualization.Datatable object
* Merge pull request #389 from tbetbetbe/grpc_tools_add_auth_prod_testsGravatar donnadionne2015-02-04
|\ | | | | Grpc tools add auth prod tests
* | Adds a grpc_show_servers commandGravatar Tim Emiola2015-02-04
| |
* | Replaces grpc_launch_server with grpc_launch_serversGravatar Tim Emiola2015-02-04
| |
| * Allow the ruby tests to have service account infoGravatar Tim Emiola2015-02-04
|/
* Update docker creation script to use the full boot disk sizeGravatar Tim Emiola2015-02-04
| | | | | | | - automates the disk partitioning described in https://cloud.google.com/compute/docs/disks/persistent-disks#repartitionrootpd Removes an unnecessary semi-colon
* Fixed errors in Node test runningGravatar murgatroid992015-02-03
|