Torkel Ödegaard
|
04ec222462
|
Big refactoring of the way panels are loaded and how they are built using directives, this way feel cleaner and allowed for placing the panel edit box outside the panel-container
|
2015-02-02 21:59:04 +01:00 |
|
Torkel Ödegaard
|
3be11b9861
|
Small cosmetic change
|
2015-01-17 08:27:55 +01:00 |
|
Torkel Ödegaard
|
1f1244f285
|
Upgrade Font-Awesome from 3.2 to 4.2
|
2015-01-08 12:23:11 +01:00 |
|
Torkel Ödegaard
|
01305462aa
|
Row: css fix for collapsed rows with empty title
|
2014-12-02 11:07:51 -08:00 |
|
Torkel Ödegaard
|
ac4524cf9b
|
Firefox: Workaround for Firefox bug, casued input text fields to not be selectable and not have placeable cursor, Fixes #1123
|
2014-11-27 13:35:03 +01:00 |
|
Torkel Ödegaard
|
7463f91878
|
Tech: removed jquery-ui and jquiery-ui-angular-drag-drop, replaced with native drag drop for angular, saved ~50kb in js libs, much cleaner & simpler usage, Also changed some behavior for drag drop, now panels are replaced when droped on (switch places), Closes #920
|
2014-10-09 20:30:23 -04:00 |
|
Torkel Ödegaard
|
9245cd6aae
|
Merge branch 'inline_styles' of github.com:mikhailov/grafana into mikhailov-inline_styles
|
2014-10-07 06:32:13 -04:00 |
|
mikhailov
|
2d3f396571
|
Extract repetitive CSS inline styles
Inline styles slow down rendering proportionally to containers number
|
2014-10-05 18:30:22 +01:00 |
|
Torkel Ödegaard
|
79fea549ef
|
Merge branch 'master' into panel_edit_menu_poc
|
2014-09-24 11:41:25 +02:00 |
|
Torkel Ödegaard
|
f4e24038fe
|
Import: Fixes to import from json file and import from graphite. Issues was lingering state from previous dashboard. Closes #840, Closes #853
|
2014-09-24 10:51:20 +02:00 |
|
Torkel Ödegaard
|
1be840f19d
|
More wort on panel edit menu
|
2014-09-23 16:11:31 +02:00 |
|
Torkel Ödegaard
|
bd3bae3af0
|
another attempt at improving panel edit menu
|
2014-09-23 10:52:31 +02:00 |
|
Torkel Ödegaard
|
b989183fce
|
Removed collapse row button, added to row menu, made small change to text pannel to allow smaller height, Closes #727
|
2014-09-03 09:52:36 +02:00 |
|
Torkel Ödegaard
|
0845d5d451
|
Removed configure row button when row is collapsed
|
2014-09-03 09:33:32 +02:00 |
|
Torkel Ödegaard
|
6502cff8fe
|
Moved search results from fixed dropdown to edit pane
|
2014-08-26 16:42:15 +02:00 |
|
Torkel Ödegaard
|
f2de18508a
|
More work on removing modals
|
2014-08-26 07:27:43 +02:00 |
|
Torkel Ödegaard
|
6342571afe
|
Trying get rid of modals, new better design for dashboard settings and modals
|
2014-08-25 22:39:40 +02:00 |
|
Torkel Ödegaard
|
00e5bb61fc
|
Trying out an alternative to modals
|
2014-08-25 17:27:19 +02:00 |
|
Torkel Ödegaard
|
061d1262d4
|
Small html markup/css simplification
|
2014-08-25 16:14:47 +02:00 |
|
Torkel Ödegaard
|
6969a4121c
|
removing pulldowns and simplifying submenu controls code
|
2014-08-25 13:31:31 +02:00 |
|
Torkel Ödegaard
|
5846c71095
|
Changed name of some partials and controllers
|
2014-08-16 08:55:14 +02:00 |
|
Torkel Ödegaard
|
88d991ef45
|
Another angular binding/watcher optimization
|
2014-08-15 17:23:27 +02:00 |
|
Torkel Ödegaard
|
c6e57d64d7
|
moved binding expression for panel width to directive
|
2014-08-15 13:19:11 +02:00 |
|
Torkel Ödegaard
|
cd79b73cb0
|
moved an expensive binding expression into a directive and a groupWatch
|
2014-08-15 11:15:24 +02:00 |
|
Torkel Ödegaard
|
2f3a96f7a7
|
Removed add-panel tab from row editor, only add panels from the row menu now, do not want to ways to do the same thing
|
2014-08-15 08:46:32 +02:00 |
|
Torkel Ödegaard
|
9390b1eef5
|
Small cleanup of dashboard partial, removed unused stuff
|
2014-08-14 12:15:46 +02:00 |
|
Torkel Ödegaard
|
56269758c4
|
refactoring of panel manipulation, moved to dashboard model
|
2014-08-13 16:35:34 +02:00 |
|
Torkel Ödegaard
|
fc686ca618
|
Fullscreen & edit state persisted to url is nearing completion, refactored fullscreen state management to a special dashboardViewState object, Issue #672
|
2014-08-13 10:07:32 +02:00 |
|
Torkel Ödegaard
|
d865618051
|
Dashboard: Row option to display row title even when the row is visible, Closes #578
|
2014-08-11 15:25:36 +02:00 |
|
Torkel Ödegaard
|
eb9a7267bd
|
began work on inspection console to visualize metric requests, and other useful troubleshooting info and inspection
|
2014-08-10 14:35:56 +02:00 |
|
Torkel Ödegaard
|
fee44d83c8
|
Small timepicker angular binding perf improvement
|
2014-08-06 10:39:27 +02:00 |
|
Torkel Ödegaard
|
0aa5505d7f
|
Updated readme, and other small changes for 1.7.0-rc1 release
|
2014-08-05 12:27:03 +02:00 |
|
Torkel Ödegaard
|
60f68abd31
|
Dashboard schema simplifications, moved schema updates to dashboard model creation, removes irritating 'unsaved changes' dialogs that show for dashboard schema changes, Closes #532
|
2014-08-05 10:15:51 +02:00 |
|
Torkel Ödegaard
|
6e9723325f
|
Fixed issue span set to zero. Removed zero option from row editor. Closes #645
|
2014-08-04 12:26:53 +02:00 |
|
Torkel Ödegaard
|
337cbb2844
|
Ctrl+H (hide controls) issue introduced in recent commit, Closes #625
|
2014-07-29 17:50:09 +02:00 |
|
Torkel Ödegaard
|
77bfd85e9e
|
Changed all kibana words to grafana
|
2014-07-28 18:11:52 +02:00 |
|
Torkel Ödegaard
|
5768d7a247
|
Merge branch 'master' into dashboard_loading_refactoring
Conflicts:
src/app/partials/dashboard.html
src/app/partials/dasheditor.html
src/app/services/graphite/graphiteDatasource.js
|
2014-06-30 09:21:16 +02:00 |
|
Akeru
|
65bb6a8b73
|
Fix HTML code
|
2014-06-27 13:52:43 +02:00 |
|
Torkel Ödegaard
|
4c64bcfae7
|
keyboard binding now work again
|
2014-06-12 13:37:40 +02:00 |
|
Torkel Ödegaard
|
5f3991127b
|
refactoring progress
|
2014-06-08 14:40:44 +02:00 |
|
Torkel Ödegaard
|
b995dc54f1
|
further refactoring
|
2014-06-07 21:00:05 +02:00 |
|
Torkel Ödegaard
|
79404e754e
|
started on some big refactoring of how the app starts and how dashboard object is loaded, created. This should make it easier to add other dashboard storage backends and other views
|
2014-06-07 19:43:15 +02:00 |
|
Torkel Ödegaard
|
92318d5804
|
small fix for click on row menu submenus
|
2014-06-07 09:05:30 +02:00 |
|
Torkel Ödegaard
|
0ad4f3b85e
|
Row editing and adding new panel is now a lot quicker and easier with the new row menu (Issue #475)
|
2014-06-06 18:30:15 +02:00 |
|
Torkel Ödegaard
|
5100834156
|
worked on favorites feature and dashboard playlist, #36
|
2014-03-08 16:27:01 +01:00 |
|
Torkel Ödegaard
|
a387d48b48
|
began work on dashboard playlist feature, #36
|
2014-03-07 19:24:45 +01:00 |
|
Torkel Ödegaard
|
b49803855e
|
Closes #44, Closes #8. Fist release of annotations feature is ready
|
2014-02-21 13:56:27 +01:00 |
|
Torkel Ödegaard
|
f2b987b96b
|
major improvement to how modals are loaded, much more reuse in html dom elements, hopefully solves #109.
|
2014-02-19 21:50:47 +01:00 |
|
Torkel Odegaard
|
869bebed6e
|
more work on annotations
|
2014-02-09 19:31:06 +01:00 |
|
Torkel Odegaard
|
0e3c0fcc2e
|
Started work on annotations submenu control
|
2014-02-09 15:43:43 +01:00 |
|