Nathaniel Manista
9f1e5ab3c9
Add test behavior to yapf_code.sh
...
With this change yapf_code no longer changes the code under test when
executed from within the sanity tests.
8 years ago
David Garcia Quintas
904e7f53ae
Introducing 1.2.0-pre1
8 years ago
David Garcia Quintas
74cec10619
Bumped version to 1.3.0-dev
8 years ago
Mehrdad Afshari
9b3c73d1cd
Updated protobuf dependency for python to 3.2.0
8 years ago
Jan Tattermusch
3b7bcc3eb0
fix grpcio_tools build on windows
8 years ago
Mehrdad Afshari
065d924436
Updated python scripts to work with protobuf 3.2.0
...
Since the build script of python grpcio-tools package
is very much entangled with the build system of protobuf,
and protobuf build scripts added a build step that
compiles js/embed.cc to create a preprocessor binary
that takes some .js files and generates a single
well_known_types_embed.cc which then gets linked to the
rest of protobuf source tree.
The generated code seems to be used only by the JS
portion of protoc, so is not expected to affect
our python build. Since we did not want to replicate
the entire build process of protobuf, we decided to
pre-generate the well_known_types_embed.cc and keep
it in our repo and then substitute the js/embed.cc
compiler file with it.
8 years ago
Jan Tattermusch
5cf218e641
regenerate protoc_lib_deps.py
8 years ago
Jan Tattermusch
6820c8c746
fix bazel_deps.sh
8 years ago
Muxi Yan
5c2d7e287b
Boost grpc version to v1.1.4
8 years ago
Ken Payson
fd6cc7de7b
Bump version to v1.1.3
8 years ago
Nathaniel Manista
b3a1ec2111
Output diff on failed yapf sanity
8 years ago
Mehrdad Afshari
1a967c31c3
Added Pylint to sanity tests
...
Pylint is only enabled for "grpcio/grpc" package,
and various specific checks that currently fail are disabled,
each with a respective TODO item in the .pylintrc file.
8 years ago
Alexander Polcyn
d490a9e7c3
build fixes for ruby on mac
8 years ago
murgatroid99
2b3e12ceee
Update version to 1.1.2
8 years ago
Ken Payson
0f5e3a87c2
Ran Yapf code, pinned version
8 years ago
Ken Payson
2fa5f2f978
Re-run yapf code, and pin version
8 years ago
murgatroid99
e15b5a42af
Bump version to 1.1.1
8 years ago
Craig Tiller
5cad46e218
Bump master version numbers
8 years ago
Nicolas "Pixel" Noble
4dcb7862bf
Flagging version 1.1.0.
8 years ago
Nicolas "Pixel" Noble
da83b376eb
Changing versions from -dev to -pre1 on the release branch.
8 years ago
Masood Malekghassemi
aa7089a549
Be more verbose when generating Python documentation
8 years ago
Nathaniel Manista
00ac6288fd
pyformat_code.sh → yapf_code.sh
...
This should have been a part of 06dea573da
.
8 years ago
Masood Malekghassemi
06dea573da
Enable running Python formatting
8 years ago
yang-g
a2341eaed0
omg it is 2017
8 years ago
yang-g
26d20a8016
exclude newly added file from copyright check
8 years ago
Craig Tiller
e4c2b10516
No need for copyright on generated files
8 years ago
Nathaniel Manista
d0386f940e
Exempt generated Python from copyright check
...
Some of these files contain the magic string "DO NOT EDIT" but we do
not wish for our tests to depend upon that.
8 years ago
Masood Malekghassemi
db422d7eba
Provide doc dir even if user interrupts docgen
8 years ago
Jan Tattermusch
7dd2cc6f68
cleanup and speedup of sanity tests
8 years ago
Masood Malekghassemi
0702f628d7
Change grpcio_tools to grpcio-tools
...
This should address the difference in how we ask users to install
grpcio-tools and the files the user ends up downloading from PyPI.
8 years ago
Masood Malekghassemi
9fb054a537
Upversion Python
8 years ago
Masood Malekghassemi
94b82355cb
Patch overlooked strings from Python un-namespacing
8 years ago
Masood Malekghassemi
f1cdf59b7f
Patch overlooked strings from Python un-namespacing
8 years ago
Masood Malekghassemi
e136c1a773
Up-version Python
8 years ago
Masood Malekghassemi
7ba3527ffe
Un-namespace Python packages
...
Setuptools was updated and our hacky namespace-package-chickens came
back to roost. This removes the unsupported namespace package hacks.
8 years ago
Masood Malekghassemi
fb261bf748
Un-namespace Python packages
...
Setuptools was updated and our hacky namespace-package-chickens came
back to roost. This removes the unsupported namespace package hacks.
8 years ago
Masood Malekghassemi
6ba93f2612
Up-version Python for backports
8 years ago
Masood Malekghassemi
0858d214af
Include proto WKTs in py tools distutils command
...
Fixes #8334 .
8 years ago
Nicolas "Pixel" Noble
50a730bd1c
Going 1.0.1.
8 years ago
Masood Malekghassemi
2da4666bdd
Don't set up Python doc packages every time
8 years ago
Yuchen Zeng
169c985f67
Remove generated pb files
8 years ago
Stanley Cheung
146a3773da
PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto
8 years ago
Jan Tattermusch
a70088bcbc
enable copyright checks for AssemblyInfo.cs files
8 years ago
Craig Tiller
2ecceef5cf
Cleaned up output format
8 years ago
Craig Tiller
d34ad4b0b9
Add a script to list undocumented files and directories
8 years ago
Nicolas "Pixel" Noble
35b8c51485
Bumping version to 1.0.1-pre1.
8 years ago
Ken Payson
8348973de9
Use templates for python version dependencies
...
Also change grpcio-tools to be a runtime dependency of grpcio-tests,
grpcio-tools is run as part of the tests.
8 years ago
Ken Payson
69ff5de496
Add Python3.5 grpcio-tools binaries
8 years ago
Nicolas "Pixel" Noble
0f9337b6a0
Removing pre2 flag.
8 years ago
Ken Payson
5998cd760c
Add Python3.5 artifact targets
8 years ago