Patrick O'Carroll
eca7b76290
fixed title prefix, fixes #13123 ( #13128 )
2018-09-04 10:33:18 +02:00
Torkel Ödegaard
16fb01ed81
Update CHANGELOG.md
2018-09-04 10:32:57 +02:00
maicon
a6aa219895
Reopen log files after receiving a SIGHUP signal ( #13112 )
...
* Reopen log files after receiving a SIGHUP signal
Implements a system signals listener in log.FileLogWriter.
After receiving a SIGHUP signal from the system, the listener will close the current log file and then open it again.
The listener will finishes after receiving a SIGINT, SIGKILL or SIGTERM signal.
Closes grafana/grafana#2497
* Move the SIGHUP handling to the main file
2018-09-04 10:31:41 +02:00
Patrick O'Carroll
dac2c62545
added new-parens rule ( #13119 )
2018-09-03 20:36:01 +02:00
Torkel Ödegaard
b0134d30ae
Update CHANGELOG.md
2018-09-03 20:35:28 +02:00
Carl Bergquist
ee1083d9b4
cli: avoid rely on response.ContentLength ( #13120 )
...
response.ContentLength might be invalid if the http response
is chunked.
fixes #13079
2018-09-03 20:33:21 +02:00
Marcus Efraimsson
db2264c554
docs: v5.2 upgrade notice, ref #13084
2018-09-03 15:12:17 +02:00
Marcus Efraimsson
c1efa13018
changelog: add notes about closing #7330
...
[skip ci]
2018-09-03 14:56:50 +02:00
Marcus Efraimsson
1ceca5d8ec
Merge pull request #12145 from grafana/alerting_reminder
...
Alerting notification reminder
2018-09-03 14:41:38 +02:00
Patrick O'Carroll
f8c2b23c86
added rule use-isnan and and updated file to follow new rule ( #13117 )
2018-09-03 13:31:37 +02:00
Patrick O'Carroll
ebf253d26a
added no-namespace and no-reference rules ( #13116 )
2018-09-03 12:46:25 +02:00
Patrick O'Carroll
b8d82df97e
added no-angle-bracket-type-assertion rule and updatet files to follow rule ( #13115 )
2018-09-03 11:30:44 +02:00
Patrick O'Carroll
7837ee4466
Updated rules for variable name ( #13106 )
...
* updated rules for variable name and fixed files that didn't follow new rules
* fixed test so it uses new rule
* made exceptions to rule in interval_variable
2018-09-03 11:00:46 +02:00
Jordan Hamel
0d25aa08fa
update wording and punctuation ( #13113 )
...
* word fix
support >> supports
says >> ways
* : for emphasis
2018-09-03 07:58:45 +02:00
Patrick O'Carroll
abbb6f933c
added jsdoc-format rule and fixed files that didn't follow new rule ( #13107 )
2018-08-31 16:40:43 +02:00
Patrick O'Carroll
944c1da27b
set member-access and no-var-keyword to true, removed public in two files ( #13104 )
2018-08-31 16:40:23 +02:00
Torkel Ödegaard
eef41cbccd
Merge branch 'grafana-loading-page'
2018-08-31 07:38:42 -07:00
Torkel Ödegaard
2996c54b72
fix: for text flickering in animation on chrome on windows
2018-08-31 07:37:21 -07:00
Patrick O'Carroll
c9995d39d7
fixed so preloader is removed when app is loaded
2018-08-31 09:57:27 +02:00
Patrick O'Carroll
4f84a2d018
removed console.log
2018-08-31 08:50:34 +02:00
Patrick O'Carroll
bc30e7b322
separated fade-ins for logo and text, tweaked delays and timing for fade-in animations
2018-08-31 08:41:17 +02:00
Torkel Ödegaard
77f9b152fa
ux: minor fixes to loading screen
2018-08-30 11:59:32 -07:00
Patrick O'Carroll
f916add03b
fixed styling for background and text, added intro animation, added fade in to text
2018-08-30 14:44:37 +02:00
Jasper Lievisse Adriaanse
d668a922e6
Return correct path for OpenBSD in cli's returnOsDefault ( #13089 )
2018-08-30 11:56:52 +02:00
Torkel Ödegaard
9cf26b934d
updated changelog
2018-08-30 11:55:54 +02:00
Torkel Ödegaard
154fbe2413
New TV Mode, dashboard toolbar update (layout change & new cycle view mode button) ( #13025 )
...
* wip: design update for navbar with kiosk mode button
* feat: progress on new view mode button
* css: view state refactorings
* feat: kiosk modes & playlist support
* feature: cycle tv mode feature, renamed view modes to TV, and Kiosk
* fix: updated the alert notification message
* fix: removed unused parameter
* fix: correct the css class set for tv mode
* some minor improvements to playlist
2018-08-30 11:52:31 +02:00
Torkel Ödegaard
36bc8b77fb
Merge branch 'tsconfig-no-implicit-this'
2018-08-30 11:46:13 +02:00
Patrick O'Carroll
a8547ae36e
added this:any to functions and changed functions to arrowfunctions
2018-08-30 10:49:18 +02:00
Torkel Ödegaard
dd8076f2cf
feat: loading css async & inline svg
2018-08-30 10:32:45 +02:00
David
b8e6817732
Explore: keep query when changing datasources ( #13042 )
...
- clear `edited` state for each query when a new datasource is set
2018-08-30 09:05:45 +02:00
Patrick O'Carroll
552a61b6ae
changed var to let in 50 files ( #13075 )
2018-08-30 09:03:11 +02:00
Patrick O'Carroll
b494a29e02
changed var to let in last files ( #13087 )
2018-08-30 08:58:43 +02:00
Torkel Ödegaard
80d6ef535d
tsconfig: started on setting noImplicitThis to true
2018-08-30 08:53:13 +02:00
Torkel Ödegaard
ceadced6f0
tsconfig: format file
2018-08-30 08:33:29 +02:00
Torkel Ödegaard
c960af098a
tslint: added 1 more rule, #12918
2018-08-30 07:47:46 +02:00
Torkel Ödegaard
0bb249096f
tslint: added 2 more rules and removed unused component, #12918
2018-08-30 07:40:13 +02:00
Torkel Ödegaard
272c09513f
tslint: added a new tslint rule
2018-08-30 07:34:17 +02:00
Patrick O'Carroll
0dc8949352
added rule prefer const to tslint ( #13071 )
2018-08-30 07:18:28 +02:00
Šimon Podlipský
2e1db2ca93
dep ensure ( #13074 )
2018-08-30 07:18:09 +02:00
Patrick O'Carroll
a702603e7b
changed var to const 2 ( #13068 )
...
* changed var to const
* fixed typo created in last commit
* added or empty object to options in prometheus/datasource
2018-08-29 14:27:29 +02:00
Patrick O'Carroll
5e0d0c5816
changed var to const ( #13061 )
2018-08-29 14:26:50 +02:00
Torkel Ödegaard
9423e3e124
Merge branch 'master' of github.com:grafana/grafana
2018-08-29 13:34:11 +02:00
Marcus Efraimsson
800ba84f67
update latest.json to latest stable version
2018-08-29 13:29:29 +02:00
Torkel Ödegaard
1e2fde238c
docs: corrected docs description for setting
2018-08-29 13:26:23 +02:00
Marcus Efraimsson
10f55f5511
changelog: add notes about 4.6.4 and 5.2.3 releases
2018-08-29 12:34:27 +02:00
Peter Holmberg
b6584f5ad0
Moved tooltip icon from input to label #12945 ( #13059 )
2018-08-28 15:23:25 +02:00
Marcus Efraimsson
26bb91296d
Merge pull request #13056 from LuboVarga/patch-1
...
Update provisioning.md
2018-08-28 14:44:10 +02:00
Patrick O'Carroll
b8597b4d57
added empty cta to playlist page + hid playlist table when empty ( #12841 )
...
* added empty cta to playlist page + hid playlist table when empty
* implemented the empty-list-cta component
* removed extra protip, changed messaging
2018-08-28 14:23:03 +02:00
Patrick O'Carroll
8bdabad86e
changed from rotating to bouncing, maybe to much squash and stretch
2018-08-28 13:51:12 +02:00
LuboVarga
13f4d09ed8
Update provisioning.md
...
wrong data type was mentioned in table for esVersion field. I expect to regenerate doc here: http://docs.grafana.org/administration/provisioning/#datasources
This problem was noted by @stefanes a while ago here: https://github.com/grafana/grafana/issues/11126#issuecomment-370799209
2018-08-28 13:37:55 +02:00