Ryan McKinley
857e545c5a
FeatureFlags: set defaults in the registry rather than the ini file ( #58106 )
2022-11-03 17:34:01 +00:00
Adela Almasan
9c7b6b1ce8
Canvas: Extend root context menu ( #58097 )
2022-11-03 17:30:12 +00:00
dessen-xu
b799be3052
Toolkit: Fix Webpack less-loader config ( #57950 )
2022-11-03 16:13:18 +01:00
Todd Treece
e105b5a107
Chore: Add jsonnet library for devenv dashboards ( #57928 )
2022-11-03 11:04:39 -04:00
Laura Fernández
813ebf988d
Internationalization: Translate TimePickerTitle component ( #57909 )
2022-11-03 16:03:28 +01:00
Kyle Cunningham
05f630a566
Add VSCode launch configuration to debug in remote Chrome ( #58108 )
2022-11-03 21:08:38 +07:00
Sven Grossmann
4b1ddba0a8
fixed explain handlers for label- and lineformat ( #58135 )
2022-11-03 14:57:29 +01:00
kay delaney
f37e53f060
Chore: Migrate more theme v1 usage to v2 ( #58121 )
2022-11-03 09:54:18 -04:00
Ashley Harrison
c1c8dc8749
remove e2e-api-tests + axios dependency ( #58148 )
2022-11-03 13:52:58 +00:00
renovate[bot]
0792ff8e20
Update dependency eslint-plugin-jest to v27 ( #58143 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 13:37:00 +00:00
Leon Sorokin
4d88e2b542
TimeSeries: more thorough detection of negative values for stacking dir ( #57863 )
2022-11-03 07:24:01 -06:00
Marcos Vinicius
372ba83534
reduce the number of requests in folder section ( #55876 )
2022-11-03 13:22:07 +00:00
Sofia Papagiannaki
5c973e58bd
Nested Folders: Add tests for store methods ( #57662 )
...
* Nested Folders: Add store tests
* Fix parent order
* Fix update
* skip tests!
* Export test helpers for now
2022-11-03 14:21:41 +01:00
renovate[bot]
89548df5a4
Update dependency @types/ol-ext to v3 ( #58140 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 13:18:47 +00:00
lean.dev
49e36c5c05
Public Dashboards: Renaming PubdashFooter ( #58137 )
2022-11-03 10:12:27 -03:00
Todd Treece
d45fe6e25c
Chore: Add NewAnonymousSignedInUser to user service ( #57537 )
2022-11-03 14:03:29 +01:00
Beto Muniz
8fe02612b6
Graphite: Allow metric name to use true/false as name ( #57996 )
2022-11-03 09:34:34 -03:00
Sonia Aguilar
c8f87f4413
Alerting: Improving group modal with validation on evaluation interval ( #57830 )
...
* Show rules list for the group with the For duration, and add validation for keeping all rules in the same group with a valid For
* Sort rules by For duration
* Add number evaluations column in alert list
* Add Error badge in column #evaluations in case of invalid For
* Add test for getNumberEvaluationsToStartAlerting method
* Move re-usable new InfoIcon component into a separate file in unified components folder
* Add edge case for getNumberEvaluationsToStartAlerting method, and change some namings
2022-11-03 12:50:32 +01:00
renovate[bot]
15b553c11c
Update dependency @rollup/plugin-node-resolve to v15 ( #58130 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 11:43:28 +00:00
renovate[bot]
2095bbcfa7
Update dependency react-select to v5.6.0 ( #58127 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 11:32:46 +00:00
renovate[bot]
5b86474733
Update dependency eslint-plugin-jsdoc to v39.6.2 ( #58126 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 11:29:25 +00:00
renovate[bot]
ed31f0fe20
Update dependency @rollup/plugin-json to v5 ( #58083 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 11:17:52 +00:00
Joey Tawadrous
130f848f74
Flame Graph: Add units and value to blocks ( #57959 )
...
* Added unit to block label
* Tests
* Throw if value field is undefined
2022-11-03 11:15:42 +00:00
Villena Guillaume
e9dc7fb85c
Rendering: Add configuration options for renderKey
lifetime ( #57339 )
...
* Add configuration options for `renderKey` lifetime
* Rename config key to `render_key_lifetime`
* Update conf/defaults.ini
Co-authored-by: Joan López de la Franca Beltran <5459617+joanlopez@users.noreply.github.com>
* Add `render_key_lifetime` to sample.ini
Co-authored-by: Joan López de la Franca Beltran <5459617+joanlopez@users.noreply.github.com>
2022-11-03 12:06:55 +01:00
Andre Pereira
90ac300d10
Tempo: Make usage of time range for TraceID query optional ( #58057 )
...
* Added switch to toggle the TraceID query time shift
* Fix and improve tests
2022-11-03 11:01:22 +00:00
renovate[bot]
0071b949e1
Update typescript-eslint monorepo to v5.42.0 ( #58073 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 07:00:00 -04:00
renovate[bot]
cf5f88ca47
Update dependency @rollup/plugin-commonjs to v23 ( #58075 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 06:56:11 -04:00
Ashley Harrison
514d3111f4
Accessibility: Enable rule jsx-a11y/no-noninteractive-element-interactions
( #58077 )
...
* fixes for no-noninteractive-element-interactions
* remaining fixes
* add type="button"
* fix unit tests
2022-11-03 10:55:58 +00:00
renovate[bot]
65bd5c65d8
Update emotion monorepo ( #58066 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 10:49:50 +00:00
Ashley Harrison
c3206167a6
increase select placeholder contrast to be WCAG AA compliant ( #58034 )
2022-11-03 10:45:57 +00:00
Ashley Harrison
f76ba90078
Accessibility: Enable jsx-a11y/mouse-events-have-key-events
( #58050 )
...
* implement VizLegend keyboard accessibility
* add onBlur/onFocus
2022-11-03 10:22:50 +00:00
Giordano Ricci
e6b088fbf5
Explore: Fix shared crosshair for logs, logsvolume and graph panels ( #57892 )
...
* Explore: enable shared corsshair for logs, logsvolume & graph panel
* avoid recreating a scoped bus on every render
2022-11-03 09:55:02 +00:00
Alex Moreno
3558cadb7e
Alerting: Add title and description to Webhook contact point ( #58058 )
...
* Add title and description to Webhook contact point
* Remove deprecation message
2022-11-03 10:52:07 +01:00
Alexander Komarov
76532c1f27
Fix an indentation issue in example config in doc ( #57814 )
...
Fix this issue:
"Error loading config (--config.file=/etc/prometheus/prometheus.yml)" file=/etc/prometheus/prometheus.yml err="parsing YAML file /etc/prometheus/prometheus.yml: yaml: line 8: did not find expected '-' indicator"
2022-11-03 10:44:14 +01:00
Alex Moreno
ba15d675e7
Alerting: Add values to annotations ( #57738 )
...
* Add values to annotations
* Fix imports
* Use State attrs instead of Result attrs
* Remove unnecessary variable
2022-11-03 10:35:34 +01:00
Ashley Harrison
b8303fd431
Chore: Convert SpanTreeOffset
test to RTL ( #56195 )
...
* convert SpanTreeOffset tests to RTL (minus mouseenter/mouseleave tests)
* fix remaining tests
2022-11-03 09:31:09 +00:00
Eric Leijonmarck
fc1b647474
Auth: Add fixed repeat migration w. checks for subset of permissions ( #58054 )
...
* add: added a repeat migration w. fixed checks for permissions
* add: migration to migrations
* refactor: fix migration instead of making a new one
* fix: removed the old id
* fix: keep old name but change id
* add: migration for patched previous migration
* add: migration from missing file
2022-11-03 08:57:20 +00:00
Ivana Huckova
a83dee6031
Elasticsearch: Add trace to logs functionality ( #58063 )
...
* Elasticsearch: Implement trace to logs
* Fix tests
2022-11-03 09:52:40 +01:00
Jo
eb84358aa7
Auth: Validate Azure ID token version on login is not v1 ( #58088 )
2022-11-03 09:47:44 +01:00
Ivana Huckova
77f47ccba3
Loki: Remove redundant feature flag in defaults.ini ( #58084 )
2022-11-03 09:40:13 +01:00
Torkel Ödegaard
915ebcf832
Search: Refactor state and logic to be less fragmented and spread out ( #57973 )
...
* Started search state refactor
* Things are working
* Move more to statemanger
* minor tweaks
* Fixed name of hook
* revert yarn.lock changes
* Harderning StateManagerBase
* More tests and refinements
* Fixed unit test
* More polish
* fixing tests
* fixed test
* Fixed test
2022-11-03 08:29:39 +01:00
Drew Slobodnjak
94d9baa9ff
Geomap: Add photo layer ( #57307 )
...
* Geomap: Add photo layer
* Remove unrelated changes
* Add todos for follow up
* Geomap: simplify photos layer (#57320 )
* photos layer
* Remove unused import
Co-authored-by: drew08t <drew08@gmail.com>
* Add field selector for image source
* Add radius slider
* Fix rendering issue
* Only update vector layer after image load
* Add border color selection
* Update question mark source
* Add gdev dashboard for photo layer
* Add panel title to gdev dashboard
* Add photo validation
* Update geomap gdev dashboard to remove null value for threshold
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2022-11-02 16:50:59 -07:00
George Robinson
f2e4cb7c4e
Alerting: Fix feedback ( #57922 )
2022-11-02 22:36:14 +00:00
George Robinson
215ffee437
Alerting: Fix screenshot is not taken for stale series ( #57982 )
2022-11-02 22:14:22 +00:00
brendamuir
f1b6660b54
Docs: fixes alias ( #58060 )
...
* Docs: fixes alias
* adds file ext
2022-11-02 17:00:26 -04:00
owensmallwood
7de093738d
PublicDashboards: Adds command to generate map of supported datasources ( #57841 )
...
generates map of supported datasources for pubdash
2022-11-02 13:35:57 -06:00
Dimitris Sotirakis
7a12132237
DEB/RPM Packages: Remove old package publishing steps ( #58071 )
...
* Remove old publish package steps
* Don't ignore publish packaging failures
2022-11-02 18:42:01 +00:00
Andrej Ocenas
9e03355e53
Flamegraph: Add self to tooltip ( #57548 )
...
* Add self to tooltip
* Fix tests
* Update layout
* Fixed too much space on the bottom
2022-11-02 19:07:11 +01:00
lean.dev
d5a92e8f42
Public Dashboards: Extracting config of Public Dashboard ( #57788 )
...
Co-authored-by: juanicabanas <juan.cabanas@grafana.com>
2022-11-02 14:32:29 -03:00
renovate[bot]
7954ac3948
Update dependency webpack-bundle-analyzer to v4.7.0 ( #58055 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-02 16:17:28 +00:00