- 10 Apr, 2020 7 commits
-
-
Dominik Prokop committed
-
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Ryan McKinley committed -
* Toolkit: Setup templates * Toolkit: Add plop * Toolkit: Setup createComponent task * Toolkit: Use lodash templates * Toolkit: Generate story and mdx file * Toolkit: Add story type * Toolkit: Fix types * Toolkit: Add test template * Toolkit: Remove plop * Toolkit: Tweak types * Toolkit: Minor fixes * Toolkit: Add internal story option * Toolkit: Fix test * Toolkit: Clarify prompt * Toolkit: add prompt list for component group * Toolkit: make generator script internal * Toolkit: add description * Toolkit: add missing when condition
Alex Khomenko committed -
Redux: Added config to redux development middlewares that checks for mutations and serializability (#23492) * Redux: Added config to redux development middlewares that checks for mutations and serializability * Disable these middlewares, they are too slow * Update public/app/store/configureStore.ts * Update public/app/store/configureStore.ts * Prettier fix Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Torkel Ödegaard committed -
Ryan McKinley committed
-
* UserAdmin: remove Synced via LDAP message for non-LDAP users * UserAdmin: show "Synced via <provider>" message for external users
Alexander Zobnin committed -
Ryan McKinley committed
-
- 09 Apr, 2020 26 commits
-
-
* DevEnv: updates @types/react-redux 7.1.2. -> 7.1.7 * DevEnv: updates react-redux 7.1.1 -> 7.1.3 * DevEnv: updates redux 4.0.4 -> 4.0.5 * DevEnv: updates @reduxjs/toolkit 1.2.1 -> 1.2.3 * DevEnv: updates @types/redux-mock-store 1.0.1 -> 1.0.2 * DevEvn: updates redux-mock-store 1.5.3 -> 1.5.4 * DevEnv: updates react-redux 7.1.3 -> 7.2.0 * DevEnv: updates @reduxjs/toolkit 1.2.3 -> 1.3.4 * DevEnv: updates redux middleware
Lukas Siatka committed -
Ryan McKinley committed
-
This already linked to grafana.com, I just changed the text of the link to reflect where the link actually directs you to.
Joshua Shannon committed -
misc cleanup
Kyle Brandt committed -
* Do not use pointer cursor on icon by default * Allow items alignment in the HorizontalGroup layout * Add util for rendering components based on their type (element or function) * Components for rendering query and transformation rows in a unified way * Apply new UI fo query and transformation rows * Add some tests * Minor fix for scroll area Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Dominik Prokop committed -
* First bar gauge panel option * Update doc comments * Minor changes * progress * Minor type updates * Fixing typing errors * Fix that TS! * Bring satisfaction to that beast called typescript * Prototype * Remove import * Experimenting with different named categories * Experimenting with category naming * Naming is very hard * merge master * Remove commented code * Fix merge * Categorise panel options into collapsible sections * Remove categories from table panel Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Dominik Prokop committed -
React: Add why-did-you-render dev extension to better see what components re-render and why (in console) (#23455) * React: Add why-did-you-render dev extension to better understand what components re-renders * Lock version * Updated yarn locj
Torkel Ödegaard committed -
Alex Khomenko committed
-
* fixed dependecy issues. * Fixed so we don't have any circular dependencies. * added missing type. * fixed formatting issue of config. * skipping sourcemap again.
Marcus Andersson committed -
Ryan McKinley committed
-
Adding missing CloudWatch metrics Cassandra
ilyastoli committed -
Carl Bergquist committed
-
* Add SSL certificate/key fields to Postgres data source configuration Co-authored-by: Edwin Cordeiro <edwin@scordeiro.net> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Ryan committed -
Dominik Prokop committed
-
Torkel Ödegaard committed
-
* Move from Forms namespace and move folder * Figrate pages from Forms * Make Enterprise mergable
Tobias Skarhed committed -
Ryan McKinley committed
-
Dário Nascimento committed
-
* Fixed ts errors so build will succeed * Update packages/grafana-data/src/types/graph.ts Co-Authored-By: Ryan McKinley <ryantxu@gmail.com> * Feedback from code review * Leaving out trivial typing's * Fix error with color being undefined now. * fix test with timezone issue * Fixed test Co-authored-by: Ryan McKinley <ryantxu@gmail.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Stephanie Closson committed -
* Fixed global variable __org.id value * correct orgId value * reverted the change as variables moved to new file
Vikky Omkar committed -
Torkel Ödegaard committed
-
* export the ui registry * add to utils index also
Ryan McKinley committed -
* Feature: adds text color field config * Refactor: created an extension point * Refactor: uses HOC for extension instead * Fix: fixes background styling from affecting cells without display.color
Hugo Häggmark committed -
* NewPanelEdit: Minor style and description tweaks * Removed the worst snapshot of all time
Torkel Ödegaard committed -
Cyril Tovena committed
-
Add region annotation examples for SQL data sources in docs. Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Alexandre de Verteuil committed
-
- 08 Apr, 2020 7 commits
-
-
* Fix bunch of null error * Fix failing test * Another test fix
Andrej Ocenas committed -
Torkel Ödegaard committed
-
Agnès Toulet committed
-
* Remove deprecated setDefault usages * Add simple support for conditinal field config properties * Use new API in NewsPanel * Update tests * Fix check
Dominik Prokop committed -
Marcus Efraimsson committed
-
Stephanie Closson committed
-
* Add integration with Jeager Add Jaeger datasource and modify derived fields in loki to allow for opening a trace in Jager in separate split. Modifies build so that this branch docker images are pushed to docker hub Add a traceui dir with docker-compose and provision files for demoing.:wq * Enable docker logger plugin to send logs to loki * Add placeholder zipkin datasource * Fixed rebase issues, added enhanceDataFrame to non-legacy code path * Trace selector for jaeger query field * Fix logs default mode for Loki * Fix loading jaeger query field services on split * Updated grafana image in traceui/compose file * Fix prettier error * Hide behind feature flag, clean up unused code. * Fix tests * Fix tests * Cleanup code and review feedback * Remove traceui directory * Remove circle build changes * Fix feature toggles object * Fix merge issues * Add trace ui in Explore * WIP * WIP * WIP * Make jaeger datasource return trace data instead of link * Allow js in jest tests * Return data from Jaeger datasource * Take yarn.lock from master * Fix missing component * Update yarn lock * Fix some ts and lint errors * Fix merge * Fix type errors * Make tests pass again * Add tests * Fix es5 compatibility * Add header with minimap * Fix sizing issue due to column resizer handle * Fix issues with sizing, search functionality, duplicate react, tests * Refactor TraceView component, fix tests * Fix type errors * Add tests for hooks Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com>
Andrej Ocenas committed
-