Ashley Harrison
e402b3617b
ValueMapping: Add support for regex replacement over multiple lines ( #49607 )
2022-05-26 12:19:40 +01:00
Ashley Harrison
8b509eb6dd
Notification history: Enable by default ( #49502 )
...
* remove persistNotifications feature flag
* remove unused imports
2022-05-26 12:03:04 +01:00
Ashley Harrison
ec65332c82
convert Typeahead test to RTL ( #49509 )
2022-05-25 16:53:55 +01:00
Josh Hunt
9092150143
Cue: Update Text, Stat, and Annolist panel cue schemas ( #49479 )
...
* user essentials mob! 🔱
* user essentials mob! 🔱
* user essentials mob! 🔱
lastFile:public/app/plugins/panel/stat/types.ts
* user essentials mob! 🔱
* user essentials mob! 🔱
* Use generate defaults, and fix a few remaining issues
* Add annolist to dashboard dist plugins
* minor fixes
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
Co-authored-by: Joao Silva <joao.silva@grafana.com>
Co-authored-by: Alexandra Vargas <alexa1866@gmail.com>
Co-authored-by: sam boyer <sdboyer@grafana.com>
2022-05-25 12:07:32 +01:00
Ashley Harrison
5455174de5
don't close drawer when clicking a select within it ( #49583 )
2022-05-25 12:05:30 +01:00
Todd Treece
94b9c524a8
Prometheus: Streaming JSON parser performance improvements ( #48792 )
2022-05-24 16:17:11 -04:00
Andrej Ocenas
4124294011
Prometheus: Migrate annotation editor to react ( #48814 )
...
* Modify the annotation support api
* Migrate annotation editor component
* Update public/app/features/annotations/standardAnnotationSupport.ts
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
* Move the escape hatches out of the public API
* Fix props transforms
* Break import cycle
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-05-24 17:43:58 +02:00
Alexander Zobnin
d373beeb73
DatePicker: able to set minimum date that can be selected ( #49503 )
2022-05-24 14:43:09 +00:00
Ashley Harrison
8166d7dc4d
Fix escape in Modal/DashboardSettings + add some unit tests ( #49500 )
2022-05-24 15:34:47 +01:00
Peter Holmberg
7bcc151ae6
Alerting: Add notification policy flow chart ( #49405 )
...
* setup component add images
* add name to theme
* add root route info box
* remove unsused
* styling
2022-05-24 10:57:26 +02:00
Joan López de la Franca Beltran
3e4b4dba46
Encryption: Enable envelope encryption by default ( #49301 )
...
* Encryption: Enable envelope encryption by default
* Stop relying on feature toggles from settings (deprecated)
* Database encryption docs (envelope encryption)
* Remove deprecated (and no longer used) FT
* Apply suggestions from code review
Co-authored-by: Tania <yalyna.ts@gmail.com>
2022-05-24 10:34:47 +02:00
Adela Almasan
b1ba0bc7b0
Canvas: Quick positioning ( #48992 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2022-05-23 15:31:39 -07:00
Ashley Harrison
ce86b4ebe7
Navigation: Show starred items in the NavBar ( #49219 )
...
* switch saved items to starred items
* hook up redux properly
* Better query + hook up DashList
* update initial state so it's never undefined
* update GetDashboard call
* use new star service
* add scroll + maxwidth to navbar hover menu, sort starred items alphabetically
* increase height, revert changes to CustomScrollbar
* ellipsis!
* update starred dashboard name in navtree
* sort after renaming
* limit to first 50 starred dashboards found
2022-05-23 16:45:46 +01:00
Konrad Lalik
0215195e6d
Radio: New Radio Button List component ( #49052 )
...
* Add RadioButtonDot component
* Add basic RadioGroupList component
* Add RadioButtonList component, improve disabled styles
* Refactor storybook
* Add docs, export to @grafana/ui
* Improve docs, add option descriptions
* Double spacing between elements
* Improve storybook
2022-05-23 15:59:33 +02:00
Torkel Ödegaard
c29e6fcb3a
Prometheus/Loki: Improve metric search highlight contrast ( #49384 )
...
* Prometheus/Loki: Improve metric search highlight contrast
* Update other places, and add reusable variables
2022-05-23 15:53:45 +02:00
Zoltán Bedi
762a84153d
Table: Fix don't reset filter on resize ( #48421 )
2022-05-23 15:26:29 +02:00
Kristina
a9cc3225ba
Explore: Remove support for legacy, compact format URLs ( #49350 )
...
* Remove function, start changing tests
* Fix tests
* Remove deprecated parameter from function
2022-05-23 15:18:49 +02:00
Piotr Jamróz
2d48e75e88
Chore: Remove deprecated DataSourceAPI methods ( #49313 )
...
* Remove deprecated metods
* Update docs
2022-05-23 08:26:33 +02:00
sam boyer
a3402641d6
api: Validate dashboards on save via coremodels, behind feature toggle ( #48252 )
...
* Add coremodelValidation feature flag
* coremodels: use stubs when feature flag is off
* api: validate dashboards on save
* Need pointer receiver for FeatureManager
* Update dashboard Go model
* Align doc comments
* Include CoremodelRegistry in test
* Wedge coremodel in on all test cases, ugh
* Ugh fix comment again
* Update pkg/framework/coremodel/staticregistry/provide.go
Co-authored-by: Artur Wierzbicki <wierzbicki.artur.94@gmail.com>
* Update Thema (and its deps) for better errs
* omg whitespace
Co-authored-by: Artur Wierzbicki <wierzbicki.artur.94@gmail.com>
2022-05-22 02:44:12 +02:00
svennergr
2949ebc264
Traces: Fixed missing CopyButton on KeyValueTables and overlapping of panels ( #49271 )
...
* rewrote `CopyIcon` to an functional component
- fixed missing `CopyIcon` on `KeyValuesTable`
* added fixed height of `30px` to `KeyValuesTable` to fix overlapping
* removed unused CopyIcon snapshot
* KeyValuesTable: moved `30px` height from `tr` to `td` to fix vertical alignment
2022-05-20 20:24:33 +02:00
Josh Hunt
426ca2999e
GrafanaUI: Fix color of links in error Tooltips in light theme ( #49327 )
...
* GrafanaUI: Fix color of links in input validation errors in light theme
* Change colors
2022-05-20 18:54:07 +01:00
Erik Sundell
bd320ee0b3
Auth: Remove grafana ui dependency to the aws sdk ( #43559 )
...
* remove grafana ui dependency to the aws sdk
* wip
* cleanup
* add tests
* point to real version of aws-sdk
2022-05-20 16:04:20 +02:00
renovate[bot]
be7de1041a
Update Monthly patch updates ( #49257 )
...
* Update Monthly patch updates
* remove @types/slate update and run prettier
* fix @types/slate resolution
* lockfile update
* more fixes
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-05-20 13:07:07 +01:00
Chrysa Dikonimaki
7623f6ac64
Convert packages/jaeger-ui-components/src/TraceTimelineViewer/SpanDetail/AccordianText.test.js
and packages/jaeger-ui-components/src/TraceTimelineViewer/SpanDetail/TextList.test.js
to RTL ( #49148 )
...
* convert AccordianText and TestList tests to RTL
* convert AccordianText and TestList tests to RTL
* Update packages/jaeger-ui-components/src/TraceTimelineViewer/SpanDetail/AccordianText.test.js
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com>
* Update packages/jaeger-ui-components/src/TraceTimelineViewer/SpanDetail/TextList.test.js
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com>
* Update packages/jaeger-ui-components/src/TraceTimelineViewer/SpanDetail/AccordianText.test.js
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com>
* fix TextList and AccordianText tests
* remove getrow function
* readd TextList props
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-05-20 11:02:43 +01:00
Ashley Harrison
b864442717
Gauge: convert tests to RTL ( #49251 )
...
* Move logic into utils file, add EXTREMELY basic RTL test
* initialise array with value
2022-05-20 10:51:11 +01:00
Gabriel MABILLE
689f51599a
AccessControl: Use RBACBuiltInRoleAssignmentEnabled
in the frontend instead of FeatureToggle ( #49261 )
...
* AccessControl: Frontend changes to basic role enablement
2022-05-20 06:53:28 +00:00
renovate[bot]
0bad187a60
Update dependency sass-loader to v13 ( #49238 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 15:05:48 +01:00
renovate[bot]
f35be58252
Update dependency postcss-loader to v7 ( #49237 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 15:00:25 +01:00
renovate[bot]
d2b9c42004
Update dependency yaml to v2 ( #49239 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 14:52:25 +01:00
renovate[bot]
43d924324a
Update dependency sinon to v14 ( #49236 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 14:48:30 +01:00
renovate[bot]
31ca628262
Update dependency mocha to v10 ( #49233 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 13:39:39 +01:00
renovate[bot]
3da1bf160e
Update dependency expose-loader to v4 ( #49229 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 13:25:29 +01:00
renovate[bot]
04dff7cc70
Update dependency css-minimizer-webpack-plugin to v4 ( #49227 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 13:05:32 +01:00
renovate[bot]
258e48678a
Update dependency rollup to v2.74.0 ( #49215 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 10:13:16 +01:00
Gabriel MABILLE
5b6d20fbce
Access Control: Remove built-in role assignment by default ( #49058 )
...
* Remove FF-bultins
* Add a param to test br-simplifying
2022-05-19 09:29:36 +02:00
Connor Lindsey
7688b12f9a
Tracing: Add config for multiple named trace to metrics queries ( #49007 )
...
* Tracing: Add config for multiple named trace to metrics queries
2022-05-18 10:55:55 -06:00
Chrysa Dikonimaki
a113fcaca3
Convert packages/jaeger-ui-components/src/TraceTimelineViewer/SpanBarRow.test.js
to RTL ( #49119 )
...
* convert SpanBarRow tests to RTL
* remove comments
* Update packages/jaeger-ui-components/src/TraceTimelineViewer/SpanBarRow.test.js
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com>
* Update packages/jaeger-ui-components/src/TraceTimelineViewer/SpanBarRow.test.js
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com>
* fix and replace
* fix last test
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-05-18 17:18:24 +01:00
renovate[bot]
887adc3d9b
Update dependency @testing-library/react-hooks to v8 ( #49180 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 17:02:17 +01:00
renovate[bot]
eecee16b66
Update dependency @rollup/plugin-commonjs to v22 ( #49172 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 16:16:55 +01:00
renovate[bot]
2857258b53
Update emotion monorepo to v11.9.0 ( #49167 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 16:13:02 +01:00
renovate[bot]
b54ac426c8
Update dependency storybook-dark-mode to v1.1.0 ( #49155 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 13:41:23 +01:00
renovate[bot]
7ac9a0a087
Update dependency rollup to v2.73.0 ( #49152 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 13:04:21 +01:00
Chrysa Dikonimaki
6b4353f890
Convert packages/jaeger-ui-components/src/TraceTimelineViewer/SpanBar.test.js
to RTL ( #49107 )
...
* convert SpanBar tests to RTL and add testing-library/react dependency
* Update packages/jaeger-ui-components/src/TraceTimelineViewer/SpanBar.test.js
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com>
* Update packages/jaeger-ui-components/src/TraceTimelineViewer/SpanBar.test.js
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com>
* fix
* use e2e selector everywhere
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-05-18 13:00:44 +01:00
renovate[bot]
523b9ec44f
Update dependency react-select to v5.3.2 ( #49142 )
...
* Update dependency react-select to v5.3.2
* update snapshot
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-05-18 12:00:39 +01:00
renovate[bot]
1c5996eddf
Update dependency react-table to v7.8.0 ( #49149 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 11:51:04 +01:00
Dominik Prokop
cdc6344a96
Legend: Use correct unit for percent and count calculations ( #49004 )
2022-05-18 12:22:17 +02:00
renovate[bot]
b9e45fafe5
Update dependency react-popper to v2.3.0 ( #49141 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 11:05:27 +01:00
renovate[bot]
2bbb685c54
Update dependency react-highlight-words to v0.18.0 ( #49136 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 09:47:33 +01:00
renovate[bot]
0616388036
Update dependency rc-cascader to v3.5.0 ( #49106 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 09:35:57 +01:00
renovate[bot]
f01a72e179
Update dependency prismjs to v1.28.0 ( #49105 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 09:19:05 +01:00