Commit Graph

933 Commits

Author SHA1 Message Date
Alistair Veitch 635899d062 rebuild makefile 2015-07-17 16:02:24 -07:00
Nathaniel Manista 3abe61850e links interface and gRPC-on-wire implementation
This code branches out of the alpha/early_adopter code and begins
building toward the beta API.
2015-07-13 23:15:51 +00:00
Nicolas "Pixel" Noble f716c0ca43 Filtering stdout for JUnit report in case of timeouts.
We're not properly filtering stdout in case we're timeouting. This generates invalid XML output.
2015-07-12 01:26:17 +02:00
Craig Tiller 594c2a4e2c Merge pull request #2395 from nicolasnoble/tabs-are-evil
Swapping tabs for spaces in generate_projects.py
2015-07-11 15:22:33 -07:00
Nicolas "Pixel" Noble 368524c7c8 Swapping tabs for spaces in generate_projects.py 2015-07-11 22:41:42 +02:00
Nicolas "Pixel" Noble 0e107a7f02 Disabling cython for now. 2015-07-11 21:06:59 +02:00
Jan Tattermusch 4547d503d3 Merge pull request #2387 from nicolasnoble/docker-is-a-freezer
Let's workaround #2140 a bit.
2015-07-10 17:02:10 -07:00
Stanley Cheung afaea18824 fix chmod of script 2015-07-10 16:48:21 -07:00
Jan Tattermusch 55d3d416be Merge pull request #2367 from stanley-cheung/add_homebrew_to_jenkins
Add homebrew testing to jenkins
2015-07-10 16:42:22 -07:00
Vijay Pai 5c3eea3307 Merge pull request #2380 from ctiller/slartiwhatfast
Make naming a little more consistent
2015-07-10 16:37:41 -07:00
Nicolas "Pixel" Noble 2366f6af86 Let's workaround #2140 a bit.
Let's wait 4 seconds before removing the docker container, and let's make the removal a non-fatal condition of the jenkins script.
2015-07-11 01:26:34 +02:00
Nicolas Noble 65153e92a8 Merge pull request #2368 from ctiller/they-gave-me-a-badge
Add a version string and a function to retrieve it
2015-07-10 16:16:17 -07:00
Stanley Cheung 1ad5ea5963 jenkins linuxbrew: review changes 2015-07-10 16:08:20 -07:00
Stanley Cheung 9359522032 Add homebrew testing to jenkins 2015-07-10 16:08:20 -07:00
Craig Tiller 2c3a35e5cf Make naming a little more consistent 2015-07-10 14:06:00 -07:00
Craig Tiller d4a43b20ee Increase timeouts for tests 2015-07-10 12:03:49 -07:00
Craig Tiller 2a3ec16a32 Merge branch 'master' into release-0_10 2015-07-10 11:17:28 -07:00
Craig Tiller 2e622bc16a Add a version string and a function to retrieve it 2015-07-10 07:46:03 -07:00
Jan Tattermusch dce2d3e0b3 prevent TestResults.xml collision of parallel test runs on windows 2015-07-09 20:22:38 -07:00
jboeuf 69cb6b41c8 Backport of pull request #2313 into release-0_10. 2015-07-10 02:24:50 +02:00
Jorge Canizales f260abdd98 Merge pull request #2243 from soltanmm/cycy
Cython refactor of Python C wrapping layer
2015-07-09 17:24:30 -07:00
Nicolas Noble 20aae902aa Merge pull request #2300 from ctiller/cmake
Add parallel execution for generate_projects
2015-07-09 16:48:02 -07:00
Craig Tiller 89af79fc11 Remove dead code 2015-07-09 16:41:44 -07:00
Nicolas "Pixel" Noble 5eb80c9195 Eating the error code from run_test.py, as Jenkins now uses report.xml fully. 2015-07-10 00:44:16 +02:00
jboeuf b97b988052 Merge pull request #2313 from yang-g/security_context2
Expose AuthContext in ClientContext and ServerContext
2015-07-09 14:18:45 -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
Masood Malekghassemi e5f7002617 Add Python3 testing support
Conditionally runs the tests depending on the availability of Python
versions (because Travis is the worst).
2015-07-09 12:41:04 -07:00
yang-g 3315a845ef Merge remote-tracking branch 'upstream/master' into security_context2 2015-07-09 12:32:48 -07:00
Eric Anderson 494886a1be Merge pull request #2338 from madongfly/android
Update dockerfile of gRpc Android interop test to use the code inside grpc-java repository.
2015-07-09 11:08:19 -07:00
Jan Tattermusch 7dbb4fc05d Merge pull request #2259 from nicolasnoble/creating-a-jenkins-branch
Creating a branch during the Jenkins build to silence a warning.
2015-07-08 21:25:53 -07:00
Nicolas "Pixel" Noble 4853246ecb Adding MacOS support in our run_jenkins script. 2015-07-09 03:34:22 +02: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
Julien Boeuf ea94e46b0d Merge branch 'master' of github.com:grpc/grpc into jwt_verifier 2015-07-08 16:24:31 -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 "Pixel" Noble 21a38b4422 Fixing variable names discrepancy in ruby's extension builder.
CONFIG != GRPC_CONFIG, meaning we're always building released, even in debug.
2015-07-08 23:29:13 +02:00
vjpai a29d2d7c33 Merge non-tty path with Windows path since they do the same thing 2015-07-08 10:31:15 -07:00
vjpai b461145b79 Stop sending terminal escape sequences if we're redirecting output to a file. 2015-07-08 09:53:46 -07:00
yang-g 85c04f938f resolve comments 2015-07-07 17:47:31 -07:00
yang-g e114a01720 Merge remote-tracking branch 'upstream/master' into security_context2 2015-07-07 16:18:36 -07:00
Craig Tiller 9c43957eec Merge github.com:grpc/grpc into cmake 2015-07-07 13:55:18 -07:00
Craig Tiller 5cdc81d709 Fix test mode 2015-07-06 16:36:15 -07:00
yang-g 8068f86974 Add a unit test 2015-07-06 15:05:48 -07:00
yang-g 5ea46ab248 merge with upstream and resolve conflicts 2015-07-06 14:05:54 -07:00
yang-g 3abe60b9d0 compiles 2015-07-06 14:00:36 -07:00
Craig Tiller 377881204f Merge branch 'reset-thy-counts-or-fear-my-wrath' into tis-but-thy-name 2015-07-06 10:26:03 -07:00
Craig Tiller 1a71811678 Add parallel execution for generate_projects 2015-07-03 12:07:06 -07:00
Siddharth Rakesh f8857de339 Merge branch 'master' of https://github.com/grpc/grpc 2015-06-30 20:26:58 -07:00
Masood Malekghassemi 743c10ccd5 Cython refactor of Python C wrapping layer
Also set up environment-related details needed for a smooth Cython
experience: have the test script avoid rebuilding all dependencies if the
virtualenv directory already exists, have the PyPI distribution script
distribute the Cython generated C code rather than the .pyx files.
2015-06-30 17:33:28 -07:00
Craig Tiller 49dc1146ec Merge github.com:grpc/grpc into forever-is-a-long-time 2015-06-30 16:38:39 -07:00
Nicolas "Pixel" Noble 862c8976e1 Creating a branch during the Jenkins build to silence a warning. 2015-06-30 15:24:54 -07:00