Commit Graph

1941 Commits

Author SHA1 Message Date
David Garcia Quintas d2565bb169 Fixed formatting and updated gen script to use concrete version of clang-format 2016-01-13 10:07:14 -08:00
David Garcia Quintas 3f8e734535 Added missing copyrights 2016-01-12 19:14:21 -08:00
David Garcia Quintas 0892fa6aa6 Added copyright message to generated nanopb code 2016-01-12 16:22:34 -08:00
David Garcia Quintas 57bc9d2b56 Merge branch 'copyright_fix' into grpclb_api 2016-01-12 15:44:30 -08:00
David Garcia Quintas 23f28a9b2c Merge branch 'master' of github.com:grpc/grpc into grpclb_api 2016-01-12 15:41:59 -08:00
David Garcia Quintas fa58786f5f Added --fix flag to check_copyright.py 2016-01-12 15:39:07 -08:00
murgatroid99 4518bf7f10 Allow transitive dependencies plugin to process non-existent libs without crashing 2016-01-12 14:32:40 -08:00
Craig Tiller 0ade2d415f Merge pull request #4686 from murgatroid99/sanity_update_copyrights
Updated copyrights
2016-01-12 13:19:27 -08:00
David Garcia Quintas 8c8ff03cc3 Merge branch 'master' of github.com:grpc/grpc into grpclb_api 2016-01-12 10:45:23 -08:00
murgatroid99 3466c4b55d Updated copyrights 2016-01-12 10:26:04 -08:00
Michael Lumish bff0d4f2f6 Merge pull request #4685 from ctiller/copywrong
Fix check_copyright.py
2016-01-12 10:25:38 -08:00
Craig Tiller 750d3ed816 Fix check_copyright.py 2016-01-12 09:38:25 -08:00
Nathaniel Manista 4cdb6247a6 Merge pull request #4457 from soltanmm/plate-tectonics
Include core in Python distribution.
2016-01-12 08:26:52 -08:00
David Garcia Quintas 82a0aabb7a added sanity scripts and checks 2016-01-11 15:51:03 -08:00
David Garcia Quintas 82a0bdc314 Merge branch 'master' of github.com:grpc/grpc into grpclb_api 2016-01-11 14:08:29 -08:00
Masood Malekghassemi 387e116fd6 Use BoringSSL for Python gRPC 2016-01-11 11:32:42 -08:00
David Garcia Quintas 756a36cdac Srcs and hdrs sanity checks skip third_party 2016-01-11 11:31:19 -08:00
Vijay Pai b3a6787bd5 Merge pull request #4525 from ctiller/proto_names
Consolidate C++ proto files under src/proto
2016-01-11 10:30:38 -08:00
David Garcia Quintas 4dfe317e5d Merge branch 'master' of github.com:grpc/grpc into grpclb_api 2016-01-08 15:50:45 -08:00
Michael Lumish 7f34c783c4 Merge pull request #4645 from ctiller/coveralls
Refine coverage language list
2016-01-08 13:27:47 -08:00
Michael Lumish c8bfa7ce89 Merge pull request #4647 from ctiller/run_errors
Handle errors in run_tests.py a little better
2016-01-08 13:05:01 -08:00
Craig Tiller 61bc8ab49b Disable ccache for the moment 2016-01-08 12:12:05 -08:00
Craig Tiller 4f2be36df2 Flag errors better 2016-01-08 08:59:20 -08:00
Craig Tiller eb9de8b05f Tweak run_tests exit status handling 2016-01-08 08:57:41 -08:00
Craig Tiller 169006688a Refine coverage language list 2016-01-07 19:30:54 -08:00
Craig Tiller 7cc0f464d1 Merge github.com:grpc/grpc into proto_names 2016-01-07 16:37:03 -08:00
Michael Lumish c75e7de6cd Merge pull request #4639 from ctiller/nominally-nuisance
Dont fail build if no report generated
2016-01-07 15:55:36 -08:00
adelez 9ac9c125c2 Merge pull request #4619 from ctiller/windows_logs
Delay reading stdout from disk until process terminates
2016-01-07 13:27:58 -08:00
Craig Tiller 3d8798445e Dont fail build if no report generated 2016-01-07 13:21:20 -08:00
Masood Malekghassemi ccc1610b95 Use tox commands to run interop client/server 2016-01-07 09:43:42 -08:00
Masood Malekghassemi 116982ea89 Include core in Python distribution 2016-01-07 09:43:42 -08:00
Michael Lumish bbaad2a7e4 Merge pull request #4606 from ctiller/clangfmt
Actually making the clang format test properly fail sanity.
2016-01-07 08:39:00 -08:00
Craig Tiller 54ed674d40 Merge github.com:grpc/grpc into proto_names 2016-01-06 17:05:34 -08:00
Michael Lumish fc5281f66d Merge pull request #4632 from ctiller/dep_head
Fix building submodules at head
2016-01-06 15:56:27 -08:00
Craig Tiller 791a49169f Merge github.com:grpc/grpc into clangfmt 2016-01-06 13:55:14 -08:00
jboeuf 0850640213 Merge pull request #4589 from ctiller/enforcer
Add a test to ensure public core headers are C89
2016-01-06 12:51:58 -08:00
Craig Tiller b361b4edfb Fix building submodules at head
- ensure failure propogates through run_jenkins.sh
- don't try to regenerate projects on non-linux environments
2016-01-06 11:44:17 -08:00
Michael Lumish 38b6eeeb4e Merge pull request #4622 from ctiller/dep_head
Add ability to update submodules before build
2016-01-06 09:39:06 -08:00
Craig Tiller 4083977c14 Update copyrights 2016-01-05 12:34:49 -08:00
Craig Tiller 1676f914a4 Add ability to update submodules before build 2016-01-05 10:49:44 -08:00
Craig Tiller db21899edc Delay reading stdout from disk until process terminates
The current code reads the stdout of each running process each time it
goes through a reap() iteration, and throws it away if the process is
still running.

On Windows, where we poll for completion every 100ms, I expect this is
having a serious impact on Jenkins performance, especially for noisier
tests.
2016-01-05 09:28:46 -08:00
Craig Tiller befa1fff76 Copyright checker fixes 2016-01-05 07:54:11 -08:00
Craig Tiller b0d8f686c5 Merge pull request #4613 from soltanmm/writecopyright
Add Cython files to check_copyright.py
2016-01-05 07:35:27 -08:00
Craig Tiller e959827ec0 Update copyrights 2016-01-04 16:12:30 -08:00
Masood Malekghassemi 2e8c2ef7dc Add Cython files to check_copyright.py 2016-01-04 16:05:26 -08:00
Craig Tiller c506e24a57 Update copyrights 2016-01-04 15:59:29 -08:00
Craig Tiller eb29fc7198 Merge github.com:grpc/grpc into clangfmt 2016-01-04 15:35:50 -08:00
Craig Tiller 482234f456 Get better output for clang-format diffs 2016-01-04 15:29:07 -08:00
Craig Tiller 64195a7ded Attempt to get docker clang-format working 2016-01-04 15:05:35 -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