kay delaney
9e11779921
Chore: Clean up usage of deprecated stylesFactory function ( #78419 )
2023-11-21 14:01:53 +00:00
Kevin Yu
7f7d912af7
CloudWatch: Call query method from DataSourceWithBackend to support public dashboards ( #77532 )
...
* CloudWatch: call query method from DataSourceWithBackend to support public dashboards
* add test
* remove unneeded properties from test case
* update betterer
* add parens to group related logic
* remove unnecessary aliasing of variable
* use t.Cleanup
* remove redundant check
* add comment
2023-11-20 14:44:22 -08:00
Ida Štambuk
b56d7131bd
Cloudwatch: Migrate Config editor and Variable editor to new form stying under feature toggle ( #77838 )
2023-11-20 14:40:02 +01:00
Ashley Harrison
40fd80c46f
Chore: Various type improvements ( #77877 )
...
* more datasource type fixes
* more type updates
2023-11-09 17:39:02 +00:00
Matias Chomicki
d7c50eb650
Logs: Deprecated showContextToggle
in DataSourceWithLogsContextSupport ( #77232 )
...
* Logs: deprecate showContextToggle
* Logs: make row mandatory on showContextToggle prop
* DataSourceWithLogsContextSupport: make showContextToggle optional
* Loki: update test
* Update packages/grafana-data/src/types/logs.ts
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
* Prettier
* showContextToggle: update deprecation
---------
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2023-10-31 13:37:44 +02:00
Isabella Siu
72a085ea20
Cloudwatch: Add DB_PERF_INSIGHTS to Metric Math ( #77241 )
2023-10-26 16:08:52 -04:00
Ashley Harrison
07cc7504ee
Icon: Simplify and remove wrapping <div>
( #76819 )
...
* remove wrapping div
* update tests, just gotta figure out how to handle fontawesome :(
* add spinner.svg which matches the font-awesome spinner
* add mock for react-inlinesvg
* update mock and fix some tests
* fix FormField test
* fix CorrelationsPage tests
* increase timeout
2023-10-24 12:16:32 +01:00
Isabella Siu
2054c53877
CloudWatch Logs: Add pattern command to syntax ( #76152 )
2023-10-16 10:46:17 -04:00
Sarah Zinger
ef441f02d0
Cloudwatch: Fix Unexpected error ( #74420 )
...
Fix unexpected error when creating a new cloudwatch datasource.
Involves a fair amount of refactoring, so if this causes unexpected issues related to region fetching we can turn this off with the cloudwatchNewRegionsHandler feature toggle, although we do not predict it will so we are enabling it to default to true and hope to remove it shortly.
2023-09-25 14:19:12 -04:00
Andrej Ocenas
f6f47678a4
QueryRunners: Bind the query function where it is passed on ( #73399 )
2023-09-18 17:00:43 +02:00
Sarah Zinger
34a831c83e
Cloudwatch: Add back support for old Log Group picker ( #73524 )
...
Cloudwatch: Add back support for old Log Group picker behind feature toggle.
Fixes issue for aws gov cloud users
2023-08-31 10:13:24 -04:00
Torkel Ödegaard
74d453f056
DashboardSchema: Remove old unused legacy props style and timepicker.enable ( #73879 )
...
* DashboardScheam: Remove old unused legacy props style and timepicker.enable
* Update
* fix test
2023-08-28 12:18:17 +02:00
Sarah Zinger
09d5483c6c
Cloudwatch: Upgrade aws-sdk and display external ids for temporary credentials ( #72821 )
...
(under a feature toggle, not yet ready for public testing)
2023-08-14 13:42:30 -04:00
Sarah Zinger
c2aeb9882d
Cloudwatch: reorg files in components ( #73176 )
2023-08-14 12:18:58 -04:00
Sarah Zinger
6ac3348021
Datasource Plugins: Allow tracking for configuration usage ( #72650 )
...
Datasource Plugins: Allow tracking for configuration usage
2023-08-07 08:31:13 -04:00
Ida Štambuk
abff6e20e9
Cloudwatch Logs: Set Alerting timeout to datasource config's logsTimeout ( #72611 )
2023-08-03 19:35:30 +02:00
Ivan Ortega Alba
8415dd40d7
DSPicker: Use new DS picker everywhere in Grafana ( #70609 )
2023-07-26 18:40:51 +02:00
Kevin Yu
4c42632ab8
CloudWatch Logs: Add Monaco-based query field editor behind feature flag ( #71799 )
2023-07-24 14:33:45 -07:00
Selene
f75a3d04cf
Chore: Remove pfs.GrafanaPlugin from schemas ( #71884 )
...
Remove pfs.GrafanaPlugin from schemas
2023-07-19 03:46:13 -04:00
Kevin Yu
44a1f10b10
Cloudwatch Logs: Add autosuggest to logs query editor ( #71800 )
...
* Cloudwatch: Add autosuggest to logs query editor
* move getSuggestion to LogsCompletionItemProvider
* remove debug stuff
* add tests
* fix lint
2023-07-18 14:26:11 -07:00
Kevin Yu
31e142633d
CloudWatch Logs: Add getStatementPosition function for Monaco editor ( #70724 )
...
* CloudWatch Logs: Add getStatementPosition function for Monaco editor
* Add test cases
* add command and function arg positions
* remove unneeded statement position
* remove debug stuff
* remove unneeded cases
* add filterarg
* remove editor changes
* fix tests
* fix lint
* add debug for testing
* Revert "add debug for testing"
This reverts commit 22dd0e7a77eb43dbed7c065c246da04cddfa1afc.
2023-07-17 13:43:48 -07:00
Ashley Harrison
9852b24d61
Chore: Upgrade prettier to v3 ( #71764 )
...
* Update dependency prettier to v3 (#71586 )
* Update dependency prettier to v3
* run prettier
* ignore prettier update in legacy select scss
* update command line arg
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
* unplug prettier
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-17 15:58:22 +01:00
Ashley Harrison
5ca382c88a
Revert "Update dependency prettier to v3 ( #71586 )" ( #71755 )
...
This reverts commit 2e8cd1c021
.
2023-07-17 14:46:15 +01:00
renovate[bot]
2e8cd1c021
Update dependency prettier to v3 ( #71586 )
...
* Update dependency prettier to v3
* run prettier
* ignore prettier update in legacy select scss
* update command line arg
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2023-07-17 09:19:27 +01:00
Kevin Yu
ee28e9320c
Cloudwatch Logs: Update language definition for Monaco editor ( #71402 )
2023-07-12 09:25:24 -07:00
Kevin Yu
a2a890e85b
Cloudwatch: Add comment and regexp to TokenTypes interface ( #71399 )
...
* Cloudwatch: Add comment and regexp to TokenTypes interface
* fix lint
2023-07-11 14:43:08 -07:00
Selene
b0893c29a7
Chore: Generate plugin version and remove lineage version ( #69781 )
...
* Generate plugin version and remove lineage version
* Generate version for each major
* Remove pluginVersion from core plugins
* Remove code version generation
* Generate cue files
* Move grafana version into jenny
* fix go import
2023-06-27 12:47:14 +03:00
Sarah Zinger
162be9d76c
Cloudwatch: fix typo ( #70478 )
2023-06-22 08:04:57 -04:00
Andreas Deininger
95b1f3c875
Fixing typos ( #70487 )
2023-06-22 09:43:38 +01:00
Giordano Ricci
d3450d75a4
Explore: URL migrations & improved state management ( #69692 )
...
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
2023-06-21 10:06:28 +01:00
Simon Podlipsky
6f880b713a
Variables: allow {}
type in VariableWithOptions.current
( #64358 )
2023-06-16 14:31:12 +02:00
Ida Štambuk
2d4db2fd64
Cloudwatch: Wrap filters and tag inputs in Variable Editor ( #69862 )
...
Add shrink to ec2 filters + resource tags
2023-06-16 13:44:22 +02:00
Isabella Siu
5a831d877a
CloudWatch Logs: add monaco editor feature flag and types ( #69871 )
2023-06-12 09:49:52 -04:00
Isabella Siu
268d09affd
CloudWatch Logs: Create monarch language syntax ( #69741 )
2023-06-08 14:45:29 -04:00
Ida Štambuk
f6d3a5cc94
GrafanaUI: Set default value for QueryField onBlur prop ( #69487 )
2023-06-06 10:44:27 +02:00
SatVeer Singh
c045fcbf69
CloudWatch: Wrap VariableEditor dimension fields ( #68967 )
...
CloudWatch: VariableEditor dimension fields
2023-05-25 05:58:19 -07:00
sam boyer
323cbe1997
kindsys: Adapt to new flattened lineage syntax in Thema ( #68034 )
...
* Update all core kinds to flattened lineages
* Regen Go types, without any
* Regen Go types, s/interface{}/any/
* Update generated core typescript
* Update generate docs
* Fix defaults gen in veneer index jenny
* Flatten plugindef lineage
* Convert all plugin kinds to flattened form
* Switch back to interface{} for now
* Switch to fs.Sub in plugin DeclParser
* Mostly undesirable codegen changes, to be fixed
* Update mod and sum
* Update pfs tests to flattened lineages
* Update thema to latest, regen docs
2023-05-24 10:47:25 +02:00
Torkel Ödegaard
debf04eb2c
Modals: Be more consistent with Modal cancel button styling ( #68302 )
...
* Modals: Be more consistent with Modal cancel button styling
* Update docs
* Fix tests
* fixing tests
2023-05-12 09:21:07 +02:00
Sladyn
26d33d8fd4
CloudWatch: Update metric stat editor to match aws statistics ( #66532 )
2023-05-10 10:20:41 +02:00
Sarah Zinger
43c7a5b603
Cloudwatch: Fix description of plugin ( #67744 )
...
Fix description of Cloudwatch
2023-05-03 12:33:15 -04:00
Shirley
2316178565
CloudWatch: Remove dynamic labels feature toggle ( #67371 )
2023-05-02 10:48:17 +02:00
Shirley
8516e63937
CloudWatch: Deprecate dynamic labels feature toggle, remove support for Alias in frontend ( #67222 )
2023-05-01 11:10:36 +03:00
Kuba Siemiatkowski
f8faacd54a
Datasource: Overhaul plugin error handling and action buttons ( #67014 )
...
* - initial work on data source config page
* - add links to test status box
- add tracking function
* - add test for the DataSourceConfigAlert component
* - fix flicker of the alert box
* - fix the build
* - small improvements
* - fix failing build
* - fix failing unit tests
* - prettier and betterer fixes
* - fix failing e2e tests
* - fix build again
* - rewrite solution according to the PR comments
* - cleanup
* - fix failing e2e
* - use absolute path in link
* Minor fixes
---------
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2023-04-28 15:57:17 +02:00
Shirley
e17496d79a
CloudWatch: Deprecate dynamic labels feature toggle, remove support for Alias in backend ( #66494 )
2023-04-27 11:19:45 +02:00
Sarah Zinger
6e4fe51fe8
Cloudwatch Logs: Update Cheatsheet ( #67161 )
...
Cloudwatch: Update Cheatsheet
2023-04-25 16:07:58 -04:00
Ashley Harrison
e6e741546f
Nested folders: Create basic Move/Delete modals ( #67140 )
...
* add modal scaffolding
* add some unit tests
* remove dummy api, add some TODO comments
* small test refactor
* another small test refactor
* fix unit tests due to aria-label/data-testid change
2023-04-25 17:08:40 +01:00
Kevin Yu
68a277b53b
CloudWatch: Add field level comments to schema ( #66900 )
...
* CloudWatch: Add field level comments to schema
* update comments
* pr comments
* remove unneeded test
2023-04-24 08:57:39 -07:00
Sarah Zinger
5f16cd5124
Cloudwatch Logs: Clarify Cloudwatch Logs Limits ( #67072 )
...
Clarify Cloudwatch Logs Limits
2023-04-24 08:47:29 -04:00
Shirley
d120c05608
CloudWatch: Fix test on metric stat editor statistic field ( #67064 )
2023-04-22 11:28:34 +02:00
Alex Khomenko
2e55f26e53
Cloudwatch: Fix nested recursive type ( #66950 )
...
* Cloudwatch: Fix nested recursive type
* Cloudwatch: Update exports
2023-04-20 19:39:02 +03:00