https://github.com/grafana/grafana

sort by:
Revision Author Date Message Commit Date
121d519 Fix markdown in prometheus.md 10 April 2019, 18:41:27 UTC
5b1f0bb PanelData: Rename ColumnStats type to FieldStats (#16494) 10 April 2019, 16:38:41 UTC
5bc936d DataSourceApi: add getCollapsedText(query) to DataSourceApi (#16482) Add getQueryDisplayText() to DataSourceApi 10 April 2019, 16:31:32 UTC
23d461a Graph: Add some typescript types for data (#16484) * add some types on graph * set some types in graph * Fixed typings 10 April 2019, 13:23:07 UTC
4f46e73 Build: Updates goconvey to work on go1.12 (#16483) 10 April 2019, 12:08:19 UTC
2d7fc55 Provisioning: Do not allow deletion of provisioned dashboards (#16211) * Unprovision dashboard in case of DisableDeletion = true * Rename command struct * Handle removed provision files * Allow html in confirm-modal * Do not show confirm button without onConfirm * Show dialog on deleting provisioned dashboard * Changed DeleteDashboard to DeleteProvisionedDashboard * Remove unreachable return * Add provisioned checks to API * Remove filter func * Fix and add tests for deleting dashboards * Change delete confirm text * Added and used pkg/errors for error wrapping 10 April 2019, 11:29:10 UTC
9f00713 Chore: lower limit for implicit anys to 6829 10 April 2019, 09:29:46 UTC
5e7f7e6 Singlestat-v2/Gauge: Show title when repeating (#16477) * show title in singlestat2 * show title in gauge * use CSS class for emotion * use emotion not scss 10 April 2019, 08:19:44 UTC
06dfbb3 Docs: fix grammar in query hint, tests, and documentation (#16444) * Fix use of "monotonically" in explore documentation * Fix use of "monotonically" in query hints and tests 10 April 2019, 08:12:57 UTC
180772f Heatmap: Fix empty graph if panel is too narrow (#16460) Fixes #16378 10 April 2019, 08:11:17 UTC
c0bb154 Release: updated latest.json 09 April 2019, 18:39:13 UTC
0ce1b83 Docs: Updated changelog 09 April 2019, 18:36:49 UTC
3d82c84 docs: fixes and update current version 09 April 2019, 15:30:21 UTC
eba6727 Docs: Updated changelog for v6.1.3 09 April 2019, 13:32:38 UTC
fed7569 Graph: fixed png rendering with legend to the right (#16463) 09 April 2019, 13:19:49 UTC
a887c34 Fix: Disables auto open datasource picker on focus (#16398) 09 April 2019, 12:59:30 UTC
80a170e add some mock/stub guidelines to testing guideline (#16466) 09 April 2019, 12:34:34 UTC
ed7ad8f Feat: Suggestion list in Explore is virtualized (#16342) * Wip: virtualize suggestions list * Refactor: Separate components to different files * Refactor: Made TypeaheadItem a FunctionComponent using emotion * Refactor: Use theme to calculate width instead of hardcoded values * Refactor: Calculate list height and item size * Style: Adds labels to emotion classes * Refactor: Flattens CompletionItems to one list * Chore: merge yarn.lock * Refactor: Adds documentation popup on the side * Refactor: Makes position of TypeaheadInfo dynamic * Refactor: Calculations moved to separate file 09 April 2019, 12:25:13 UTC
f0eddcd Docs: Updated roadmap issue to link to the pinned roadmap issues 09 April 2019, 12:22:47 UTC
52c3990 Graph: Fixed auto decimals in legend values (#16455) Fixes #16448 09 April 2019, 11:04:09 UTC
a96194f Styling: Aligned heading (#16456) * aligned headings on profile, admin and configuration pages * fixed snapshot 09 April 2019, 10:41:02 UTC
d2968c7 add PromQL keyword for adhoc filter (#16426) 09 April 2019, 07:51:15 UTC
b46b84f Singlestat: Use decimal override when manually specified (#16451) Fixes #16373 08 April 2019, 15:32:34 UTC
3c42fec Graph: follow-up graph decimals fix, #16414 (#16450) 08 April 2019, 14:54:15 UTC
67cbc7d Chore: use remote cache instead of session storage (#16114) Replaces session storage in auth_proxy middleware with remote cache Fixes #15161 08 April 2019, 11:31:46 UTC
645a6e5 Docs: Minor changelog tweak 08 April 2019, 10:02:30 UTC
32270c1 Docs: Updated changelog with v6.1.2 release issues 08 April 2019, 09:41:47 UTC
4a70056 datasource: fix disable query when using mixed datasource (#16409) This fixes an error that was thrown when one or several queries was disabled using the mixed datasource. Fixes #12977 08 April 2019, 09:39:54 UTC
70dcb6a Graph: Fixed series legend color for hidden series (#16438) * replaced colors for headingColor, link and linkDisabled with colors from grayscale, replaced colors for linkDisabled and linkHover with colors from grayscale, changed color for sha-modal-in-text to text-color-empahises * fixed snapshot 08 April 2019, 08:52:00 UTC
9630d81 Templating: Fixed loading React variable query editor (#16439) Fixes #16439 08 April 2019, 08:46:57 UTC
0968fbe Styles: Fixed left menu highlight (#16431) Upgrades to webpack & css optimization caused changes in production build that removed the left brand gradient. Fixes #16430 08 April 2019, 08:41:49 UTC
99605d1 Fix: remove test artefact (#16411) See https://github.com/grafana/grafana/pull/16200#issuecomment-479370356 Thanks @xlson Ref #16200 08 April 2019, 07:52:45 UTC
128fb8f Theme: Reworking button styling (#16362) * added new variables for height in theme, added height to gui button large, replaced add gicon with regular gicon, replaced + with gicon, changed button display to flex * set fixed height to large button, removed xlarge button and replaced with large button * removed button-mini and replaced with button-small, set fixed height to default button and button-small * fixed padding for default and large button, fixed height for navbar button, fixed snapshots * fixed padding and margin on navbar buttons * gave special height to login btn-primary * readded btn-mini class with same styling as btn-small and a deprecated notice * fixed add panel widget buttons 08 April 2019, 07:48:15 UTC
9b39dbc Graph: Fixed tooltip highlight on white theme (#16429) Fixes #16359 07 April 2019, 17:01:59 UTC
78ef171 BarGauge: Round sizing to avoid float widths LED cell width needs to be integers 07 April 2019, 13:26:21 UTC
6ef35f0 Graph: Allow override decimals to fully override (#16414) Override decimals did not fully override auto scaling logic Fixes #16068 07 April 2019, 12:45:58 UTC
8a4a6b4 Units: Correctly use the override decimals (#16413) Fixes bugs introduced in PR #14716 and #15146 also restores unit tests that where lost in the move from kbn units to @grafana/ui units Fixes #16068 Fixes #16373 07 April 2019, 12:42:42 UTC
f120f5a Docs: Remove broken youtube link in timerange reference (#16415) The video on youtube got removed. Fixes #16302 07 April 2019, 12:35:28 UTC
59c081e BarGauge: Fixed minor margin issue (#16419) Fixed margin issue that was not accounted for in width calc (#16419) 07 April 2019, 12:32:41 UTC
a5a0352 Docs: Updated GitHub PR Template 05 April 2019, 13:09:48 UTC
566b3d1 Bar Gauge: Show tile (series name) & refactorings & tests (#16397) * WIP: began work on adding title support to bar gauge * Feat: BarGauge progress * wip: trying improve text size handling in bar gauge * BarGauge: progress on title & value auto sizing * BarGauge: more auto size handling * bargauge: minor tweaks * Added tests * Refactoring: BarGauge refactoring moving css generation to seperate functions and adding some basic tests * Refactoring VizRepeater and more * Fix: updated and fixed tests 05 April 2019, 10:59:29 UTC
9530906 Update CHANGELOG.md 05 April 2019, 09:46:17 UTC
35e68b8 Fix: align panel padding between sass & js theme (#16404) 05 April 2019, 09:34:24 UTC
6d3b6f3 Fix: playlist now preserve the correct url query params (#16403) Fixes #16377 05 April 2019, 09:09:57 UTC
173e7fd Fix: Graphite query rendering fix (#16390) Only interpolate string parameters Fixes #16367 05 April 2019, 07:56:47 UTC
c2d399b Fix: Query editor toggle edit mode fix (#16394) Increase timeout when waiting for datasource toggleEditorMode check Fixes #16393 05 April 2019, 05:36:32 UTC
47e51cb Refactor: Plugin exports & data source / panel types (#16364) * wip: began work off removing meta and pluginExports from DataSourceApi interface * WIP: changing how plugins are exports and loaded * Down the refactoring rabit hole that keeps expanding * TestData now returns DataSourcePlugin * Refactoring: fixed app config page loading, type renamings and more typings * Refactor: Correct casing on DatasourceStatus => DataSourceStatus 04 April 2019, 16:30:15 UTC
e049907 Chore: Update lockfile (#16380) 04 April 2019, 16:29:36 UTC
5da1faf Alerting: Notification channel http api fixes (#16379) Fixes so it's possible to create new notification channel and providing uid. Fixes better error/result handling when updating a notifcation channel. Fixes #16372 Ref #16219 #16012 04 April 2019, 15:52:40 UTC
08ce7f6 Chore: Add task to find FocusConvey tests (#16381) 04 April 2019, 12:48:11 UTC
335aa7c CloudWatch: Update AWS/IoT metric and dimensions (#16337) Closes #16334 04 April 2019, 10:54:20 UTC
1e52087 Fix: Table Panel fix to re-render panel when options are updated (#16376) Re-render panel when date and string options are updated Fixes #16375 04 April 2019, 08:34:59 UTC
d35e883 Docs: Fix typo in Prometheus documentation (#16369) 03 April 2019, 16:52:54 UTC
6baba64 build: Fixed incorrect permissions for repo folders in ci-deploy. (#16360) 03 April 2019, 13:24:34 UTC
6ef844d Docs: remove embedd info about samesite cookie from app, docs only is better 03 April 2019, 12:27:20 UTC
99e4bbc Chore: Lowered error count limit 03 April 2019, 11:48:11 UTC
9b393d8 build: fixes bug in verification script. 03 April 2019, 10:12:43 UTC
8370a18 Tech: Bump typescript and jest (#16354) * chore: Bump Typescript to 3.4.1 * chore: Bump babel-jest, jest, ts-jest * fix: Fix tests after typescript upgrade by disabling some typings * chore: noImplicitAny * chore: Bump typescript in @grafana/ui 03 April 2019, 09:41:08 UTC
85b4b33 Update CHANGELOG.md 03 April 2019, 09:02:56 UTC
67ab8ba Update CHANGELOG.md 03 April 2019, 09:02:22 UTC
5aea77f Automation: Updates to yarn cli cherrypick & changelog tasks (#16357) * Automation: Updated cherrypick task to show merge sha * Fixed changelog milestone filtering 03 April 2019, 07:50:24 UTC
c223185 Feat: Improve embed panel info text (#16344) * improving documentation for Embed Panel Fixes #16345 03 April 2019, 07:37:56 UTC
58eb746 Fix: Cloudwatch fix for dimension value (#16356) Fixes autocomplete suggestion after changing dimension key Fixes #15984 03 April 2019, 07:23:15 UTC
4e54798 build: Script to check that our repos work and what the latest package version is (#16350) * build: Easy version check of deb & rpm repos 03 April 2019, 06:51:43 UTC
2e59166 Fix: Autoprefixer is now working (#16351) The autoprefixer not working broke the phantomjs backend png rendering Fixes #16345 02 April 2019, 16:15:30 UTC
7e149fb Chore: docs updates to what's new for 6.1 (#16346) Docs: update what's new article for 6.1 02 April 2019, 13:28:03 UTC
b48c18a build: Fix for renamed package for armv6. 02 April 2019, 11:37:57 UTC
7764f04 Chore: bump storybook and add build script (#16340) 02 April 2019, 11:18:13 UTC
ede2d54 Refactor: React Panels to only use SeriesData[] (#16306) * only use SeriesData[] in react panels * update target * Refactor: Added refId filtering for queryResponse and queryError 02 April 2019, 05:22:52 UTC
6e54a7a Docs: Suggest add-apt-repository to install APT repos (#16333) * Suggest add-apt-repository to install APT repos * typo 02 April 2019, 05:02:58 UTC
fec7c3e Units: Add angle units, Arc Minutes and Seconds (#16271) 01 April 2019, 12:19:11 UTC
c3816f3 Chore: Lowered implicit any limit to 6850 01 April 2019, 08:00:36 UTC
988b7c4 Feat: Adds reconnect for failing datasource in Explore (#16226) * 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 01 April 2019, 05:38:00 UTC
e69039d docs: improve alert notification channel provisioning (#16262) 31 March 2019, 13:50:32 UTC
dc4bc42 Build: Moved the failing appveyor file so we can get green builds in master 30 March 2019, 05:41:27 UTC
e43aa22 Fix: Build report the correct directives before failing (#16312) 30 March 2019, 05:21:24 UTC
545da8f Fix: input elements autofill background (#16295) 29 March 2019, 17:21:22 UTC
6b2c81b Fix: Bring back styles on Switch components when checked 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 29 March 2019, 15:50:37 UTC
40a1752 Update CHANGELOG.md Fix: change from unrelease to 2019-03-27 for 6.1.0-beta1 29 March 2019, 14:41:39 UTC
8368576 Chore: breaks build if certain FrontEnd limits are exceeded (#16301) Build: breaks build if certain FrontEnd limits are exceeded 29 March 2019, 14:32:58 UTC
74ae756 Fix: Graphite query ast to string fix (#16297) Fixes #16291 29 March 2019, 13:25:44 UTC
5c3a0a6 Fix: Template query editor this bind exception fix (#16299) Also fixes the default 100% width of inputs. Fixes #16298 29 March 2019, 13:25:11 UTC
79b8646 Fix: Alerting Notification channel http api fixes (#16288) Fix so that uid can be changed when updating notification channels through the http api. Update documentation 29 March 2019, 08:42:38 UTC
bfba47c Refactor: Move LogLevel and Labels utils to @grafana/ui (#16285) * rename Tags to Labels in SeriesData * move some logs stuff to grafana/ui * add roundtrip tests 29 March 2019, 08:41:37 UTC
d0d5b38 Refactor: Rename Tags to Labels in SeriesData (simple) (#16284) * rename Tags to Labels in SeriesData * copy timeseries tags to labels 29 March 2019, 08:24:16 UTC
930fd8b Elasticsearch: Fix view percentiles metric in table without date histogram (#15686) Fix for properly display percentiles metrics in table panel when using a query without date histogram and for example grouping by terms. Fixes #3786 29 March 2019, 06:22:04 UTC
7ddb770 Configuration: Improve session_lifetime comments (#16238) 29 March 2019, 06:10:20 UTC
1b84a92 Alerting: Makes timeouts and retries configurable (#16259) Adds new alert settings for configuring timeouts and retries named evaluation_timeout_seconds, notification_timeout_seconds and max_attempts. Closes #16240 29 March 2019, 05:58:37 UTC
e6d9a52 Fix: Correct SnapshotData typing (#16279) 28 March 2019, 19:59:59 UTC
03951c0 Feat: Angular panels & SeriesData to Table/TimeSeries (#16266) 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 28 March 2019, 17:21:53 UTC
236074e Fix: React Graph & Show message on no data (#16278) 28 March 2019, 17:15:20 UTC
9fd8249 Feature: added actionable message in Explore when no datasource configured (#16252) 28 March 2019, 16:17:01 UTC
0bc314a Feature: Case insensitive Loki search (#15948) * Case insensitive Loki search * Make Loki case insensitivity work with highlighting Signed-off-by: Steven Sheehy <ssheehy@firescope.com> 28 March 2019, 14:58:19 UTC
c8b2102 Feat: Singlestat panel react progress & refactorings (#16039) * 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 28 March 2019, 13:57:49 UTC
1d955a8 Chore: Implement gosec (#16261) 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 28 March 2019, 13:17:07 UTC
ad939b0 Fix: Updated snapshot unit test that was failing 28 March 2019, 10:31:46 UTC
fbcc109 Refactor: Theme & Removed the last rems (#16245) * 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 28 March 2019, 10:14:30 UTC
52851a3 Refactor: Theme input padding variables (#16048) * 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 28 March 2019, 10:13:53 UTC
0112bde Feat: More robust csv support (#16170) * 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 28 March 2019, 09:49:09 UTC
749c76f Docs: Fix rpm dependencies example (#16272) The current version of Grafana requires the package ```urw-fonts```. 28 March 2019, 09:12:22 UTC
back to top