Commit Graph

259 Commits (d8005af8ee854af5569b5aa9f067d7a1342341a2)

Author SHA1 Message Date
Torkel Ödegaard d8005af8ee updated circle with fmt formating test 10 years ago
Torkel Ödegaard de1e762528 Fixed issue using mysql as session store, Closes #1557 10 years ago
Jason Wilder 433070a135 Add dashboards:export CLI command 10 years ago
Torkel Ödegaard c6d4b5cc86 Working on build steps 10 years ago
Torkel Ödegaard 0db55b6194 Work on deb and rpm packages, both seem to work now, #1476 10 years ago
Torkel Ödegaard 7e0f1a57af Progress on deb and rpm packaging, renamed config files, added file logging, #1476 10 years ago
Torkel Ödegaard 04d25dc58a Dashboard: When saving a dashboard and another user has made changes inbetween, the user is promted with a warning if he really wants to overwrite the other's changes, Closes #718 10 years ago
Torkel Ödegaard ad2065afc7 Began work on deb and rpm packaging, #1476 10 years ago
Torkel Ödegaard 9710771f16 Added basic auth to data source edit/create, add support for basic auth in data source proxy code, Closes #1510 10 years ago
Torkel Ödegaard d0d995da09 Inital work on SQL metric/annotation data source, #1542 10 years ago
Torkel Ödegaard 04ca85fe89 Moved dashboard theme option from the dashboard to a persisted user setting, #1458 10 years ago
Torkel Ödegaard ae3b9617b6 Fixed dataproxy test 10 years ago
Torkel Ödegaard 0b1044b46f Fixed plugins go test 10 years ago
Torkel Ödegaard 232f980c72 More work on restoring features after moving to plugin model for datasources, no annotations work again #1276 #1472 10 years ago
Torkel Ödegaard 9e892bddf0 More work on restoring features after moving to plugin model for datasources, #1276 #1472 10 years ago
Torkel Ödegaard 109dd3240a Work on new datasource plugin model, #1276 #1472 10 years ago
Torkel Ödegaard c198242292 A lot of work on backend plugin model for frontend components, right now for data sources, will enable dropin plugins for data sources and panels, #1472 10 years ago
Torkel Ödegaard 5bd5713a52 Began work on plugin system 10 years ago
Torkel Ödegaard 011fdf7ab6 fixed bug in datasource schema migration 10 years ago
Torkel Ödegaard c75aa23092 New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440 10 years ago
Torkel Ödegaard 7c241fd617 Added permissions section to admin > edit user view, an admin can now make another user admin, Closes #1517 10 years ago
Torkel Ödegaard ae7f18f981 Made a copy of influxdb datasource named influxdb_08 so the main influxdb data source can be modified to support InfluxDB 0.9, made some initial experiments to get queries to work, but a lot more work is needed, #1525 10 years ago
Torkel Ödegaard 9e789e6d82 More work on organization / admin nav, views, #1506 10 years ago
Torkel Ödegaard 563d5e3ad8 All migrations work in sqlite3, mysql and postgres 10 years ago
Torkel Ödegaard 16fd256225 Added missing common.go 10 years ago
Torkel Ödegaard f3f79792ab account -> org table migration is starting to work, need to test mysql and postgres 10 years ago
Torkel Ödegaard ed68a4bb9a More work on SQL migrations 10 years ago
Torkel Ödegaard 02a89c752b Progress on database schema migration for account -> org refactor 10 years ago
Anthony Woods b9b63f695d fixes #1518 fix table name used in dashboard delete. 10 years ago
Torkel Ödegaard da41d99aa7 Fixed sql integration test 10 years ago
Torkel Ödegaard 26e4809e2e Big Backend Refatoring: Renamed Account -> Org 10 years ago
Torkel Ödegaard e9e2fa2927 Started Account -> Organization rename 10 years ago
Torkel Ödegaard 5b2715515f Began work on Account -> Organization rethink, #1506 10 years ago
Torkel Ödegaard a8c90e2365 Small update to commands 10 years ago
Torkel Ödegaard 138e720695 Increased max user list to 1000 for user admin page, need to paging, but will have to wait a few days 10 years ago
Torkel Ödegaard 1a106e5c38 Added change password ability to admin > edit user view, #1446 10 years ago
Torkel Ödegaard 47c6c6e1b7 Added change password feature, Closes #1455 10 years ago
Torkel Ödegaard 60ae4afe87 Refresh frontend datasourceSrv after datasource update, no longer need to reload the page to use a newly added or updated datasource, #1493 10 years ago
Torkel Ödegaard 17004ce3ae Fixed issue with login by username and uppercase letters in username, #1484 10 years ago
Torkel Ödegaard 26eb6e559e Removed use of absolute urls in dashboard search and dashlist, root_url option is now not required, it is required if you use oauth or proxy grafana under suburl, #1483 10 years ago
Torkel Ödegaard 83d798dbad Small update to grafana.ini describe server options 10 years ago
Torkel Ödegaard 56d8fe4a22 Small changes to CLI commands PR 10 years ago
Jason Wilder b6428b08d0 CLI: Fix config flag being ignored 10 years ago
Jason Wilder 9223c95481 CLI: Order commands alphabetically 10 years ago
Jason Wilder a3925e8aa0 CLI: Use console logger for dashbard:import command 10 years ago
Jason Wilder 7c8fa067a2 CLI: Conver account flag to required arg 10 years ago
Jason Wilder f2e9ec63df CLI: Renamed import-json to dashboard:import 10 years ago
Jason Wilder b97361b193 CLI: Add datasource:delete command 10 years ago
Jason Wilder 22652889b2 CLI: Add datasource:create command 10 years ago
Jason Wilder 04a970eda2 CLI: Use 8 char min col size instead of 20 10 years ago