Commit Graph

64 Commits

Author SHA1 Message Date
Eric Anderson 6593fc8d35 RELEASING.md: Add missing repo+branch for gh-pages git pull 2020-08-13 11:09:42 -07:00
Sanjay Pujare 75664a5c83 doc: config.toml changed to config.yaml in grpc.io 2020-06-23 16:02:19 -07:00
Jihun Cho 190ab88400
examples: update xds example readme (#7017) 2020-05-07 13:24:30 -07:00
Patrice Chalin da855f4164
Delete example-kotlin (#6936) 2020-04-16 13:55:05 -07:00
Chengyuan Zhang d537adedb3
android-interop-testing: include android interop testing in main build (#6829)
Proto generated code for android-interop-testing is checked in.
2020-03-19 12:37:48 -07:00
Anar Sultanov b7859e73a0
examples: Add a JWT authentication example (#5915) 2020-03-17 17:43:31 -07:00
Jihun Cho 2eab291928
RELEASING.md: update mac build version (#6770) 2020-02-27 09:22:12 -08:00
Chengyuan Zhang e320b9bee5 Include xDS example's README.md when updating release tag version. 2020-02-13 14:54:11 -08:00
Eric Anderson 2e12b53f2f
examples: Add XDS client example 2020-01-31 11:13:44 -08:00
Eric Anderson e7d7c5bde4
examples: Add hostname example
This is placed in its own directory since it depends on grpc-services.
2020-01-17 15:50:49 -08:00
Chengyuan Zhang e281c75b2a
cronet: update README for using published grpc-cronet with play service Cronet implementation (#6178)
* cronet: update README for using published grpc-cronet with play service Cronet implementation.

* doc: Added cronet/README.md version update to RELEASING.md.
2019-09-24 13:24:59 -07:00
ZHANG Dapeng 79bc50c171
doc: fix version bug in documentation/android-channel-builder.md 2019-07-30 15:36:33 -07:00
Jihun Cho aba45cd2e3
RELEASING.md: add missing version file for android strictmode example (#5898) 2019-06-18 13:43:37 -07:00
Eric Anderson d7ef437dac RELEASING.md: Update locations for new grpc.io website 2019-05-23 13:31:47 -07:00
Eric Anderson 58c0ea5961 RELEASING.md: Use search.maven.org instead of mvnrepository.com
search.maven.org is more authoritative than mvnrepository.com
2019-05-23 12:56:29 -07:00
Eric Anderson 9679296573 RELEASING.md: Pull recent version of gh-pages before modifying 2019-05-23 12:55:37 -07:00
Eric Anderson 50b08eee3b
Delete protobuf-nano
Nano was dropped from upstream protobuf. See gRFC L51
2019-05-22 08:49:07 -07:00
Eric Anderson 8fdd2072ee RELEASING.md: Document command to start making release notes
It's fine if the command changes in the future, but we do want to start making
the release notes earlier than later.
2019-05-15 16:52:33 -07:00
Nguyen Quang Huy 05d5e4802a doc: Change http to https for security links
For security, we should change http into https links.

Co-Authored-By: Nguyen Van Trung [trungnvfet@outlook.com](mailto:trungnvfet@outlook.com)
Signed-off-by: Nguyen Quang Huy [huynq0911@gmail.com](mailto:huynq0911@gmail.com)
2019-02-27 17:25:42 -08:00
ZHANG Dapeng 26a7fe1396
doc: Update RELEASE.md VERSION_FILES 2019-01-02 10:51:20 -08:00
ZHANG Dapeng 8ff92a4a7d
doc: emphasize building examples on master branch should follow COMPILING
Resolves #5115
2018-12-06 13:17:59 -08:00
Eric Anderson 69bb8a37f8 RELEASING.md: Add missing TestDeprecatedService replacements 2018-09-25 12:32:10 -07:00
Kun Zhang a80159f85c
doc: new file to be sed'ed during the release. (#4804) 2018-08-27 17:28:31 -07:00
Eric Anderson 818d7246c3 RELEASING.md: Remove manual artifact documentation
This greatly reduces the amount of content. The removed content was
already deteriorating. For example, it references grpc-java-deploy which
is no longer present nor necessary. It also didn't suggest using
build_docker.sh for building protoc-artifacts.

While the docs could have been updated, without actually running them
they are unlikely to be functional. Removing the docs seems better than
spending effort of maintaining them, especially since they add confusion
to the process and are a scary amount of content for new devs.
2018-07-12 14:18:11 -07:00
Eric Gribkoff 5b59c696fc
documentation: update version in android-channel-builder.md (#4605) 2018-06-30 09:46:35 -07:00
Eric Gribkoff 6eb8aba669
RELEASING.md: check availability on JCenter (#4490) 2018-05-22 15:28:20 -07:00
zpencer 8a0ee979d0
RELEASING.md: add links to auto release documentation (#4444)
The steps are still valid, and should be considered the source of
truth. However, these steps have been automated as a kokoro job. Add a
link to the documentation for the kokoro job.
2018-05-07 16:29:09 -07:00
zpencer f8424f7b7b
examples: add kotlin and kotlin android examples (#4037)
Add kotlin version of HelloWorldClient and HelloWorldServer.
Add kotlin version of android example.
2018-05-01 14:54:34 -07:00
Eric Gribkoff ba86a86c77
android: add AndroidChannelBuilder (#4172) 2018-04-23 11:49:36 -07:00
Eric Anderson 5780743be4 RELEASING.md: Push branch before tag
If the release branch (i.e., v1.11.x) was not up-to-date with the local
repo, then the push to update the branch will fail. Doing it first
allows you to notice, merge in the updates and fix the tag before
pushing it.

Also document pulling the most up-to-date version of the release branch
before creating the 'release' branch. That would reduce the amount of
time the release branch could be modified.
2018-03-29 09:48:35 -07:00
Eric Gribkoff d4b11e5659
examples: include correct version in Android caching example (#4114) 2018-02-22 12:16:19 -08:00
Eric Gribkoff 2601d544bf
RELEASING.md: include golden files in branching instructions 2018-01-30 15:14:51 -08:00
Eric Gribkoff c7a5bd7a5c cronet: add build.gradle and script for Cronet deps 2018-01-16 09:16:04 -08:00
Eric Anderson 34cc66cca2
RELEASING.md: Add creating/closing of the milestone 2018-01-12 08:35:32 -08:00
Eric Anderson c9657d3e6d
RELEASING.md: Remove Jenkins job creation
We're no longer using Jenkins, and the equivalent parts necessary for
Kokoro are in go/grpc/java/releasing.
2018-01-08 08:22:14 -08:00
Eric Anderson 1bbe126b44 core: Use hard-coded string for version
Using META-INF for loading the version is broken on Android and
frequently broken when gRPC is shaded. Having hard-coded strings be
replaced on version bumps has been working well.

Fixes #2098
2017-12-15 15:31:26 -08:00
Carl Mastrangelo 9c46f92b11
all: include golden files in releasing 2017-11-20 14:50:59 -08:00
Eric Anderson 9ecb4c3da7 releasing: Build interop container image 2017-11-10 13:08:38 -08:00
Eric Anderson 03bdb7609e RELEASING.md: Check issues in release milestone 2017-11-03 15:02:58 -07:00
Eric Anderson 401066ada3 RELEASING.md: Split out release branch; tweak 2017-10-06 14:02:29 -07:00
ZHANG Dapeng 7c97aa95a1 thrift: Delete thrift
Thrift support is moved to https://github.com/grpc-ecosystem/grift
2017-09-28 09:31:32 -07:00
Mehrdad Afshari 8ce0bc25b6 Canonicalize URL prefixes to https://grpc.io 2017-07-10 16:30:09 -07:00
Eric Anderson ae66c72da3 releasing: Fix malformed Markdown for some links 2017-07-07 17:11:16 -07:00
Eric Anderson 1331abb326 releasing: Move CI config to just after branch creation 2017-07-07 17:11:16 -07:00
Eric Anderson 4b9c83f978 releasing: Use periodic builds for release branches 2017-07-07 17:11:16 -07:00
Carl Mastrangelo c6e44b28c9 all: include analytics in releasing notes 2017-03-20 09:53:55 -07:00
Eric Anderson 9fc4fa18aa releasing: Add docs for creating new Jenkins job 2017-02-14 13:51:07 -08:00
Eric Anderson 5204e4f29e releasing: Document bumping version on grpc.io 2017-01-05 13:25:05 -08:00
Eric Anderson 1f7fb044ab docs: Android examples moved for sed in RELEASING.md
examples/android/app/build.gradle is now
examples/android/helloworld/app/build.gradle and
examples/android/routeguide/app/build.gradle.

Since the number of files is getting a bit long, move it to a variable.
2016-08-19 11:12:09 -07:00
Eric Anderson f25f55a76f docs: Update README.md before tagging release 2016-08-04 13:55:29 -07:00