Torkel Ödegaard
3d8beb918b
Docs updates and update to tar package
2015-04-20 12:33:32 +02:00
Torkel Ödegaard
123ea331e6
Updated build.go to create latest packages correctly
2015-04-20 12:10:54 +02:00
Torkel Ödegaard
b5a77d4f4a
Updated version to 2.0.0 and updated changelog
2015-04-20 11:54:36 +02:00
Torkel Ödegaard
9852972db8
Merge remote-tracking branch 'origin/nopzor1200-patch-1'
2015-04-20 11:47:36 +02:00
Torkel Ödegaard
b286ed6bb8
Small UI polish to playlist creation view
2015-04-20 11:47:09 +02:00
Torkel Odegaard
b56a084810
Updated nodejs version in appveyor ci build spec file
2015-04-20 09:19:19 +02:00
Torkel Odegaard
c9a28ddd38
Windows build: updates to build stuff to create better windows packages
2015-04-20 08:10:23 +02:00
Torkel Odegaard
bb7ee1c5a3
Panel title: switched from context-menu cursor to pointer, context-menu does not work on windows in chrome and firefox, but works on other platforms :(
2015-04-20 07:29:25 +02:00
nopzor1200
1772e15b46
Update index.md
2015-04-19 23:24:35 -04:00
nopzor1200
360efdf71f
Update whats-new-in-v2.md
2015-04-19 23:18:33 -04:00
nopzor1200
56d1e6834a
Update timerange.md
2015-04-19 22:03:18 -04:00
nopzor1200
f1e267498e
Update timerange.md
2015-04-19 22:02:44 -04:00
nopzor1200
4ba6bf8e27
Update playlist.md
2015-04-19 21:46:22 -04:00
nopzor1200
101c44f22d
Update playlist.md
2015-04-19 21:37:34 -04:00
nopzor1200
7f967524b9
Update index.md
2015-04-19 21:27:37 -04:00
Torkel Odegaard
01e171373c
Updated appvayor file again
2015-04-19 21:31:42 +02:00
Torkel Odegaard
229a4a8aab
appveyor, install mingw
2015-04-19 20:59:14 +02:00
Torkel Odegaard
f6feb455a9
Updated to appveyor ci spec file
2015-04-19 20:45:18 +02:00
Torkel Odegaard
fbf4eac257
Added appveyor, trying to test if a windows CI build will be possible
2015-04-19 20:38:24 +02:00
nopzor1200
48b5d235d8
Update index.md
2015-04-19 14:25:10 -04:00
Torkel Odegaard
ebdbbbc000
Updated building on windows instructions in the docs
2015-04-19 09:44:14 +02:00
Torkel Odegaard
1edb13d715
Fixed gofmt formating
2015-04-19 09:29:08 +02:00
Torkel Ödegaard
aa8beda4ec
Merge pull request #1800 from alienth/allowsignup
...
Add allow_sign_up setting for auth.google/github.
2015-04-19 09:16:48 +02:00
Torkel Odegaard
7178dcad35
Windows: Fixed runtime issue with file logging config that casued errors on startup
2015-04-19 09:14:50 +02:00
Jason Harvey
ddaac50a25
Add allow_sign_up override for auth.google/github.
2015-04-16 13:43:18 -08:00
Torkel Ödegaard
a446286869
Fixed issue with unsaved changes srv being triggerd by starring / unstarring a dashboard, Fixes #1795
2015-04-16 17:21:03 +02:00
Torkel Ödegaard
c54f0fe58b
Merge pull request #1783 from williamjoy/master
...
oauth google: read api_url from config file
2015-04-16 08:15:31 +02:00
Torkel Ödegaard
7c8166cad2
updated build script
2015-04-15 15:41:56 +02:00
Torkel Ödegaard
3db2aaada6
Bumped version to rc1
2015-04-15 15:17:19 +02:00
Torkel Ödegaard
649d40ed66
Data source proxy: Fixed issue with using data source proxy when grafana is behind nginx suburl, Fixes #1784
2015-04-15 15:13:52 +02:00
Torkel Ödegaard
d71b626114
Graph Panel: Legend in table mode now aligns, graph area is reduced depending on how many series, Fixes #1786 , Fixes #1749
2015-04-15 14:53:20 +02:00
Torkel Ödegaard
fc47fb8f64
Backend auth: remember cookie is needed for oauth logins as well
2015-04-15 13:38:38 +02:00
Torkel Ödegaard
10e5e5c400
fixed godep dependency
2015-04-15 13:31:30 +02:00
Torkel Ödegaard
942e8fdba8
Support for unicode / international characters in dashboard title (improved slugify), Fixes #1734 , Fixes #827
2015-04-15 12:36:02 +02:00
Torkel Ödegaard
6ba8854854
Readded link in top header, Fixes #1756
2015-04-15 12:17:31 +02:00
William Wei
b7c0d99cdf
get google api url from config file
...
instead of using https://www.googleapis.com/oauth2/v1/userinfo in
code.
2015-04-15 18:11:54 +08:00
Lichun Wei
bc4584d9fe
Merge pull request #1 from grafana/master
...
sync from upstream
2015-04-15 18:04:52 +08:00
Torkel Ödegaard
53b1d6a5b2
Row editor: increased width of title field, Fixes #1755
2015-04-15 10:52:09 +02:00
Torkel Ödegaard
836e4b4911
Dashboard snapshot: Should not require login to view snapshot, Fixes #1780
2015-04-15 10:39:03 +02:00
Torkel Ödegaard
e9afd30b47
Updated changelog with, Github OAuth: Now works with Github for Enterprise, thanks @williamjoy
2015-04-15 10:31:56 +02:00
Torkel Ödegaard
aefbcb7049
Merge pull request #1782 from williamjoy/master
...
#1781 try fix oauth with github enterprise - add config of api_url
2015-04-15 10:21:09 +02:00
William Wei
4fd2622e55
grafana/grafana#1781 add oauth api url as config
...
read github api from config file instead of using public github:
http://api.github.com/user
this would be useful when you are using github enterprise edition
2015-04-15 14:18:10 +08:00
William Wei
d048e39cde
grafana/grafana#1781 add oauth api url as config
2015-04-15 14:03:28 +08:00
Torkel Ödegaard
140f1307b4
Small fix to singlestat panel and unit selector
2015-04-14 17:13:39 +02:00
Torkel Ödegaard
9d10b5ab52
Updated docker docs
2015-04-14 16:53:54 +02:00
Torkel Ödegaard
edb39a072e
Updated rpm install docs page with yum repo info
2015-04-14 16:49:42 +02:00
Torkel Ödegaard
d66d989308
Updated debian install instructions with apt repo
2015-04-14 16:28:57 +02:00
Torkel Ödegaard
05c3b96202
Updated install docs page
2015-04-14 14:06:53 +02:00
Torkel Ödegaard
e9c7264fd9
Docs updates
2015-04-13 14:12:03 +02:00
Torkel Ödegaard
0b1c1bb8b4
updated package version
2015-04-13 14:06:33 +02:00