From 599a357e3797c411f5bfc5930732eba8c49347eb4a845e4349ee7dbed3c35d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rostecki?= Date: Mon, 21 Oct 2019 09:31:10 +0000 Subject: [PATCH] Accepting request 741451 from home:mrostecki:branches:devel:kubic - Update to version 0.2.1: * Add grpc-gateway for metrics service. (#205) * Pin bazel version in travis builds (#207) * Update gen-go files (#199) * Add Web JS as a LibraryInfo.Language option (#198) * Set up Python packaging for PyPI release. (#197) * Add tracestate to links. (#191) * Python proto file generator and generated proto files (#196) * Ruby proto file generator and generated proto files (#192) * Add py_proto_library() rules for envoy/api. (#194) * Gradle: Upgrade dependency versions. (#193) * Update release versions for readme. (#189) * Start 0.3.0 development cycle * Update gen-go files. (#187) * Revert "Start 0.3.0 development cycle (#167)" (#183) * Revert optimization for metric descriptor and bucket options for now. (#184) * Constant sampler: add option to always follow the parent's decision. (#182) * Document that all maximum values must be specified. (#181) * Fix typo in bucket bounds. (#178) * Restrict people who can approve reviews. This is to ensure code quality. (#177) * Use bazel cache to make CI faster. (#176) * Add grpc generated files to the idea plugin. (#175) * Add Resource to Span (#174) * time is required (#170) * Upgrade protobuf dependency to v3.6.1.3. (#173) * assume Ok Status when not set (#171) * Minor comments fixes (#160) * Start 0.3.0 development cycle (#167) * Update gen-go files. (#162) * Update releasing instruction. (#163) OBS-URL: https://build.opensuse.org/request/show/741451 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/opencensus-proto?expand=0&rev=3 --- _service | 10 +-- _servicedata | 2 +- opencensus-proto-0.2.1.obscpio | 3 + opencensus-proto-20180523.tar.xz | 3 - opencensus-proto.changes | 110 +++++++++++++++++++++++++++++++ opencensus-proto.obsinfo | 5 ++ opencensus-proto.spec | 5 +- 7 files changed, 127 insertions(+), 11 deletions(-) create mode 100644 opencensus-proto-0.2.1.obscpio delete mode 100644 opencensus-proto-20180523.tar.xz create mode 100644 opencensus-proto.obsinfo diff --git a/_service b/_service index 11241d4..28ca5d9 100644 --- a/_service +++ b/_service @@ -1,13 +1,15 @@ - + https://github.com/census-instrumentation/opencensus-proto git enable opencensus-proto - %cd - ab82e5fdec8267dc2a726544b10af97675970847 + @PARENT_TAG@ + v(.*) + v0.2.1 - + + *.tar xz diff --git a/_servicedata b/_servicedata index fc25908..3c02477 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/census-instrumentation/opencensus-proto - ab82e5fdec8267dc2a726544b10af97675970847 \ No newline at end of file + d89fa54de508111353cb0b06403c00569be780d8 \ No newline at end of file diff --git a/opencensus-proto-0.2.1.obscpio b/opencensus-proto-0.2.1.obscpio new file mode 100644 index 0000000..b676e49 --- /dev/null +++ b/opencensus-proto-0.2.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33852f526f2b4c99f6be0fb1188d52b895297ed85a6db43dec20f4141bb98995 +size 654860 diff --git a/opencensus-proto-20180523.tar.xz b/opencensus-proto-20180523.tar.xz deleted file mode 100644 index e30a30d..0000000 --- a/opencensus-proto-20180523.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b71851d3843638d3d215964d6c9a2b9a8ed177da672fa5690b239d19b053e4c -size 77596 diff --git a/opencensus-proto.changes b/opencensus-proto.changes index af966de..f5a37fc 100644 --- a/opencensus-proto.changes +++ b/opencensus-proto.changes @@ -1,3 +1,113 @@ +------------------------------------------------------------------- +Wed Sep 25 10:58:44 UTC 2019 - mrostecki@opensuse.org + +- Update to version 0.2.1: + * Add grpc-gateway for metrics service. (#205) + * Pin bazel version in travis builds (#207) + * Update gen-go files (#199) + * Add Web JS as a LibraryInfo.Language option (#198) + * Set up Python packaging for PyPI release. (#197) + * Add tracestate to links. (#191) + * Python proto file generator and generated proto files (#196) + * Ruby proto file generator and generated proto files (#192) + * Add py_proto_library() rules for envoy/api. (#194) + * Gradle: Upgrade dependency versions. (#193) + * Update release versions for readme. (#189) + * Start 0.3.0 development cycle + * Update gen-go files. (#187) + * Revert "Start 0.3.0 development cycle (#167)" (#183) + * Revert optimization for metric descriptor and bucket options for now. (#184) + * Constant sampler: add option to always follow the parent's decision. (#182) + * Document that all maximum values must be specified. (#181) + * Fix typo in bucket bounds. (#178) + * Restrict people who can approve reviews. This is to ensure code quality. (#177) + * Use bazel cache to make CI faster. (#176) + * Add grpc generated files to the idea plugin. (#175) + * Add Resource to Span (#174) + * time is required (#170) + * Upgrade protobuf dependency to v3.6.1.3. (#173) + * assume Ok Status when not set (#171) + * Minor comments fixes (#160) + * Start 0.3.0 development cycle (#167) + * Update gen-go files. (#162) + * Update releasing instruction. (#163) + * Fix Travis build. (#165) + * Add OpenApi doc for trace agent grpc-gateway (#157) + * Add command to generate OpenApi/Swagger doc for grpc-gateway (#156) + * Update gen-go files (#155) + * Add trace export grpc-gateway config (#77) + * Fix bazel build after bazel upgrade (#154) + * README: Add gitter, javadoc and godoc badge. (#151) + * Update release versions for README. (#150) + * Start 0.2.0 development cycle + * Add resource and metrics_service proto to mkgogen. Re-generate gen-go files. (#147) + * Add resource to protocol (#137) + * Fix generating the javadoc. (#144) + * Metrics/TimeSeries: start time should not be included while end time should. (#142) + * README: Add instructions on using opencensus_proto with Bazel. (#140) + * agent/README: update package info. (#138) + * Agent: Add metrics service. (#136) + * Tracing: Add default limits to TraceConfig. (#133) + * Remove a stale TODO. (#134) + * README: Add a note about go_proto_library rules. (#135) + * add golang bazel build support (#132) + * Remove exporter protos from mkgogen. (#128) + * Update README and RELEASING. (#130) + * Change histogram buckets definition to be OpenMetrics compatible. (#121) + * Remove exporter/v1 protos. (#124) + * Clean up the README for Agent proto. (#126) + * Change Quantiles to ValuesAtPercentile. (#122) + * Extend the TraceService service to support export/config for multiple Applications. (#119) + * Add specifications on Agent implementation details. (#112) + * Update gitignore (#118) + * Remove maven support. Not used. (#116) + * Add gauge distribution. (#117) + * Add support for Summary type and value. (#110) + * Add Maven status and instructions on adding dependencies. (#115) + * Bump version to 0.0.3-SNAPSHOT + * Bump version to 0.0.2 + * Update gen-go files. (#114) + * Gradle: Add missing source and javadoc rules. (#113) + * Add support for float attributes. (#98) + * Change from mean to sum in distribution. (#109) + * Bump version to v0.0.2-SNAPSHOT + * Bump version to v0.0.1 + * Add releasing instructions in RELEASING.md. (#106) + * Add Gradle build rules for generating gRPC service and releasing to Maven. (#102) + * Re-organize proto directory structure. (#103) + * Update gen-go files. (#101) + * Add a note about interceptors of other libraries. (#94) + * agent/common/v1: use exporter_version, core_library_version in LibraryInfo (#100) + * opencensus/proto: add default Agent port to README (#97) + * Update the message names for Config RPC. (#93) + * Add details about agent protocol in the README. (#88) + * Update gen-go files. (#92) + * agent/trace/v1: fix signature for Config and comments too (#91) + * Update gen-go files. (#86) + * Make tracestate a list instead of a map to preserve ordering. (#84) + * Allow MetricDescriptor to be sent only the first time. (#78) + * Update mkgogen.sh. (#85) + * Add agent trace service proto definitions. (#79) + * Update proto and gen-go package names. (#83) + * Add agent/common proto and BUILD. (#81) + * Add trace_config.proto. (#80) + * Build exporters with maven. (#76) + * Make clear that cumulative int/float can go only up. (#75) + * Add tracestate field to the Span proto. (#74) + * gradle wrapper --gradle-version 4.9 (#72) + * Change from multiple types of timeseries to have one. (#71) + * Move exemplars in the Bucket. (#70) + * Update gen-go files. (#69) + * Move metrics in the top level directory. (#68) + * Remove Range from Distribution. No backend supports this. (#67) + * Remove unused MetricSet message. (#66) + * Metrics: Add Exemplar to DistributionValue. (#62) + * Gauge vs Cumulative. (#65) + * Clarifying comment about bucket boundaries. (#64) + * Make MetricDescriptor.Type capture the type of the value as well. (#63) + * Regenerate the Go artifacts (#61) + * Add export service proto (#60) + ------------------------------------------------------------------- Thu Jan 10 16:44:22 UTC 2019 - MichaƂ Rostecki diff --git a/opencensus-proto.obsinfo b/opencensus-proto.obsinfo new file mode 100644 index 0000000..4915353 --- /dev/null +++ b/opencensus-proto.obsinfo @@ -0,0 +1,5 @@ +name: opencensus-proto +version: 0.2.1 +mtime: 1563467238 +commit: d89fa54de508111353cb0b06403c00569be780d8 + diff --git a/opencensus-proto.spec b/opencensus-proto.spec index 87fb01c..a6be32a 100644 --- a/opencensus-proto.spec +++ b/opencensus-proto.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -26,7 +26,7 @@ %define src_install_dir /usr/src/%{name} Name: opencensus-proto -Version: 20180523 +Version: 0.2.1 Release: 0 Summary: Protocol buffers for OpenCensus License: Apache-2.0 @@ -70,4 +70,3 @@ tar -xJf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir} %{src_install_dir} %changelog -