Torkel Ödegaard
|
dee5f582d7
|
Merge branch 'master' into alerting_definitions
|
2016-06-09 10:45:16 +02:00 |
|
Thibault Chataigner
|
3d77685108
|
Enable the "limit" param in /api/search
|
2016-06-06 16:15:20 +00:00 |
|
bergquist
|
3ef2be13df
|
feat(alerting): move alert deletion to alert code
|
2016-04-26 15:48:29 +02:00 |
|
bergquist
|
c83af353b2
|
feat(alerting): renames alert table to alert_rule
|
2016-04-25 14:42:24 +02:00 |
|
bergquist
|
bdd3e2ad73
|
Merge branch 'master' into alerting_definitions
|
2016-04-25 11:22:35 +02:00 |
|
Torkel Ödegaard
|
97656d65ec
|
db(dashboard): minor fix for dashboard delete
|
2016-04-25 11:22:13 +02:00 |
|
bergquist
|
03e6fc951f
|
feat(alerting): delete alerts when dashboard gets deleted
|
2016-04-23 14:14:18 +02:00 |
|
Torkel Ödegaard
|
7023dedc05
|
feat(preferences): refactoring PR #4399
|
2016-03-20 11:52:19 +01:00 |
|
utkarshcmu
|
66621d762e
|
Added getDashboardSlugById api
|
2016-03-17 01:01:58 -07:00 |
|
Torkel Ödegaard
|
0398face05
|
feat(plugins): dashboard import for data sources is working! #4298
|
2016-03-12 10:13:49 +01:00 |
|
bergquist
|
435d0f22f5
|
fix(dashlist): better handling of invalid dashboard ids
|
2016-03-07 11:04:02 +01:00 |
|
bergquist
|
dd7e215e78
|
feat(dashslist): make sure dashbords exists in recently viewd dashboards
closes #4249
|
2016-03-05 12:27:37 +01:00 |
|
bergquist
|
d27bb4d3fb
|
style(playlist): move dashboard access to dashboard.go
|
2016-01-29 01:41:23 +01:00 |
|
Torkel Ödegaard
|
e6d09b3266
|
fix(db): remove stars and tags when removing user or dashboard, fixes #2016
|
2015-08-12 09:23:46 +02:00 |
|
Torkel Ödegaard
|
835fd383ad
|
fix(postgres): Dashboard search is now case insensitive when using Postgres, fixes #1896
|
2015-08-10 20:25:01 +02:00 |
|
Torkel Ödegaard
|
c709a28f02
|
More work on email and notification infra #1456
|
2015-06-05 08:15:38 +02:00 |
|
Torkel Ödegaard
|
50a1feb90a
|
Dashboard list panel: Now supports search by multiple tags, Closes #2096
|
2015-06-02 11:04:06 +02:00 |
|
Torkel Ödegaard
|
dc607b8e8a
|
Dashboard search now supports filtering by multiple dashboard tags, Closes #2095
|
2015-06-02 10:24:20 +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
|
bb7d79e6d2
|
Refactoring search to support more than just db dashboards
|
2015-05-13 10:45:53 +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
|
38d851eb98
|
Another HTTP API fix
|
2015-05-04 08:19:29 +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
|
3c2bfbfc1c
|
Search: Dashboard results should be sorted alphabetically, Fixes #1685
|
2015-03-31 22:06:19 +02:00 |
|
Torkel Ödegaard
|
d987532262
|
Added server metrics
|
2015-03-22 15:14:00 -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
|
3f96afba73
|
Merge branch 'fixDashboardDelete' of https://github.com/raintank/grafana into raintank-fixDashboardDelete
Conflicts:
pkg/services/sqlstore/dashboard.go
|
2015-02-25 14:31:44 +01:00 |
|
Anthony Woods
|
b9b63f695d
|
fixes #1518 fix table name used in dashboard delete.
|
2015-02-24 08:56:10 +00:00 |
|
Torkel Ödegaard
|
26e4809e2e
|
Big Backend Refatoring: Renamed Account -> Org
|
2015-02-23 20:07:49 +01:00 |
|
Torkel Ödegaard
|
e3764ad951
|
Fixed failing dashboard sql test
|
2015-02-05 15:53:15 +01:00 |
|
Torkel Ödegaard
|
8e1b753664
|
Added limit to dashboard list panel and search
|
2015-02-05 11:10:56 +01:00 |
|
Torkel Ödegaard
|
10820f31c2
|
Changed go package path
|
2015-02-05 10:37:13 +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
|
97758380e0
|
Worked on stars in search results
|
2015-02-02 17:17:57 +01:00 |
|
Torkel Ödegaard
|
1d6413bfae
|
More work on backend for user favorites
|
2015-01-29 12:10:34 +01:00 |
|
Torkel Ödegaard
|
4ea5d80099
|
Various fixes to data access
|
2015-01-20 15:23:14 +01:00 |
|
Torkel Ödegaard
|
afb847acc8
|
a lot of work on database schema and migration setup, postgres now works, every integration test passes for all database types, only token table left to do
|
2015-01-20 14:15:48 +01:00 |
|