Matias Chomicki
c0b3cd3da0
refactor(loki-derived-fields): migrate test to testing library ( #54729 )
2022-09-07 08:54:28 +00:00
Ashley Harrison
66ce33bc5b
make Browse the root item of Dashboards when topnav is enabled ( #54782 )
2022-09-07 09:24:10 +01:00
Adela Almasan
3864de9425
Geomap: Cleanup GeomapPanel component ( #54538 )
2022-09-06 21:22:34 -04:00
Torkel Ödegaard
e5c32c8cc9
Dashboard: Unsaved changes warning fixes ( #54706 )
...
* Quick test of alternative method
* change order of if condition again for better readability
* Think I have something that is working
* Update
2022-09-06 13:00:32 -04:00
Joao Silva
ab79976a8d
Navigation: Adds profile menu to top nav bar ( #54720 )
2022-09-06 17:32:05 +01:00
Ashley Harrison
a4566eaf32
add unit tests for buildBreadcrumbs ( #54785 )
2022-09-06 16:43:59 +01:00
Laura Fernández
066710a7bc
Navigation: use navId and pageNav on Alerting - Contact Points page ( #54451 )
2022-09-06 16:25:07 +02:00
kay delaney
a70aba1384
Chore: Update slate and related packages ( #54566 )
...
* Chore: Update slate and related packages
2022-09-06 15:23:48 +01:00
Matias Chomicki
baffc3d948
fix(elasticsearch): remove deprecated elastic versions ( #54632 )
...
* fix(elasticsearch): remove deprecated elastic versions
* fix(elasticsearch): make 8 the default and fallback version
2022-09-06 09:42:39 -04:00
Sofia Papagiannaki
e57fd88644
Swagger: restore missing enterprise endpoints ( #54765 )
2022-09-06 16:26:55 +03:00
Matias Chomicki
5767c01a79
Elasticsearch: fix types in test and add mock factory ( #54582 )
...
* refactor(elastic-test): add datasource mock factory
* refactor(elastic-test): use new factory and attempt to fix some type issues
* refactor(elastic-test): type fixes
* refactor(elastic-test): update test with mock changes
* refactor(elastic-test): remove commented code
Git history should be more than enough to go back to previous revisions instead of keeping commented code.
* refactor(elastic-test): use mock factory and fix type issues in language provider test
* Chore: rename mock parameter
* Chore: remove unnecessary conditional
* Chore: remove ts-expect-error
2022-09-06 14:35:54 +02:00
Laura Fernández
8ae6cf6b99
Navigation: add breadcrumbs in Explore page ( #54547 )
2022-09-06 12:11:00 +02:00
Hamas Shafiq
7779ae315b
Chore: Use the DEFAULT_LIMIT variable for the default value of the TraceQL Limit field ( #54723 )
2022-09-06 10:02:37 +01:00
Josh Hunt
139705611a
Chore: Remove remaining IconName type assertions ( #54658 )
...
* Chore: Remove remaining IconName type assertions
* fix lints
2022-09-06 09:15:36 +01:00
Ryan McKinley
ac93cf1db2
Playlists: Migrate to UIDs and load dashboards in the frontend ( #54125 )
2022-09-05 20:40:01 -07:00
ismail simsek
3ea9ece16e
Update graphite datasource testing query ( #54635 )
...
* Provide from and to parameters when testing the datasource
* Strongly typed test datasource query
2022-09-05 20:59:44 +02:00
GitStart
d5d7e920a0
Loki: Remove any from public/app/plugins/datasource/loki/components/LokiOptionFields.test.tsx ( #54239 )
2022-09-05 18:25:12 +02:00
Gareth Dawson
73eb1f047a
Loki/Prometheus: Make sections in log/metrics browser resizable ( #54704 )
...
* Make loki label browser resizable
* Make prometheus metric browser resizable
* Remove min-width from Label and Metrics browser
* Remove max-width from Prometheus Metrics Browser
2022-09-05 17:03:03 +01:00
GitStart
69f3e48962
Panel Header: Description tooltip expand to fit large elements ( #54238 )
...
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev >
Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com >
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev >
Co-authored-by: Toledodev <rafael.toledo@engenharia.ufjf.br >
Co-authored-by: juliopiubello <juliopiubellow@gmail.com >
Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com >
2022-09-05 17:54:24 +02:00
Hamas Shafiq
295c36e4ec
Tempo: Move interfaces & TempoQueryType from datasource.ts to types.ts ( #54621 )
2022-09-05 15:46:10 +01:00
Ivan Ortega Alba
fbfe2b2800
Library Panel: Allow to delete it when disabled or deprecated ( #54662 )
2022-09-05 16:45:45 +02:00
Hamas Shafiq
413c7c7d99
Tempo: Cache autocomplete values for tags ( #54622 )
2022-09-05 15:44:44 +01:00
Michael Musenbrock
78833b4a47
Alerting: Display alert's 'Created' time in local time instead of UTC ( #54414 )
...
Signed-off-by: Michael Musenbrock <michael.musenbrock@gmail.com >
Signed-off-by: Michael Musenbrock <michael.musenbrock@gmail.com >
2022-09-05 16:36:52 +02:00
Torkel Ödegaard
11de1dfe40
TopNav: Plugin page layouts / information architecture ( #53174 )
...
* Change nav structure when topnav is enable to do initial tests with new information architecture
* Support for nested sections
* Updated
* sentance case
* Progress on plugin challange
* Rewrite to functional component
* Progress
* Updates
* Progress
* Progress on things
* missing file
* Fixing issue with runtime, need to use setter way to set component exposed via runtime
* Move PageLayoutType to grafana/data
* Fixing breadcrumb issue, adding more tests
* reverted backend change
* fix recursive issue with cleanup
2022-09-05 14:56:08 +02:00
Ashley Harrison
a423c7f22e
Add scrolling to SectionNav ( #54698 )
2022-09-05 12:39:54 +01:00
Victor Marin
aee13563ce
Fix StateTimeline duration bug + add hidden tooltip option ( #54697 )
2022-09-05 14:11:06 +03:00
Ashley Harrison
8d489dfd9b
Navigation: Landing pages behind feature toggles ( #54576 )
...
* super quick attempt
* feature toggle everything
* only construct alertNav if there are navChildren
* fix toggle name
* plugin landing pages poc
* add apps route + put behind feature toggle
* use toIconName
* rename to NavLandingPage
* feature toggle new routes
* don't modify GetServerAdminNode
* some fairly hacky code to check if the plugin has a root page
* remove trailing slash
2022-09-05 10:07:13 +01:00
Victor Marin
6d2352735d
XYPanel: Improvements ( #54220 )
...
* Fix panel option bugs and make tooltip options work
* Support multiple series in explicit mode. Rename XY/Explicit to Auto/Manual
* Fixes
* Fix
* Legend improvements
* Rewrite Pure Component to Function Component
* Add datalinks support
* Legend fixes and CR modifications
* Fix bugs that crash panel
2022-09-05 11:03:17 +03:00
Ryan McKinley
7e53bd107c
Panels: Add troubleshooting snapshot ( #54417 )
2022-09-02 15:38:35 -07:00
Adela Almasan
37a0207463
Canvas: Phantom mouse down fix ( #54673 )
2022-09-02 12:58:49 -07:00
Drew Slobodnjak
600ea254af
Geomap: Fix duplicate layer bug ( #54660 )
...
* Geomap: Fix duplicate layer bug
* Remove dependency on name parameter
2022-09-02 10:53:21 -07:00
Ashley Harrison
0ab548a8b5
Chore: fixing some anys/type assertions ( #54661 )
...
* fixing some anys/type assertions
* make types consistent
2022-09-02 16:39:09 +00:00
linoman
d2bb72fb3c
Login: Remove single admin team restriction ( #54534 )
...
* Remove single member team restriction
* Add label when permissions list is empty
* Fix unit tests
* Add co-author.
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com >
2022-09-02 18:16:39 +02:00
Josh Hunt
6b197f3fa9
Chore: Use react-highlight-words types ( #54627 )
2022-09-02 16:36:44 +01:00
Leon Sorokin
28426219ce
TimeSeries: fix padding, force 0-100% y range when % stacked ( #54197 )
2022-09-02 09:26:04 -05:00
Ashley Harrison
3e8d178fc1
convert LokiQueryEditor test to RTL ( #54639 )
2022-09-02 15:11:13 +01:00
Ashley Harrison
22e5ee3b52
update LokiExploreQueryEditor test to RTL ( #54644 )
2022-09-02 14:46:14 +01:00
Ashley Harrison
11689c0385
convert ConfigEditor test to RTL ( #54636 )
2022-09-02 12:48:37 +01:00
Hamas Shafiq
21dd60ba60
Tempo: Map the status tag to status.code for autocomplete ( #54593 )
2022-09-02 11:55:55 +01:00
Hamas Shafiq
d79830fdd7
Chore: Replace deprecated toPromise() calls with lastValueFrom ( #54234 )
2022-09-02 11:17:36 +01:00
Kian Eliasi
6e4900dc45
Footer: Add release notes url to version label ( #52909 )
...
* Add release note url to footer's version label
* Filter out pre-release versions in release notes link at the footer
* correct links for beta/prerelease release notes
* make all links target blank
* Fix TeamPages test
Co-authored-by: joshhunt <josh@trtr.co >
2022-09-02 06:05:27 -04:00
Matthew Jacobson
d706320d0a
Alerting: Fix UI bug when setting custom notification policy group by ( #54607 )
...
Custom values were not being displayed in the multiselect for notification policy `Group by` even though
they were correctly being saved.
2022-09-01 19:06:42 -04:00
Hamas Shafiq
e17c2f1cb5
Tempo: Add an options component under the TraceQL query field ( #54435 )
2022-09-01 22:49:27 +01:00
Andrej Kiripolský
59ba64f29b
Dashboard: Fix typos in feedback request sentence ( #54429 )
...
* Fix typo in feedback request
* prettier
Co-authored-by: Domas <domasx2@gmail.com >
2022-09-01 09:29:52 -05:00
Murtaza Ahmedi
f6827a0518
Plugins Catalog: Allow to filter plugins using special characters ( #54474 )
2022-09-01 16:25:25 +02:00
Josh Hunt
fd7a30c0a9
Fix: Restore Grafana and Dashboard data source icons ( #54580 )
2022-09-01 09:46:06 -04:00
Beto Muniz
29ff97a4b8
Fix create a dashboard from Explorer and edit panel flow ( #54551 )
2022-09-01 10:18:57 -03:00
Dominik Prokop
4ec03bad64
Revert 54400 ( #54570 )
...
* Revert "Add FocusScope to PanelEditor when open in the Dashboard Page so that a11y focus never catches invisible content. (#54400 )"
This reverts commit ef32050508 .
* Betterer <3
2022-09-01 05:42:06 -07:00
Josh Hunt
c3633feea8
Chore: Remove Dashboard IconName type assertions ( #54573 )
...
* Chore: Remove Dashboard IconName type assertions
* fix lint
2022-09-01 13:26:28 +01:00
Josh Hunt
caa0c91b1c
Chore: Remove Nav + story IconName type assertions ( #54572 )
...
* Chore: Remove some IconName type assertions
* fix actually importing the function
* fix lint
* fix lint
2022-09-01 13:23:41 +01:00