This repository was archived by the owner on Apr 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.0
4+ * Add context menu (triggered by right clicking the flamegraph)
5+ * Add toolbar
6+ * Allow focusing on a subtree
7+ * Allow searching nodes that match a specific string
8+ * Visual updates
9+
310## 1.0.0
411
512Initial release.
Original file line number Diff line number Diff line change 33set -euo pipefail
44
55# TODO update this, use tags instead
6- UPSTREAM_BRANCH=" chore/grafana-panel-webpack "
6+ # UPSTREAM_BRANCH="007c54f6357c354c3093fec3f8de87252e2c73e6 "
77PACKAGE_VERSION=$( cat package.json \
88 | grep version \
99 | head -1 \
@@ -19,7 +19,10 @@ cloneDst="pyroscope"
1919rm -Rf dist/
2020rm -Rf " $cloneDst "
2121
22- git clone --depth 1 --branch " $UPSTREAM_BRANCH " https://github.com/pyroscope-io/pyroscope.git " $cloneDst "
22+ # git clone --depth 1 --branch "$UPSTREAM_BRANCH" https://github.com/pyroscope-io/pyroscope.git "$cloneDst"
23+ git clone --depth 1 --branch " main" https://github.com/pyroscope-io/pyroscope.git " $cloneDst "
24+ git -C " $cloneDst " checkout " 007c54f6357c354c3093fec3f8de87252e2c73e6"
25+
2326
2427
2528# https://github.com/typicode/husky/issues/851
You can’t perform that action at this time.
0 commit comments