aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASING.md
Commit message (Collapse)AuthorAgeFilesLines
* Exporter/OCAgent: Add OcAgentNodeUtils. (#1471)Yang Song2018-09-261-0/+1
| | | | | | | | | | | | * Exporter/OCAgent: Add OcAgentNodeUtils. Add utilities for detecting and creating Node. Equivalent to https://github.com/census-ecosystem/opencensus-go-exporter-ocagent/blob/master/nodeinfo.go. * Fix nullness checker. * Use a local VERSION string in OC-Agent Exporter.
* Update releasing (#1472)Bogdan Drutu2018-09-251-3/+1
| | | Remove unsafe way to give permissions.
* Exporter/OCAgent: Move TraceProtoUtils to exporter. (#1470)Yang Song2018-09-241-1/+0
|
* Exporter: Start adding OC-Agent Trace Exporter. (#1455)Yang Song2018-09-241-0/+1
|
* Contrib: Add opencensus-contrib-opencensus-proto-util. (#1459)Yang Song2018-09-201-0/+1
| | | | | | * Contrib: Add opencensus-contrib-opencensus-proto-util. * Update CHANGELOG.
* Update release version for Bazel build files. (#1457)sebright2018-09-181-0/+1
| | | | | This commit also sets the version of the com.google.guava:guava-jdk5 artifact in the generate_workspace command and removes the com_fasterxml_jackson_core_jackson_core dependency from BUILD.bazel.
* Update directory names in RELEASING.md. (#1434)sebright2018-09-141-2/+2
| | | | Some directory names were changed, so the list of readmes in RELEASING.md needed to be updated.
* Update release instructions for new Github branch protection rules. (#1430)sebright2018-09-141-21/+4
| | | | | | Now protected branches can be specified with a pattern, so we can protect all release branches with one rule. See https://help.github.com/articles/about-protected-branches/. There is no need to enable branch protection when making a release.
* Spring sleuth (#1378)Dino Oliva2018-09-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial import of OpenCensus/Sleuth integration. * Minor fixes for integration with master. * Adds a README. * Removes hardcoded dependencies in build file. * Adds contrib to spring_sleuth file path. * Updates package names appropriately based on file renames. * Fixes build paths. * Fixes for build checks. * Mark as experimental. * Minor fixes for build files (space vs tab). * Minor fixes for build files (space vs tab). * Update README to absolve Spring Sleuth team of any responsibility for this spring_sleuth plugin. * Minor fixes for import control (space vs tab). * Tag public classes @since 0.16 * Adds javadoc for public methods not already documented. * Updates OpenCensusSleuthTracer to pass nullness checks. * Fixes for formatting issues. * Fixes for typos. * Suppresses the check return value warning added by gRPC. * Suppresses the check return value warning added by gRPC.
* Add readme for opencensus-contrib-log-correlation-log4j. (#1402)sebright2018-09-041-0/+1
|
* added contrib/spring/README.md to list of README files in RELEASING.mdsavaki2018-07-211-0/+1
|
* Add exemplar_util/README to releasing note. (#1308)Yang Song2018-07-121-0/+1
|
* Add contrib/log_correlation/stackdriver/README.md to RELEASING.md.Kristen Kozak2018-06-191-0/+1
| | | | | The readme contains build file snippets that need to be updated for each release.
* Add appengine_standard_util/README.md to RELEASING.md (#1238)Yang Song2018-06-051-0/+1
|
* Update versions for monitored resource util README. (#1206)Yang Song2018-05-211-0/+1
|
* Mention updating CHANGELOG in releasing instruction. (#1181)Yang Song2018-05-031-0/+6
|
* Clarify the order of pushing the release branch and deploying in RELEASING.md.Kristen Kozak2018-05-011-2/+3
|
* Update RELEASING.md that changes can be found from CHANGELOG.md. (#1159)Yang Song2018-04-271-1/+4
|
* Add bazel build for gRPC Hello World example. (#1052)Yang Song2018-03-201-0/+7
|
* Update README, RELEASING and all/build.gradle (#1064)Yang Song2018-03-161-0/+1
|
* Implement Prometheus Stats exporter (#965)Yang Song2018-02-131-0/+1
| | | | | | | | | | | | * Implement Prometheus Stats exporter * Add PromethuesStatsExporter README to releasing update list * Made some special strings as constants. * Simplify registration of Prometheus collector * Add javadoc for data model conversions. Add @since.
* First proof of concept for Instana integration (#972)Fabian Lange2018-02-091-0/+1
|
* Update script in RELEASING.md and use them to update release version in all ↵Hailong Wen2018-01-221-0/+81
| | | | readmes and build files. (fixes #941) (#946)
* Update scripts in RELEASING.md to include examples/pom.xml, and apply the ↵Hailong Wen2018-01-191-0/+1
| | | | change. (#943)
* Bump version in examples/build.gradle (#939)Bogdan Drutu2018-01-181-0/+1
|
* Record the agent label for stackdriver trace exporter. (#717)Bogdan Drutu2017-10-231-0/+1
|
* Don't specify branch protection settings to disable in RELEASING.md.Kristen Kozak2017-09-111-1/+1
|
* Add a section on enabling branch protection to RELEASING.md.Kristen Kozak2017-09-081-2/+21
|
* Update releasing known issues. (#444)Bogdan Drutu2017-07-101-2/+2
|
* Add a section of known issues with the release. (#438)Bogdan Drutu2017-07-071-0/+11
|
* Replace instrumentation with opencensus in the releasing instructions. (#432)Bogdan Drutu2017-07-071-9/+8
|
* Update main build.gradle for export to use OpenCensus. (#374)Bogdan Drutu2017-06-191-3/+3
|
* Add a link to JIRA bug for releasing instruction. (#338)Yang Song2017-06-061-1/+4
| | | | | | * Add a link to JIRA bug for releasing instruction. * Add a list on getting permissons.
* Update initial release instructions and add instructions for deployment. (#223)Bogdan Drutu2017-04-171-0/+45
| | | | | * Update initial release instructions and add instructions for deployment. * Update instructions to checkout to the tag.
* Add initial releasing instructions. (#212)Bogdan Drutu2017-04-131-0/+122
* Add initial releasing instructions.