- 01 Sep, 2019 1 commit
-
-
* add appending utility * add appending utility * update comment * rename to mutable * move mutable functions out of DataFrameHelper * move mutable functions out of DataFrameHelper * move mutable functions out of DataFrameHelper * turn DataFrameHelper into FieldCache * guess time from name * graph the numbers * return the timeField, not just the index * just warn on duplicate field names * only use a parser if the input is a string * append init all fields to the same length * typo * only parse string if value is a string * DataFrame: test fixes * Switch to null for missing values * Fixed tests
Ryan McKinley committed
-
- 30 Aug, 2019 9 commits
-
-
Ryan McKinley committed
-
* Enterprise: add dependencies for upcoming features See enterprise issues
Oleg Gaidarenko committed -
* Editor: Fixes issue where only entire lines were being copied Closes #18768 * Simplifies onCopy handler and factors out logic for easier testing Also adds tests to verify behaviour
kay delaney committed -
* Explore: Fixed query status issue, fixes #18778 * Added test for QueryStatus
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
* Explore: clear results when you change datasource * Explore: Clear results on data source change, and fix query hints issue * Clear results on clear all * Prometheus: Update logic of when to re-check query hints
Torkel Ödegaard committed -
* Build: Removed typescript checking from dev bundler - when switching branches and trying out features, TS checking and bundling are eating up a lot of CPU - most of us are using an editor with typechecking support - this commit removes type checking from the dev bundler - we still have type checking enabled as a precommit hook and as part of the prod bundler * Adds new npm script: start:noTsCheck
David committed -
* API Tutorial: Improve content and readability - Simplified the introductory paragraphs. - Rewrote the descriptions and steps to improve readability. * Updated topic as discussed in the PR - Corrected the typo from "Graphana" to "Grafana". - Rewritten the note as suggested by reviewers and to avoid passive voice. Please review and share your thoughts.
Kumaraguru Ramasamy committed -
Fixes #18533 To recreate the bug described in the original issue in the simplest possible way: 1. Setup dashboard with a single panel and repeat it using variables 2. Set the dashboard refresh to 5s 3. Hover over repeated panel during the refresh What happened there? When panels are repeated every time the dashboard is refreshed or variables change the repeated PanelModels are recreated. In https://github.com/grafana/grafana/blob/master/public/app/features/dashboard/state/DashboardModel.ts#L322 the models are removed from dashboard panel's model property what makes the dashboard re-render with source panel only, and then back again with the repeated panels when models are re-created. This means creating new DashboardPanel components. But when the repeated PanelModels are removed, they are not destroyed what results in a behaviour described in #18533. This is a quick fix for this issue. Ideally I think we should use some cache and update the repeated PanelModels when the refresh or variables change trigger re-render, instead of re-creating those every time. I don't want to do this ATM as the logic around repeating panels is quite complex and require some <3.
Dominik Prokop committed
-
- 29 Aug, 2019 7 commits
-
-
* Singlestat: Various fixes to singlestat and DataFrame * removed comment
Torkel Ödegaard committed -
* Explore: Fixed issue in PanelQuery state arround cancellation * Added unit test * Fixed typescript issues in test
Torkel Ödegaard committed -
Closes #18597
kay delaney committed -
* update changelog * update latest.json to latest stable version
Marcus Efraimsson committed -
Andrej Ocenas committed
-
* Changes brace-insertion behavior to be less annoying * Removes use of braces plugin * Revert "Removes use of braces plugin" This reverts commit 4cf4a6073bb77ec7ed569c6917db9bbf2b3fd176.
kay delaney committed -
* Support min time interval input in ms in SQL datasource settings * Enable ms in elastic min time interval setup
Dominik Prokop committed
-
- 28 Aug, 2019 7 commits
-
-
* WIP: inital POC * Wip: Moving forward * Wip * Refactor: Makes loading indicator work for Prometheus * Refactor: Reverts prom observable queries because they did not work for multiple targets * Refactor: Transforms all epics into thunks * Fix: Fixes scanning * Fix: Fixes so that Instant and TimeSeries Prom query loads in parallel * Fix: Fixes negation logic error * Propagate errors in stream events, and close streams
Hugo Häggmark committed -
Improve message of notification json error Fix test after change error message
Gali Alykoff committed -
Ryan McKinley committed
-
* add extension framework * add filter transformer * more logging * adding more tests * make stats an extension * make stats an extension * test registry init * first get a function, then call it * move files to data package * not used * update to columnar * Add more tests for nameMatcher * Fix invert predicate * add fluent API * remove calc snapshot * split Field matchers and Frame matchers * split filter transformers * Fix typo
Ryan McKinley committed -
Fixes #17221
Marcus Efraimsson committed -
Ivana Huckova committed
-
* datalink on field * add dataFrame to view * Use scoped variables to pass series name and value time to data links interpolation * Use scoped variables to pass series name and value time to data links interpolation * Enable value specific variable suggestions when Gauge is displaying values * Fix prettier * Add basic context menu with data links to GaugePanel * Fix incorrect import in grafana/ui * Add custom cursor indicating datalinks available via context menu (in Gauge only now) * Add data links to SingleStat2 * Minor refactor * Retrieve data links in a lazy way * Update test to respect links retrieval being lazy * delay link creation * cleanup * Add origin to LinkModel and introduce field & panel links suppliers * Add value time and series name field link supplier * Remove links prop from visualization and implement common UI for data links context menu * Update snapshot * Rename className prop to clickTargetClassName * Simplify condition * Updated drilldown dashboard and minor changes * Use class name an onClick handler on the top level dom element in visualization * Enable series name interpolation when presented value is a calculation
Ryan McKinley committed
-
- 27 Aug, 2019 3 commits
-
-
* move queryRunner to panelModel * remove isEditing from PanelChrome * move listener to QueriesTab * add shared query datasource * expose getDashboardSrv to react * no changes to panel chrome * issue queries when in fullscreen * moved to regular QueryEditor interface * moved to regular QueryEditor interface * lower limit * add dashboard query * no changes to editor row * fix sort order * fix sort order * make it an alpha panel * make panelId a getter * fix angular constructor * rename SeriesData to DataFrame * merge with master * use series * add simple tests * check unsubscribe * Minor code cleanup, creating Subjects look cheap and does not need to be lazy, simplifies code * minor refactor * Minor refacforing, renames * added test dashboard
Ryan McKinley committed -
Ryan McKinley committed
-
Marcus Efraimsson committed
-
- 26 Aug, 2019 8 commits
-
-
Ryan McKinley committed
-
Shavonn Brown committed
-
yarn.lock with old deps triggers the github vuln errors, if you update deps to newest versions grunt commands will stop working. Since we generating emails here, vuln errors seems needless. We need to remove grunt dependency anyhow
Oleg Gaidarenko committed -
Add support for fetching e-mail with JMES path Signed-off-by: Bob Shannon <bobs@dropbox.com>
Bob Shannon committed -
* Emails: resurrect template notification * Phantomjs (oh yeah, there is another dev dep phantom :-) was failing for the generation of the html templates so I had to update the dependencies in order to fix it. While doing that I update the scripts field and docs for it as well. yarn.lock is included * Move splitting of the emails to separate helper function, since more services coming up that would need to use this functionality * Add support for enterprise specific email letters. Probably could be done in the better way, but it's not a priority right now
Oleg Gaidarenko committed -
* Add support for `Reply-To` header * Allow direct attachment Don't have tests yet, but they will follow
Oleg Gaidarenko committed -
* WIP: intial commit * Switch: Adds tooltip * Refactor: Adds props to LogsPanelEditor * Refactor: Moves LogRowContextProvider to grafana/ui * Refactor: Moves LogRowContext and Alert to grafana/ui * Refactor: Moves LogLabelStats to grafana/ui * Refactor: Moves LogLabels and LogLabel to grafana/ui * Refactor: Moves LogMessageAnsi and ansicolor to grafana/ui * Refactor: Moves calculateFieldStats, LogsParsers and getParser to grafana/data * Refactor: Moves findHighlightChunksInText to grafana/data * Refactor: Moves LogRow to grafana/ui * Refactor: Moving ExploreGraphPanel to grafana/ui * Refactor: Copies Logs to grafana/ui * Refactor: Moves ToggleButtonGroup to grafana/ui * Refactor: Adds Logs to LogsPanel * Refactor: Moves styles to emotion * Feature: Adds LogsRows * Refactor: Introduces render limit * Styles: Moves styles to emotion * Styles: Moves styles to emotion * Styles: Moves styles to emotion * Styles: Moves styles to emotion * Refactor: Adds sorting to LogsPanelEditor * Tests: Adds tests for sorting * Refactor: Changes according to PR comments * Refactor: Changes according to PR comments * Refactor: Moves Logs and ExploreGraphPanel out of grafana/ui * Fix: Shows the Show context label again
Hugo Häggmark committed -
Andy Bursavich committed
-
- 25 Aug, 2019 2 commits
-
-
Franz Schwartau committed
-
Using golang:1.12.9 which is based on Debian as a build container leads to a version mismatch for glibc when running grafana-server in alpine:3.10 grafana-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by grafana-server)
Franz Schwartau committed
-
- 23 Aug, 2019 3 commits
-
-
The author updated their site and now the link changed.
Nicolò Rebughini committed -
* Fixes several usability issues with QueryField component - Can now indent with tab and `mod+[`, `mod+]` - Copy/Cut preserves new lines, and paste correctly splits blocks now - Adds support for selection hotkeys
kay delaney committed -
* convert teams section of user profile to react * isLoading prop * loading placeholders
Shavonn Brown committed
-