-
Notifications
You must be signed in to change notification settings - Fork 60
SceneDataTransformer: support system and URL provided transformations #1614
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
Merged
+1,740
−37
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
8ae09bc
feat: add system and url provided transformations to SceneDataTransfo…
dprokop 7d1014e
chore: run prettier
gtk-grafana 78eb437
fix(SceneDataTransformer): prevent custom transforms from rewriting t…
gtk-grafana fdb7af0
fix(useDataTransformer): prevent destruction of system transformation…
gtk-grafana 10c9c43
test(SceneDataTransformer): cover interoplation coverage gap
gtk-grafana d177c34
chore(SceneDataTransformer): clean up types
gtk-grafana 3074fbb
fix: setUserTransformations change bug
gtk-grafana 00e5b54
chore: remove `url` and rename `system` to `plugin`
gtk-grafana 456fa65
Update packages/scenes/src/querying/SceneDataTransformer.ts
gtk-grafana a79dc4d
chore: prettier
gtk-grafana 34b01c8
feat(system-transforms): add optional transform supplier
gtk-grafana df8275d
chore(TransformationOrigin): remove convention type literal
gtk-grafana 05090da
chore(SceneDataTransformer): clone _suppliers and _originOrder
gtk-grafana f01074c
chore(SceneDataTransformer): set default getResolvedSystemTransformat…
gtk-grafana ed73af9
fix(SceneDataTransformer): default empty array reference changes on e…
gtk-grafana fc5d474
fix(SceneDataTransformer): unsubscribe _transformSub
gtk-grafana d7ff11c
chore(SceneDataTransformer): skip forced re-rerun when not needed
gtk-grafana 40da41a
chore(SceneDataTransformer): no when the data is unchanged
gtk-grafana 46f9ae8
feat(system-transformations): rewrite behavior implementation to inst…
gtk-grafana 5f2af2d
docs(system-transformations): clean up todos, docs
gtk-grafana 9a4b9d1
refactor(system-transformations): isolate, implememnt interface in Vi…
gtk-grafana dbcd44a
fix: ensure no provider transform interpolation
gtk-grafana cd44d49
fix: return no series when panel missing
gtk-grafana d8a6f89
fix(system-transformations): freeze constants, clear provider
gtk-grafana ac9f862
fix(discoverProvider): detect when reactivation changed which provide…
gtk-grafana 679a135
Merge remote-tracking branch 'origin/main' into panel-system-transfor…
gtk-grafana 0bf93cc
refactor: fix bad rename
gtk-grafana 141d0ce
docs(SceneDataTransformer): update getResolvedSystemTransformations d…
gtk-grafana 39c9828
refactor(VizPanel): add getPluginAsync, _importPlugin
gtk-grafana 1c55fd9
fix(SceneDataTransformer): _discoverProvider not always reprocessing …
gtk-grafana 05aad61
fix(SceneDataTransformer): last pass recorded before transform settles
gtk-grafana 7170dbf
chore: remove
gtk-grafana 77c6cec
fix: remove unused, update docs, check if provider exists before repr…
gtk-grafana 7d30c21
chore(system-transforms): remove unused getSystemTransformations tran…
gtk-grafana 900c38e
fix(system-transformations): clear transforms from stale provider aft…
gtk-grafana 846df9f
chore: simplify narrowing with isSystemTransformationsProvider flag
gtk-grafana c710747
chore(SystemTransformProvider): mark flags readonly
gtk-grafana 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
384 changes: 383 additions & 1 deletion
384
packages/scenes/src/components/VizPanel/VizPanel.test.tsx
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
Uh oh!
There was an error while loading. Please reload this page.