- 10 Jul, 2020 3 commits
-
-
kay delaney committed
-
* Grafana UI: Do not submit form on range change * Grafana UI: Add TimeRangeInput * Grafana UI: Style input * Grafana UI: Customize content * Grafana UI: Adjust caret style * Grafana UI: Add mdx * Grafana UI: Fix caret styles * Grafana UI: Fix typo * Grafana UI: Do not reload page on timerange change * Grafana UI: Sync TimeRangeForm state with external value * Grafana UI: Close overlay on apply * Grafana UI: Remove unused props * Grafana UI: Fix story * Grafana-UI: Make time zone optional * Grafana-UI: Update styles * Grafana-UI: Extract button label props * Grafana-UI: hideHistory => showHistory * Grafana-UI: Fix caret styles
Alex Khomenko committed -
* Chore: Fix typescript strict null errors * Added new limit * Fixed ts issue * fixed tests * trying to fix type inference * Fixing more ts errors * Revert tsconfig option * Fix * Fixed code * More fixes * fix tests * Updated snapshot * Chore: More ts strict null fixes * More fixes in some really messed up azure config components * More fixes, current count: 441 * 419 * More fixes * Fixed invalid initial state in explore * Fixing tests * Fixed tests * Explore fix * More fixes * Progress * Sub 300 * Now at 218 * Progress * Update * Progress * Updated tests * at 159 * fixed tests * Progress * YAy blow 100! at 94 * 10,9,8,7,6,5,4,3,2,1... lift off * Fixed tests * Fixed more type errors Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Torkel Ödegaard committed
-
- 09 Jul, 2020 20 commits
-
-
Ryan McKinley committed
-
Josh Soref committed
-
* Add first draft of issue template * Remove feature request line * Update PR feedback * Minor tweaks * Update .github/ISSUE_TEMPLATE/4-grafana_ui_component.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Fix punctuation Co-authored-by: Clarity-89 <homes89@ukr.net> Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Tobias Skarhed committed -
Robby Milo committed
-
* Update debian.md * Revert "Update debian.md" This reverts commit 063c1f09d9e490bd514bbd17b84c8bec38379295. * Update debian.md * Update debian.md * Update debian.md * Update docs/sources/installation/debian.md Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Diana Payton committed -
Removes "Metrics"/"Logs" mode switcher from Explore, allowing for both metrics and logs queries at the same time. Co-authored-by: kay delaney <kay@grafana.com>
Andrej Ocenas committed -
* In the parser when it was configurate more bucket it put the formula in name column * Tests * Tests * Tests * Tests * Tests * Tests * Process/Tests - backend (Go) * Update pkg/tsdb/elasticsearch/response_parser.go Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> * reverse * Update pkg/tsdb/elasticsearch/response_parser.go Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Marcelo Nunes Alves committed -
* Chore: Fix typescript strict null errors * Added new limit * Fixed ts issue * fixed tests * trying to fix type inference * Fixing more ts errors * Revert tsconfig option * Fix * Fixed code * More fixes * fix tests * Updated snapshot * Chore: More ts strict null fixes * More fixes in some really messed up azure config components * More fixes, current count: 441 * 419 * More fixes * Fixed invalid initial state in explore * Fixing tests * Fixed tests * Explore fix * More fixes * Progress * Sub 300 * Now at 218 * Progress * Update * Progress * Updated tests * at 159 * fixed tests * Fixed test
Torkel Ödegaard committed -
* tsdb/postgres: Support Unix socket for host Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix host regex Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix host regex Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Remove panic Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix host parsing; add tests Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Add test Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Use strings.HasPrefix to detect Unix socket host Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Remove debug logging Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Escape single quotes and backslashes Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Test generateConnectionString as requested in review Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Add test case for SSL mode Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Peter Holmberg committed
-
* Datasource/CloudWatch: More robust handling of different query modes A small refactor which changes how the CloudWatch datasource handles multiple queries with different query modes. Groundwork for future Logs/Metrics unification work.
kay delaney committed -
Torkel Ödegaard committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Torkel Ödegaard committed
-
Andrej Ocenas committed
-
* Templating: Fix url sync issue with adhoc variables * Update packages/grafana-ui/src/components/Segment/SegmentAsync.tsx * Update packages/grafana-ui/src/components/Segment/SegmentAsync.tsx Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Torkel Ödegaard committed -
* Add custom escaping error message * Include regex escape error message * Update docs, add logql link * Refactor
Ivana Huckova committed -
* Upgrade build pipeline tool * Update config.yml * Remove edition parameter from deploy-to-kubernetes
Sofia Papagiannaki committed -
Torkel Ödegaard committed
-
* BackendSrv: Observable all the way POC * starting to unify code paths * tests pass * Unified error handling * Single request path and error handling * Fixed ts issue * another ts issu * Added back old requestId cancellation * Slow progress trying to grasp the full picture of cancellation * Updates * refactoring * Remove a bunch of stuff from backendSrv * Removed another function * Do not show error alerts for data queries * Muu * Updated comment * DataSourceWithBackend: Switch to new Observable fetch api * fixed ts issue * unify request options type * Made query inspector subscribe to backendSrv stream instead of legacy app events * Add back support for err.isHandled to limit scope * never show success alerts * Updated tests * use ovservable in test * remove processResponse * remove processResponse * trying to get tests to pass :( * no need for the extra tests * Fixed processsing * Fixed tests * Updated tests to mock fetch call * lint fixes Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Torkel Ödegaard committed
-
- 08 Jul, 2020 17 commits
-
-
Tim Schwenke committed
-
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Kyle Brandt committed -
Can be hard for users to understand what user is configured when encrypting the username field why this reverts to store the username in cleartext. Also, we don't encrypt username for data sources. Ref #25967
Marcus Efraimsson committed -
Store sensitive settings (username and password) encrypted for webhook notifier. Ref #25967
Marcus Efraimsson committed -
add docs to ConfirmButton element
Jess committed -
Add additional information in docs to textarea component
Oana Mangiurea committed -
Add simple docs to legend component Signed-off-by: Oana <oana.mangiurea@gmail.com>
Oana Mangiurea committed -
Jess committed
-
add simple documentation for slider component
Jess committed -
kay delaney committed
-
* Templating: Fixed recursive queries triggered when going into dashboard settings * Fixed unused import * use locationUtil
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Transform: adding missing "table"-transform and "series to rows"-transform to Grafana v7-transforms. (#26042) * Fixed so the merge for table values works as it did before. * wip * fixed tests. * merge tests are green. * removed unused code and simplify the seriesToRows. * added time series to rows editor. * using getFrameDisplayName for the metric value. * updated description of transforms. * updated docs. * fixed according to feedback. * changed from images to markdown tables for the examples. * forgot to save :P
Marcus Andersson committed -
* Chore: Fix typescript strict null errors * Added new limit * Fixed ts issue * fixed tests * trying to fix type inference * Fixing more ts errors * Revert tsconfig option * Fix * Fixed code * More fixes * fix tests * Updated snapshot * Chore: More ts strict null fixes * More fixes in some really messed up azure config components * More fixes, current count: 441 * 419 * More fixes * Fixed invalid initial state in explore * Fixing tests * Fixed tests * Explore fix * More fixes * Progress * Sub 300 * Fixed incorrect type * removed unused import
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Support storing sensitive notification settings securely/encrypted. Move slack notifier url and api token to secure settings. Migrating slack notifier to store token and url encrypted is currently a manual process by saving an existing slack alert notification channel. saving an existing slack alert notification channel will reset the stored non-secure url and token. Closes #25113 Ref #25967 Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Mitsuhiro Tanda committed -
Ryan McKinley committed
-