Giordano Ricci
ca286a238d
Explore: Add explore2Dashboard feature toggle ( #47395 )
2022-04-07 09:26:01 +01:00
Victor Marin
0639ccbdff
Histogram Panel: Take decimal into consideration ( #47330 )
2022-04-07 09:56:23 +03:00
Josh Hunt
1b27e55e5a
Analytics: Identify users to Rudderstack by externalUserId where available ( #47325 )
...
* wip
* tests
* move util, fix test
* fixes
* Update public/app/core/services/echo/utils.ts
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com >
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com >
2022-04-05 17:41:22 +02:00
Derik Evangelista
8428446466
table panel: assume string dates to be on UTC ( #47246 )
...
* add tests for display processor relating to datetimes as strings
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com >
2022-04-04 16:05:06 +01:00
CommanderRoot
d29b8e8858
Chore: Replace deprecated String.prototype.substr() ( #46763 )
...
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com >
2022-04-04 11:08:06 +02:00
Alexander Weaver
b8e277ee4c
Alerting: Create feature toggle for provisioning ( #47167 )
...
* Create feature flag for alerting provisioning
* Fix tabs for golint compliance
2022-04-01 08:32:00 +02:00
Joe Blubaugh
c5cfc1645a
packages/grafana-data/text: Improve escaping for special characters ( #47066 )
...
FilterInput escapes all input strings for special characters that might
be used in a RegExp by calling escapeStringForRegex, and using
unEscapeStringFromRegex for display. Both of these functions used
string.prototype.replace() for escaping. replace() only replaces the
first occurence of a search string unless called with a global RegExp.
The output of these functions was not necessarily safe to compile into a
RegExp literal.
This change creates RegExps for escapeStringForRegex and
unEscapeStringFromRegex to match all occurrences of the special
characters instead of just their first occurrence. This makes a variety
of strings safe for RegExp compilation.
2022-03-31 22:34:34 +08:00
Gabriel MABILLE
0d87de153a
AccessControl: Add a feature flag for the builtin role simplification ( #47062 )
...
* AccessControl: Add a feature flag for the builtin role simplification
Co-authored-by: Jguer <joao.guerreiro@grafana.com >
* Update standardDeatureFlags instead
Co-authored-by: Jguer <joao.guerreiro@grafana.com >
2022-03-31 11:40:57 +02:00
Ashley Harrison
3d23722b30
Update @types/lodash everywhere ( #47020 )
...
* Update @types/lodash everywhere
* Update @grafana/e2e as well
2022-03-31 10:19:33 +01:00
Ryan McKinley
abeb08bc98
PanelInspect: show dataframe JSON in JSON view ( #47071 )
2022-03-30 19:58:49 +02:00
Ryan McKinley
edf384c730
DashboardSave: use a feature flag for drawer behavior ( #46972 )
2022-03-30 10:07:41 -07:00
Nathan Marrs
4449439a41
Search: Implement basic improved UI ( #46758 )
2022-03-30 09:50:32 -07:00
kay delaney
f1c3177e79
Chore: Add type info for grafana boot data ( #45322 )
...
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com >
2022-03-30 10:48:58 +01:00
renovate[bot]
6c86f26881
Update dependency ol to v6.14.1 ( #46982 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-29 08:50:04 -07:00
Cameron Waterman
8426cfe400
Profile/Help: Expose option to disable profile section and help menu ( #46308 )
...
* Expose option to disable help menu
* Expose option to disable profile menu
* Add Profile FeatureTogglePage
* Update public/app/features/profile/FeatureTogglePage.tsx
Uptake PR wording suggestion.
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Fix front end lint issue
* Fix back end lint issue
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2022-03-29 16:27:53 +01:00
Jack Westbrook
30d0219de8
Chore: Remove deprecated @types/braintree__sanitize-url package ( #47003 )
2022-03-29 14:57:14 +02:00
renovate[bot]
6218ca4725
Update dependency @testing-library/dom to v8.12.0 ( #46981 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-26 17:45:42 +00:00
Ashley Harrison
c13f4542d8
Dashboard: Template variables are now correctly persisted when clicking breadcrumb links ( #46790 )
...
* Add history listener to update titleHref/parentHref when location changes
* Convert to functional component and use useLocation
* Wrap component in React.memo
* Add new `getUrlForPartial` method, deprecate `updateSearchParams`
2022-03-24 16:01:43 +00:00
renovate[bot]
7b23c7fe1e
Update Monthly patch updates ( #46875 )
...
* Update Monthly patch updates
* Remove 3 packages...
* Fix type error
* undo cypress upgrade
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2022-03-23 14:56:44 +00:00
Torkel Ödegaard
72b6f64df9
Theme: Increase contrast for overlays and drawers ( #46630 )
2022-03-23 14:47:33 +01:00
Adela Almasan
576b73ed48
Updated bucket size/offeset settings; Check for negative values in bucket size ( #46754 )
2022-03-18 18:47:34 -05:00
Tom
ea7d5a6185
Transformers: Add template variable substitution ( #44486 )
...
* Transformers: Add template variable replacement to transformer operator
* Transformers: Add template variable replacement to calculateField transformer
* Transformers: Add scopedVars to transformer template replacement
* Transformers: Add calculateField template variable test
* Transformers: Fix 'undefined' is not assignable to type 'string'
* Transformers: Fix lint-frontend bug
* Fix lint check
* Fix lint
2022-03-18 10:25:53 +00:00
Ryan McKinley
1cfb9a4a19
Storage: add basic storage service ( #46604 )
2022-03-17 10:19:23 -07:00
Sarah Zinger
275f33cf37
Azure Monitor: Add feature gating for new MetricsQueryEditor with resource picker ( #46124 )
...
* Azure Monitor: Use feature toggle for dev of new UI for Metrics Queries.
* Fixes after CR
2022-03-14 15:07:45 -04:00
Artur Wierzbicki
ed924b3d0c
Storage: list filtering and root folder support ( #46453 )
...
* git the things: FS api internal changes
* remove filestorage/service.go
* remove filestore flag
* remove dummy fs
* readd fileblob import
2022-03-11 22:08:19 +04:00
Andrej Ocenas
b3f8079f4f
Prometheus: Add title to metrics in the metric select with metric help text ( #46406 )
...
* Add title to metrics in the select
* Add some comments
* Fix tests
2022-03-10 16:58:25 +01:00
Leon Sorokin
ec911be8ef
Perf: don't re-init plots when changing dashboard timeRange ( #46339 )
2022-03-09 01:51:07 +01:00
Torkel Ödegaard
79e5e5c024
DataSource: Default data source is no longer a persisted state but just the default data source for new panels ( #45132 )
...
* PanelEdit: Change the meaning of default data source to be just that the default for new panels
* Added migration, and also migration for annotation datasource prop to data source refs
* fix
* Fixing tests
* Fixes to annotation
* Fixing unit test
2022-03-08 08:56:12 +01:00
Leon Sorokin
0ee552dd65
LegacyBrowser: fix Safari 13.1 (lacks logical nullish assignent) ( #46260 )
2022-03-07 09:21:28 -06:00
renovate[bot]
801d751b20
Update dependency rollup to v2.70.0 ( #46275 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-07 08:59:50 +01:00
kay delaney
b47f5433d7
DataLinks: Encode variable params for data link URLs ( #46100 )
2022-03-04 17:05:56 +00:00
Levente Balogh
c331af93b9
Plugins: allow using both Function and Class components for app plugins ( #46148 )
...
* fix: make it possible to use both class and functional components for plugins
* fix: accept both class and functional components as plugin root pages
* refactor: import types by name
* refactor: use `ComponentType`
2022-03-04 09:52:59 +01:00
Jack Westbrook
efe9eed758
Chore: Move Typescript cache file to root ( #45964 )
...
* chore(typescript): move TS cache file to root of repo
* chore(typescript): cache packages ts checks to disk for faster yarn typecheck
2022-03-04 09:26:25 +01:00
renovate[bot]
e820275d06
Update dependency @braintree/sanitize-url to v6 ( #46052 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-03 11:56:42 +00:00
renovate[bot]
52568c7af1
Update dependency ol to v6.13.0 ( #45949 )
...
* Update dependency ol to v6.13.0
* fix types
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2022-03-03 09:45:33 +01:00
Artur Wierzbicki
a8b90d9a25
FileStore: add basic file storage API ( #46051 )
...
* #45498 : fs API alpha
* #45498 : remove grafanaDS changes for filestorage.go
* #45498 : fix lint
* #45498 : fix lint
* #45498 : remove db file storage migration
* #45498 : linting
* #45498 : linting
* #45498 : linting
* #45498 : fix imports
* #45498 : add comment
* remove StorageName abstractions
* FileStore: add dummy implementation (#46071 )
* #45498 : bring back grafanaDs changes, add dummy filestorage
* #45498 : rename grafanaDs to public
* #45498 : modify join
* #45498 : review fix
* #45498 : unnecessary leading newline (whitespace) IMPORTANT FIX
* #45498 : fix belongsToStorage
* #45498 : fix removeStoragePrefix so that it works with abs paths
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2022-03-03 10:53:26 +04:00
renovate[bot]
141b1fad20
Update dependency rollup to v2.69.0 ( #46098 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-02 18:35:16 +00:00
Ryan McKinley
796bc27f75
Loki: support live streaming ( #42804 )
2022-03-01 14:46:52 -08:00
renovate[bot]
26e5af4b2e
Update dependency rollup to v2.68.0 ( #45747 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-01 17:21:56 +00:00
matt abrams
07dda8a299
Transformations: Use asterisk for First non-null label ( #45940 )
2022-03-01 10:27:01 +01:00
Shachi Solanki
190757b3c6
Tempo / Trace Viewer: Support Span Links in Trace Viewer ( #45632 )
...
* Support Span Links in Trace Viewer
* Update ReferencesButton styles
* Remove datasource prop
Co-authored-by: Connor Lindsey <cblindsey3@gmail.com >
2022-02-25 11:14:13 -07:00
Borja Garrido
359ef074fa
Transformations: Add new grouping to matrix transformer ( #28739 )
...
* Add new transformer grouping to matrix
* Add new transformer grouping to matrix tests
* Add new transformer grouping to matrix UI
* Fix tests for grouping to matrix transformer
* Update transformer to latest interfaces
* Add field selector to form
* Make linter happier
* Replace Fields with InlineSnapshot as it was to taking units properly
* Rearrange for new transformers structure
* Expose GroupingToMatrix options as part of data package
* Increase labelWidth as suggested
* Add uniqueValues helper function and use it to extract Column and Row Values
2022-02-24 17:01:04 +00:00
Per Osbäck
dcd98f7819
Escape windows newline. ( #45771 )
...
Fixes #45746
2022-02-24 17:37:49 +01:00
Tharun Rajendran
0a572cae4b
Explore: fix object value parsing for downloading traces as csv ( #44492 )
...
* Explore: fix object value parsing for downloading traces as csv
Signed-off-by: tharun <rajendrantharun@live.com >
* add replacer function to fix circular objects
Signed-off-by: tharun <rajendrantharun@live.com >
2022-02-24 11:45:51 +00:00
Alexander Emelin
28c30a34ad
Comments: support live comments in dashboards and annotations ( #44980 )
2022-02-22 10:47:42 +03:00
kay delaney
b6682cdcb9
Navigation: Proof-of-concept for pinning navbar items ( #44775 )
2022-02-21 15:25:47 +00:00
Agnès Toulet
8835020457
Feature Highlights: add RS event for nav items ( #45470 )
2022-02-17 14:20:37 +01:00
Artur Wierzbicki
3e53a08090
#44449 : hide dashboard preview admin UI ( #45493 )
2022-02-17 12:34:07 +04:00
Ryan McKinley
bb86ba99ee
Heatmap: new panel based based on uPlot ( #44080 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2022-02-16 14:49:17 -08:00
Dan Cech
51cd6f3cc5
Configuration: Add ability to customize okta login button name and icon ( #44079 )
...
* add ability to customize okta login button name and icon
* update configs, add basic frontend test
* add icon to oauth settings type
* trigger tests
* fix typecheck
2022-02-16 11:35:00 -05:00