-
Notifications
You must be signed in to change notification settings - Fork 68
dsconfig: base #771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
yesoreyeram
wants to merge
9
commits into
main
Choose a base branch
from
dsconfig/schema-base
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
dsconfig: base #771
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
06cc39b
dsconfig: base schema
yesoreyeram 8e8a1ed
updated version and changelog
yesoreyeram 219c0a0
Potential fix for pull request finding
yesoreyeram 5ff9b01
Potential fix for pull request finding
yesoreyeram 70c0ac3
addressed review comments
yesoreyeram de6d9b9
Merge remote-tracking branch 'origin' into dsconfig/schema-base
yesoreyeram a388465
updated schema
yesoreyeram c9a1e1d
revert changelog
yesoreyeram 23b1b03
revert changelog
yesoreyeram File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| 'grafana-github-datasource': patch | ||
| --- | ||
|
|
||
| Added plugin schema and artifacts | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| module github.com/grafana/github-datasource | ||
|
|
||
| go 1.26.1 | ||
| go 1.26.4 | ||
|
|
||
| require ( | ||
| github.com/bradleyfalzon/ghinstallation/v2 v2.18.0 | ||
| github.com/google/go-github/v84 v84.0.0 | ||
| github.com/grafana/grafana-plugin-sdk-go v0.291.1 | ||
| github.com/grafana/grafana-plugin-sdk-go v0.292.2 | ||
| github.com/grafana/schemads v0.0.8 | ||
| github.com/influxdata/tdigest v0.0.1 | ||
| github.com/pkg/errors v0.9.1 | ||
|
|
@@ -17,82 +17,88 @@ require ( | |
|
|
||
| require ( | ||
| github.com/BurntSushi/toml v1.6.0 // indirect | ||
| github.com/apache/arrow-go/v18 v18.5.2 // indirect | ||
| github.com/apache/arrow-go/v18 v18.6.0 // indirect | ||
| github.com/cenkalti/backoff/v5 v5.0.3 // indirect | ||
| github.com/clipperhouse/displaywidth v0.10.0 // indirect | ||
| github.com/clipperhouse/uax29/v2 v2.6.0 // indirect | ||
| github.com/clipperhouse/displaywidth v0.11.0 // indirect | ||
| github.com/clipperhouse/uax29/v2 v2.7.0 // indirect | ||
| github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect | ||
| github.com/emicklei/go-restful/v3 v3.11.0 // indirect | ||
| github.com/fatih/color v1.18.0 // indirect | ||
| github.com/emicklei/go-restful/v3 v3.13.0 // indirect | ||
| github.com/fatih/color v1.19.0 // indirect | ||
| github.com/go-logr/logr v1.4.3 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/go-openapi/jsonpointer v0.22.5 // indirect | ||
| github.com/go-openapi/jsonreference v0.21.5 // indirect | ||
| github.com/go-openapi/swag v0.23.0 // indirect | ||
| github.com/go-openapi/swag/jsonname v0.25.5 // indirect | ||
| github.com/goccy/go-json v0.10.5 // indirect | ||
| github.com/go-openapi/jsonpointer v0.24.0 // indirect | ||
| github.com/go-openapi/jsonreference v0.21.6 // indirect | ||
| github.com/go-openapi/swag v0.27.0 // indirect | ||
| github.com/go-openapi/swag/cmdutils v0.27.0 // indirect | ||
| github.com/go-openapi/swag/conv v0.27.0 // indirect | ||
| github.com/go-openapi/swag/fileutils v0.27.0 // indirect | ||
| github.com/go-openapi/swag/jsonutils v0.27.0 // indirect | ||
| github.com/go-openapi/swag/loading v0.27.0 // indirect | ||
| github.com/go-openapi/swag/mangling v0.27.0 // indirect | ||
| github.com/go-openapi/swag/netutils v0.27.0 // indirect | ||
| github.com/go-openapi/swag/stringutils v0.27.0 // indirect | ||
| github.com/go-openapi/swag/typeutils v0.27.0 // indirect | ||
| github.com/go-openapi/swag/yamlutils v0.27.0 // indirect | ||
| github.com/goccy/go-json v0.10.6 // indirect | ||
| github.com/gogo/googleapis v1.4.1 // indirect | ||
| github.com/gogo/protobuf v1.3.2 // indirect | ||
| github.com/golang-jwt/jwt/v4 v4.5.2 // indirect | ||
| github.com/google/gnostic-models v0.7.0 // indirect | ||
| github.com/google/gnostic-models v0.7.1 // indirect | ||
| github.com/google/go-querystring v1.2.0 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/grafana/otel-profiling-go v0.5.1 // indirect | ||
| github.com/grafana/pyroscope-go/godeltaprof v0.1.9 // indirect | ||
| github.com/grafana/dsconfig/dsconfig v0.0.12 // indirect | ||
| github.com/grafana/dsconfig/schema v0.0.12 // indirect | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. shouldn't this be a direct dependency? There also seem to be a lot of updates here, is that needed / expected? |
||
| github.com/grafana/otel-profiling-go v0.6.0 // indirect | ||
| github.com/grafana/pyroscope-go/godeltaprof v0.1.11 // indirect | ||
| github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 // indirect | ||
| github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect | ||
| github.com/huandu/go-clone v1.7.3 // indirect | ||
| github.com/huandu/go-sqlbuilder v1.39.1 // indirect | ||
| github.com/huandu/xstrings v1.4.0 // indirect | ||
| github.com/jaegertracing/jaeger-idl v0.6.0 // indirect | ||
| github.com/josharian/intern v1.0.0 // indirect | ||
| github.com/jaegertracing/jaeger-idl v0.9.0 // indirect | ||
| github.com/json-iterator/go v1.1.12 // indirect | ||
| github.com/jszwedko/go-datemath v0.1.1-0.20230526204004-640a500621d6 // indirect | ||
| github.com/klauspost/compress v1.18.4 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.3.0 // indirect | ||
| github.com/mailru/easyjson v0.7.7 // indirect | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/jszwedko/go-datemath v0.1.1-0.20260113213115-7f666eef0523 // indirect | ||
| github.com/klauspost/compress v1.19.0 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.4.0 // indirect | ||
| github.com/mattn/go-colorable v0.1.15 // indirect | ||
| github.com/mattn/go-isatty v0.0.22 // indirect | ||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| github.com/modern-go/reflect2 v1.0.2 // indirect | ||
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
| github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect | ||
| github.com/olekukonko/errors v1.2.0 // indirect | ||
| github.com/olekukonko/ll v0.1.6 // indirect | ||
| github.com/olekukonko/errors v1.3.0 // indirect | ||
| github.com/olekukonko/ll v0.1.8 // indirect | ||
| github.com/patrickmn/go-cache v2.1.0+incompatible // indirect | ||
| github.com/pierrec/lz4/v4 v4.1.25 // indirect | ||
| github.com/pierrec/lz4/v4 v4.1.27 // indirect | ||
| github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
| github.com/unknwon/bra v0.0.0-20200517080246-1e3013ecaff8 // indirect | ||
| github.com/unknwon/com v1.0.1 // indirect | ||
| github.com/unknwon/log v0.0.0-20200308114134-929b1006e34a // indirect | ||
| github.com/urfave/cli v1.22.17 // indirect | ||
| github.com/zeebo/xxh3 v1.1.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.67.0 // indirect | ||
| go.opentelemetry.io/contrib/propagators/jaeger v1.42.0 // indirect | ||
| go.opentelemetry.io/contrib/samplers/jaegerremote v0.36.0 // indirect | ||
| go.opentelemetry.io/otel v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.43.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v1.9.0 // indirect | ||
| go.yaml.in/yaml/v2 v2.4.3 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.69.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.69.0 // indirect | ||
| go.opentelemetry.io/contrib/propagators/jaeger v1.44.0 // indirect | ||
| go.opentelemetry.io/contrib/samplers/jaegerremote v0.37.1 // indirect | ||
| go.opentelemetry.io/otel v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.44.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v1.10.0 // indirect | ||
| go.yaml.in/yaml/v2 v2.4.4 // indirect | ||
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||
| golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect | ||
| golang.org/x/mod v0.34.0 // indirect | ||
| golang.org/x/sync v0.20.0 // indirect | ||
| golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect | ||
| golang.org/x/tools v0.43.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect | ||
| golang.org/x/exp v0.0.0-20260611194520-c48552f49976 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260706201446-f0a921348800 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260706201446-f0a921348800 // indirect | ||
| gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20260127142750-a19766b6e2d4 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20260706235625-cdb1db5517a0 // indirect | ||
| sigs.k8s.io/randfill v1.0.0 // indirect | ||
| sigs.k8s.io/yaml v1.6.0 // indirect | ||
| ) | ||
|
|
||
| require ( | ||
|
|
@@ -105,23 +111,22 @@ require ( | |
| github.com/google/flatbuffers v25.12.19+incompatible // indirect | ||
| github.com/google/go-cmp v0.7.0 // indirect | ||
| github.com/hashicorp/go-hclog v1.6.3 // indirect | ||
| github.com/hashicorp/go-plugin v1.7.0 // indirect | ||
| github.com/hashicorp/go-plugin v1.8.0 // indirect | ||
| github.com/hashicorp/yamux v0.1.2 // indirect | ||
| github.com/magefile/mage v1.16.1 // indirect | ||
| github.com/magefile/mage v1.17.2 // indirect | ||
| github.com/mattetti/filebuffer v1.0.1 // indirect | ||
| github.com/mattn/go-runewidth v0.0.19 // indirect | ||
| github.com/oklog/run v1.1.0 // indirect | ||
| github.com/mattn/go-runewidth v0.0.24 // indirect | ||
| github.com/oklog/run v1.2.0 // indirect | ||
| github.com/olekukonko/tablewriter v1.1.4 // indirect | ||
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
| github.com/prometheus/client_golang v1.23.2 // indirect | ||
| github.com/prometheus/client_model v0.6.2 // indirect | ||
| github.com/prometheus/common v0.67.5 // indirect | ||
| github.com/prometheus/procfs v0.16.1 // indirect | ||
| github.com/prometheus/common v0.69.0 // indirect | ||
| github.com/prometheus/procfs v0.21.1 // indirect | ||
| github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect | ||
| golang.org/x/net v0.53.0 // indirect | ||
| golang.org/x/sys v0.43.0 // indirect | ||
| golang.org/x/text v0.36.0 // indirect | ||
| golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect | ||
| google.golang.org/grpc v1.79.3 // indirect | ||
| golang.org/x/net v0.56.0 // indirect | ||
| golang.org/x/sys v0.46.0 // indirect | ||
| golang.org/x/text v0.39.0 // indirect | ||
| google.golang.org/grpc v1.82.0 // indirect | ||
| google.golang.org/protobuf v1.36.11 // indirect | ||
| ) | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changeling + version bump instead?