Commit Graph

4146 Commits

Author SHA1 Message Date
Torkel Ödegaard
75c1c1bccc Merge pull request #2377 from grafana/nopzor1200-patch-1
Update templating.md
2015-07-21 09:34:15 +02:00
raj dutt
0c25c1f0ca Update templating.md 2015-07-20 20:05:56 -04:00
Torkel Ödegaard
1b12e3fbf9 Merge pull request #2376 from mattttt/patch-3
Relative link for What's New in v2 was incorrect
2015-07-20 23:13:22 +02:00
Matt
a7a2a166e6 Relative link for What's New in v2 was incorrect 2015-07-20 17:09:58 -04:00
Torkel Ödegaard
0d7aba2502 Merge pull request #2372 from jshafton/influxdb-0.9.x-order-by-removal
Fixes "no datapoints" from InfluxDB 0.9.1 data source
2015-07-20 18:27:34 +02:00
Jacob Shafton
ce45879efb Fixes "no datapoints" from InfluxDB 0.9.1 data source
This removes usage of the `ORDER BY` clause for InfluxDB 0.9.x data
sources, which is currently not supported in the latest InfluxDB master
(0.9.1).
2015-07-20 11:13:57 -05:00
Torkel Ödegaard
ab54971763 feat(invite): more progress on completing invite form and actually creating a real user, #2353 2015-07-20 17:46:48 +02:00
Torkel Ödegaard
d75f96fdd5 feat(invite): more progress on invited / sigup view, #2353 2015-07-20 15:52:49 +02:00
Torkel Ödegaard
024c112944 feat(invite): redesign for pending invite list, added revoke button and link, copy invite also works now, #2353 2015-07-20 14:26:49 +02:00
Torkel Ödegaard
3242354a4b feat(invite): worked on pending invitations list, revoke invite now works, #2353 2015-07-20 10:57:39 +02:00
Torkel Ödegaard
f465a79924 Merge pull request #2366 from raventools/remove-hubot-script
Remove grafana.coffee
2015-07-20 08:28:13 +02:00
Stephen Yeargin
fc28423141 Remove grafana.coffee
Proposing the deprecation of this in favor of the [hubot-grafana](https://www.npmjs.com/package/hubot-grafana) package, which offers cross-adapter support, dashboard browsing and can be augmented with Amazon S3 credentials.

Fixes #2206
2015-07-20 01:02:45 -05:00
Torkel Ödegaard
4ac652b127 feat(invite): began work on invited signup view, also added backdrop to login view, #2353 2015-07-19 12:34:03 +02:00
Torkel Ödegaard
6088f83408 feat(invite): inital pass on sending new user invite email, #2353 2015-07-18 17:39:12 +02:00
Torkel Ödegaard
e92f2ecea1 feat(invite): existing grafana users now result in new org user directly, no temp user is created, #2353 2015-07-18 11:43:34 +02:00
Torkel Ödegaard
a82aa8203b Merge branch 'master' into invite 2015-07-18 10:14:45 +02:00
Torkel Ödegaard
0a59d6ab2f fix(repeat panel): fix for unwanted unsaved changes warnings when using repeat panel, #2364 2015-07-18 10:14:21 +02:00
Torkel Ödegaard
9bf9bb0273 fix(ldap): fixed issue with ldap group mappings to org roles sync, #1450 2015-07-18 09:55:21 +02:00
Torkel Ödegaard
5744c70399 fix(ldap conf): fixed another issue in ldap conf example 2015-07-18 09:31:53 +02:00
Torkel Ödegaard
f3342ae7d3 fix(ldap conf): updated ldap conf example to use literal string syntax for bind_password 2015-07-18 09:30:09 +02:00
Torkel Ödegaard
2c7e807738 feat(invite): small style change 2015-07-17 17:22:42 +02:00
Torkel Ödegaard
39430e1cee Merge pull request #2361 from mtanda/fix_link
Fix dashboard/panel link in Scripted Dashboard
2015-07-17 15:49:08 +02:00
Torkel Ödegaard
142a323efd fix(save as): fixed issue with save as and overwriting a dashboard with the same name 2015-07-17 15:34:15 +02:00
Torkel Ödegaard
ea198fea6e fix(graph): fixed legend color when having many many series, fixes #2359 2015-07-17 15:20:12 +02:00
Torkel Ödegaard
666013b010 fix(panel repeat): fixed issue with repeat panels in combination with setting variable values from URL, fixes #2351 2015-07-17 14:59:05 +02:00
Torkel Ödegaard
c7dafd4b42 fix(repeat panel): fixed issue with snapshoting a dashboard with repeated panels, Fixes #2352 2015-07-17 14:45:49 +02:00
Torkel Ödegaard
2724cf5db8 feat(invite): small progress 2015-07-17 14:42:49 +02:00
Stefan Siegl
ea623cb5a1 New graphite function removeEmptySeries 2015-07-17 12:32:29 +02:00
Torkel Ödegaard
0ffcce1b5d feat(invite): more work on invite, basic creation works, added new tab directive from angular-ui and made new tab style, #2353 2015-07-17 09:51:34 +02:00
Mitsuhiro Tanda
8ac47b4e24 fix dashboard/panel link in scripted dashboard 2015-07-17 15:40:52 +09:00
Torkel Ödegaard
444807c35b feat(invite): worked on db & domain model for temp users, #2353 2015-07-16 17:59:11 +02:00
Torkel Ödegaard
5b0585ac7f feat(ldap): removed ssl_server_name and added some validation to ldap config, #1450 2015-07-16 12:58:30 +02:00
Torkel Ödegaard
c3a5822a40 feat(user invite): progress on user invite feature, #2353 2015-07-16 12:38:55 +02:00
Torkel Ödegaard
2f4d3be303 fix(panellinks): fixed open in new tab issue for dashboard links, Fixes #2354 2015-07-16 12:06:49 +02:00
Torkel Ödegaard
9afdea8d2a feat(ldap): added config options for ssl skip verify, and ssl server name, #1450 2015-07-16 11:59:26 +02:00
Torkel Ödegaard
57c78bc603 feat(invite): began work on invite users dialog, #2353 2015-07-16 10:44:55 +02:00
raj dutt
a065f93777 Update singlestat.md 2015-07-15 14:27:55 -07:00
Torkel Ödegaard
e1345337ac docs(): small fix to time range doc page 2015-07-15 17:41:45 +02:00
Torkel Ödegaard
494810393a feat(templating): new template variable selection dropdown now supports accepting custom values that are not an actual selectable value, Fixes #2344 2015-07-15 17:21:54 +02:00
Torkel Ödegaard
8daec7bde2 fix(packaging): fixed issue with restart on upgrade in debian package, Fixes #2320 2015-07-15 14:57:52 +02:00
Torkel Ödegaard
b891677ba5 docs(ldap): added ldap integration docs and config examples, #1450 2015-07-15 14:48:39 +02:00
Torkel Ödegaard
d63a77d8b1 fix(build): fixed ldap config file sample issue and build script 2015-07-15 13:52:30 +02:00
Torkel Ödegaard
2cbe6cdfd8 fix(build): fixed issue in build.go 2015-07-15 11:06:29 +02:00
Torkel Ödegaard
ddd20e5376 Merge branch 'ldap' 2015-07-15 10:14:36 +02:00
Torkel Ödegaard
08cd949d6f feat(ldap): added ldap go dependencies 2015-07-15 10:12:11 +02:00
Torkel Ödegaard
0b5ba55131 feat(ldap): work on reading ldap config from toml file, #1450 2015-07-15 10:08:23 +02:00
Torkel Ödegaard
262a09bb2d feat(ldap): added support for binding initially with an admin user searching for user and then binding again to authenticate current user, #1450 2015-07-14 17:35:11 +02:00
Torkel Ödegaard
0320baeb5b feat(ldap): user org role sync working 2015-07-14 16:42:55 +02:00
Torkel Ödegaard
42670c27d5 feat(ldap): more work on org role sync 2015-07-14 15:46:11 +02:00
Torkel Ödegaard
fe41a4e6fa feat(ldap): began work on org role sync 2015-07-14 14:29:07 +02:00