Selene
6f26333e96
Chore: Add cuefix hook ( #61941 )
...
* Add cue
* Add fix-cue target
* Add pre-commit hook
* fixup! Add fix-cue target
* Update the cue version
* Add datasources and panels folders
* Update cue files
Co-authored-by: Tania B <yalyna.ts@gmail.com>
2023-01-23 20:36:46 -05:00
Adela Almasan
f5743ea9ac
Canvas: Improve arrow positioning when border is present ( #61961 )
2023-01-23 18:38:04 -06:00
Brendan O'Handley
1181d06b1b
Graphite: Have metric name type query variable use metric render endpoint ( #61730 )
...
* have metric name query var use metric render endpoint
* add documentation for new query types
2023-01-23 18:13:22 -05:00
Alex Khomenko
3006a457f2
Geomap panel: Generate types ( #61636 )
2023-01-23 15:12:56 -08:00
Alexander Weaver
7ccc845187
Alerting: Push state history entries to Loki ( #61724 )
...
* Implement push endpoint
* Drop duplicated struct
* Genericize auth/tenant headers and improve logging in error case
* Flesh out the data model
* Drop dead code
* Drop log line entirely
* Drop unused arg
* Rename a few type manipulation functions
* Extract label keys as constants
* Improve logs when loki responds with error
* Inline lokiRepresentation function
2023-01-23 16:31:03 -06:00
jeremybanzhaf
3146740d82
Docs: Update index.md to not escape dollar sign ( #61694 )
...
Update index.md to not escape dollar sign
the backslash is useful in json files, but not where most users will see it
2023-01-23 15:57:11 -06:00
juanicabanas
949857f3b1
PublicDashboards: Footer position fix ( #61954 )
2023-01-23 17:30:20 -03:00
juanicabanas
9b5e396be2
PublicDashboards: Checkboxes list refactor ( #61947 )
2023-01-23 17:23:23 -03:00
Kristin Laemmert
fe27acc3a9
chore: move validations model into the validations service ( #61953 )
2023-01-23 15:10:14 -05:00
sam boyer
17aaf9f0d3
panels: Remove redundant import package from cue defs ( #61949 )
2023-01-23 14:28:44 -05:00
sam boyer
856abe1281
Kindsys: Add Ptr func ( #61948 )
2023-01-23 14:27:33 -05:00
Kristin Laemmert
6e9eb0d931
chore: move plugins models into pluginsettings svc ( #61944 )
2023-01-23 13:56:20 -05:00
sam boyer
48b620231e
Kindsys: Unique names for composable kind TS types ( #61928 )
...
* Kindsys: Unique names for composable kind TS types
* Update all TS imports
2023-01-23 18:03:44 +00:00
juanicabanas
7875fadd31
GrafanaUI: Checkbox description fix ( #61929 )
2023-01-23 14:50:19 -03:00
Ashley Harrison
6b53f927b2
Navigation: truncate landing page descriptions to 3 lines ( #61925 )
...
* truncate landing page descriptions to 3 lines
* use correct css prop names
2023-01-23 17:07:36 +00:00
Joe Elliott
3eb065339f
Tempo Datasource: Correct TraceQL docs link ( #61931 )
...
* correct link
Signed-off-by: Joe Elliott <number101010@gmail.com>
* lint
Signed-off-by: Joe Elliott <number101010@gmail.com>
Signed-off-by: Joe Elliott <number101010@gmail.com>
2023-01-23 16:59:55 +00:00
Kristin Laemmert
857649e30b
chore: move models/licensing into licensing service ( #61878 )
2023-01-23 11:53:43 -05:00
Adela Almasan
50faeba07e
Canvas: Connection heads not rendering consistently ( #61887 )
2023-01-23 10:51:55 -06:00
Denis Limarev
812c90ec69
Perfomance: Add preallocation for some slices ( #61632 )
2023-01-23 17:44:27 +01:00
Jo
46cbf9d24c
SAML: Update deps ( #61906 )
2023-01-23 16:24:59 +00:00
Jo
1037ef28a9
SupportBundles: Access control guards ( #61914 )
...
* rename routes and fix access control for support bundles
* AccessControl: Hide menu if not authorized
* AccessControl: Add AC guards for create and delete
* lint
2023-01-23 16:23:20 +00:00
Sven Grossmann
c5610450b2
Elasticsearch: Fix failing requests when using SigV4 ( #61923 )
...
fix setting of `es` servicename
2023-01-23 16:43:55 +01:00
Hamas Shafiq
5eca966f45
Tempo: [TraceQL] Integrate the new tag values API ( #61637 )
...
* Tempo: [TraceQL] Integrate the new tag values API
* Use the exact string entered in the spanset
* Update a test & add a new test
* Empty commit
2023-01-23 15:39:56 +00:00
Joan López de la Franca Beltran
afef0c926c
Loki: Push support for multi-tenancy mode ( #60866 )
...
* Loki: Add multitenancy support for the HTTP client
* Loki: Support to push with multitenancy mode
* Apply feedback suggestions
2023-01-23 16:24:22 +01:00
Gareth Dawson
35c7bbef57
Loki: Add ingester to the devenv loki config ( #61844 )
...
feat: update loki config
2023-01-23 15:09:57 +00:00
Horst Gutmann
739fcf1796
CI: Remove grabpl integration-tests
( #61920 )
...
These tests can also be run without it.
2023-01-23 16:00:31 +01:00
sam boyer
8ddedf475b
Kindsys: Remove reference to DecoderCompactor ( #61922 )
2023-01-23 14:44:24 +00:00
Selene
1e5eae5fca
Chore: Remove DecoderCompactor() ( #61706 )
...
* Remove ApplyFunc and set NoOptionalPointers to true
* Update go mod
2023-01-23 09:00:34 -05:00
sam boyer
f62f3cb0e9
Kindsys: Generate plugin Go types under a kinds/ dir ( #61899 )
...
Kindsys: Generate plugin Go types under kinds/
2023-01-23 08:56:00 -05:00
Kristin Laemmert
40feee0d17
chore: move alert-related models ( #61716 )
...
* chore: move alert notification models into the alerting service (alerting/models)
2023-01-23 08:19:25 -05:00
Joan López de la Franca Beltran
2b0de82aa9
SQLStore: Add test for nested transactions events ( #60500 )
...
* SQLStore: Add test for nested transactions events
* Replace fmt.Print* with t.Log*
* Add different test cases
2023-01-23 14:17:56 +01:00
Levente Balogh
4def287e62
Connections: Show the Dashboards tab under DataSource settings ( #61841 )
...
* fix: use the correct URL for editing datasource dashboards
* feat: show the Datasource/Dashboards page under Connections as well
* refactor: remove unnecessary `useNavModel()` utility
* feat: add a utility for creating the nav-model for DS settings tabs
* refactor: use nav-model crating utility in Edit Datasource
2023-01-23 13:25:42 +01:00
Andreas Christou
590d1f8a7d
AzureMonitor: Move DefaultSubscriptions field to separate component ( #61633 )
...
* Move DefaultSubscriptions field to separate component
- Add separate component
- Update CredentialsForm
- Update tests
- Remove redundant test
* Remove defaultSubscriptionId
- Update MonitorConfig to appropriately set subscriptionId
- Update DefaultSubscription component to make use of JsonData
- Remove references to defaultSubscriptionId
- Update tests
- Update mockInstanceSettings for flexibility
* Review
- Add DefaultSubscription test and remove component from AzureCredentialsForm test
- Remove onCredentialsChange from DefaultSubscription
- Set subscription as a part of onSubscriptionChange
2023-01-23 12:19:48 +00:00
Sofia Papagiannaki
c7a7ebd3e0
Chore: Drop search service dependency from folder service ( #61789 )
...
* Chore: Drop search service dependency from folder service
2023-01-23 14:09:09 +02:00
Gábor Farkas
bedd0b311a
elastic: improve error-messages, first step, tests only ( #61847 )
2023-01-23 12:46:52 +01:00
Jack Westbrook
3a7623753b
Build: Replace babel-loader with esbuild-loader ( #57837 )
...
* build(webpack): replace babel-loader with esbuild-loader
* build(webpack): add esbuild minifier to production builds
* Wip
* Removed ngInject and replaced with manual inject params
* chore: bump esbuild to 0.15.13
* Fixed angular issues
* build(frontend): update esbuild to 0.16.16
* chore(webpack): support browserslist for esbuild
* build(esbuild): unify versions of esbuild to 0.16.17 and esbuild-loader to 2.21.0
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2023-01-23 12:15:05 +01:00
Will Browne
59ef144e9e
Plugins: Add file permission error check when attempting to verify plugin signature ( #61860 )
...
add permission err check
2023-01-23 12:01:10 +01:00
Karl Persson
50608db59a
AuthN: Add interface and function to operate on clients that supports redirects ( #61905 )
2023-01-23 11:54:38 +01:00
Alexa V
db51e963de
PanelChrome: Allow panel to be dragged if set as draggable from the outside ( #61698 )
2023-01-23 10:38:38 +00:00
Horst Gutmann
e32cd6d4ff
CI: Add artifacts npm
commands from grabpl ( #61908 )
2023-01-23 11:32:51 +01:00
gotjosh
0be920e61c
Alerting: Remove unused code after importing from grafana/alerting ( #61869 )
...
* Alerting: Remove unused code after importing from grafana/alerting
2023-01-23 10:30:10 +00:00
Torkel Ödegaard
cd99bfec68
TopNav: Fixes breadcrumb issues and title for apps when topnav is disabled ( #61835 )
2023-01-23 11:03:28 +01:00
Torkel Ödegaard
97fc6c4eb4
Apps: Use plugin description as nav node subtitle ( #61549 )
2023-01-23 11:02:05 +01:00
Karl Persson
0942e0a815
RBAC: Rewrite data source api tests ( #61783 )
...
RBAC: Rewrite datasource rbac api tests
2023-01-23 10:54:29 +01:00
Ashley Harrison
253f9657cb
Navigation: Change collapse icon + behaviour ( #61496 )
...
* adjust positioning and switch icon
* hide collapse button unless collapsed/focused
* use Button instead of IconButton
2023-01-23 09:30:28 +00:00
Ashley Harrison
a26bae45e1
Navigation: clean up colors in section nav ( #61240 )
...
* clean up colors in section nav
* just underline on hover/focus
2023-01-23 09:26:26 +00:00
Jack Westbrook
f0f3032edc
Chore: Patch bump QS ( #60508 )
...
chore(yarn): patch bump qs to resolve dependabot alerts
2023-01-23 09:05:29 +00:00
Victor Marin
e6aaabed4d
Docs: Update visualization and barchart panels ( #61474 )
...
* Update docs
* Regen cue model for barchart
* Fix docs
* models.cue renamed to composable_panelcfg.cue
* Rename 'Bar' to 'x-axis' in options UI
* run gen-cue
2023-01-23 10:49:41 +02:00
Jack Westbrook
1a97c79978
Chore: Bump Terser related dependencies ( #60506 )
...
chore(yarn): refresh lock file for all dependencies of terser
2023-01-23 08:47:48 +00:00
Ivan Ortega Alba
5bfe098b0a
test: use deterministic timestamp to compare snapshots ( #61670 )
2023-01-23 09:44:10 +01:00