Tom Dyas
867ac5df67
fix appending query strings in linkSrv
...
When linkSrv appends parameters to a URL's query string, it would blindly
add a ? to the URL even if the URL already contained a ? or the string
to add was empty. This change fixes that behavior and some other edge cases.
Includes a unit test to verify expected behavior.
2015-10-19 13:11:34 -04:00
Torkel Ödegaard
1ff3c3be84
Merge pull request #2952 from Krinkle/fixup
...
docs(): Fix changelog link in whats-new-in-v2-1
2015-10-17 12:44:09 -04:00
Torkel Ödegaard
1cb9de07a6
Merge pull request #2962 from damm/docs_spellcheck
...
I noticed a typo when I was reviewing the docs ...
2015-10-17 12:41:25 -04:00
Torkel Ödegaard
43ca50ebbe
fix(build): anonther minor build script fix
2015-10-16 13:03:20 -04:00
Torkel Ödegaard
b70b730cb9
fix(build): minor fix for build script to make latest copy for rpm when version is pre release version
2015-10-16 12:26:30 -04:00
Torkel Ödegaard
dbc1a9cf82
fix(influxdb_0.8.x): fixed issue with new timepicker ranges like The day so far, fixes #2936
2015-10-16 12:07:35 -04:00
Torkel Ödegaard
c95a991cb3
fix(panel/common): fix for query letters when importing old dashboards, fixes #2943
2015-10-16 11:58:44 -04:00
Torkel Ödegaard
c320e9d583
fix(annotations): fixed graphite annotations, broken by recent time handling changes, fixes #2947
2015-10-16 11:07:15 -04:00
Torkel Ödegaard
e507afc3d5
fix(panel): fix for firefox and placing cursor in text inputs when in panel fullscreen edit mode, fixes #2957
2015-10-16 10:10:39 -04:00
Scott M. Likens
bd77fd92bb
I'm not sure what a dashboard is ...
2015-10-15 19:45:40 -07:00
Greg Look
882a988143
Add currency units from #1910 .
2015-10-15 12:48:48 -07:00
Greg Look
0b3e33e226
Shorten percent unit labels.
2015-10-14 15:40:04 -07:00
Greg Look
524f5d45ec
Add test for unit menu structure.
2015-10-14 14:51:42 -07:00
Greg Look
85887ad1cf
Add mile, fix menu values.
2015-10-14 14:51:33 -07:00
Greg Look
d94b6635af
Add temperature and pressure units, split submenus.
2015-10-14 14:50:45 -07:00
Greg Look
3c7a483f5c
Add length and volume units.
2015-10-14 14:14:25 -07:00
Greg Look
dc5c3a3939
Implement decibel and percentunit units.
...
Add tests to exercise new units as well.
2015-10-14 14:02:29 -07:00
ubhatnagar
9185c94a2d
Added insert row option in the row menu.
2015-10-14 13:45:47 -07:00
Greg Look
70269c8196
Reformat unit menu definition.
2015-10-14 13:34:48 -07:00
Greg Look
51a589f5a6
Change formatFuncCreator to scaledUnits builder.
...
Abstract out both decimal and binary SI prefixes into builders using
scaledUnits.
2015-10-14 13:18:02 -07:00
Greg Look
7d24c5fda2
Add fixedUnit format builder.
2015-10-14 13:07:34 -07:00
Greg Look
0bc85d27f8
Group rounding and fixed number functions.
2015-10-14 12:56:31 -07:00
Greg Look
43c2ca2d7d
Group value formats by type.
2015-10-14 12:51:59 -07:00
Greg Look
e3e21a251f
Group helper functions in kbn.js.
2015-10-14 12:41:20 -07:00
Timo Tijhof
267417d6a8
docs(): Fix changelog link in whats-new-in-v2-1
...
The quotes turn the value into a title attribute rather than href attribute,
thus on http://docs.grafana.org/guides/whats-new-in-v2-1/ this link was
rendered as <a href title="https://github.com/ ...">CHANGELOG.md</a>
which when clicked goes back to itself (not to GitHub).
2015-10-14 14:00:25 -04:00
Alex Bligh
e8256f0ad7
Add support for POSIX LDAP schema
...
In the POSIX LDAP schema, there is no 'memberOf' attribute returned
in relation to which groups a person is a member of. Rather, it is
necessary to query the group objects which have the people as members.
This commit adds an additional filter, which if specified explicitly
searches for groups, rather than relying on the 'memberOf' attribute.
This enables Grafana to work with LDAP POSIX schema (e.g. OpenLDAP
etc.)
Signed-off-by: Alex Bligh <alex@alex.org.uk>
2015-10-13 19:51:59 +01:00
Alex Bligh
458e6da700
Allow user specified CA certs
...
Signed-off-by: Alex Bligh <alex@alex.org.uk>
2015-10-13 19:47:24 +01:00
Alex Bligh
a906fa178a
Support multiple space-separated LDAP hosts
...
Signed-off-by: Alex Bligh <alex@alex.org.uk>
2015-10-13 19:46:53 +01:00
Mitsuhiro Tanda
4588c5a19a
pass dateMath to ScriptedDashboard script
2015-10-13 12:29:42 +09:00
Torkel Ödegaard
e873574e8c
fix(logging): fixed so that router_logging = true actually logs all http requests, fixes #2902
2015-10-10 17:55:15 -04:00
Torkel Ödegaard
d09bff9039
fixed failing jshint
2015-10-10 15:11:58 -04:00
Torkel Ödegaard
c0da52aac8
fix(share): fixed share panel image url, did not generate correct url when domain name contained word dashboards, fixes #2916
2015-10-10 14:38:22 -04:00
Torkel Ödegaard
c831369974
fix(influxdb): influxdb data source did not use right http abstraction for metric queries, fixes #2919
2015-10-10 11:46:00 -04:00
Torkel Ödegaard
f0a13b2a0d
Merge pull request #2914 from anryko/master
...
Fixed configuration example for Github OAuth team_ids.
2015-10-10 16:26:28 +02:00
anryko
b68987dcde
Fixed configuration example for Github OAuth team_ids.
2015-10-09 17:05:46 +02:00
Torkel Ödegaard
c1f77eeaea
Merge branch 'master' of github.com:grafana/grafana
2015-10-09 08:28:48 +02:00
Torkel Ödegaard
9b5a0a54cf
minor docs fix
2015-10-09 08:28:33 +02:00
ubhatnagar
14f3a68215
Added move row to top and bottom.
2015-10-09 03:06:52 +05:30
Torkel Ödegaard
bf25b9f443
Merge pull request #2896 from garymcleanhall/fix-grafana-on-microsoft-edge
...
Removed spurious `</div>`, fixes Edge on Windows
2015-10-08 21:29:23 +02:00
Torkel Ödegaard
3435aaea45
fixed failing unit test
2015-10-08 17:39:06 +02:00
Torkel Ödegaard
9fc91b7aa1
fixed gofmt issue
2015-10-08 17:30:13 +02:00
Torkel Ödegaard
04eefb8480
fix(timepicker): fixed issue with timepicker and auto refresh and entering manual time when timepicker dropdown is open, fixes #2897
2015-10-08 15:35:17 +02:00
Torkel Ödegaard
8789be7671
Merge branch 'master' of github.com:grafana/grafana
2015-10-08 13:30:11 +02:00
Torkel Ödegaard
fe46410c31
Merge branch 'cloudwatch'
2015-10-08 13:09:27 +02:00
Torkel Ödegaard
aef644bd21
feat(cloudwatch): final polish to the cloudwatch editor, closes #684
2015-10-08 13:09:15 +02:00
Torkel Ödegaard
df4d5ea8a6
Merge pull request #2898 from zachm/ztm_patch_missing_downsample
...
Fix missing downsampling name in kairos plugin
2015-10-08 12:05:20 +02:00
Torkel Ödegaard
c34c3ac845
feat(cloudwatch): refactoring and editor improvements, #684
2015-10-08 11:37:47 +02:00
Zachary Musgrave
a94720878b
Fix missing downsampling name in kairos plugin
2015-10-07 16:43:40 -07:00
Gary McLean Hall
59a2042a31
Removed spurious </div>
, fixes Edge on Windows
2015-10-08 00:14:00 +01:00
Torkel Ödegaard
f680c15283
fix(snapshot): fixed issue with timepicker / time display when viewing snapshot, fixes #2892
2015-10-07 13:07:30 +02:00