- 17 Feb, 2015 1 commit
-
-
Torkel Ödegaard committed
-
- 16 Feb, 2015 4 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 15 Feb, 2015 17 commits
-
-
Passing --config had no effect when passed. It will now be applied as the last config file and before any env var overrrides.
Jason Wilder committed -
Jason Wilder committed
-
More consistent w/ other commands and separates stdout/stderr
Jason Wilder committed -
Follows the same convention as other commands.
Jason Wilder committed -
More consistent w/ other command names.
Jason Wilder committed -
Jason Wilder committed
-
Allows creating a datasource from the command line
Jason Wilder committed -
Jason Wilder committed
-
Describes the full datasource details given an account and datasource name.
Jason Wilder committed -
Jason Wilder committed
-
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 5 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
-