- 15 Feb, 2015 7 commits
-
-
Lists all the datasources for an account via the CLI
Jason Wilder committed -
Jason Wilder committed
-
Jason Wilder committed
-
This extracts some of the colored logging functionality into some convenience functions to log directly to the console (stdout) w/o the usual logging prefixes and flags. It's intended for console messages when using grafana commands.
Jason Wilder committed -
Creates a new account attached to the default admin account for now.
Jason Wilder committed -
Makes it possible to separate console output from logging output so command output can be piped to a file cleanly.
Jason Wilder committed -
Jason Wilder committed
-
- 14 Feb, 2015 3 commits
-
-
Rewrote and redesign how the data source edit views look and work so they conform better to how account views look, removed tabs and put top nav items to add data source etc, made list, edit and new seperate url routes, #1483
Torkel Ödegaard committed -
Fixed css issue with sidenav not extending to bottom of page when dashboard requires scrolling, #1483
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
- 13 Feb, 2015 10 commits
-
-
Torkel Ödegaard committed
-
fixes #1481. correctly escape api_key.key column name
Torkel Ödegaard committed -
woodsaj committed
-
'key' is a reserved word in mysql. So when building a query, the api-key.key column name needs to be escaped
woodsaj committed -
'key' is a reserved word in mysql. So when building a query, the api-key.key column name needs to be escaped
woodsaj committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Worked on playlist mode, hides dashboard controls and dashboard search button, added prev, stop, next icon buttons
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 12 Feb, 2015 8 commits
-
-
added an inital admin settings view, very basic right now only displays all config options in grafana.ini
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Configuration file options can now be overriden using environment variables using GF_<SectionName>_<KeyName> syntax, if Section name contains dots in config they are replaced with underscores, and the section name and keyname needs to be all upper case, #1473
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Added two columns to user table, email_verified and theme, no used right now but will probably shortly
Torkel Ödegaard committed -
Small fixes to getting up and running
Torkel Ödegaard committed
-
- 11 Feb, 2015 8 commits
-
-
Jason Wilder committed
-
Fixes a panic: interface conversion: interface is string, not float64 when importing a dashboard that has a non-float ID.
Jason Wilder committed -
Jason Wilder committed
-
Running "go build" defaults to building a binary named grafana in the root dir.
Jason Wilder committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 10 Feb, 2015 4 commits
-
-
Torkel Ödegaard committed
-
Fixed links to user admin views, and backend html routes for user admin edit/create urls, Closes #1451
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-