c21cb46c1d87dfd211f1e2c85bbdf99edbf2af90
24952
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
c21cb46c1d |
Field/Overrides: Allow title override for 'Time' column (#24295)
Closes #24245
(cherry picked from commit
|
||
|
|
bf8f3c03b8 |
Explore/Loki: Removes old query syntax support for regex filter (#24281)
* Chore: removed regex from LokiQuery
* Chore: removes parseQuery from Loki datasource
* Chore: removes regex param from format query in lokiStreamsToDataframes in Loki result transformer
* Chore: updates formatQuery and removes parseQuery from Loki query utils
* Chore: removes highlighter test with unsupported syntax from Loki query utils
(cherry picked from commit
|
||
|
|
9cf52bd20f |
Panel: will fix so the correct links is generated to the panel view. (#24301)
* fixed a couple of bad links.
* adjusted so we use the correct type of links.
* cleaning up links regarding edit/viewing panels.
* fixing edit link.
* reverted back to panelId for the image urls.
* reverted back.
* remvoed the editPanel: null since it is obsolete.
(cherry picked from commit
|
||
|
|
803b089e5b |
import: enable creating new folders in import (#24317)
(cherry picked from commit
|
||
|
|
e2996f49a2 |
Inspect: Fix typo (#24311)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
(cherry picked from commit
|
||
|
|
f42a2d9528 |
Toolkit: use grabpl for manifest (#24319)
(cherry picked from commit
|
||
|
|
19db500ca9 |
SaveDashboard: Fix for folder picker menu not being visible outside modal (#24296)
* Change z-index
* Add position and width to menuPortal
(cherry picked from commit
|
||
|
|
f21a9fff0a |
Toolkit: Docker images/Add grabpl tool for deploys (#24309)
* Add grabpl tool for deploys
* Rest of the files
(cherry picked from commit
|
||
|
|
3d0d38fd64 |
CircleCI: Enable plug-in signing (#24240)
* CircleCI: Include signed manifest when building plug-ins
(cherry picked from commit
|
||
|
|
f214005fe3 |
Prometheus: Add off switch for metric/label name lookup (#24034)
* Prometheus: Add off switch for metric/label name lookup
This will help users with amounts of metric name
data that is too much for a browser to handle.
Autocomplete will be disabled and metrics chooser hidden,
since obviously both rely on this data.
Fixes #22702
* Use onUpdateDatasourceJsonDataOptionChecked
... from `@grafana/data`. Refactor naming to faciliate its
use and stick with prop names as passed down from
`ConfigEditor`.
PLUS:
- Rephrase switch label, add a tooltip and reduce the
size of the to what "Custom query parameters" originally
was.
- Change `languageProvider` type in `PromQueryField`.
* Put language provider back in
Functions and history still work, even when metrics
lookup gets disabled.
Also: Rewording of setting.
* Display a message when lookup got disabled manually
* Call property for setting disableMetricsLookup
* Show disabled metrics chooser instead of warning
(cherry picked from commit
|
||
|
|
3449c1d344 |
Input: Set autofill color (#24290)
(cherry picked from commit
|
||
|
|
dc9e69be90 |
Prometheus: Show "Loading metrics..." when switching sources (#24292)
syntaxLoaded needed resetting at the beginning of refreshing
metrics.
Fixes #24291
(cherry picked from commit
|
||
|
|
a407efcaab |
Links: Filter data sources in derived link to tracing only (#23948)
(cherry picked from commit
|
||
|
|
74dff04996 |
QueryOptions: Fixed min interval placeholder now is real min interval from data source settings (#24227)
(cherry picked from commit
|
||
|
|
21db57db7b |
Dashboard: Variable without a current value in json model causes crash on load (#24261)
* Variables: Fixes variable initilization and default values
* fixed failing tests.
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
(cherry picked from commit
|
||
|
|
951bd7130a |
Storybook: Convert final CSF stories (#24283)
* Convert BigValue and GraphLegend
* Convert last stories
(cherry picked from commit
|
||
|
|
d481538c77 |
Stat/Gauge/BarGauge: shows default cursor when missing links (#24284)
* Stat/Gauge/BarGauge: shows default cursor when missing links
* Stat/Gauge/BarGauge: shows default cursor when missing links
* Refactor: changes after PR comments
(cherry picked from commit
|
||
|
|
154f6dccc9 |
Jaeger: Fix root span label in cascader (#24164)
(cherry picked from commit
|
||
|
|
b307ff0edc |
Datasource/Loki: Fixes issue where cached log values weren't merged when labels were refreshed (#24101)
* Datasource/Loki: Fixes issue where cached log values weren't merged when labels were refreshed
Closes #24087
(cherry picked from commit
|
||
|
|
2bce7f56fa |
Variables: migrates old tags format for consistency (#24276)
* Variables: migrates old tags format for consistency
* Update DashboardGrid.test.tsx.snap
* Update DashboardPage.test.tsx.snap
* Update DashboardGrid.test.tsx.snap
(cherry picked from commit
|
||
|
|
546e47c59b |
Tracing: Remove collapsing of header (#24153)
(cherry picked from commit
|
||
|
|
78bb177608 |
Backend plugins: Fix incorrect JSON Unmarshal (#24243)
(cherry picked from commit
|
||
|
|
73c04254e5 |
Explore: No longer changes run button red with "cancel" text when live tailing (#24106)
Closes #24079
(cherry picked from commit
|
||
|
|
3f228c082a |
Enable svg bundle with rollup (#24258)
(cherry picked from commit
|
||
|
|
ef72c489de |
Backend plugins: Send query type to backend plugins (#24120)
Use v0.60.0 of sdk.
(cherry picked from commit
|
||
|
|
e5902b0f22 |
Migration: Dashboard links (#23553)
* first things * extract dropdown to component * sanitize links and titles * fix import * remove console log and move typings * SAML Role and Team sync (open source part) (#23391) * SAML: add default params for role and team sync * SAML: add org_mapping option * SAML: support allowed_organizations option * Chore: expose RedirectWithError from HTTPServer * Chore: return RedirectResponse (fix superfluous response.writeheader message) * HTTPServer: expose ValidateRedirectTo() and CookieOptionsFromCfg() * Config: move SAML section to the enterprise * Forms migration: Change password (#23623) * Migrate ChangePassword * Add validation * FieldOverrides: UI updates (#23630) * UI improvements for field overrides * Update tests * Fix missing key * Fix e2e * docs/sources/features/datasources/graphite.md: Fix typos * Inspect: Transformers (#23598) * WIP: Inspect transformers * Updated * Transformations working in inspect drawer and series to columns working as normal transformation * Minor name change * Updated * Updated * Fix: fixes crash with dataFrameIndex out of bounds Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> * Search: migrate manage dashboards (#23530) * Search: add search wrapper * Search: add DashboardSearch.tsx * Search: enable search * Search: update types * Search: useReducer for saving search results * Search: use default query * Search: add toggle custom action * Search: add onQueryChange * Search: debounce search * Search: pas dispatch as a prop * Search: add tag filter * Search: Fix types * Search: revert changes * Search: close overlay on esc * Search: enable tag filtering * Search: clear query * Search: add autofocus to search field * Search: Rename close to closeSearch * Search: Add no results message * Search: Add loading state * Search: Remove Select from Forms namespace * Remove Add selectedIndex * Remove Add getFlattenedSections * Remove Enable selecting items * Search: add hasId * Search: preselect first item * Search: Add utils tests * Search: Fix moving selection down * Search: Add findSelected * Search: Add type to section * Search: Handle Enter key press on item highlight * Search: Move reducer et al. to separate files * Search: Remove redundant render check * Search: Close overlay on Esc and ArrowLeft press * Search: Add close button * Search: Document utils * Search: use Icon for remove icon * Search: Add DashboardSearch.test.tsx * Search: Move test data to a separate file * Search: Finalise DashboardSearch.test.tsx * Add search reducer tests * Search: Add search results loading indicator * Search: Remove inline function * Search: Do not mutate item * Search: Tweak utils * Search: Do not clear query on tag clear * Search: Fix folder:current search * Search: Fix results scroll * Search: Update tests * Search: Close overlay on cog icon click * Add mobile styles for close button * Search: Use CustomScrollbar * Search: Memoize TagList.tsx * Search: Fix type errors * Search: More strictNullChecks fixes * Search: Add ManageDashboards.tsx * Search: Add mergeReducers * Search: Use mergeReducers * Search: remove default state from reducers * Search: Fix recent and starred icons * Search: Enable search * Search: Add markup * Search: Separate manageDashboardsReducer * Search: Add DashboardActions.tsx * Use new Select for TagFilter * Search: Use TagFilter for search filters * Search: Use TagList * Search: Add toggleSection * Search: Add more actions * Search add manageDashboards.test.ts * Search: Add getCheckedUids * Search: Add modify and toggle checked actions * Search: Update tests * Search: Update component template * Search: Enable section toggle * Search: Derive canMove and canDelete * Search: Handle delete items * Search: Fix tests * Search: Enable toggle items * Search: Add confirm modal subtitle * Search: Use theme vars * Search: Add getCheckedDashboardsUids * Search: Add MoveToFolderModal * Search: Enable moving dashboards * Search: Fix strict null checks errors * Search: Fix strict null checks errors[2] * Search: Enable filters * Search: Add useSearchQuery.ts * Search: Toggle items when toggling all * Search: Update useSearchQuery to accept custom params * Search: Add useSearchQuery to dashboard search * Search: use SearchField for manage dashboards * Search: Remove event param from query change * Search: Add base search hooks * Search: refactor useSearch to accept reducer * Search: use useDashboardSearch hook * Search: Fix useSearchQuery params * Search: Enable folder search * Search: Update tests * Search: Pass the props to manage-dashboards * Search: Add search filters margin * Search: Remove search-field-wrapper class and hide logic for it * Search: Adjust SearchField styles * Search: Move search-results-container inside SearchResults * Search: Fix type errors * Search: Add EmptyListCTA * Search: Update move message * Search: Cleanup * Search: Add todo * Search: Fix action type * Search: Use React wrapper vs FolderDashboardsCtrl and DashboardListCtrl * Search: DashboardList => DashboardListPage * Search: Remove ManageDashboards from angular_wrappers * Minor style tweaks * Search: Use LinkButton Co-authored-by: Torkel Ödegaard <torkel@grafana.com> * PanelEditorTabs: adds counter to Query, Alert and Transform (#23645) * Transformers: changes reduce transformer (#23611) * Transformers: changes reduce transformer * Refactor: fixes lenght of frame * Minor tweaks and polish Co-authored-by: Torkel Ödegaard <torkel@grafana.com> * Docs: Grafana internal metrics update (#23448) * Update metrics.md * Updated metrics.md and configuration.md * Added links to data sources * Update metrics.md * Update docs/sources/administration/metrics.md Co-Authored-By: Carl Bergquist <carl@grafana.com> Co-authored-by: Carl Bergquist <carl@grafana.com> Co-authored-by: bergquist <carl.bergquist@gmail.com> * Remove temporary NewPanelEditorContext (#23652) * Toolkit: Update slim debian image for e2e testing (#23629) * Because alpine uses musl instead of libc, the e2e/cypress was not compatible So: - Created new VM based on debian-slim - Could also be used as a build VM Fixes: - ginstall issue with merge somewhere. - Trimmed down the alpine VM since we don't need the extra libraries for cypress * Fix: Don't need cp on debian Fix: Don't use /bin/sh on debian. Only for alpine. Use /bin/bash on debian Fix: Missing dependencies to e2e tests * Tweaks and comments for ci-improvements, stability, and readibility (#23658) * Tweaks and comments for ci-improvements, stability, and readibility - Made naming more obvious and intuitive - CI supports grafana e2e plus more granular design (side effect that it takes slightly longer, but negligable) - disable strict e2e errors through environment variable - Added tools for linting and for building plugin-ci * feedback from stevev - remove version. Causes problems * Overrides: Show option group counters for options that represent collections (#23655) * NewPanelEdit: Minor edit mode fixes (#23666) * Minor edit mode fixes * Updated * NewPanelEditor: Save dashboard from edit mode now works, and other fixes (#23668) * QueryEditors: include error when no data is returned (#23632) * toDataFrame: detect field properties using in rather than hasOwnProperty (#23673) * Bundled Plugins: fix build issues with DirectInput (#23640) * pass query error * and the root * not optional * building bundled plugin * missing file * remove other branch * fix prettier * Docs: Update README.md (#23660) * Docs: Update documentation-style-guide.md (#23659) Added Divio link * Dashboard: Add fields in DashboardMeta (#23647) * Fix: grafana/ui imports (#23680) * Prometheus: Fixed error in PromLink * Prometheus: Fixed error in PromLink, fixed ts issue * FieldOverride: Support data links via field overrides (#23590) * Move xss and sanitize packages to grafana-data * Move text, url and location utils to grafana-data * Move grafana config types to grafana-data * Move field display value proxy to grafana-data * Fix * Move data links built in vars to grafana-data * Attach links supplier to when applying field overrides * Prep tests * Use links suppliers attached via field overrides * locationUtil dependencies type * Move sanitize-url declaration to grafana-data * Revert "Move sanitize-url declaration to grafana-data" This reverts commit |
||
|
|
a0bf16824e |
Runtime: expose angular injector (#24262)
(cherry picked from commit
|
||
|
|
8a18531b06 |
Plugins: Require backend plugins to be signed when using plugin path (#24244)
(cherry picked from commit
|
||
|
|
c23f4ac103 |
LoginPage: New design (#23892)
* LoginPage: initial poc
* wIP
* Prgress
* Start Forms migration
* Fix layout and change password animation
* Migrate style to emotion
* Fix small things
* Remove classes
* Fix logo and title
* Disable disabled button
* Add custom fields and fix layout
* Update flyin animation
* Change animation timing
* Update comment
* Same styles for submit button
* Update snapshot
* Minor tweaks and made slogan random
Co-authored-by: Tobias Skarhed <tobias.skarhed@gmail.com>
(cherry picked from commit
|
||
|
|
b6f1501a82 |
Signing: allow unsigned plugin in dev mode (#24242)
(cherry picked from commit
|
||
|
|
a8ef363665 |
Errors: support errors with frame data from backend responses (#24176)
(cherry picked from commit
|
||
|
|
c466978366 |
Logs: Add log level Fatal (#24185)
- recognizes log levels "fatal" and "information"
- renders "fatal" with same color as other levels similar to "critical"
(cherry picked from commit
|
||
|
|
6284c96b07 |
Loki: Fix label matcher for log metrics queries (#24238)
* Fix switched filter buttons
* Fix filter for and filter out for metrics queries
* Add test coverage
(cherry picked from commit
|
||
|
|
57cccec020 |
Loki: Show loki datasource stats in panel inspector (#24190)
* Loki: Show loki datasource stats in panel inspector
- puts the loki query result stats into the query results meta stat API
of Grafana, this allows the display of all backend loki stats in the
panel inspector in the dashboards
- added a hack to also display one of those values in Explore as a meta
label using the dataframe meta `custom` mechanims to point to a single
stat entry for each series which is then added together to show total
bytes processed across all query row results (this should be changed for
7.1 to make full use of the panel inspector in Explore)
* Fix test
* nicer stats labels for loki stats with units
(cherry picked from commit
|
||
|
|
9419b96391 |
Plugins: Only load transform plug-ins if expressions feature on (#24110)
* PluginManager: Only load transform plugins if expressions feature on
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
(cherry picked from commit
|
||
|
|
da60079615 |
DataLinks: Do not add empty links (#24088)
* Do not add empty links
* Review
(cherry picked from commit
|
||
|
|
3fe7b4f383 |
Docs: add Usage Insights documentation (#23982)
* Docs: start on usage insights
* Docs: first draft for Usage Insights content
* Docs: clean up usage insights docs
* Docs: revert prettier updates
* Update docs/sources/enterprise/usage-insights.md
Co-Authored-By: Emil Tullstedt <emil.tullstedt@grafana.com>
* Docs: rewrite presence indicators paragraph
* Docs: feedback update
* Update docs/sources/enterprise/_index.md
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Docs: headings to sentence case
* Update docs/sources/enterprise/usage-insights.md
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/enterprise/usage-insights.md
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/enterprise/usage-insights.md
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/enterprise/usage-insights.md
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Docs: add dashboard insights button image
* Docs: add consistency
* Docs: add lower case
* Update docs/sources/enterprise/usage-insights.md
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update docs/sources/enterprise/usage-insights.md
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update docs/sources/enterprise/usage-insights.md
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Docs: singular presence indicator and improved search feedback
* Docs: Apply PR feedback
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
(cherry picked from commit
|
||
|
|
c1d632dcc9 |
DashboardManager: Disable editing if there are no folder permissions (#24237)
* Disable editing if there are no folder permissions
* Remove log
(cherry picked from commit
|
||
|
|
27a6cd7093 |
Transforms: Adds beta notice and updates transform descriptions (#24158)
* Transforms: Adds beta notice and updates transform descriptions
* Rename organize fields
* Webpack - enable images import
* Introduce FeatureState type
* Alow Container component grow/shrink config
* Enable svg import in main app
* Jest + webpack for svgs
* InfoBox refactor (+ added feature info box), Badge component introduced
* Update packages/grafana-ui/src/components/TransformersUI/FilterByNameTransformerEditor.tsx
Co-authored-by: Carl Bergquist <carl@grafana.com>
* Minor fixes
* Update packages/grafana-ui/src/components/TransformersUI/OrganizeFieldsTransformerEditor.tsx
Co-authored-by: Carl Bergquist <carl@grafana.com>
* Update packages/grafana-ui/src/components/TransformersUI/SeriesToFieldsTransformerEditor.tsx
Co-authored-by: Carl Bergquist <carl@grafana.com>
* fix typo
* Build storybook fixed
* Fix padding
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Co-authored-by: Carl Bergquist <carl@grafana.com>
(cherry picked from commit
|
||
|
|
d8e3b7ddb3 |
e2e: upgrades Cypress to 4.50 (#24099)
* Chore: upgrades Cypress to 4.5.0
* Refactor: splits up huge it into several
* Refactor: prevent flakiness
* Refactor: updates yarn.lock
* Refactor: changes after PR comments
* Refactor: uses e2e.flows instead of import
(cherry picked from commit
|
||
|
|
055096e047 |
Transformers: improve timeseries support (#23978)
* extract out the field creation parts
* extract out the field creation parts
* three math modes
* better timeseries support
* TestData/Graph: load arrow and zoom to data range (#23764)
* Docs: Fix building of docs (#23923)
* Docs: Fix building of docs
* CircleCI: Fixate grafana/docs-base image revision in job for building docs
* Docs: enable packages reference docs for 7-beta (#23953)
* added packages reference menu item.
* removed the draft flag.
* Updated docs by running script.
* AlertTab: some ui updates (#23971)
* updated the alerting tab.
* changed so we use a confirm button.
* removed uncommeneted import.
* Change to secondary buttons
Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com>
* trying to fix issue with panel of undefined.
* Fix prettier
* Update public/app/features/alerting/AlertTab.tsx
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
* Docs: Query history 7.0 updates (#23955)
* Update docs about query history
* Update docs/sources/features/explore/index.md
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Metrictank: Fix meta inspector consolidator field names (#23838)
to match https://github.com/grafana/metrictank/pull/1798
* Chore: Update Grafana version (#23985)
* Update Grafana version
* Docs: What's new in 7.0 placeholder (#23987)
* Docs: What's new in 7.0 placeholder
* Updated makefile
* Search: minor fixes (#23984)
* Search: Use folder id as key when present
* Search: Do not render modals if not open
* Enterprise: List 7.0 features (#23956)
* CircleCI: Fix triggering of jobs for releases (#23999)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Fix pagination of issues/PR's in changelog generator (#23997)
Fix pagination of issues/PR's in changelog generator
* Search: Convert time pickers to CSF (#24002)
* updated docs for reporting (#23733)
* updated docs
* peering comments
* Added info about what version test mails requires
* Tracing: Fix view bounds after trace change (#23994)
* Docs: fix image link (#24011)
* Update whats new (#24012)
* Chore: Put what's new and release notes URLs in package.json (#24006)
* Put what's new and release notes URLs in package.json
* Upgrade build pipeline tool
* Update changelog for v7.0.0-beta1 (#24007)
Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-Authored-By: Andrej Ocenas <mr.ocenas@gmail.com>
Co-Authored-By: Hugo Häggmark <hugo.haggmark@grafana.com>
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
* verify-repo-update: Fix Dockerfile.deb (#24030)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* CircleCI: Upgrade build pipeline tool (#24021)
* CircleCI: Upgrade build pipeline tool
* Devenv: ignore enterprise (#24037)
* Add header icon to Add data source page (#24033)
* latest.json: Update testing version (#24038)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Fix login page redirected from password reset (#24032)
* Storybook: Rewrite stories to CSF (#23989)
* ColorPicker to CSF format
* Convert stories to CSF
* Do not export ClipboardButton
* Update ConfirmButton
* Remove unused imports
* Fix feedback
* changelog enterprise 7.0.0-beta1 (#24039)
* CircleCI: Bump grafana/build-container revision (#24043)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Changelog: Updates changelog with more feature details (#24040)
* Changelog: Updates changelog with more feature details
* spell fix
* spell fix
* Updates
* Readme update
* Updates
* Select: fixes so component loses focus on selecting value or pressing outside of input. (#24008)
* changed the value container to a class component to get it to work with focus (maybe something with context?).
* added e2e tests to verify that the select focus is working as it should.
* fixed according to feedback.
* updated snapshot.
* Devenv: add remote renderer to grafana (#24050)
* NewPanelEditor: minor UI twekas (#24042)
* Forward ref for tabs, use html props
* Inspect: add inspect label to drawer title
* Add tooltips to sidebar pane tabs, copy changes
* Remove unused import
* Place tooltips over tabs
* Inspector: dont show transformations select if there is only one data frame
* Review
* Changelog: Add a breaking change (#24051)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* CircleCI: Unpin grafana/docs-base (#24054)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Search: close overlay on Esc press (#24003)
* Search: Close on Esc
* Search: Increase bottom padding for the last item in section
* Search: Move closing search to keybindingsSrv
* Search: Fix folder view
* Search: Do not move folders if already in folder
* Docs: Adds deprecation notice to changelog and docs for scripted dashboards (#24060)
* Update CHANGELOG.md (#24047)
Fix typo
Co-authored-by: Daniel Lee <dan.limerick@gmail.com>
* Documentation: Alternative Team Sync Wording (#23960)
* Alternative wording for team sync docs
Signed-off-by: Joe Elliott <number101010@gmail.com>
* Update docs/sources/auth/team-sync.md
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Fix misspell issues (#23905)
* Fix misspell issues
See,
$ golangci-lint run --timeout 10m --disable-all -E misspell ./...
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
* Fix codespell issues
See,
$ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm'
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
* ci please?
* non-empty commit - ci?
* Trigger build
Co-authored-by: bergquist <carl.bergquist@gmail.com>
Co-authored-by: Kyle Brandt <kyle@grafana.com>
* more tests
* remove FieldConfig setting
* merged binary and reduce
* improve tests
* update options after values change
* Minor refactoring and polish to UI
* Minor fixes
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Dieter Plaetinck <dieter@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Co-authored-by: Emil Tullstedt <sakjur@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Jon Gyllenswärd <jon.gyllensward@grafana.com>
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
Co-authored-by: Leonard Gram <leo@xlson.com>
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
Co-authored-by: Richard Hartmann <RichiH@users.noreply.github.com>
Co-authored-by: Daniel Lee <dan.limerick@gmail.com>
Co-authored-by: Joe Elliott <joe.elliott@grafana.com>
Co-authored-by: Mario Trangoni <mario@mariotrangoni.de>
Co-authored-by: bergquist <carl.bergquist@gmail.com>
Co-authored-by: Kyle Brandt <kyle@grafana.com>
(cherry picked from commit
|
||
|
|
2490a55b73 |
NewPanelEdit: Fixes issue with angular panel clean up, and cleanup after leaving edit mode (#24224)
(cherry picked from commit
|
||
|
|
4e435c2917 |
Dashboard: Go to explore now works even after discarding dashboard changes (#24149)
* Explore: Fix issue with going to explore
* removed console log
(cherry picked from commit
|
||
|
|
16e7d4563c |
PanelInspector: hides Query tab for plugins without Query ability (#24216)
* PanelInspector: fixes so Query tab is hidden for plugins without Query ability
* Refactor: changes after PR comments
(cherry picked from commit
|
||
|
|
f51c8dcd56 |
PanelEdit: Fixed scroll pos moved to top when clicking new radio buttons (#24146)
(cherry picked from commit
|
||
|
|
e086eca92d |
NewPanelEdit: Copy untransformed result from source panel (#24211)
(cherry picked from commit
|
||
|
|
63098b3452 |
Gauge: apply decimal limits to gauge min/max labels (#24192)
* limit label size
* fix tests
(cherry picked from commit
|
||
|
|
d2084175c3 |
Graph: align form switch in graph panel (#24202)
(cherry picked from commit
|
||
|
|
7be6603e54 |
Search: Add filterOption prop to Select (#24213)
(cherry picked from commit
|
||
|
|
b12a2914c1 |
Chore: changes elastic terms min_doc_count default from 1 to 0 (#24204)
(cherry picked from commit
|