- 20 Jan, 2021 18 commits
-
-
Erik Sundell committed
-
PanelOptions: Refactoring applying panel and field options out of PanelModel and add property clean up for properties not in field config registry (#30389) * PanelOptions: Refactoring on applying panel and field options from PanelModel * Progress * Filtering out props * downgraded prettier * Fixes * Initial simple remember and restore for custom and overrides * clearing custom options and overrides and restoring works * actually use the function * Added type for options cache * minor fix * Updated with new prettier * Added old field config to panel type change handler * Update public/app/features/dashboard/state/getPanelOptionsWithDefaults.test.ts Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Torkel Ödegaard committed -
* Dashboard: Remove template variables option and update style of ShareModal (#29191) * Simplified design * Changed to text area component for embed and replaced select with RadioButtonGroup * Use primitive string instead of SelectableValue in the states * Changed embed html TextArea to writable and added a copy to clipboard button * Added some space between the buttons on the snapshot tab and removed unnessecary FieldSet elements * Add descriptions to the tabs that were missing descriptions * Capitalization of theme names Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Oscar Kilhed committed -
* Created the Inspect variables topic. * Check in changes. * Added relrefs. * Added Hugh's suggestion.
achatterjee-grafana committed -
Agnès Toulet committed
-
Giordano Ricci committed
-
* chore: bump serialize-javascript dependents to use 3.1.0+ * chore: manually bump is-my-json-valid to 2.20.5 * chore: resolve kind-of@6 to 6.0.3 * chore: bump webpack-dev-server to solve faye-websocket vulnerability
Jack Westbrook committed -
Grot (@grafanabot) committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Giordano Ricci committed
-
Dominik Prokop committed
-
* Wip: First naive impl * Chore: fix after merge * Chore: changes after PR comments * Chore: removes unused types * Chore: adds feature toggle * Refactor: adds library panels cleanup and connect when storing dashboards * Refactor: adds feature toggle * Update pkg/services/librarypanels/librarypanels.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Refactor: adds disconnect library panels when deleting a dashboard * Chore: changes after PR comments * Tests: adds tests for LoadLibraryPanelsForDashboard * Tests: adds tests for CleanLibraryPanelsForDashboard * Tests: adds tests for ConnectLibraryPanelsForDashboard * Tests: adds tests for DisconnectLibraryPanelsForDashboard and small refactor * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Refactor: deletes all connections in one call and connects all in the same transaction * Chore: adds better comments * Chore: changes after PR comments Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Hugo Häggmark committed -
Torkel Ödegaard committed
-
* Add dashboards that are converted from GCP format * Changes according to pr feedback * Remove dashboards that could not be tested using real data
Erik Sundell committed -
* update go-mssqldb package * mssql: support for Windows integrated security Adds a dropdown to the config page to choose between SQL Server auth and Windows auth. If the login/username is empty then the go-mssqldb driver will use single sign on (Windows integrated security) if on Windows. * mssql: update ds - don't ignore the user column
Daniel Lee committed -
* Updated package json but not updated source files * Update eslint plugin * updated files
Torkel Ödegaard committed -
Ryan McKinley committed
-
* Create whats-new-in-v7-4.md * Update whats-new-in-v7-4.md * Update types-options.md * Update whats-new-in-v7-4.md * Updated image paths * minor edits * updates * content updates * Update docs/sources/whatsnew/whats-new-in-v7-4.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/whatsnew/whats-new-in-v7-4.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Diana Payton committed
-
- 19 Jan, 2021 22 commits
-
-
* Dashboards: Adds cheat sheet toggle to supported query editors
kay delaney committed -
Diana Payton committed
-
* evaluate Go style template * inlince func * add test case * PR feedback and add tests for templte data map func * Add test case Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * do regex check * ensure ecape * small cleanup * dont exit on template execution errors * add info tooltip * add docs * switch from go tmpl to regex * update docs/comments * update tooltip wording * update docs wording * add simple test * avoid .MustCompile * point to labels in docs * update docs * fix docs links * remove line * fix lint * add note about multiple labels * propagate labels for CM * update docs * remove whitespace * update task title * update docs * pr feedback Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Will Browne committed -
* Update whats-new-in-v7-3.md * Update docs/sources/whatsnew/whats-new-in-v7-3.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Diana Payton committed -
Diana Payton committed
-
Diana Payton committed
-
* Expressions: remove feature toggle, add experimental badge * Make button only show for backend and mixed data sources Co-authored-by: Peter Holmberg <peter.hlmbrg@gmail.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Kyle Brandt committed -
Diana Payton committed
-
Diana Payton committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Go program to output openapi * Fix number type syntax Resolves error: 'unsupported op for number &' * Render just the schemas * Use args as entrypoints and add test * Update README, tidy go.mod
Chris Trott committed -
* Enforce unique alert definition title/uid per org * Remove print statement from test * Do not allow empty alert definition titles * update error message on dup title * also add title error to update * CamelCase json properties * Add test for title unique enforcement in updates Co-authored-by: kyle <kyle@grafana.com>
Sofia Papagiannaki committed -
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Emil Tullstedt committed -
* Auth: add error for expired token * Auth: save token error into context data * Auth: send full user and req context to CreateToken * Auth: add token ID in context * add TokenExpiredError struct * update auth tests * remove most of the changes to CreateToken func * clean up * Login: add requestURI in CreateToken ctx * update RequestURIKey comment
Agnès Toulet committed -
* Add GraphView component * Add service map panel * Add more metadata visuals * Add context menu on click * Add context menu for services * Fix service map in dashboard * Add field proxy in explore linkSupplier * Refactor the link creation * Remove test file * Fix scale change when view is panned * Fix node centering * Don't show context menu if no links * Fix service map containers * Add collapsible around the service map * Fix stats computation * Remove debug log * Fix time stats * Allow string timestamp * Make panning bounded * Add zooming by mouse wheel * Clean up the colors * Fix stats for single trace graph * Don't show debug config * Add more complex layout * Update layout with better fixing of the root nodes * Code cleanup * Change how we pass in link creation function and some more cleanup * Refactor the panel section into separate render methods * Make the edge hover more readable * Move stats computation to data source * Put edge labels to front * Simplify layout for better multi graph layout * Update for dark theme * Move function to utils * Visual improvements * Improve context menu detail * Allow custom details * Rename to NodeGraph * Remove unused dependencies * Use named color palette and add some fallbacks for missing data * Add test data scenario * Rename plugin * Switch scroll zoom direction to align with google maps * Do some perf optimisations and rise the node limit * Update alert styling * Rename function * Add tests * Add more tests * Change data frame column mapping to use column names * Fix test * Fix type errors * Don't show context menu without links * Add beta status to panel * Fix tests * Changed function to standard methods * Fix typing * Clean up yarn.lock * Add some UI improvements - better styling of the zoom buttons - disable buttons when max reached * Fix panel references after rename * Add panel icon
Andrej Ocenas committed -
Marcus Olsson committed
-
* force POSIX style path separators * include posix style for symbolic links * include in error string
Will Browne committed -
Tania B committed
-
* Safely skipping overrides on missing properties. * Added test and missing element key. * added possibility to remove the missing property. * Minor UI change * Fix test * simplify a bit * Fixed test Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Marcus Andersson committed -
* Fix query preview add tabs to options * break out tabs to components * add refresh button * minor things after PR review * hide queries * Add simple error screen if there's an error * dropdown with different frames * move onrunqueries to redux * cleanup * show actual error
Peter Holmberg committed -
* Grafana-ui: Enable customisable separator for metadata * Grafana-ui: Make Card story public
Alex Khomenko committed -
* refactor(dashboard): remove redundant directive code from SaveDashboardAsButton * feat(dashboard): initial commit of rendering version history with react * feat(dashboard): append versions, use historySrv, UI as functional components * feat(dashboard): initial commit of versions settings diff view * refactor(historylist): remove code related to listing versions * refactor(dashboard): use angular directive to render version comparison * refactor(dashboard): clean up versions settings * refactor(dashboard): move version history UI components into own files * refactor(dashboard): update typings for version history react components * feat(dashboard): initial commit of react revert dashboard modal * test(dashboardsettings): clean up historylistctrl tests * chore(dashboardsettings): remove unused state variable * test(dashboardsettings): initial commit of VersionSettings component tests * feat(grafana-ui): add className concatenation on Checkbox label * Apply suggestions from code review Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * test(dashboardsettings): add more tests for Versions Settings react component * test(dashboardsettings): add test to assert latest badge in Version history table * fix(dashboardsettings): pass string to getDiff instead of react event object * test(dashboardsettings): remove failing test from versions settings * Moved scroll area to content, and fixed colors * Update public/app/features/dashboard/components/DashboardSettings/VersionsSettings.test.tsx Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * style(dashboardsettings): add new lines to versions settings tests Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Jack Westbrook committed
-