- 30 Mar, 2020 12 commits
-
-
* Cookie : Increase duration to avoid error When using oauth2 authentication with multifactor, the 60s delay may be too short * Introduce new setting for OAuth state cookie max age Co-authored-by: Sofia Papagiannaki <sofia@grafana.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
rtrompier committed -
* Improve wording in docs/sources/reference/annotations.md Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Mohit Nain committed -
Mohit Nain committed
-
* LightTheme: Fixed tooltips background & text * LightTheme: Fixed tooltips background & text
Torkel Ödegaard committed -
Alejandro Suarez committed
-
* WIP: Panel options search * Panel options search * Minor update * Fixed ts issues * StatPanel: Fixed duplicate option exception * Added some polish * Updated snapshot * Minor fix * updated snapshot
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Arve Knudsen committed
-
Tobias Skarhed committed
-
Hugo Häggmark committed
-
* Refactor: adds first naive implemenation of join by field name * Chore: changes after PR comments * Refactor: fixes labels and adds support for multiple columns
Hugo Häggmark committed
-
- 29 Mar, 2020 1 commit
-
-
Torkel Ödegaard committed
-
- 28 Mar, 2020 5 commits
-
-
StatPanels: Refactoring DisplayValueOptions and renaming & adding new panel options to react panels (#23153) * StatPanels: Refactoring DisplayValueOptions and renaming * added return * Progress * Updated * Made radio groups full width by default in panel options * Fixed ts issue * Updated * Added remaining options * Removed unused type * Updated snapshot * Renamed to ReduceDataOptions
Torkel Ödegaard committed -
Arve Knudsen committed
-
* CircleCI: Get rid of machine executors * CircleCI: Use new Circle images * CircleCI: Tweak dependency graph
Arve Knudsen committed -
Fixes #23148
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
- 27 Mar, 2020 13 commits
-
-
Stephanie Closson committed
-
* CircleCI: Cache packages in GCS instead of workspace * CircleCI: Cache yarn packages * CircleCI: Consolidate on --frozen-lockfile
Arve Knudsen committed -
Tobias Skarhed committed
-
Steven Vachon committed
-
* First bar gauge panel option * Update doc comments * Minor changes * progress * Fixing typing errors * Minor type updates * Fix that TS! * Bring satisfaction to that beast called typescript Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Arve Knudsen committed
-
* wip: add slo support * Export DataSourcePlugin * wip: break out metric query editor into its own component * wip: refactor frontend - keep SLO and Metric query in differnt objects * wip - load services and slos * Fix broken test * Add interactive slo expression builder * Change order of dropdowns * Refactoring backend model. slo unit testing in progress * Unit test migration and SLOs * Cleanup SLO editor * Simplify alias by component * Support alias by for slos * Support slos in variable queries * Fix broken last query error * Update Help section to include SLO aliases * streamline datasource resource cache * Break out api specific stuff in datasource to its own file * Move get projects call to frontend * Refactor api caching * Unit test api service * Fix lint go issue * Fix typescript strict errors * Fix test datasource * Use budget fraction selector instead of budget * Reset SLO when service is changed * Handle error in case resource call returned no data * Show real SLI display name * Use unsafe prefix on will mount hook * Store goal in query model since it will be used as soon as graph panel supports adding a threshold * Add comment to describe why componentWillMount is used * Interpolate sloid * Break out SLO aggregation into its own func * Also test group bys for metricquery test * Remove not used type fields * Remove annoying stackdriver prefix from error message * Default view param to FULL * Add part about SLO query builder in docs * Use new images * Fixes after feedback * Add one more group by test * Make stackdriver types internal * Update docs/sources/features/datasources/stackdriver.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/features/datasources/stackdriver.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/features/datasources/stackdriver.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Updates after PR feedback * add test for when no alias by defined * fix infinite loop when newVariables feature flag is on onChange being called in componentDidUpdate produces an infinite loop when using the new React template variable implementation. Also fixes a spelling mistake * implements feedback for documentation changes * more doc changes Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Daniel Lee <dan.limerick@gmail.com>
Erik Sundell committed -
Torkel Ödegaard committed
-
* Storybook: Sort icons by name * Storybook: Add icon search
Alex Khomenko committed -
Ivana Huckova committed
-
Torkel Ödegaard committed
-
* Updated title to show dashboard title * Sort of fixed annotations and alerting state
Torkel Ödegaard committed
-
- 26 Mar, 2020 9 commits
-
-
* Registry of standard option editors * Move override processors to grafana data * API for declaratively creating field config/panel options * Enable declarative API in PanelPlugin for options and field config * Use new api in react table panel * Add color and unit picker to option registries * Add some docs and tests * Fix tests
Dominik Prokop committed -
because id is never defined on notification object, the condition 'n.id === an.id' is equal to 'undefined === undefined' which is always true. that code is responsible for the situation when you delete one endpoint and it removes all of them.
Barak Kakoun committed -
* CircleCI: Build and publish Docker images in same job * CircleCI: Adjust dependency graph * CircleCI: Specify grabpl concurrency * CircleCI: Adjust resource classes
Arve Knudsen committed -
* Minor changes * Fixtures path is now relative to the project directory * URL support module now has individual exports * Scenario context timing issues resolved ... caused by being ran synchronously, instead of as part of Cypress' asynchronous queue. * Scenario context API now supports multiple keys per function call * addDataSource flow accepts a config argument … and optionally checks datasource health status * Added readProvisions command * Added addPanel flow
Steven Vachon committed -
* DevEnv: updates @types/react-transition-group 2.0.16 -> 4.2.4 * DevEnv: updates @types/react-transition-group 2.0.16 -> 4.2.4 in grafana-ui package * DevEnv: updates react-transition-group 2.6.1 -> 4.3.0 in grafana-ui package * DevEnv: updates react-transition-group 2.6.1 -> 4.3.0
Lukas Siatka committed -
Ryan McKinley committed
-
Lukas Siatka committed
-
Torkel Ödegaard committed
-
* Fix 100% height styles * Move utility class to component styles
Andrej Ocenas committed
-