Torkel Ödegaard
|
788e7fd36d
|
Lots of api refactoring for org routes, #2014
|
2015-05-19 10:16:32 +02:00 |
|
Torkel Ödegaard
|
5270c4bc74
|
refactorin api code for user routes, preparation for admin improvements, #2014
|
2015-05-18 17:52:23 +02:00 |
|
Torkel Ödegaard
|
448a8b8d1c
|
Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960
|
2015-05-13 13:36:24 +02:00 |
|
Torkel Ödegaard
|
187834b17c
|
Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable
|
2015-05-13 09:58:45 +02:00 |
|
Torkel Ödegaard
|
b3be51f17f
|
Lots of work on search and dashboard loading, trying to generalize concepts and code, #960
|
2015-05-12 14:11:30 +02:00 |
|
Torkel Ödegaard
|
a40299b4dc
|
Progress on json file index and search #960
|
2015-05-12 12:20:03 +02:00 |
|
Torkel Ödegaard
|
73ee8a5985
|
HTTP API: fix for POST /api/dashboards/db returned 200 ok when dashboard was not found, Fixes #1929
|
2015-05-04 07:46:53 +02:00 |
|
Torkel Ödegaard
|
be589d81c7
|
Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921
|
2015-05-02 12:06:58 +02:00 |
|
Torkel Ödegaard
|
e771d8e944
|
Organization: You can now update the organization user role directly (without removing and readding the organization user). Closes #1899
|
2015-05-01 09:48:07 +02:00 |
|
Torkel Ödegaard
|
4fd2c0570c
|
Replaced slug dependency with one that did not use gopkgs.com
|
2015-04-24 15:46:16 +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
|
059db533d5
|
HTTP API: grafana /render calls nows with api keys, Fixes #1649
|
2015-04-08 08:59:12 +02:00 |
|
Torkel Ödegaard
|
541cd2e430
|
Dashboard snapshot: more work on snapshot deletion, and saving external reference, #1623
|
2015-03-26 20:59:41 +01:00 |
|
Torkel Ödegaard
|
4322f29f34
|
Dashboard snapshot: added delete key which can be used to delete snapshots, #1623
|
2015-03-26 20:34:58 +01:00 |
|
Torkel Ödegaard
|
b1f85dc8f1
|
Added expire option to dashboard snapshots, #1623
|
2015-03-26 12:00:52 +01:00 |
|
Torkel Ödegaard
|
9268ecf3e9
|
Some refinements to dashboard snapshots
|
2015-03-25 09:04:38 +01:00 |
|
Torkel Ödegaard
|
49a0ea53c7
|
Merge branch 'develop' of github.com:grafana/grafana into dashboard_snapshot_poc
Conflicts:
src/app/features/dashboard/partials/shareDashboard.html
|
2015-03-22 22:04:13 -04:00 |
|
Torkel Ödegaard
|
d987532262
|
Added server metrics
|
2015-03-22 15:14:00 -04:00 |
|
Torkel Ödegaard
|
964f0861d6
|
more work on dashboard snapshots
|
2015-03-21 08:53:16 -04:00 |
|
Torkel Ödegaard
|
94c3a07115
|
Fixed small issue when using 'Save As', dashboard version was not reset
|
2015-03-19 10:32:47 -04:00 |
|
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
|
2015-03-02 22:24:01 +01:00 |
|
Torkel Ödegaard
|
9710771f16
|
Added basic auth to data source edit/create, add support for basic auth in data source proxy code, Closes #1510
|
2015-03-02 09:58:35 +01:00 |
|
Torkel Ödegaard
|
d0d995da09
|
Inital work on SQL metric/annotation data source, #1542
|
2015-02-28 17:27:30 +01:00 |
|
Torkel Ödegaard
|
04ca85fe89
|
Moved dashboard theme option from the dashboard to a persisted user setting, #1458
|
2015-02-28 14:30:08 +01:00 |
|
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
|
2015-02-27 22:29:00 +01:00 |
|
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
|
2015-02-26 17:23:28 +01:00 |
|
Torkel Ödegaard
|
6a2a6afc1d
|
Merge branch 'develop' into apikey_hashed
Conflicts:
pkg/api/apikey.go
pkg/services/sqlstore/migrations.go
|
2015-02-26 15:48:54 +01:00 |
|
Torkel Ödegaard
|
7c241fd617
|
Added permissions section to admin > edit user view, an admin can now make another user admin, Closes #1517
|
2015-02-26 15:43:48 +01:00 |
|
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
|
2015-02-25 18:43:44 +01:00 |
|
Torkel Ödegaard
|
26e4809e2e
|
Big Backend Refatoring: Renamed Account -> Org
|
2015-02-23 20:07:49 +01:00 |
|
Torkel Ödegaard
|
47c6c6e1b7
|
Added change password feature, Closes #1455
|
2015-02-19 16:09:49 +01:00 |
|
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
|
2015-02-17 18:43:37 +01:00 |
|
Jason Wilder
|
22652889b2
|
CLI: Add datasource:create command
Allows creating a datasource from the command line
|
2015-02-15 13:36:10 -07:00 |
|
Jason Wilder
|
f443b7087c
|
CLI: Add datasource:info command
Describes the full datasource details given an account and
datasource name.
|
2015-02-15 13:36:10 -07:00 |
|
Jason Wilder
|
90cd10e034
|
CLI: Add account:delete command
|
2015-02-15 13:36:10 -07:00 |
|
Jason Wilder
|
ca37b24455
|
CLI: Add account list command
|
2015-02-15 13:36:10 -07:00 |
|
Torkel Ödegaard
|
0140a00884
|
Added two columns to user table, email_verified and theme, no used right now but will probably shortly
|
2015-02-12 10:32:22 +01:00 |
|
Torkel Ödegaard
|
71f09ddd94
|
Added delete user action to user admin api, and made it work in UI, Closes #1466, #1446
|
2015-02-11 16:47:22 +01:00 |
|
Torkel Ödegaard
|
e165e2af95
|
Worked on user admin features, can now create and edit users as a grafana admin user, #1446
|
2015-02-10 15:36:51 +01:00 |
|
Torkel Ödegaard
|
5269422f7c
|
Began work on hashing api keys
|
2015-02-09 13:30:04 +01:00 |
|
Torkel Ödegaard
|
23bbc5160e
|
Fixed validation for adding api keys, added unique index for api key name + account_id
|
2015-02-07 13:11:39 +01:00 |
|
Torkel Ödegaard
|
85c1c97ea2
|
Updated readme
|
2015-02-06 09:10:52 +01:00 |
|
Torkel Ödegaard
|
f8a10fa7af
|
Updated account and profile pages, very temporary solution, do not like it at all
|
2015-02-06 08:21:00 +01:00 |
|
Torkel Ödegaard
|
8e1b753664
|
Added limit to dashboard list panel and search
|
2015-02-05 11:10:56 +01:00 |
|
Torkel Ödegaard
|
076905d14e
|
Added isStarred to search result hit, very inefficient loading right now but can be cached later on
|
2015-02-05 09:49:00 +01:00 |
|
Torkel Ödegaard
|
60541a455f
|
Worked on search filter flag IsStarred, and updated frontend with new dashboard list panel
|
2015-02-04 11:35:59 +01:00 |
|
Torkel Ödegaard
|
42a5aefb23
|
Worked on home dashboard
|
2015-02-03 15:04:35 +01:00 |
|
Torkel Ödegaard
|
97758380e0
|
Worked on stars in search results
|
2015-02-02 17:17:57 +01:00 |
|
Torkel Ödegaard
|
ad3d15e28d
|
Worked on dashboard starring and unstarring, renamed favorite model to star
|
2015-02-02 11:32:32 +01:00 |
|
Torkel Ödegaard
|
1d6413bfae
|
More work on backend for user favorites
|
2015-01-29 12:10:34 +01:00 |
|