Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions alertmanager/cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ source: {
}
deps: {
"github.com/perses/shared/cue@v0": {
v: "v0.54.0-rc.1"
v: "v0.54.0"
default: true
}
"github.com/perses/spec/cue@v0": {
v: "v0.2.0-rc.0"
v: "v0.2.0"
default: true
}
}
2 changes: 1 addition & 1 deletion alertmanager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.26.5

require (
github.com/perses/perses v0.54.0-rc.1
github.com/perses/spec v0.2.0-rc.0
github.com/perses/spec v0.2.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions alertmanager/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ github.com/perses/common v0.31.2 h1:klsl0KfWn6wVVG4rDJvsTvFO8Owf5ed4nj2VjbQST60=
github.com/perses/common v0.31.2/go.mod h1:KgLB0ojBFzg93UwTNK8uAE1yuGexBiwqHiAvTFcHRDI=
github.com/perses/perses v0.54.0-rc.1 h1:lsM8LEZkFaS31utLU15KcARYO/cVM1WAGDDOewolZ7g=
github.com/perses/perses v0.54.0-rc.1/go.mod h1:vZTQu+tq9kOtI5E0i/Q+484aIPRhuONgErRThMSTx4Q=
github.com/perses/spec v0.2.0-rc.0 h1:2MJUa4MSjDelA7WL2Ku8tSovtYVBNaLfu0Za3zXIfrw=
github.com/perses/spec v0.2.0-rc.0/go.mod h1:fyW8gFeaTXbF2TaE0N+iWrHtC7UZiRcT13qo+Y0ZEJM=
github.com/perses/spec v0.2.0 h1:m/cdXVErAfjDft+dfxkfL+63Z+ggJ0sY08Wg7Q9Ruzk=
github.com/perses/spec v0.2.0/go.mod h1:fyW8gFeaTXbF2TaE0N+iWrHtC7UZiRcT13qo+Y0ZEJM=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
Expand Down
10 changes: 5 additions & 5 deletions alertmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"peerDependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@perses-dev/components": "^0.54.0-rc.1",
"@perses-dev/spec": "^0.2.0-rc.0",
"@perses-dev/dashboards": "^0.54.0-rc.1",
"@perses-dev/explore": "^0.54.0-rc.1",
"@perses-dev/plugin-system": "^0.54.0-rc.1",
"@perses-dev/components": "^0.54.0",
"@perses-dev/spec": "^0.2.0",
"@perses-dev/dashboards": "^0.54.0",
"@perses-dev/explore": "^0.54.0",
"@perses-dev/plugin-system": "^0.54.0",
"@tanstack/react-query": "^4.39.1",
"date-fns": "^4.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion barchart/cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source: {
}
deps: {
"github.com/perses/shared/cue@v0": {
v: "v0.53.1"
v: "v0.54.0"
default: true
}
}
6 changes: 3 additions & 3 deletions barchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@hookform/resolvers": "^3.2.0",
"@perses-dev/components": "^0.54.0-rc.1",
"@perses-dev/plugin-system": "^0.54.0-rc.1",
"@perses-dev/spec": "^0.2.0-rc.0",
"@perses-dev/components": "^0.54.0",
"@perses-dev/plugin-system": "^0.54.0",
"@perses-dev/spec": "^0.2.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"echarts": "5.5.0",
Expand Down
4 changes: 2 additions & 2 deletions clickhouse/cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ source: {
}
deps: {
"github.com/perses/shared/cue@v0": {
v: "v0.54.0-rc.1"
v: "v0.54.0"
default: true
}
"github.com/perses/spec/cue@v0": {
v: "v0.2.0-rc.0"
v: "v0.2.0"
default: true
}
}
2 changes: 1 addition & 1 deletion clickhouse/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.26.5

require (
github.com/perses/perses v0.54.0-rc.1
github.com/perses/spec v0.2.0-rc.0
github.com/perses/spec v0.2.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions clickhouse/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ github.com/perses/common v0.31.2 h1:klsl0KfWn6wVVG4rDJvsTvFO8Owf5ed4nj2VjbQST60=
github.com/perses/common v0.31.2/go.mod h1:KgLB0ojBFzg93UwTNK8uAE1yuGexBiwqHiAvTFcHRDI=
github.com/perses/perses v0.54.0-rc.1 h1:lsM8LEZkFaS31utLU15KcARYO/cVM1WAGDDOewolZ7g=
github.com/perses/perses v0.54.0-rc.1/go.mod h1:vZTQu+tq9kOtI5E0i/Q+484aIPRhuONgErRThMSTx4Q=
github.com/perses/spec v0.2.0-rc.0 h1:2MJUa4MSjDelA7WL2Ku8tSovtYVBNaLfu0Za3zXIfrw=
github.com/perses/spec v0.2.0-rc.0/go.mod h1:fyW8gFeaTXbF2TaE0N+iWrHtC7UZiRcT13qo+Y0ZEJM=
github.com/perses/spec v0.2.0 h1:m/cdXVErAfjDft+dfxkfL+63Z+ggJ0sY08Wg7Q9Ruzk=
github.com/perses/spec v0.2.0/go.mod h1:fyW8gFeaTXbF2TaE0N+iWrHtC7UZiRcT13qo+Y0ZEJM=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
Expand Down
12 changes: 6 additions & 6 deletions clickhouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@hookform/resolvers": "^3.2.0",
"@perses-dev/components": "^0.54.0-rc.1",
"@perses-dev/dashboards": "^0.54.0-rc.1",
"@perses-dev/spec": "^0.2.0-rc.0",
"@perses-dev/explore": "^0.54.0-rc.1",
"@perses-dev/plugin-system": "^0.54.0-rc.1",
"@perses-dev/client": "^0.54.0-rc.1",
"@perses-dev/components": "^0.54.0",
"@perses-dev/dashboards": "^0.54.0",
"@perses-dev/spec": "^0.2.0",
"@perses-dev/explore": "^0.54.0",
"@perses-dev/plugin-system": "^0.54.0",
"@perses-dev/client": "^0.54.0",
"@tanstack/react-query": "^4.39.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
Expand Down
6 changes: 5 additions & 1 deletion datasourcevariable/cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ deps: {
default: true
}
"github.com/perses/shared/cue@v0": {
v: "v0.53.1"
v: "v0.54.0"
default: true
}
"github.com/perses/spec/cue@v0": {
v: "v0.2.0"
default: true
}
}
4 changes: 2 additions & 2 deletions datasourcevariable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@hookform/resolvers": "^3.2.0",
"@perses-dev/components": "^0.54.0-rc.1",
"@perses-dev/plugin-system": "^0.54.0-rc.1",
"@perses-dev/components": "^0.54.0",
"@perses-dev/plugin-system": "^0.54.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"echarts": "5.5.0",
Expand Down
6 changes: 3 additions & 3 deletions flamechart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@hookform/resolvers": "^3.2.0",
"@perses-dev/components": "^0.54.0-rc.1",
"@perses-dev/plugin-system": "^0.54.0-rc.1",
"@perses-dev/spec": "^0.2.0-rc.0",
"@perses-dev/components": "^0.54.0",
"@perses-dev/plugin-system": "^0.54.0",
"@perses-dev/spec": "^0.2.0",
"@tanstack/react-table": "^8.20.5",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion gaugechart/cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source: {
}
deps: {
"github.com/perses/shared/cue@v0": {
v: "v0.53.1"
v: "v0.54.0"
default: true
}
}
6 changes: 3 additions & 3 deletions gaugechart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@hookform/resolvers": "^3.2.0",
"@perses-dev/components": "^0.54.0-rc.1",
"@perses-dev/spec": "^0.2.0-rc.0",
"@perses-dev/plugin-system": "^0.54.0-rc.1",
"@perses-dev/components": "^0.54.0",
"@perses-dev/spec": "^0.2.0",
"@perses-dev/plugin-system": "^0.54.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"echarts": "5.5.0",
Expand Down
4 changes: 2 additions & 2 deletions greptimedb/cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ source: {
}
deps: {
"github.com/perses/shared/cue@v0": {
v: "v0.54.0-rc.1"
v: "v0.54.0"
default: true
}
"github.com/perses/spec/cue@v0": {
v: "v0.2.0-rc.0"
v: "v0.2.0"
default: true
}
}
2 changes: 1 addition & 1 deletion greptimedb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.26.5

require (
github.com/perses/perses v0.54.0-rc.1
github.com/perses/spec v0.2.0-rc.0
github.com/perses/spec v0.2.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions greptimedb/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ github.com/perses/common v0.31.2 h1:klsl0KfWn6wVVG4rDJvsTvFO8Owf5ed4nj2VjbQST60=
github.com/perses/common v0.31.2/go.mod h1:KgLB0ojBFzg93UwTNK8uAE1yuGexBiwqHiAvTFcHRDI=
github.com/perses/perses v0.54.0-rc.1 h1:lsM8LEZkFaS31utLU15KcARYO/cVM1WAGDDOewolZ7g=
github.com/perses/perses v0.54.0-rc.1/go.mod h1:vZTQu+tq9kOtI5E0i/Q+484aIPRhuONgErRThMSTx4Q=
github.com/perses/spec v0.2.0-rc.0 h1:2MJUa4MSjDelA7WL2Ku8tSovtYVBNaLfu0Za3zXIfrw=
github.com/perses/spec v0.2.0-rc.0/go.mod h1:fyW8gFeaTXbF2TaE0N+iWrHtC7UZiRcT13qo+Y0ZEJM=
github.com/perses/spec v0.2.0 h1:m/cdXVErAfjDft+dfxkfL+63Z+ggJ0sY08Wg7Q9Ruzk=
github.com/perses/spec v0.2.0/go.mod h1:fyW8gFeaTXbF2TaE0N+iWrHtC7UZiRcT13qo+Y0ZEJM=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
Expand Down
10 changes: 5 additions & 5 deletions greptimedb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@hookform/resolvers": "^3.2.0",
"@perses-dev/components": "^0.54.0-rc.1",
"@perses-dev/dashboards": "^0.54.0-rc.1",
"@perses-dev/plugin-system": "^0.54.0-rc.1",
"@perses-dev/client": "^0.54.0-rc.1",
"@perses-dev/spec": "^0.2.0-rc.0",
"@perses-dev/components": "^0.54.0",
"@perses-dev/dashboards": "^0.54.0",
"@perses-dev/plugin-system": "^0.54.0",
"@perses-dev/client": "^0.54.0",
"@perses-dev/spec": "^0.2.0",
"@tanstack/react-query": "^4.39.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion heatmapchart/cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source: {
}
deps: {
"github.com/perses/shared/cue@v0": {
v: "v0.53.1"
v: "v0.54.0"
default: true
}
}
6 changes: 3 additions & 3 deletions heatmapchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"module": "lib/index.js",
"types": "lib/index.d.ts",
"peerDependencies": {
"@perses-dev/components": "^0.54.0-rc.1",
"@perses-dev/plugin-system": "^0.54.0-rc.1",
"@perses-dev/spec": "^0.2.0-rc.0",
"@perses-dev/components": "^0.54.0",
"@perses-dev/plugin-system": "^0.54.0",
"@perses-dev/spec": "^0.2.0",
"echarts": "5.5.0",
"lodash": "^4.17.21",
"react": "^17.0.2 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion histogramchart/cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source: {
}
deps: {
"github.com/perses/shared/cue@v0": {
v: "v0.53.1"
v: "v0.54.0"
default: true
}
}
6 changes: 3 additions & 3 deletions histogramchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"module": "lib/index.js",
"types": "lib/index.d.ts",
"peerDependencies": {
"@perses-dev/components": "^0.54.0-rc.1",
"@perses-dev/plugin-system": "^0.54.0-rc.1",
"@perses-dev/spec": "^0.2.0-rc.0",
"@perses-dev/components": "^0.54.0",
"@perses-dev/plugin-system": "^0.54.0",
"@perses-dev/spec": "^0.2.0",
"echarts": "5.5.0",
"lodash": "^4.17.21",
"react": "^17.0.2 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions jaeger/cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ source: {
}
deps: {
"github.com/perses/shared/cue@v0": {
v: "v0.54.0-rc.1"
v: "v0.54.0"
default: true
}
"github.com/perses/spec/cue@v0": {
v: "v0.2.0-rc.0"
v: "v0.2.0"
default: true
}
}
2 changes: 1 addition & 1 deletion jaeger/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.26.5

require (
github.com/perses/perses v0.54.0-rc.1
github.com/perses/spec v0.2.0-rc.0
github.com/perses/spec v0.2.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions jaeger/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ github.com/perses/common v0.31.2 h1:klsl0KfWn6wVVG4rDJvsTvFO8Owf5ed4nj2VjbQST60=
github.com/perses/common v0.31.2/go.mod h1:KgLB0ojBFzg93UwTNK8uAE1yuGexBiwqHiAvTFcHRDI=
github.com/perses/perses v0.54.0-rc.1 h1:lsM8LEZkFaS31utLU15KcARYO/cVM1WAGDDOewolZ7g=
github.com/perses/perses v0.54.0-rc.1/go.mod h1:vZTQu+tq9kOtI5E0i/Q+484aIPRhuONgErRThMSTx4Q=
github.com/perses/spec v0.2.0-rc.0 h1:2MJUa4MSjDelA7WL2Ku8tSovtYVBNaLfu0Za3zXIfrw=
github.com/perses/spec v0.2.0-rc.0/go.mod h1:fyW8gFeaTXbF2TaE0N+iWrHtC7UZiRcT13qo+Y0ZEJM=
github.com/perses/spec v0.2.0 h1:m/cdXVErAfjDft+dfxkfL+63Z+ggJ0sY08Wg7Q9Ruzk=
github.com/perses/spec v0.2.0/go.mod h1:fyW8gFeaTXbF2TaE0N+iWrHtC7UZiRcT13qo+Y0ZEJM=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
Expand Down
12 changes: 6 additions & 6 deletions jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@hookform/resolvers": "^3.2.0",
"@perses-dev/components": "^0.54.0-rc.1",
"@perses-dev/dashboards": "^0.54.0-rc.1",
"@perses-dev/explore": "^0.54.0-rc.1",
"@perses-dev/plugin-system": "^0.54.0-rc.1",
"@perses-dev/client": "^0.54.0-rc.1",
"@perses-dev/spec": "^0.2.0-rc.0",
"@perses-dev/components": "^0.54.0",
"@perses-dev/dashboards": "^0.54.0",
"@perses-dev/explore": "^0.54.0",
"@perses-dev/plugin-system": "^0.54.0",
"@perses-dev/client": "^0.54.0",
"@perses-dev/spec": "^0.2.0",
"@tanstack/react-query": "^4.39.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
Expand Down
10 changes: 5 additions & 5 deletions logexplorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@hookform/resolvers": "^3.2.0",
"@perses-dev/components": "^0.54.0-rc.1",
"@perses-dev/dashboards": "^0.54.0-rc.1",
"@perses-dev/explore": "^0.54.0-rc.1",
"@perses-dev/plugin-system": "^0.54.0-rc.1",
"@perses-dev/spec": "^0.2.0-rc.0",
"@perses-dev/components": "^0.54.0",
"@perses-dev/dashboards": "^0.54.0",
"@perses-dev/explore": "^0.54.0",
"@perses-dev/plugin-system": "^0.54.0",
"@perses-dev/spec": "^0.2.0",
"@tanstack/react-query": "^4.39.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion logstable/cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source: {
}
deps: {
"github.com/perses/shared/cue@v0": {
v: "v0.53.1"
v: "v0.54.0"
default: true
}
}
8 changes: 4 additions & 4 deletions logstable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@hookform/resolvers": "^3.2.0",
"@perses-dev/components": "^0.54.0-rc.1",
"@perses-dev/dashboards": "^0.54.0-rc.1",
"@perses-dev/plugin-system": "^0.54.0-rc.1",
"@perses-dev/spec": "^0.2.0-rc.0",
"@perses-dev/components": "^0.54.0",
"@perses-dev/dashboards": "^0.54.0",
"@perses-dev/plugin-system": "^0.54.0",
"@perses-dev/spec": "^0.2.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"echarts": "5.5.0",
Expand Down
4 changes: 2 additions & 2 deletions loki/cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ source: {
}
deps: {
"github.com/perses/shared/cue@v0": {
v: "v0.54.0-rc.1"
v: "v0.54.0"
default: true
}
"github.com/perses/spec/cue@v0": {
v: "v0.2.0-rc.0"
v: "v0.2.0"
default: true
}
}
2 changes: 1 addition & 1 deletion loki/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.26.5

require (
github.com/perses/perses v0.54.0-rc.1
github.com/perses/spec v0.2.0-rc.0
github.com/perses/spec v0.2.0
)

require (
Expand Down
Loading
Loading