Skip to content

Commit 584bfa6

Browse files
Merge 4ac75df into 852913f
2 parents 852913f + 4ac75df commit 584bfa6

File tree

11 files changed

+71
-12
lines changed

11 files changed

+71
-12
lines changed

.changeset/pre.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,21 @@
1010
"big-rules-think",
1111
"breezy-humans-crash",
1212
"breezy-ligers-divide",
13+
"clean-dingos-divide",
1314
"clever-paws-rush",
15+
"curly-ducks-jump",
1416
"dull-radios-wink",
1517
"famous-laws-laugh",
1618
"famous-poets-rush",
1719
"fast-phones-scream",
20+
"few-teachers-deny",
1821
"fifty-pugs-nail",
1922
"fifty-walls-wink",
2023
"five-glasses-live",
2124
"forty-ducks-invite",
25+
"forty-hounds-grin",
2226
"forty-mails-deliver",
27+
"happy-hornets-join",
2328
"healthy-carpets-applaud",
2429
"hip-dolls-reply",
2530
"honest-balloons-walk",
@@ -30,6 +35,8 @@
3035
"metal-doors-burn",
3136
"mighty-crabs-fry",
3237
"moody-chefs-juggle",
38+
"moody-guests-smell",
39+
"neat-badgers-matter",
3340
"neat-scissors-hope",
3441
"nervous-steaks-bathe",
3542
"nervous-timers-dream",
@@ -38,6 +45,7 @@
3845
"old-rules-check",
3946
"olive-peaches-marry",
4047
"perfect-nails-doubt",
48+
"plenty-pumas-taste",
4149
"popular-ants-ring",
4250
"quiet-dryers-taste",
4351
"rotten-cheetahs-argue",
@@ -51,6 +59,7 @@
5159
"sweet-kiwis-cheer",
5260
"taco-cat-v2",
5361
"tasty-bats-refuse",
62+
"ten-pandas-cough",
5463
"thirty-ghosts-drop",
5564
"twelve-ladybugs-confess",
5665
"twenty-trains-turn",

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LOCAL_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-local
66
LOCAL_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-local
77
OTEL_COLLECTOR_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-otel-collector
88
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
9-
CHANGESET_TAG=2.0.0-beta.14
10-
IMAGE_VERSION_SUB_TAG=.14
9+
CHANGESET_TAG=2.0.0-beta.15
10+
IMAGE_VERSION_SUB_TAG=.15
1111
IMAGE_VERSION=2-beta
1212
IMAGE_NIGHTLY_TAG=2-nightly
1313

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Release
22
on:
33
push:
44
branches: [v2]
5+
pull_request:
6+
branches: [v2]
57
concurrency: ${{ github.workflow }}-${{ github.ref }}
68
permissions:
79
contents: write
@@ -34,7 +36,7 @@ jobs:
3436
uses: changesets/action@v1
3537
with:
3638
commit: 'chore(release): bump HyperDX app/package versions'
37-
title: 'chore(release): bump HyperDX app/package versions'
39+
title: 'Release HyperDX'
3840
version: yarn run version
3941
publish: yarn release
4042
env:
@@ -84,6 +86,7 @@ jobs:
8486
with:
8587
app-id: ${{ secrets.DOWNSTREAM_CH_APP_ID }}
8688
private-key: ${{ secrets.DOWNSTREAM_CH_APP_PRIVATE_KEY }}
89+
owner: ${{ secrets.DOWNSTREAM_CH_OWNER }}
8790
- name: Notify Downstream
8891
if:
8992
needs.publish_common_utils.outputs.changeset_outputs_hasChangesets ==

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dev": "docker compose -f docker-compose.dev.yml up -d && yarn app:dev && docker compose -f docker-compose.dev.yml down",
3535
"lint": "npx nx run-many -t ci:lint",
3636
"version": "make version",
37-
"release": "npx nx run-many --target=build --projects=@hyperdx/common-utils && npx changeset publish"
37+
"release": "npx nx run-many --target=build --projects=@hyperdx/common-utils && npx changeset tag && npx changeset publish"
3838
},
3939
"lint-staged": {
4040
"**/*.{ts,tsx}": [

packages/api/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @hyperdx/api
22

3+
## 2.0.0-beta.15
4+
5+
### Minor Changes
6+
7+
- 79fe30f: Queries depending on numeric aggregates now use the type's default value (e.g. 0) instead of null when dealing with non-numeric data.
8+
9+
### Patch Changes
10+
11+
- 9a9581b: Adds external API for alerts and dashboards
12+
- 293a2af: Adds openapidoc annotations for spec generation and swagger route for development
13+
- 92a4800: feat: move rrweb event fetching to the client instead of an api route
14+
- 7f0b397: feat: queryChartConfig method + events chart ratio
15+
- b4b5f6b: style: remove unused routes/components + clickhouse utils (api)
16+
- Updated dependencies [79fe30f]
17+
- Updated dependencies [cfdd523]
18+
- Updated dependencies [92a4800]
19+
- Updated dependencies [7f0b397]
20+
- @hyperdx/common-utils@0.2.0-beta.4
21+
322
## 2.0.0-beta.14
423

524
### Patch Changes

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@hyperdx/api",
3-
"version": "2.0.0-beta.14",
3+
"version": "2.0.0-beta.15",
44
"license": "MIT",
55
"private": true,
66
"engines": {
77
"node": ">=18.12.0"
88
},
99
"dependencies": {
1010
"@clickhouse/client": "^0.2.10",
11-
"@hyperdx/common-utils": "^0.2.0-beta.3",
11+
"@hyperdx/common-utils": "^0.2.0-beta.4",
1212
"@hyperdx/lucene": "^3.1.1",
1313
"@hyperdx/node-opentelemetry": "^0.8.1",
1414
"@opentelemetry/api": "^1.8.0",

packages/app/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @hyperdx/app
22

3+
## 2.0.0-beta.15
4+
5+
### Patch Changes
6+
7+
- 7de8916: Removes trailing slash for connection urls
8+
- cfdd523: feat: clickhouse queries are by default conducted through the clickhouse library via POST request. localMode still uses GET for CORS purposes
9+
- 6dc6989: feat: Automatically use last used source when loading search page
10+
- 92a4800: feat: move rrweb event fetching to the client instead of an api route
11+
- 7f0b397: feat: queryChartConfig method + events chart ratio
12+
- b4b5f6b: style: remove unused routes/components + clickhouse utils (api)
13+
- Updated dependencies [79fe30f]
14+
- Updated dependencies [cfdd523]
15+
- Updated dependencies [92a4800]
16+
- Updated dependencies [7f0b397]
17+
- @hyperdx/common-utils@0.2.0-beta.4
18+
319
## 2.0.0-beta.14
420

521
### Patch Changes

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/app",
3-
"version": "2.0.0-beta.14",
3+
"version": "2.0.0-beta.15",
44
"private": true,
55
"license": "MIT",
66
"engines": {
@@ -28,7 +28,7 @@
2828
"@codemirror/lang-sql": "^6.7.0",
2929
"@hookform/resolvers": "^3.9.0",
3030
"@hyperdx/browser": "^0.21.1",
31-
"@hyperdx/common-utils": "^0.2.0-beta.3",
31+
"@hyperdx/common-utils": "^0.2.0-beta.4",
3232
"@hyperdx/node-opentelemetry": "^0.8.1",
3333
"@lezer/highlight": "^1.2.0",
3434
"@mantine/core": "7.9.2",

packages/common-utils/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @hyperdx/common-utils
22

3+
## 0.2.0-beta.4
4+
5+
### Minor Changes
6+
7+
- 79fe30f: Queries depending on numeric aggregates now use the type's default value (e.g. 0) instead of null when dealing with non-numeric data.
8+
9+
### Patch Changes
10+
11+
- cfdd523: feat: clickhouse queries are by default conducted through the clickhouse library via POST request. localMode still uses GET for CORS purposes
12+
- 92a4800: feat: move rrweb event fetching to the client instead of an api route
13+
- 7f0b397: feat: queryChartConfig method + events chart ratio
14+
315
## 0.2.0-beta.3
416

517
### Patch Changes

packages/common-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperdx/common-utils",
33
"description": "Common utilities for HyperDX application",
4-
"version": "0.2.0-beta.3",
4+
"version": "0.2.0-beta.4",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)