From 44622b1b578f70953528f89f8b809b9ce2f688d55061e7dae4d4cfacc274401f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Aug 2023 08:07:13 +0000 Subject: [PATCH] Accepting request 1105127 from home:VaiTon:branches:devel:languages:go - Update to version 0.0.0+git20230820.407c9e7: * Bump actions/setup-go from 4.0.1 to 4.1.0 (#795) * Introduce first test for browser-side behavior. (#798) * Remove GOPATH based workflows since Go is reducing support. (#799) * Fix flamegraph name matching. (#796) * Expanded documentation of pprof web interface. (#793) * Prefix sample type menu entry ids with "sampletype-". (#792) * Fix flamegraph display in the presence of --diff_base. (#790) * Hash-pin workflow Actions (#787) * Fix away a few tab characters in *.js files added recently by accident. (#785) * Start using the new demangle.NoEnclosingParams demangling option. (#784) * Make comment to locations field a bit clearer. (#770) * Made non-D3 flamegraph view the default. (#777) (#781) * Remove special coloring for self region in new flame graph view. (#782) * Add more clear err message upon disasm addr/regex (#776) * Fix code coverage. (#778) * fix some comments (#779) * Update macOs matrix since macos-10.15 is deprecated and unavailable. (#780) * internal/driver: fixes for fetch.go (#711) * Remove the heuristic of recognizing build ID command line arg. (#775) * Increase linter timeout since it times out sometimes. (#774) * Get rid of strings.ReplaceAll to save an alloc (#772) * typo: 'browswer' -> 'browser' (#762) * Update Ubuntu versions as 18.04 is not supported now. (#764) * chore(ci): Upgrade to non-deprecated runtimes (#759) * fix typo: ocurrences -> occurrences (#758) * Bump golang.org/x/sys from 0.0.0-20220310020820-b874c991c1a5 to 0.1.0 (#756) * go.mod: update dependencies (#745) * Extend search for debug symbols (#741) * Update Go version reqs as 1.20 is released now. (#751) * NumLabel helper functions for Profile. (#749) * Add a bit more docs on label value handling. (#750) * Clarify that the comment field should only be used for human-readable content. (#746) * Modify the name shortening heuristic to handle non-Go names (#743) * Do not overwrite main binary build ID when it's present. (#742) * Update codecov action version. (#737) * Fix use of captured loop variable in go routine. (#740) * Apply -noinlines flag to the proto output. (#739) * Compatibilize profiles before merging (#734) * Disable golangci-lint on tip (#735) * Start using golangci-lint instead of the deprecated x/lint. (#731) * Speed-up profile management. (#729) * Increase chunk size for concurrent fetch to 128 (#727) * Add new symbol directory layout by build-id `/xx/xxxxxxxx.debug`. (#724) * Add visual indication of inlined frames. (#723) * Go 1.19 released, so update supported Go versions. (#721) * Update pprof documentation on tags. (#722) * Added alternative flamegraph implementation that can show callers. (#716) * Improve handling of Go symbols with type parameters (#717) * chore: run integration tests against main branch (#682) OBS-URL: https://build.opensuse.org/request/show/1105127 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/pprof?expand=0&rev=6 --- _service | 16 +++----- _servicedata | 2 +- pprof-0.0.0+git20220520.d04f242.tar.gz | 3 -- pprof-0.0.0+git20230820.407c9e7.obscpio | 3 ++ pprof.changes | 54 +++++++++++++++++++++++++ pprof.obsinfo | 4 ++ pprof.spec | 6 +-- vendor.tar.gz | 4 +- 8 files changed, 73 insertions(+), 19 deletions(-) delete mode 100644 pprof-0.0.0+git20220520.d04f242.tar.gz create mode 100644 pprof-0.0.0+git20230820.407c9e7.obscpio create mode 100644 pprof.obsinfo diff --git a/_service b/_service index dd03fcc..ce4fb0c 100644 --- a/_service +++ b/_service @@ -1,19 +1,15 @@ - + https://github.com/google/pprof.git git .git 0.0.0+git%cd.%h pprof - d04f2422c8a17569c14e84da0fae252d9529826b + 407c9e7a662f39c592c77f0db959db282b687a32 enable - - *.tar - gz - - - - - + + + + diff --git a/_servicedata b/_servicedata index eea8d9e..8ad9752 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/google/pprof.git - d04f2422c8a17569c14e84da0fae252d9529826b \ No newline at end of file + 407c9e7a662f39c592c77f0db959db282b687a32 \ No newline at end of file diff --git a/pprof-0.0.0+git20220520.d04f242.tar.gz b/pprof-0.0.0+git20220520.d04f242.tar.gz deleted file mode 100644 index 8b7095b..0000000 --- a/pprof-0.0.0+git20220520.d04f242.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d81472bedcd0120ffe596ab3eadd96bd1efe7d79a5bc2b5baa6f07a824ddc0da -size 1744426 diff --git a/pprof-0.0.0+git20230820.407c9e7.obscpio b/pprof-0.0.0+git20230820.407c9e7.obscpio new file mode 100644 index 0000000..8cbd3cb --- /dev/null +++ b/pprof-0.0.0+git20230820.407c9e7.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9f2bc83e46b2757c62761d0e04dd10811479fc313871913d0115135959e2ea +size 7729677 diff --git a/pprof.changes b/pprof.changes index dc2b548..01cecf6 100644 --- a/pprof.changes +++ b/pprof.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Mon Aug 21 17:20:43 UTC 2023 - Eyad Issa + +- Update to version 0.0.0+git20230820.407c9e7: + * Bump actions/setup-go from 4.0.1 to 4.1.0 (#795) + * Introduce first test for browser-side behavior. (#798) + * Remove GOPATH based workflows since Go is reducing support. (#799) + * Fix flamegraph name matching. (#796) + * Expanded documentation of pprof web interface. (#793) + * Prefix sample type menu entry ids with "sampletype-". (#792) + * Fix flamegraph display in the presence of --diff_base. (#790) + * Hash-pin workflow Actions (#787) + * Fix away a few tab characters in *.js files added recently by accident. (#785) + * Start using the new demangle.NoEnclosingParams demangling option. (#784) + * Make comment to locations field a bit clearer. (#770) + * Made non-D3 flamegraph view the default. (#777) (#781) + * Remove special coloring for self region in new flame graph view. (#782) + * Add more clear err message upon disasm addr/regex (#776) + * Fix code coverage. (#778) + * fix some comments (#779) + * Update macOs matrix since macos-10.15 is deprecated and unavailable. (#780) + * internal/driver: fixes for fetch.go (#711) + * Remove the heuristic of recognizing build ID command line arg. (#775) + * Increase linter timeout since it times out sometimes. (#774) + * Get rid of strings.ReplaceAll to save an alloc (#772) + * typo: 'browswer' -> 'browser' (#762) + * Update Ubuntu versions as 18.04 is not supported now. (#764) + * chore(ci): Upgrade to non-deprecated runtimes (#759) + * fix typo: ocurrences -> occurrences (#758) + * Bump golang.org/x/sys from 0.0.0-20220310020820-b874c991c1a5 to 0.1.0 (#756) + * go.mod: update dependencies (#745) + * Extend search for debug symbols (#741) + * Update Go version reqs as 1.20 is released now. (#751) + * NumLabel helper functions for Profile. (#749) + * Add a bit more docs on label value handling. (#750) + * Clarify that the comment field should only be used for human-readable content. (#746) + * Modify the name shortening heuristic to handle non-Go names (#743) + * Do not overwrite main binary build ID when it's present. (#742) + * Update codecov action version. (#737) + * Fix use of captured loop variable in go routine. (#740) + * Apply -noinlines flag to the proto output. (#739) + * Compatibilize profiles before merging (#734) + * Disable golangci-lint on tip (#735) + * Start using golangci-lint instead of the deprecated x/lint. (#731) + * Speed-up profile management. (#729) + * Increase chunk size for concurrent fetch to 128 (#727) + * Add new symbol directory layout by build-id `/xx/xxxxxxxx.debug`. (#724) + * Add visual indication of inlined frames. (#723) + * Go 1.19 released, so update supported Go versions. (#721) + * Update pprof documentation on tags. (#722) + * Added alternative flamegraph implementation that can show callers. (#716) + * Improve handling of Go symbols with type parameters (#717) + * chore: run integration tests against main branch (#682) + ------------------------------------------------------------------- Sun Jul 10 12:00:20 UTC 2022 - gmbr3@opensuse.org diff --git a/pprof.obsinfo b/pprof.obsinfo new file mode 100644 index 0000000..d6849d4 --- /dev/null +++ b/pprof.obsinfo @@ -0,0 +1,4 @@ +name: pprof +version: 0.0.0+git20230820.407c9e7 +mtime: 1692598881 +commit: 407c9e7a662f39c592c77f0db959db282b687a32 diff --git a/pprof.spec b/pprof.spec index 98e4620..b41e4d7 100644 --- a/pprof.spec +++ b/pprof.spec @@ -1,7 +1,7 @@ # # spec file for package pprof # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: pprof -Version: 0.0.0+git20220520.d04f242 +Version: 0.0.0+git20230820.407c9e7 Release: 0 Summary: CLI tool for visualization and analysis of profiling data License: Apache-2.0 Group: Development/Languages/Other URL: https://github.com/google/pprof -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar Source1: vendor.tar.gz BuildRequires: golang(API) >= 1.14 diff --git a/vendor.tar.gz b/vendor.tar.gz index 601f6ec..6e89298 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67ca51fffad25d77fd9215079072a6f9d758ab1e1ca99068389d1b9cc3f2ecdb -size 905490 +oid sha256:b2a77734356474a32d98a864da44c2f5efd30e945cb640535aaa4f810d49b558 +size 1609151