- 01 Apr, 2019 1 commit
-
-
* Style: made outlined buttons and used it in Alert component * Refactor: clean up state on load data source failure * Refactor: test data source thunk created * Refactor: move logic to changeDatasource and call that from intialize * Refactor: move load explore datasources to own thunk * Refactor: move logic to updateDatasourceInstanceAction * Tests: reducer tests * Test(Explore): Added tests and made thunkTester async * Fix(Explore): Fixed so that we do not render StartPage if there is no StartPage * Fix(Explore): Missed type in merge * Refactor: Thunktester did not fail tests on async failures and prevented queires from running on datasource failures * Feat: Fadein error alert to prevent flickering * Feat: Refresh labels after reconnect * Refactor: Move useLokiForceLabels into useLokiLabels from PR comments * Feat: adds refresh metrics to Prometheus languageprovider * Style: removes padding for connected datasources * Chore: remove implicit anys
Hugo Häggmark committed
-
- 31 Mar, 2019 1 commit
-
-
Marcus Efraimsson committed
-
- 30 Mar, 2019 2 commits
-
-
Torkel Ödegaard committed
-
Ryan McKinley committed
-
- 29 Mar, 2019 12 commits
-
-
Navaneesh Kumar committed
-
Fixed bug introduced by replacing native input with @grafana/ui/Input component. Switch's styling relies on native input checked attribute used in adjacent sibling selector. Because React based Input is wrapped in div, there was no chance for styling to work
Dominik Prokop committed -
Fix: change from unrelease to 2019-03-27 for 6.1.0-beta1
Hugo Häggmark committed -
Build: breaks build if certain FrontEnd limits are exceeded
Hugo Häggmark committed -
Fixes #16291
Torkel Ödegaard committed -
Also fixes the default 100% width of inputs. Fixes #16298
Torkel Ödegaard committed -
Fix so that uid can be changed when updating notification channels through the http api. Update documentation
Marcus Efraimsson committed -
* rename Tags to Labels in SeriesData * move some logs stuff to grafana/ui * add roundtrip tests
Ryan McKinley committed -
* rename Tags to Labels in SeriesData * copy timeseries tags to labels
Ryan McKinley committed -
Fix for properly display percentiles metrics in table panel when using a query without date histogram and for example grouping by terms. Fixes #3786
Igor Ratsuk committed -
kleph committed
-
Adds new alert settings for configuring timeouts and retries named evaluation_timeout_seconds, notification_timeout_seconds and max_attempts. Closes #16240
Zzy committed
-
- 28 Mar, 2019 13 commits
-
-
Ryan McKinley committed
-
Similar to how the react panels make sure all data is SeriesData before passing it to the react panels, this makes sure SeriesData is converted to TableData|TimeSeries before passing it to the angular panels. It also changes the typing to encourage using SeriesData for future development
Ryan McKinley committed -
Ryan McKinley committed
-
Dominik Prokop committed
-
* Case insensitive Loki search * Make Loki case insensitivity work with highlighting Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
Steven Sheehy committed -
* big value component * big value component * editor for font and sparkline * less logging * remove sparkline from storybook * add display value link wrapper * follow tooltip * follow tooltip * merge master * Just minor refactoring * use series after last merge * Refactoring: moving shared singlestat stuff to grafana-ui * Refactor: Moved final getSingleStatDisplayValues func
Ryan McKinley committed -
See https://github.com/securego/gosec for more info. Disabled a lot of rules. I guess we should go through them and recheck if we really need to disable some Fixes #16204
Oleg Gaidarenko committed -
Torkel Ödegaard committed
-
* repalced rems with pixels and variables * replaced rems with pixels and variables * removed last rems by deleting unused classes or replacing with pixels and variables * restored edit-sidemenu etc with comment
Patrick O'Carroll committed -
* removed input padding variables and replaced with new inset variables, also removed unused class in _gf-form * removed last input padding variable * removed table-cell-padding variable * added input padding variable to template file * fixed input-padding variable * removed regualt inset variable(for now), added input-padding to a class * removed empty line
Patrick O'Carroll committed -
* stream csv * merged master * merged master * fix test failures * add csv files * update boolean parsing * add toCSV * add toCSV * add toCSV * add streaming datasource * set time range * streaming to a graph * streaming datasource * streaming table * add server to the streaming * remove react streaming
Ryan McKinley committed -
The current version of Grafana requires the package ```urw-fonts```.
Dennis Hoppe committed -
flopp999 committed
-
- 27 Mar, 2019 11 commits
-
-
CallToActionCard is an abstraction to display a card with message, call to action element and a footer. It is used i.e. on datasource add page.
Dominik Prokop committed -
* Rename TimeSeriesVM to Trace * remove TimeSeriesVM from types * rename to GraphSeriesVM * rename again * now GraphSeriesXY
Ryan McKinley committed -
Since we do not like some of the default golint rules, this commit proposes to use https://github.com/mgechev/revive. And potential revive speed-up should't hurt :). Right now, presented config (./conf/revive.toml) is permissive, we might improve it over time however. Fixes for found revive issues in the code are very limited so it wouldn't be large to review. Also in this commit: * Add annotations for makefile commands and declare phony targets * Rename "gometalinter" script and CI command to "lint" since we are doing there a bit more then using gometalinter package * Add Makefile rules to .editorconfig * Documentation which mentioned "golint" replaced with revive Fixes #16109 Ref #16160
Oleg Gaidarenko committed -
Updates regex to match tag names with periods when generating series names in alerting evaluation (backend). Fixes #9148
Floyd May committed -
Šimon Podlipský committed
-
Šimon Podlipský committed
-
Daniel Lee committed
-
- Fixed BarGauge story throwing an error - Added helpers for aligning stories
Dominik Prokop committed -
- Bumped Storybook to v5 - Introduced Emotion - Add additional config for storybook (combinations add-on, default padding in preview pane) - Added basic react based button components - Introduced AbstractButton, Button and LinkButton components together with stories - Exposed button components from @grafana/ui
Dominik Prokop committed -
Daniel Lee committed
-
Fixes #14615. Removes extra escaping for regex filter values when using ad hoc filters for Prometheus. The extra escaping causes queries with regex characters to be invalid.
Daniel Lee committed
-