Feng Xiao
32ad5a3e0d
Use "git reset --hard" to actually reset the code.
8 years ago
Feng Xiao
b7c813fb67
Update jenkins Java dependencies.
8 years ago
Feng Xiao
c52e54f62b
Update jenkins Java maven dependencies.
8 years ago
Paul Yang
1387a6795c
Update commit number in Docker to update composer dependency ( #2869 )
8 years ago
Paul Yang
dd8d5f57d7
Rename encode/decode to serializeToString/mergeFromString ( #2795 )
...
This better shows the semantic of the API. For already setted fields,
mergeFromString do replacement for singular fields and appending for
repeated fields.
8 years ago
Paul Yang
e3e38b81cc
Update commit id in Dockerfile to trigger update. ( #2467 )
8 years ago
Paul Yang
46ae90dc5e
Make php generated code conform to PSR-4. ( #2435 )
...
1. Generate single file for each message.
2. Lazily initiate metadata.
8 years ago
Feng Xiao
780793255d
Restore jenkins files.
...
The last up-integration from github to google3 was made at commit
e28286fa05
but somehow the change in
that commit is not actually in the up-integration CL and as a result
that change was reverted by the down-integration. Restoring them
should make the jenkins tests running again.
8 years ago
Adam Cozzette
5a76e633ea
Integrated internal changes from Google
8 years ago
Feng Xiao
83d6411bf3
Fix jenkins tests.
8 years ago
Paul Yang
795976ecf5
Trigger update of docker for new changes in #2282 . ( #2288 )
8 years ago
Bo Yang
447dee19a8
Prepare jenkins for testing php zts build.
8 years ago
Bo Yang
91bbff217e
Set up environment for php automated tests.
8 years ago
Feng Xiao
8db25a2975
Force a rebuild of Jenkins docker image.
...
Needed to pick up a Java dependency change and re-populate the offline
repo.
[skip ci]
8 years ago
Bo Yang
89d8e43428
Fix travis, jenkins environment issues.
8 years ago
Bo Yang
3a055be925
Prepare jenkins for testing php zts build.
8 years ago
Bo Yang
f17528a1fa
Set up environment for php automated tests.
8 years ago
Feng Xiao
5248f61a34
Force a rebuild of Jenkins docker image.
...
Needed to pick up a Java dependency change and re-populate the offline
repo.
[skip ci]
8 years ago
Joshua Haberman
a289d43608
Added C++ benchmark. ( #1525 )
8 years ago
Bo Yang
b8e7e892c8
Fix travis, jenkins environment issues.
8 years ago
Feng Xiao
20fbb357d0
Add more tests to jenkins.
...
1. Added ruby22 and jruby tests to jenkins.
2. Added javascript tests to jenkins.
3. Added golang tests to jenkins.
4. Removed ruby19/ruby20 tests from travis. Support for ruby 2.0 has
ended since 2016/02/24.
https://www.ruby-lang.org/en/news/2016/02/24/support-plan-of-ruby-2-0-0-and-2-1/
Change-Id: Ie984b06772335352a4be7067ab2485f923875685
8 years ago
Jon Skeet
b5ce5251fd
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform ( #1727 )
...
This also updates the version number to 3.0.0-beta4
8 years ago
Jon Skeet
10a8fb4e73
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform ( #1727 )
...
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform
This also updates the version number to 3.0.0-beta4
8 years ago
Josh Haberman
67c727cd41
Rearranged and commented files for running under Jenkins.
9 years ago
Josh Haberman
7d793c167f
Disable attempt to use ccache for docker build.
9 years ago
Josh Haberman
1ee0fda556
Use a local Maven repository to avoid network fetches during tests.
9 years ago
Josh Haberman
38bc15552d
Added code to generate XML output file for more granular results.
9 years ago
Josh Haberman
ffc811804f
Added Ruby 2.1, Oracle Java, and C#.
9 years ago
Josh Haberman
78f9b68600
Upgrade Python packages using pip.
9 years ago
Josh Haberman
483533d3a2
Install Python deps in Docker image.
9 years ago
Josh Haberman
0b931bcd53
Add another test (javanano), but run it in parallel.
9 years ago
Josh Haberman
0f8c25d105
Properly add JDK deps in the Docker image.
9 years ago
Josh Haberman
d33e93b833
Added ccache support.
9 years ago
Josh Haberman
57be1d7eb2
Added some initial shell scripts and docker file.
9 years ago
Silviu Calinoiu
786f80fe66
Add a modified patch from craigcitro@ to handle namespace sharing.
9 years ago
Feng Xiao
aa7e17a6f6
Update version numbers.
...
Version number for beta languages is updated to v3.0.0-beta-2.
Version number for alpha languages is updated to v3.0.0-alpha-5.
9 years ago
Feng Xiao
ffe9215140
Update version number.
...
Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other
languages are updated to v3.0.0-alpha-4.
9 years ago
Bo Yang
e107e2d68e
Update version number to 3.0.0-alpha-4
10 years ago
teboring
9839c0c2c9
Update version number to 3.0.0-alpha-3
10 years ago
Jisi Liu
4573e110b8
Fix python versions to comply with pep-0440.
...
Change-Id: Ifb4958e4f371b36f249faa466473f851697edb5c
10 years ago
Jisi Liu
8e61d323bf
Fix python package version to alpha-2.
...
Change-Id: Iae16dcae833959681a5c8e98764e5d1071e6fdcf
10 years ago
Tres Seaver
f336d4b7a5
Prepare for Python2-Python3 straddle.
...
- Remove PY25 cruft.
- Selectively apply cleanups from 'python-modernize':
- New exception syntax.
- Use 'six' to handle module renames.
- Use 'six' to handle text / binary stuff.
This PR covers most of the work from #66 which falls inside `python`
(rather than the Python code generation stuff in 'src').
10 years ago
Adal Chiriliuc
4f0170d465
Updated __version__
10 years ago
Adal Chiriliuc
374b95146e
Add __version__
...
Added __version__ attr to package so that scripts that check local
packages to see if newer versions are available can work.
Almost all Python packages have a version attr, and the vast majority of
them name it "__version__"
10 years ago
Adal Chiriliuc
6f7aa2f678
Revert "Add __version__"
...
This reverts commit 5337cf564f
.
10 years ago
Adal Chiriliuc
5337cf564f
Add __version__
...
Added __version__ attr to package so that scripts that check local
packages to see if newer versions are available can work.
Almost all Python packages have a version attr, and the vast majority of
them name it "__version__"
10 years ago
Jon Skeet
f0589506c9
Wiping slate clean to start again with new layout.
16 years ago
Jon Skeet
f92c545f49
Initial commit of C# code developed before installing Git.
...
committer: Jon Skeet <skeet@pobox.com>
17 years ago
temporal
40ee551715
Initial checkin.
17 years ago