Craig Tiller
c506e24a57
Update copyrights
2016-01-04 15:59:29 -08:00
Craig Tiller
482234f456
Get better output for clang-format diffs
2016-01-04 15:29:07 -08:00
Craig Tiller
408dc21390
Merge branch 'clang-format-fix' of github.com:nicolasnoble/grpc into clangfmt
2016-01-04 14:57:35 -08:00
Craig Tiller
897e4fe2ad
Update copyrights
2015-12-22 15:03:40 -08:00
Nicolas "Pixel" Noble
c51fbaa098
Actually making the clang format test properly fail sanity.
2015-12-01 23:03:24 +01:00
Jan Tattermusch
3ee9d48f2a
also removing grpc_java_android docker file
2015-10-15 14:04:33 -07:00
Jan Tattermusch
0c05dcd6bd
cleanup dockerfiles and scripts for old interop infrastructure
2015-10-15 13:52:16 -07:00
Masood Malekghassemi
5a65bcd48c
Bring Cython tests back online
2015-10-07 16:19:45 -07:00
Jan Tattermusch
1f8efa266d
Merge pull request #3386 from yang-g/enable_ssl
...
enable_ssl to use_tls
2015-10-02 13:37:30 -07:00
yang-g
035cf093de
enable_ssl to use_tls
2015-10-01 11:39:24 -07:00
Craig Tiller
71a0f9d3b0
Fix clang-format script
2015-09-28 17:22:01 -07:00
Craig Tiller
ddf3a511aa
Add clang-format to sanity
2015-09-24 13:03:44 -07:00
David G. Quintas
e5515d476d
Merge pull request #3372 from grpc/release-0_11
...
Release 0.11 to master upmerge.
2015-09-23 15:49:46 -07:00
Masood Malekghassemi
db34486027
Fix Python dockerfile
2015-09-22 13:50:09 -07:00
nmittler
46ef6b0e13
Adding apr to grpc-java Dockerfile
2015-09-11 15:46:22 -07:00
Tim Emiola
6ff393f405
Remove redundant docker files from grpc repo
2015-09-10 11:43:26 -07:00
Stanley Cheung
8ad4968e23
php: fix gce testing dockerfile
2015-08-31 08:24:19 -07:00
Donna Dionne
0218dcae0e
small fix for go docker private image building
2015-08-12 14:11:49 -07:00
Donna Dionne
689b70596d
adding build.sh for go so that go can test with private changes and private docker images.
...
fixing a go docker image build error.
2015-08-12 13:13:00 -07:00
Louis Ryan
f7d259a3ce
Merge pull request #2343 from ejona86/dont-build-netty
...
For Docker grpc_java, no longer build Netty
2015-07-09 13:09:52 -07:00
Eric Anderson
c0944ddd19
For Docker grpc_java, no longer build Netty
...
In grpc/grpc-java#425 we will be removing the netty submodule.
2015-07-08 16:44:15 -07:00
Xudong Ma
bce7190631
Update dockerfile of gRpc Android interop test to use the code inside grpc-java repository.
2015-07-08 15:17:46 -07:00
Nicolas Noble
283d2acb7d
Merge pull request #1851 from ejona86/dockerfile-no-codegen
...
Don't build codegen in grpc/java dockerfile
2015-06-05 13:04:09 -07:00
Eric Anderson
798d36ee94
Don't build codegen in grpc/java dockerfile
...
We commit the codegen into Git, so it is already available. Travis-CI is
testing the codegen, so we don't need to test it as part of interop
tests.
This means we no longer need a C compiler installed, so we stop using
grpc/base.
2015-06-01 07:57:34 -07:00
Xudong Ma
8cbc2506d5
Enable service_account_creds test and compute_engine_creds for gRpc-java.
2015-05-29 14:49:02 -07:00
Donna Dionne
241563b003
Adding 2 helper build scripts to allow docker images to be built
...
from local repositories.
Framework is already set up in private_build_and_test.sh; helper build script
is needed for each langauge.
2015-05-27 15:57:18 -07:00
Xudong Ma
2178c134de
Merge pull request #1719 from madongfly/android_docker
...
Add two more AVD for api level 21 and 19.
2015-05-21 23:06:51 -07:00
Xudong Ma
12ef17cbcd
Add two more AVD for api level 21 and 19.
...
Change the target to Google-Api, since gms only exist in Google-Api targets for api level 19 and older.
2015-05-21 20:36:43 -07:00
Craig Tiller
d4db33dcab
Add missing copyright notices
2015-05-21 15:27:23 -07:00
Tim Emiola
98b4608f15
Merge pull request #1611 from donnadionne/test-log
...
To allow local private changes to be build into private
2015-05-19 16:02:34 -07:00
Nicolas "Pixel" Noble
b98188e826
Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d.
2015-05-19 11:30:14 -07:00
Xudong Ma
fc70e3946a
Rename to grpc_java_android
2015-05-15 12:15:05 -07:00
Xudong Ma
64f92900d1
Android Dockerfile for integration test
2015-05-15 11:29:46 -07:00
Donna Dionne
79d68d550b
To allow local private changes to be build into private
...
docker images to do interop testing before submitting code
c++ and java are done previously, adding ruby and node.
see script tools/gce_setup/private_build_and_test.sh
2015-05-14 19:04:40 -07:00
Eric Anderson
aa518cc3bf
Add 'installDist' task to grpc-java Docker build
...
This will allow us to not run Gradle every time we run an integration
test.
2015-05-07 10:04:17 -07:00
Stanley Cheung
8ade472c57
add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setup
2015-05-01 14:19:13 -07:00
Stanley Cheung
c984d0bcd8
php dockerfile: one dependency was listed twice
2015-04-28 10:22:30 -07:00
Tim Emiola
ca302f51da
Updates the ruby docker file to refresh bundler
2015-04-23 11:46:38 -07:00
Donna Dionne
f9f8aca5b0
Scripts to build java and cxx docker images from local (uncommitted) code and
...
run interop tests in GCE VMs.
2015-04-20 09:52:44 -07:00
Donna Dionne
e8382dedbe
Also fixing docker file to ensure service account is copied.
2015-04-10 15:24:49 -07:00
Tim Emiola
0c62832cc1
Updated the version to 0.6.0
2015-04-08 05:39:19 -07:00
Tim Emiola
1e3361c161
Use the local version of the distpackages when build debian files
2015-04-08 05:39:19 -07:00
Tim Emiola
0bfdfa126d
Simplifies the work needed to create a new deb
...
- 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
2015-04-03 16:42:17 -07:00
Tim Emiola
e8d6c5b573
Merge pull request #1129 from nicolasnoble/scan-build
...
Adding Dockerfile for grpc/scan-build.
2015-04-02 08:38:32 -07:00
murgatroid99
650b2c71b9
Generate interop-related code in docker build
2015-04-01 13:34:19 -07:00
murgatroid99
3781a634b0
Changed PHP version to 5.5 in Dockerfiles
2015-03-30 11:47:45 -07:00
murgatroid99
80df992f98
Added composer commands to PHP Dockerfiles
2015-03-27 14:31:49 -07:00
murgatroid99
d081a22368
Removed ruby installation change
2015-03-27 12:36:34 -07:00
murgatroid99
92e86f946f
Updated php_base Dockerfile to install PHP instead of compiling it
2015-03-27 12:02:34 -07:00
Nicolas "Pixel" Noble
b8b3e01c4b
Adding Dockerfile for grpc/scan-build.
...
This can be simply used that way:
docker run -p 8182:8181 grpc/scan-build
This will grab grpc's latest github code, compile it through clang's scan-build tool (http://clang-analyzer.llvm.org/scan-build.html ) and output the result on stdout. This will also start an HTTP server on port 8182 on your machine, displaying the report nicely.
As a nice side-effect, this will also produce scan reports for openssl and protobuf.
The server can be then stopped this way:
docker ps -l # figure out the container-id
docker kill container-id
2015-03-25 06:19:41 +01:00