bergquist
a3e22091be
ux(submenu): tight-form -> gf-form
2016-02-24 08:32:09 +01:00
utkarshcmu
d0b191af18
Changed snapshot shortcut to CTRL+I
2016-02-23 11:23:13 -08:00
utkarshcmu
c2439b04c9
keyboard shortcut for taking snapshot
2016-02-23 08:11:04 -08:00
bergquist
310b0e888d
ux(dashboard_timepicker): tight-form -> gf-form
2016-02-23 15:26:44 +01:00
bergquist
c189c20164
ux(modal): tight-form -> gf-form
2016-02-23 14:49:10 +01:00
Torkel Ödegaard
0811338370
ux(): updated dashboard settings view
2016-02-23 14:05:12 +01:00
Torkel Ödegaard
26c5029256
ux(): new dashboard tabs view
2016-02-23 13:20:59 +01:00
Carl Bergquist
83bbffd491
Merge pull request #4127 from utkarshcmu/export-shortcut
...
Export shortcut
2016-02-23 12:37:29 +01:00
bergquist
85041d297c
ux(import): minor fixes
2016-02-23 10:24:47 +01:00
utkarshcmu
6506161107
Added keyboard shortcut to export dashboard
2016-02-23 00:55:34 -08:00
bergquist
b3f2f0fa1e
ux(import): migrate to gf-form
2016-02-23 07:55:24 +01:00
Matt
680ff95b8e
Form adjustments and startting to add sidemenu
2016-02-22 11:39:11 -05:00
Torkel Ödegaard
e4d52b2851
fix(snapshot): fixed snapshot header, fixes #4094
2016-02-21 09:02:32 +01:00
Torkel Ödegaard
9ed45ba761
ux(): clean / simplify markup and css for navbar button
2016-02-20 15:36:52 +01:00
Torkel Ödegaard
52241b8e0b
ux(): completed gf-size class rename
2016-02-20 14:48:10 +01:00
Torkel Ödegaard
a685e46fb6
ux(): minor tweaks
2016-02-20 11:05:06 +01:00
bergquist
afb62638a8
ux(import): convert to new css format
2016-02-19 15:04:49 +01:00
bergquist
d769f6c084
ux(timepicker): fix css for the timepicker
2016-02-19 09:13:22 +01:00
Torkel Ödegaard
2f2326006d
Merge remote-tracking branch 'origin/master' into style-changes-bulletfactory
2016-02-18 13:37:31 +01:00
Torkel Ödegaard
5a67ca255f
ux(): fixes to light theme
2016-02-16 15:03:33 +01:00
Torkel Ödegaard
7c917156ee
ux(sass): variable refactoring
2016-02-16 10:42:06 +01:00
utkarshcmu
b9b3b75c0c
Fixing snapshot templating bug
2016-02-14 22:13:59 -08:00
Torkel Ödegaard
f7e3297a0f
ux(): updated navbar on all pages to new style, no subnav/dropdown yet though
2016-02-13 14:32:20 +01:00
Trent White
f98dbd249e
update navbar and elements on playlist snapshots and change apps to plugins
2016-02-12 17:20:58 -05:00
Torkel Ödegaard
2ea548850e
Merge branch 'master' into style-changes-bulletfactory
...
Conflicts:
pkg/api/index.go
public/less/sidemenu.less
2016-02-11 21:23:54 +01:00
Torkel Ödegaard
87fc83678c
feat(imports): work on datasource dashboards
2016-02-11 21:02:01 +01:00
Trent White
0fa0b3b256
style changes to forms, icons updates and new buttons
2016-02-10 18:14:26 -05:00
Daniel Lee
72415be2db
fix(dashboard): fixes when panel repeat with templating removed
...
The original panel should clear all the templating variables and
look like it did before repeat was selected. Fixes #3831 . Also
cleans up after a row repeat is removed
2016-02-09 14:59:24 +01:00
Torkel Ödegaard
ff4dbea19d
ux(navbar): worked on responsive breakpoints for navbar
2016-02-07 12:28:06 +01:00
Torkel Ödegaard
89ef019b7c
fix(): back to dashboard link fix
2016-02-06 10:32:07 +01:00
Torkel Ödegaard
853cd16336
fix(search); fixes to dashboard search (using keyboard), and fix for singlestat in snapshot view
2016-02-05 13:48:10 +01:00
Torkel Ödegaard
9fc0a83b83
Merge branch 'master' of github.com:grafana/grafana
2016-02-05 11:08:44 +01:00
Torkel Ödegaard
aa8bd044c5
fix(): various fixes to snapshots
2016-02-05 11:05:47 +01:00
bergquist
8ff997594f
fix(tablepanel): change to using two thresholds
...
fixes #3878
2016-02-05 10:30:46 +01:00
utkarshcmu
59a384b453
Merge branch 'master' of https://github.com/grafana/grafana into metadata
2016-02-04 13:34:32 -08:00
utkarshcmu
b5a5b7b912
Removed totalStats from PR
2016-02-04 13:34:23 -08:00
Torkel Ödegaard
a167eb4fa1
fix(row repeat): fix for row repeat where repeated row was added to the bottom and not next to the source row, fixes #2942
2016-02-04 22:33:53 +01:00
Torkel Ödegaard
660ce3a61d
fix(row editor): row editor fix and cleanup of unused code
2016-02-04 22:19:46 +01:00
Torkel Ödegaard
908765e0e7
feat(plugins): various fixes entering edit mode after adding a new panel
2016-02-03 18:49:36 +01:00
utkarshcmu
c6ab63ec47
Calculated total stats in frontend
2016-02-02 11:50:01 -08:00
Torkel Ödegaard
822c8f1575
feat(plugins): migrating graphite query editor to new model
2016-02-02 12:52:43 +01:00
Torkel Ödegaard
eaaf9246b7
feat(plugins): more work on refining datasource editors
2016-02-02 09:12:58 +01:00
utkarshcmu
00a6efa15e
Excluded total calculations from backend
2016-02-01 23:26:11 -08:00
utkarshcmu
338afc80d5
Merge branch 'master' of https://github.com/grafana/grafana into metadata
2016-02-01 10:32:36 -08:00
Torkel Ödegaard
78598df96e
fixes(): fixes for changed app -> public/app paths and fixes for optimized build
2016-02-01 19:00:40 +01:00
Torkel Ödegaard
e737dab5ca
removed /app route, confusing when some assets use public/app/.. route and some use just app/... all public static assets should no use public route, app route is no more
2016-02-01 18:19:02 +01:00
Torkel Ödegaard
84609a4a3b
fix(panel links): changed icon back
2016-02-01 17:18:39 +01:00
Torkel Ödegaard
3f945e886b
merge sync with master
2016-01-31 19:51:23 +01:00
Torkel Ödegaard
fa63d26485
feat(timepicker): added validation to timepicker, and validation state to apply button, fixes #3870
2016-01-31 11:30:18 +01:00
Torkel Ödegaard
d617d029d2
fix(css): fixed issues introduced in recent sidemenu enhancements, fixes #3893 , fixes #3894
2016-01-30 12:55:47 -05:00
Torkel Ödegaard
9ec3216ab0
Merge branch 'master' of github.com:grafana/grafana
2016-01-29 16:52:44 -05:00
Torkel Ödegaard
92c2f8d556
feat(pinned sidemenu): completed side menu pinned stuff
2016-01-29 16:52:30 -05:00
Daniel Lee
7f15e2c167
Merge pull request #3889 from grafana/dashboard-share-menu
...
New dropdown menu to surface the snapshot feature, basic styling in p…
2016-01-29 21:58:05 +01:00
Matt Toback
f59f6a5486
Standardized on fa-link icon for Link instead of external-link, which generally means Open In New Window or Go Offsite
2016-01-29 15:27:42 -05:00
Trent White
339e73ee3d
change file names to remove the rt reference in the icon files
2016-01-29 13:57:48 -05:00
Trent White
6ae464f33a
add rt-fonts file and point refs to snapshot icon to it
2016-01-29 12:46:57 -05:00
Matt Toback
6fe850e2c1
New dropdown menu to surface the snapshot feature, basic styling in place. Want to extend menu to include summary text of each feature
2016-01-29 11:48:57 -05:00
Torkel Ödegaard
3c3d3c9ec6
feat(): fixed share modal
2016-01-28 18:05:49 -05:00
utkarshcmu
b30dcce4bc
Added dtos and UI for more metadata
2016-01-28 00:52:52 -08:00
utkarshcmu
753fd164d7
Added createdBy in metadata ui and dashboard table
2016-01-27 17:11:21 -08:00
Torkel Ödegaard
57d22fb93f
Merge remote-tracking branch 'origin/master' into panelbase
2016-01-27 17:33:33 -05:00
Torkel Ödegaard
f0f7da9ff0
feat(panels): fixing broken stuff
2016-01-27 17:16:00 -05:00
Torkel Ödegaard
f1efce56aa
feat(panels): fixed duplicate and remove panel
2016-01-27 13:22:37 -05:00
bergquist
f384538959
fix(search): fixes broken esc button in search
2016-01-26 23:18:10 +01:00
bergquist
09de46e5ac
tech(search): convert search to typescript
2016-01-26 17:54:19 +01:00
Torkel Ödegaard
9c6698e87b
feat(panels): progress on new panel infrastructure, base classes
2016-01-25 15:09:37 -05:00
bergquist
cd1b2e2841
feat(singlestat): reduce max thresholds to two.
...
closes #3248
2016-01-25 16:27:58 +01:00
Torkel Ödegaard
4132cf12e3
feat(panels): more panel refactoring
2016-01-24 17:30:29 -05:00
Torkel Ödegaard
8927042421
more new panel stuff
2016-01-23 01:44:38 +01:00
Torkel Ödegaard
5f5fcc0e04
fix(submenu): added ngInject comment to dashboard submenu
2016-01-20 11:57:56 +01:00
utkarshcmu
70481953fd
Snapshot name is saved in DB now
2016-01-19 00:26:20 -08:00
Torkel Ödegaard
00802d035a
refactor(): refactoring submenu to directive
2016-01-18 12:19:46 +01:00
Torkel Ödegaard
723be4f612
refactoring(): unified dashboard top nav to a single dashnav component, uses new navbar component
2016-01-17 11:34:51 +01:00
Torkel Ödegaard
c201f4c63e
feat(sidemenu): added handling of click outside to hide sidemenu, also refactored grafana_ctrl to a more general grafana component
2016-01-16 18:55:13 +01:00
Torkel Ödegaard
7ad72ba905
ux(): minor style fixes to pages
2016-01-15 15:51:30 +01:00
Torkel Ödegaard
dfcb82d233
feat(sidenav): more work on new side nav
2016-01-15 11:13:02 +01:00
Torkel Ödegaard
4f227ae92e
poc(new sidenav/topnaav)
2016-01-14 22:26:41 +01:00
Torkel Ödegaard
cd0256d40d
poc(new nav): beginings....
2016-01-14 21:20:56 +01:00
Torkel Ödegaard
6c6c3a5081
feat(plugins): more work on how plugins expose directives
2016-01-14 12:35:31 +01:00
Torkel Ödegaard
08caf4bbde
feat(tslint): more tslint work
2016-01-13 21:22:39 +01:00
Torkel Ödegaard
59c928acc2
feat(tslint): added more tslint rules
2016-01-13 21:07:57 +01:00
Torkel Ödegaard
e5b3f27a30
Merge branch 'apps'
2016-01-12 15:41:15 +01:00
Carl Bergquist
f7fecdc6de
Merge pull request #3655 from grafana/playlist
...
Persistable playlists
closes #515
closes #1137
2016-01-12 15:20:43 +01:00
bergquist
e8786b0747
feat(playlist): renames timespan to interval
2016-01-12 13:56:47 +01:00
bergquist
d0bcd1d87c
feat(playlist): move playlistSrv to playlist folder
2016-01-12 13:44:23 +01:00
Mitsuhiro Tanda
d3bc52278d
annotation snapshot fix
2016-01-11 19:26:48 +09:00
Mitsuhiro Tanda
012d1378d4
snapshot annotation
2016-01-11 19:26:48 +09:00
Torkel Ödegaard
d83e24572a
feat(plugins): more refactoring
2016-01-09 23:52:13 +01:00
Torkel Ödegaard
52644bb28a
fix(timepicker): fixed recent breaking of datetime picker when swithing from requirejs to systemjs
2016-01-07 20:52:48 +01:00
utkarshcmu
5877e5e11a
Merged with master, resolved conflicts
2015-12-24 02:24:59 -08:00
utkarshcmu
7776803890
Removed unused components
2015-12-23 01:46:23 -08:00
Torkel Ödegaard
f074c1eaff
refactor(lodash): changed how lodash is referenced from typescript
2015-12-22 13:59:11 +01:00
Torkel Ödegaard
0a9f705308
tech(systemjs): more fixes for optmized build
2015-12-21 16:34:18 +01:00
Torkel Ödegaard
dabd680d6b
tech(systemjs): merged sync with master, all tests are passing
2015-12-21 16:13:24 +01:00
carl bergquist
1b341f8000
fix(dashboard_settings): update css for last row
2015-12-20 21:13:44 +01:00
Carl Bergquist
af9b864b83
Merge pull request #3446 from utkarshcmu/new-columns
...
Displaying Last UpdatedBy as Metadata
2015-12-20 15:11:20 -05:00
utkarshcmu
af371249f9
Successfully displayed userdId in UI
2015-12-18 01:52:05 -08:00
utkarshcmu
c433167950
Merged with master, resolved conflicts
2015-12-18 00:23:08 -08:00
utkarshcmu
e0ffcda32e
Added UI , DB settings
2015-12-18 00:20:23 -08:00
Torkel Ödegaard
545c39356a
tech(systemjs): starting work on systemjs bundling
2015-12-17 19:18:30 +01:00
carl bergquist
24acea7261
refactoring(top_nav): move menu condition to controller
2015-12-17 14:41:10 +01:00
Torkel Ödegaard
83ce40191c
tech(systemjs): ok, moving forward
2015-12-17 14:27:34 +01:00
utkarshcmu
9498c78576
Merged with master, resolved conflicts
2015-12-17 01:46:34 -08:00
utkarshcmu
746e203f7b
Admin can toggle editable checkbox
2015-12-17 01:44:05 -08:00
carl bergquist
26f70a5fd7
fix(settings): make headline more informative
2015-12-17 09:04:05 +01:00
Torkel Ödegaard
c24935b519
minor progress
2015-12-16 17:01:34 +01:00
carl bergquist
2cb83cf19d
style(graph.tooltip): moves checkdate logic inside each method.
...
I find it easier to follow and checkdate didnt do much.
2015-12-16 16:32:55 +01:00
carl bergquist
8c02a7bd6b
Merge branch 'relative' of https://github.com/utkarshcmu/grafana into utkarshcmu-relative
2015-12-16 16:09:44 +01:00
Torkel Ödegaard
ca84ef38f8
angular2 test
2015-12-16 12:21:13 +01:00
Carl Bergquist
2b58b6b5d7
Merge pull request #3304 from utkarshcmu/info
...
Added metadata info panel
2015-12-15 18:02:29 +01:00
carl bergquist
c48da9b5cf
fix(tests): fix broken unittest due to merge conflict
2015-12-15 14:03:15 +01:00
Pavel Strashkin
cba471b09b
ui(dashboard): delete empty rows without confirm
2015-12-15 13:58:38 +01:00
carl bergquist
2f3587ee8a
fix(jshint): fix jshint error ._.
2015-12-15 09:06:11 +01:00
carl bergquist
9ece45caa5
feat(top_nav): option to make dashboards editable again
...
closes #2587
closes #2554
2015-12-15 08:43:03 +01:00
Torkel Ödegaard
4cc06ad779
Merge branch 'master' of github.com:grafana/grafana
2015-12-14 18:33:58 +01:00
Torkel Ödegaard
79d56f779d
fix(graphite): minor fix to graphite query editor so it does not issue render requests for incomplete queries, fixes #3510
2015-12-14 18:33:44 +01:00
Carl Bergquist
280f9befae
Merge pull request #2949 from shoonoise/master
...
Add option to hide raintank share button
Fixes #2727
2015-12-14 17:29:09 +01:00
Torkel Ödegaard
1b42e3015e
fix(timepicker): mini change, removed unneeded space
2015-12-11 14:34:56 +01:00
carl bergquist
ba5b127684
feat(timepicker): always show refresh button
...
closes #1628
closes #1208
2015-12-11 14:26:38 +01:00
Nick Christus
282aaa5cf0
Merge branch 'master' into updated-list-views
2015-12-07 16:30:02 -06:00
Nick Christus
462a939438
Merge branch 'master' of github.com:grafana/grafana
2015-12-07 16:29:51 -06:00
Torkel Ödegaard
36ab8ae19c
fix(table): minor fix for table panel
2015-12-04 10:44:17 +01:00
Torkel Ödegaard
0b4552a8e7
fix(timerange): fix handling of invalid dates in from/to url parameters, fixes #3345
2015-12-04 10:32:23 +01:00
Nick Christus
91139672cc
merge with master, conflicts fixed
2015-12-03 20:34:05 -06:00
Nick Christus
d86b2c4fb4
Merge branch 'master' of github.com:grafana/grafana
2015-12-02 21:33:06 -06:00
utkarshcmu
384292b647
Removed metadata from dropdown, included in settings
2015-12-02 04:15:50 -08:00
Torkel Ödegaard
d80458ef81
Merge branch 'refresh' of https://github.com/utkarshcmu/grafana into utkarshcmu-refresh
2015-11-30 17:23:50 +01:00
Torkel Ödegaard
5a2b9b1f44
feat(influxdb): worked on schema upgrade for new influx query editor
2015-11-30 15:09:18 +01:00
utkarshcmu
712a420217
Fixed refresh setting for absolute time
2015-11-29 03:12:48 -08:00
utkarshcmu
0ff5ff5dbe
Enabled refresh interval for absolute time range
2015-11-25 04:05:40 -08:00
Joakim Lahtinen
9c0141e84e
Fixed some broken HTML.
...
Simplified some control flow.
2015-11-24 07:29:52 +01:00
utkarshcmu
f88588db90
Added close button
2015-11-21 19:36:27 -08:00
utkarshcmu
5930dc6354
Removed info icon, Included metadata feature
2015-11-21 16:37:15 -08:00
utkarshcmu
c863ea4aa1
Shortened info details to use less space
2015-11-21 06:43:45 -08:00
utkarshcmu
e1432f4339
Function name makes sense now
2015-11-21 06:20:13 -08:00
utkarshcmu
890c527ae5
Added info dropdown
2015-11-21 06:16:28 -08:00
Torkel Ödegaard
cc125f5fd7
change(shortcuts): changed CTRL+F search shortcut to just F
2015-11-13 09:25:31 +01:00
Torkel Ödegaard
e04678f33c
feat(dasbboard): fix to issues when setting fullscreen/edit state for panel that have yet to get a scope
2015-11-12 12:01:44 +01:00
Torkel Ödegaard
bbdf75bdfa
feat(dashboard): Automatically go into panel edit mode after adding a new panel to the dashboard
2015-11-12 11:49:07 +01:00
Torkel Ödegaard
97de8c1cc2
refactoring: move moving stuff around
2015-10-30 15:04:27 +01:00
Torkel Ödegaard
6cf46b1635
refactoring: more moving stuff around
2015-10-30 14:44:40 +01:00
Torkel Ödegaard
1113081aab
refactoring: moving components -> core
2015-10-30 14:19:02 +01:00
Nick Christus
e63ff167a7
updated-list-views: added filter controls, updated tables on API Keys and Data Sources
2015-10-29 21:09:21 -05:00
shoonoise
b4a2b96e32
Add options to manage snapshot publishing
2015-10-29 16:40:03 +03:00
utkarshcmu
e0b585779d
Added relative time by default, removed checkbox
2015-10-28 08:52:46 -07:00
ubhatnagar
03e2f25adb
Added relative time func and code refactoring
2015-10-27 22:04:43 -07:00
Torkel Ödegaard
89ce1a5159
fix(dashlist): minor fix to dashlist panel, and some minor html markup fixes
2015-10-27 13:17:28 +01:00
ubhatnagar
2b6df412b7
Removed export/view permission from a dashboard viewer
2015-10-26 23:20:47 -07:00
Torkel Ödegaard
2e155bdeda
fix(dashboard): minor function name fixes, removed insert row above/below because it did not work, #2909
2015-10-26 14:33:55 +01:00
Torkel Ödegaard
a066d7ddcb
Merge pull request #2909 from utkarshcmu/title
...
Added move row to top and bottom and insert row capability.
2015-10-26 14:15:42 +01:00
Torkel Ödegaard
cac142b134
Merge pull request #2937 from mtanda/scripted_datemath
...
Use dateMath in ScriptedDashboard
2015-10-26 12:51:09 +01:00
Torkel Ödegaard
c95a991cb3
fix(panel/common): fix for query letters when importing old dashboards, fixes #2943
2015-10-16 11:58:44 -04:00
ubhatnagar
9185c94a2d
Added insert row option in the row menu.
2015-10-14 13:45:47 -07:00
Mitsuhiro Tanda
4588c5a19a
pass dateMath to ScriptedDashboard script
2015-10-13 12:29:42 +09:00
Nick Christus
23404decea
added global alerts list stub and styles
2015-10-11 16:59:40 -04:00
Torkel Ödegaard
c0da52aac8
fix(share): fixed share panel image url, did not generate correct url when domain name contained word dashboards, fixes #2916
2015-10-10 14:38:22 -04:00
ubhatnagar
14f3a68215
Added move row to top and bottom.
2015-10-09 03:06:52 +05:30
Torkel Ödegaard
04eefb8480
fix(timepicker): fixed issue with timepicker and auto refresh and entering manual time when timepicker dropdown is open, fixes #2897
2015-10-08 15:35:17 +02:00
Torkel Ödegaard
fe46410c31
Merge branch 'cloudwatch'
2015-10-08 13:09:27 +02:00
Torkel Ödegaard
f680c15283
fix(snapshot): fixed issue with timepicker / time display when viewing snapshot, fixes #2892
2015-10-07 13:07:30 +02:00
Torkel Ödegaard
04f4454974
feat(cloudwatch): lots of code refactoring and cleanup, #684 , dimension values lookup works but seems to return all dimension values no matter what dimension key you select, removed strange formating of template dimension values query, should not return key value pair but only the dimension value
2015-10-02 09:04:46 +02:00
Torkel Ödegaard
1a8bc1dd60
fix(dashbard save as): fixed wonky behavior in save as modal, cursor to the end randomly, fixes #2837
2015-09-28 15:26:56 +02:00
Torkel Ödegaard
0ef8e086a2
fixed(share modal): fixed issue with sharemodal introduced with recent change to time handling, #2791
2015-09-22 07:32:47 +02:00
Torkel Ödegaard
24bff6e04d
ui(dashboard cog icon): minor change to PR #2772 that adds tooltip to cog icon
2015-09-21 11:29:14 +02:00
Torkel Ödegaard
cdab0d208e
Merge branch 'master' of https://github.com/utkarshcmu/grafana into utkarshcmu-master
2015-09-21 11:16:50 +02:00
ubhatnagar
00c89b8354
Removed .jshintrc statement, implemented manage dashboard tooltip.
2015-09-21 08:09:34 +05:30
Torkel Ödegaard
2f68687de9
feat(timepicker2): temporarily removed the the option to define custom quick range, will have to be part of future issue, closes #2761
2015-09-19 12:20:24 +02:00
Torkel Ödegaard
86f4907cc4
feat(panel fullscreen): completly changed how the fullscreen view/edit works, no longer uses css fixed position, yay, closes #2779
2015-09-19 11:40:51 +02:00
Torkel Ödegaard
c21cffa6d4
fix(timepicker): UTC now works in all scenarios I can think of, manual edit, date picker edit, #2761
2015-09-18 21:01:13 +02:00
Torkel Ödegaard
96b0e70ddd
feat(timepickerv2): fixed lots of minor issues and updated kairosdb and opentsdb data sources to work with the new date formats
2015-09-18 15:06:08 +02:00
Torkel Ödegaard
febe56b062
feat(timepicker): fixed zoomout
2015-09-18 14:04:53 +02:00
Torkel Ödegaard
f5e6722826
feat(timepickerv2): more work on new timepicker, now absolute time mixed with relative time works, yesterday, this day last week, etc now work
2015-09-18 13:54:31 +02:00
Torkel Ödegaard
cea13b1823
feat(timepicker2): moved to controllerAs and bindToController for timepicker component
2015-09-18 12:41:32 +02:00
ubhatnagar
923df8244b
Search Dashboard Panel will hide if 'Manage Dashboards' is clicked.
2015-09-18 02:30:02 -07:00
Torkel Ödegaard
69db9e0d45
feat(timepickerV2): absolute time / calendar picker works, #2761
2015-09-18 11:01:37 +02:00
Torkel Ödegaard
f93215f4ec
feat(timepicker2): more progress
2015-09-18 10:36:47 +02:00
ubhatnagar
9af460600d
Fixed Indentation and Grunt run.
2015-09-18 00:50:55 -07:00
ubhatnagar
e1576b7131
Added Manage Dashboard Tooltip, hides when clicked.
2015-09-18 00:45:29 -07:00
Torkel Ödegaard
2a52d9bdf6
feat(timepicker2): more work on new timepicker
2015-09-18 08:17:19 +02:00
Torkel Ödegaard
5eefa36111
feat(timepickerv2): big progress on new design of new timepicker, #2761
2015-09-17 22:44:59 +02:00
Torkel Ödegaard
a30f73fe36
feat(timepicker): more work on getting new time formats to work in all data sources
2015-09-17 12:40:04 +02:00
Torkel Ödegaard
1a9c52e17f
feat(timepicker): lots of big changes, moving to datemath from kbn.parseDateMath, moving to moment dates instead of native javascript dates
2015-09-17 11:21:38 +02:00
Torkel Ödegaard
5ad38ee9f8
feat(timepicker2): fixed timesrv specs
2015-09-17 09:57:59 +02:00
Torkel Ödegaard
a9812167d7
feat(timepicker2): worked on more rich time range support
2015-09-17 09:44:51 +02:00
Torkel Ödegaard
a0a98cb035
feat(timepicker2): working on richer timepicker options
2015-09-16 19:49:05 +02:00
Torkel Ödegaard
4ffa26cf2c
feat() started work on more feature rich time picker
2015-09-15 13:23:36 +02:00
Torkel Ödegaard
9dec50832d
refactor: refactoring app boot up and core structure
2015-09-14 22:54:00 +02:00
Torkel Ödegaard
1900c81d9f
tech(nodejs upgrade): upgraded to nodejs 4.0 for grunt build
2015-09-13 12:13:47 +02:00
Torkel Ödegaard
9db6f82628
refactor: finished timepicker to typescript and directive refactor
2015-09-12 12:52:50 +02:00
Torkel Ödegaard
d96a6a59ee
refactor: moved timepicker from a simple panel to component, removed simple panel directive
2015-09-12 11:49:27 +02:00
Torkel Ödegaard
3999a3caa2
feat(elasticsearch): extended stats like std deviation now works, and sigma option as well, added unique count (cardinality as well, #1034
2015-09-07 13:13:27 +02:00
Torkel Ödegaard
74da5a610c
fix(spelling): capitalize text
2015-09-02 13:20:19 +02:00
Torkel Ödegaard
4b4299604b
fix(import): fixed nav link in header, fixes #2633
2015-09-01 17:14:48 +02:00
Torkel Ödegaard
d3c79c9b49
fix(datasource query editors): fixed issue with duplicate query and the query letter (refId)
2015-08-30 10:24:15 +02:00
Torkel Ödegaard
c876aa537a
feat(panel resize): Resize handles in panel bottom right corners for easy width and height change, closes #2577
...
Conflicts:
public/app/features/panel/panelDirective.js
2015-08-21 14:59:15 +02:00
Torkel Ödegaard
30cd782e92
fix(snapshot): Fix for snapshot with expire 7 days option, 7 days option not correct, was 7 hours, fixes #2574
2015-08-21 09:51:16 +02:00
Torkel Ödegaard
745162c589
fix(graphite): Import dashboard from graphite is working again, fixes #2490
2015-08-11 21:20:20 +02:00
Torkel Ödegaard
234d1291f9
Merge branch 'invite'
...
Conflicts:
public/css/less/gfbox.less
public/emails/reset_password.html
public/emails/welcome_on_signup.html
2015-08-11 11:22:43 +02:00
Torkel Ödegaard
91e5fcf8f1
fix(templating): fixed issue with repeat row, was pretty buggy due to very recent change, fixes #2443
2015-08-05 14:19:09 +02:00
Torkel Ödegaard
775a805959
fix(): fix for cleaning up repeat panel scope for orphaned panels or duplicated panels
2015-08-04 15:15:03 +02:00
Torkel Ödegaard
0586dbaf8b
feat(save_as): imporved save as dialog, now auto focus, and enter key to submit works, closes #2426
2015-08-03 10:46:07 +02:00
Torkel Ödegaard
a82aa8203b
Merge branch 'master' into invite
2015-07-18 10:14:45 +02:00
Torkel Ödegaard
0a59d6ab2f
fix(repeat panel): fix for unwanted unsaved changes warnings when using repeat panel, #2364
2015-07-18 10:14:21 +02:00
Torkel Ödegaard
142a323efd
fix(save as): fixed issue with save as and overwriting a dashboard with the same name
2015-07-17 15:34:15 +02:00
Torkel Ödegaard
c7dafd4b42
fix(repeat panel): fixed issue with snapshoting a dashboard with repeated panels, Fixes #2352
2015-07-17 14:45:49 +02:00
Torkel Ödegaard
57c78bc603
feat(invite): began work on invite users dialog, #2353
2015-07-16 10:44:55 +02:00
Torkel Ödegaard
3e3980dbac
made snapshot post url http scheme agnostic, #1725
2015-07-13 09:37:10 +02:00
Torkel Ödegaard
37d75905ed
Added min span option for panel repeater, #1888
2015-07-06 09:57:00 +02:00
Torkel Ödegaard
693af182c7
Fixed broken playlist in master, Fixes #2240
2015-06-26 19:11:52 +02:00
Torkel Ödegaard
2dbb370955
Working on resize handle, drag to resize panels & rows
2015-06-26 18:45:23 +02:00
Torkel Ödegaard
ec98f9181b
Fixed issue with new variable value select dropdown and parent -> child updates, Fixes #2215
2015-06-23 20:09:17 +02:00
Torkel Ödegaard
26e5d7a3de
Graph: fixed PNG rendering of panels with legend table to the right, #2185
2015-06-19 14:13:25 -04:00
Torkel Ödegaard
48175101c6
Fixes to template variable with tags and inital state after dashboard load, #2080
2015-06-11 13:38:13 +02:00
Torkel Ödegaard
e5280d55b3
Make template variables work in row titles, #1956
2015-06-11 09:35:59 +02:00
Torkel Ödegaard
c20fa85b82
Renamed variable value select to select dropdown
2015-06-09 09:45:24 +02:00
Torkel Ödegaard
cb63344394
Added hover tooltip for tags
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
8934c83742
Small fixes for template variable groups (tags)
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
b5a846154a
Trying to make progres on persisting selection state, restoring selection state for new multi variable dropdown, proving to be really complex
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
f48d0fcb13
More work on tags in variable dropdown, now the actual tag values query is hooked up and works, #2080
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
0992b6a616
Progress on template variable dropdown, lots of unit tests for selection behavior,
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
53ed407448
Lots of refactoring of variable dropdown trying to clean up code and make it unit testable
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
d96f5598ca
Breaking out logic for variable dropdown into a controller, this needs some unit tests
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
137cbe5bb4
work on variable multi select
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
6f783f5a3b
Single variable select state highlight fixed, Closes #2073
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
6ed17fe62f
Removed selection state for single select variables
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
7d25d6f191
progress on tag selection in variable dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
0bd50c06d7
Template varaible dropdown work
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
9a74105103
Trying out dark headers and footers for template dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
483ef20527
Reworking variable value dropdown, take3
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
86f5152092
When role is viewer and edit URL is loaded view mode will be loaded instead, Closes #2089
2015-06-01 16:49:14 +02:00
Torkel Ödegaard
aeb8bc8755
Share link should always have absolute time range, Closes #2060
2015-05-28 09:35:55 +02:00
Torkel Ödegaard
494ede5bbf
Big refactoring/rewrite for how annotation tooltips are shown, also work on #1474
2015-05-27 13:11:32 +02:00
Torkel Ödegaard
7b972926ae
Merge branch 'variable-tags'
2015-05-27 10:43:02 +02:00
Torkel Ödegaard
99556057d1
Fixed bug with auto refresh option being reset when changing relative time when now delay is configured, Fixes #2042
2015-05-26 16:48:23 +02:00
Torkel Ödegaard
2202094e41
work on tags in variables
2015-05-20 18:18:03 +02:00
Torkel Ödegaard
25c6b64fed
Began working on exploring variable value groups/tags
2015-05-19 16:54:08 +02:00
Torkel Ödegaard
bb7d79e6d2
Refactoring search to support more than just db dashboards
2015-05-13 10:45:53 +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
4822d02787
Things are starting to work again
2015-05-12 19:24:11 +02:00
Torkel Ödegaard
35cc0a1cc0
Rewriting anb abstracting how dashboards are loaded, unifying db, json files, and script dashboards, #960
2015-05-12 17:39:56 +02:00
Torkel Ödegaard
48ddd7213f
Removed unused keybinding, ctrl+l, Fixes #1962
2015-05-11 10:03:34 +02:00
Torkel Ödegaard
0bde1bb857
Dashboard and nav links are near completion now, #1944
2015-05-08 10:56:54 +02:00
Torkel Ödegaard
9655014041
More polish and refinements to dashboard links
2015-05-07 13:10:04 +02:00
Torkel Ödegaard
85e65e61d3
More work on dashboards links
2015-05-07 09:35:39 +02:00
Torkel Ödegaard
2c3aad785d
Fix in unsaved changes service
2015-05-06 07:59:47 +02:00
Torkel Ödegaard
0c56ae4f32
more work on, #1944
2015-05-05 20:33:06 +02:00
Torkel Ödegaard
1e196fc091
Began work on dashboard links and nav feature, #1944
2015-05-05 19:56:49 +02:00
Torkel Ödegaard
71edd9ff1b
DashEditView: fix for small ui bug, when having dashboard settings view open and entering panel edit mode, did not cause dash edit view to be closed
2015-05-05 12:38:18 +02:00
Torkel Ödegaard
e5c1169120
HTTP API: GET /api/dashboards/db/:slug response changed property to to match the POST request nameing, Fixes #1928
2015-05-04 08:36:44 +02:00
Torkel Ödegaard
95fcddcd95
More work on panel & row repeats, #1888 , updated changelog
2015-05-01 08:07:57 +02:00
Torkel Ödegaard
e17f56b4ad
Final polish on panel & row repeats, #1888 , still some missing places where scopedVars needs to be used
2015-04-30 11:15:26 +02:00
Torkel Ödegaard
32e0ce1beb
Minor code refinements to panel repeat code, #1888
2015-04-30 10:50:23 +02:00
Torkel Ödegaard
25ef49494b
Final polish on repeat panel variable selection, #1888
2015-04-30 10:47:51 +02:00
Torkel Ödegaard
3ee1ea28e1
Templating: Support for search filtering and keyboard up/down filtering in the new multi variable value selector dropdown, #1144
2015-04-30 09:09:12 +02:00
Torkel Ödegaard
fe0bf876d9
Style changes and polish to multi variable value selection, #1144
2015-04-29 15:34:14 +02:00
Torkel Ödegaard
c5be95e46c
Began polish and tweaks of new template variable multi select dropdown
2015-04-29 14:23:29 +02:00
Torkel Ödegaard
8c14e565a7
Restored the variable color for the label/name in the submenu
2015-04-28 17:54:22 +02:00
Torkel Ödegaard
53cb0feda9
Various fixes, restored search auto focus
2015-04-28 17:28:34 +02:00
Torkel Ödegaard
14e8c15a3a
Lots of new unit tests for unsaved changes service
2015-04-28 16:42:40 +02:00
Torkel Ödegaard
aaea80e053
A lot of refactoring opf unsaved changes service so it can be unit tested better
2015-04-28 13:45:59 +02:00
Torkel Ödegaard
f6a61c1ec5
Changes to unsaved changes service to ignore repeated panels and rows, #1888
2015-04-28 12:02:39 +02:00
Torkel Ödegaard
5768f10769
More optimizations and unit tests for panel repeats #1888
2015-04-28 10:23:35 +02:00
Torkel Ödegaard
9590f485f1
More optimizations and unit tests for panel repeats, this time reuse rows, #1888
2015-04-28 09:24:07 +02:00
Torkel Ödegaard
32fe723da6
More optimizations and unit tests for panel repeats, #1888
2015-04-28 08:44:48 +02:00
Torkel Ödegaard
3044a74a52
Optimization and unit tests for panel and row repeat feature, #1888
2015-04-27 18:37:39 +02:00
Torkel Ödegaard
ca7aa294e0
Began wriing unit test for new panel repeat features, #1888
2015-04-27 17:20:32 +02:00
Torkel Ödegaard
158b77d54e
small update to panel repeats
2015-04-27 15:01:27 +02:00
Torkel Ödegaard
3f97bd8212
Added files removed in merge
2015-04-27 13:59:20 +02:00
Torkel Ödegaard
bf6f0f1a65
Merge branch 'master' into panel_repeat
...
Conflicts:
public/app/features/dashboard/dashboardCtrl.js
public/app/partials/submenu.html
public/css/less/submenu.less
public/test/specs/templateSrv-specs.js
src/app/partials/roweditor.html
2015-04-27 13:53:02 +02:00
Torkel Ödegaard
8a986ec340
Using CTRL+S should not work when dashboardMeta.canSave is false, #1834
2015-04-27 10:59:14 +02:00
Torkel Ödegaard
29a7490af2
Small fix for unsaved changes when using save as feature
2015-04-27 10:29:04 +02:00
Torkel Ödegaard
16fc6e8b42
More work on editable false dashboards, #1834
2015-04-27 10:09:32 +02:00
Torkel Ödegaard
236c4e65f8
Began work on dashboard: editable flag, that actually stops users from changing anything, #1834
2015-04-23 15:26:48 +02:00
Torkel Ödegaard
a446286869
Fixed issue with unsaved changes srv being triggerd by starring / unstarring a dashboard, Fixes #1795
2015-04-16 17:21:03 +02:00
Torkel Ödegaard
6ba8854854
Readded link in top header, Fixes #1756
2015-04-15 12:17:31 +02:00
Torkel Ödegaard
646298f5c5
Handle errors when loading dashboard with template variables that query data sources that cannot be found
2015-04-07 13:48:26 +02:00
Torkel Ödegaard
382f7066d9
Fixed importing dashboards from graphite web issue
2015-04-06 14:46:06 +02:00
Torkel Ödegaard
538ec7c0a0
Unsaved changes: Do not show for snapshots, scripted and file based dashboards, Fixes #1707
2015-04-06 11:22:35 +02:00
Torkel Ödegaard
1e1a6df480
Playlist: fixed issue where dashboard title was not visible when playing playlist
2015-04-02 15:37:03 +02:00
Torkel Ödegaard
7aa1ab855e
Row editor fix: fixed issue when opening row editor when dashboard settings view is opened, Fixes #1688
2015-04-02 10:05:33 +02:00
Torkel Ödegaard
b291b18a87
Unsaved changes improvements: ignore row collapse state, ignore graph legend sort order, Closes #1702
2015-04-02 09:44:16 +02:00
Torkel Ödegaard
e6492f7db9
Share modal: Override UI theme via URL param for Share link, rendered panel, or embedded panel, Closes #1701
2015-04-02 09:21:38 +02:00
Torkel Ödegaard
3b737999d6
Unsaved changes: Do not show for users with role , Fixes #1703
2015-04-02 08:08:22 +02:00
Torkel Ödegaard
4ca125da41
Delete snapshot fix: the action is now shows confirmation directly in the modal (not opening a new tab with api call as in beta1), Fixes #1682
2015-04-01 08:24:03 +02:00
Torkel Ödegaard
03e336ba9e
Fixed minor issue doing snapshot from home (root) dashboard
2015-03-31 21:48:54 +02:00
Torkel Ödegaard
aa724fc11e
Remove datasource names in panels from snapshots
2015-03-31 10:48:14 +02:00
Torkel Ödegaard
de51aeab7b
updates to whats new doc, and building from source, also small fix for panel snapshot, single panelsnapshot should expand panel span to 12
2015-03-30 11:08:46 +02:00
Torkel Ödegaard
c42d09b267
Enabled snapshot sharing of single panels, enabled sharing of snapshot dashboards (but you cannot snapshot a snapshot
2015-03-29 15:01:27 +02:00
Torkel Ödegaard
0f791c9fa8
Refactoring of share modal
2015-03-29 14:30:03 +02:00
Torkel Ödegaard
fde11be279
Renamed src directory to public
2015-03-29 12:57:28 +02:00