- 28 Mar, 2019 6 commits
-
-
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 18 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 -
Daniel Lee committed
-
Navaneesh Kumar committed
-
GitHub pagination was limiting the result to 30 issues. This fix makes the changelog script return up to 100 issues. Will have to add a loop to fetch more once we merge more than 100 PR's that should be added to the changelog. Also, fixes a bug where issues that were not included in the milestone were being returned.
Daniel Lee committed -
Navaneesh Kumar committed
-
Chore: Eliminate implicit anys in backend_srv
Hugo Häggmark committed -
* repalced rems with pixels and variables * replaced rems with pixels and variables
Patrick O'Carroll committed -
* replaced rem with pixels or variables * replaced rems with pixels or variables * repalced rems with pixels and variables
Patrick O'Carroll committed
-
- 26 Mar, 2019 10 commits
-
-
Daniel Lee committed
-
Fixes #16040 Fix so that a template variable in the alias field is not interpolated on blur and only the value sent in the query is interpolated. Does a deep clone of the options.targets to avoid changing the original alias field.
Daniel Lee committed -
Torkel Ödegaard committed
-
* Docs: Updated changelog for 6.1 release Also Updates the changelog cli task to group issues into bug fixes and not bug fixes. * Minor changelog fixes
Torkel Ödegaard committed -
Now returns uid in response to get notification channel by id. Adds GET/PUT/DELETE support for notification channel by uid, /api/alert-notifications/uid/:uid. Break apart alerting and alert notification http api docs in two pages and update documentation to make it up to date with current implementation. Fixes #16012
Marcus Efraimsson committed -
docs: loki provisioning
Daniel Lee committed -
Ryan McKinley committed
-
Ryan McKinley committed
-
There's no point in reading the body response without using the result so removing it. Fixes #9199 Ref #16207
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
- 25 Mar, 2019 6 commits
-
-
Add oauth pass-thru option for datasources
Daniel Lee committed -
* Update readmes * Fix devenv dasboard query * Update devenv readme * Add link to devenv from docs
Andrej Ocenas committed -
Fixes #14590
Marcus Efraimsson committed -
Ramon Carvalho Maciel committed
-
Ryan McKinley committed
-
Torkel Ödegaard committed
-