- 01 Dec, 2020 6 commits
-
-
* Prometheus: don't override displayName property * Rename displayName to displayNameFromDS for consistency
Zoltán Bedi committed -
* Grunt: Removes grunt dependency and replaces some of it usage with alternatives * Removed precommit toolkit task * Fixed toolkit import * Some cleanup of unused / not working stuff in build.go * Removed sass errors
Torkel Ödegaard committed -
* Adding FilterByValue transformer skeleton * Connecting options with Editor * Improving UI and making deep copy of options on change. * Improving Transformation Editor UI * Implementing Regex filtering * Adding valueFilters.ts and creating filter registry * Connecting the test function * Correcting TypeScript errors * Using FilterInstance instead of simple Filter test function * Adding field.type as filter options * Improving UI. Adding custom placeholder depending on filter. * Implementing a few more filter types * Implementing more filters * Return original data if no filter were processed * Improving UI * Correcting TS errors * Making sure inequality transform are invalid until the filterExpression is not empty * Cleanup in the UI file * Improving UI (highlight invalid fields) * Only show filterType that are supported for the selected field * Adding tests + correction of a filter * Adding transformer test * Adding doc * Cleanup * Typing props for FilterSelectorRow component Co-authored-by: Marcus Andersson <systemvetaren@gmail.com> * Moving rendering in the JSX Co-authored-by: Marcus Andersson <systemvetaren@gmail.com> * Memoizing filterTypeOptions computation Co-authored-by: Marcus Andersson <systemvetaren@gmail.com> * Improve code compactness Co-authored-by: Marcus Andersson <systemvetaren@gmail.com> * Cleanup + solving TS errors * Updating some labels * Wrapping stuff around useMemo and useCallback * Using cloneDeep from lodash * Don't highlight field name input if null * Removing time type fields in selectable options * We want loose equality in this scenario. * Adding `onChange` to useCallback dependencies Co-authored-by: Marcus Andersson <systemvetaren@gmail.com> * Include or exclude matching any or all conditions * Correcting field name matching * Cleanup * Don't highlight the filterExpression input when its empty * Adding Range filter * Updating doc * Correcting TS error * Only showing the Match All/Match Any option if more than one condition * Two inputs for the Range filter instead of one * Improving invalid highlight for Range filter type * Cleanup * Improving labels in UI * Using ButtonSelect to improve UI * editor UI updates. * Updating tests * Adding component for Regex * Improve TS typing * Adding components for the other filter types. * Cleanup * Correct error * Updating valueFilter.test.ts * Updating filterByValue.test.ts * Reverting and removing Range filter * Update docs/sources/panels/transformations.md * starting to implement poc. * added a small poc. * wip * added tests. * added structure for dynamic value matcher editors. * added more support. * added some more value matchers. * removed unused value filters. * added some more matchers. * adding more matchers. * added a range matcher. * fixing some tests. * fixing tests. * remove unused dep. * making the matching a bit more performant. * UX improvements and alignment fixes * fixed delete button. * fixed some spacing in the UI. * added docs for matchers. * adding docs and exposing value matcher types. * will store dateTime as string. * updated docs according to feedback. * moved filter by value in transformation list. * Improved description. * added regex value filter. * added support for regex. * fixing failing tests. Co-authored-by: Marcus Andersson <systemvetaren@gmail.com> Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Totalus committed -
* Chore: Enable exhaustive linter Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Marcus Andersson committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed
-
- 29 Nov, 2020 4 commits
-
-
Ryan McKinley committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
* chore(grafana-ui): bump rollup dependencies * update yarn lock Co-authored-by: Torkel Ödegaard <torkel@grafana.com> Co-authored-by: Drone <drone@grafana.com>
Jack Westbrook committed
-
- 27 Nov, 2020 9 commits
-
-
Leon Sorokin committed
-
* Add support for Sensu Go notification channel Similar to current support for the older "Core" version of Sensu, this commit add support for the newer version. Closes #19908 Signed-off-by: Todd Campbell <todd@sensu.io> * fix linter errors Signed-off-by: Todd Campbell <todd@sensu.io> * Apply suggestions from code review PR review suggestions Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix no new variables error * Replace convey testing with testify Signed-off-by: Todd Campbell <todd@sensu.io> * Wording suggestions Signed-off-by: Todd Campbell <todd@sensu.io> * Add docker compose environment for testing/maintenance Signed-off-by: Todd Campbell <todd@sensu.io> * Renamed and fixed docker-compose.yaml to work in devenv Signed-off-by: Todd Campbell <todd@sensu.io> * Change sensugo web UI port to 3080 so as not to conflict with grafana Signed-off-by: Todd Campbell <todd@sensu.io> * Apply suggestions from code review Set the API key as a secure value. Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> * Add Sensu Go information to notifications doc Signed-off-by: Todd Campbell <todd@sensu.io> * Update pkg/services/alerting/notifiers/sensugo.go Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> * change assert to require for Error/NoError tests Signed-off-by: Todd Campbell <todd@sensu.io> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Todd Campbell committed -
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Grot (@grafanabot) committed
-
* Add logic to allow for multiple [] sections in pattern * Small refactor * Fix goimport error * Refactor formateDate
Tom Daly committed -
* Plugins: Add support for includes' icon * Docs: Add plugin includes' icon reference
Joan López de la Franca Beltran committed -
* fixing issue with enums ending up in wrong folder. * updated package.
Marcus Andersson committed -
* Variables: Fixes issue with upgrading legacy queries * Tests: adds tests for upgradeLegacyQueries
Hugo Häggmark committed
-
- 26 Nov, 2020 11 commits
-
-
* Moving query stuff out of dashboard folder * Moved more stuff * Moving more stuff * Update * WIP test page * Minor change * Before big changes * Fixed test
Torkel Ödegaard committed -
Leonard Gram committed
-
PanelEvents: Refactors and removes unnecessary events, fixes panel editor update issue when panel options change (#29414) * Refactoring some events to new events * More refactoring * Make panel editor subscribe to new event * Minor change and comment added * Updated snapshot
Torkel Ödegaard committed -
Peter Holmberg committed
-
* provide better ctx for prom err * rework * Update pkg/tsdb/prometheus/prometheus.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/tsdb/prometheus/prometheus.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * call func Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Will Browne committed -
Peter Holmberg committed
-
G402 (CWE-295): TLS Bad Cipher Suite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
Alexandru Bumbacea committed
-
Hugo Häggmark committed
-
* Variables: Adds description field * Refactor: Adds new Form components * Refactor: Fixes aria labels * Refactor: removes skipped tests * Tests: Adds e2e tests for loading variables from URL * Tests: Adds set options from ui * Tests: Adds create query variable tests * Chore: removes skipped tests * Refactor: Breaks out smaller select components * Refactor: removes gf-form div * Refactor: Breaks up several more selects into smaller components * Chore: Fixes typings
Hugo Häggmark committed -
Not critical but fixing it to avoid gosec reporting G104.
Jaana Dogan committed
-
- 25 Nov, 2020 10 commits
-
-
* Added new topic and made changes to TOC * More changes. * More changes. * Updated image captions * More changes. * More change. * Some minor changes. * More reaarangements and verbiage updates. * Update docs/sources/getting-started/getting-started-sql.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/getting-started/getting-started-sql.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/getting-started/getting-started-sql.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/getting-started/getting-started-sql.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/getting-started/getting-started-sql.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * More changes. * Last of the changes. Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
achatterjee-grafana committed -
Ryan McKinley committed
-
* Update _index.md * Update _index.md * Update _index.md * Update _index.md * changed link format
Diana Payton committed -
Ryan McKinley committed
-
Ryan McKinley committed
-
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
G402 (CWE-295): TLS PreferServerCipherSuites set false. Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
Closes #29182
kay delaney committed -
* move split pane logic to its own component * fix update function typing * destruct updateuistate * updates after review * reword the rightpane to work for text panel
Peter Holmberg committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed
-