Torkel Ödegaard
67582aaee4
cleanup of 'loader' settings, removed loader.save_elasticsearch, loader.load_elasticsearch. Save/Load is default enabled and will use any datasource marked with grafanaDB: true property
2014-07-31 14:20:53 +02:00
Torkel Ödegaard
b8ce61ae45
General architectural changes around datasources, unifying dashboard loading behind datasource abstraction, #630
2014-07-30 10:52:02 +02:00
Torkel Ödegaard
4e47447dec
began work on ES annotation datasource, #201
2014-07-29 11:26:05 +02:00
Torkel Ödegaard
a1772d26b5
New global option in config.js to specify admin password (useful to hinder some users from accidentally making changes), Closes #606
2014-07-29 09:45:07 +02:00
Torkel Ödegaard
77bfd85e9e
Changed all kibana words to grafana
2014-07-28 18:11:52 +02:00
Torkel Ödegaard
faa5199a9a
removed gist loading/saving
2014-06-30 09:46:34 +02:00
Torkel Ödegaard
186f753aec
style changing now works again
2014-06-22 18:21:38 +02:00
Torkel Ödegaard
7914f65f68
removed redundant load/save options
2014-06-13 13:50:09 +02:00
Torkel Ödegaard
d0b79ad335
now dashboard deleting works
2014-06-12 17:40:37 +02:00
Torkel Ödegaard
7dc4484f6a
Renamed dashboard service to dashboardModel, fixed saving default dashboard feature
2014-06-12 17:03:52 +02:00
Torkel Ödegaard
99d2f537c2
sharing temp dashboard is now working again
2014-06-11 20:22:05 +02:00
Torkel Ödegaard
0a3d4a5ab0
elasticsearch saving does now work, still have to do ttl and temp dashboard
2014-06-10 21:32:38 +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
ce8bdabab8
Adding JSCS (javascript style checker)
2014-06-07 07:05:42 +02:00
Torkel Ödegaard
8ca06e11de
refactoring unsavedChangesSrv and who now owns original
2014-05-27 17:17:12 +02:00
Harald Kraemer
03095dfa74
Changed filterSrv singleton into object in scope.
...
This rework isn't entirely complete here, I haven't
checked the tests yet and I didn't really test anything
furthermore yet, so bear with this commit breaking things.
Besides that, the goal of this commit was to rework the
filterSrv singleton into a factory, so we move the filterSrv
instance around via the scope. This should be a better solution
than the current situation, because services shouldn't contain
model data - the scope should.
This will eventually straighten out control flow between dashboard,
filters and so on, and allow us to leverage angularJS mechanics more.
The latter has already started, since I could rework a bit of the
existing event infrastructure to watches on times.
2014-05-19 15:31:30 +02:00
Torkel Ödegaard
bdd2c9d033
More work on unsaved changes warning (Issue #324 )
2014-04-27 12:22:38 +02:00
Jaime Gago
5525ccc409
Update dashLoader.js
...
Remove "Kibana" left overs in dashboard alerts
2014-04-07 11:13:18 -07: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
975051b8e1
Closes #94 , there is now a "Back to dashboard" link in header when in fullscreen / edit mode
2014-02-13 12:41:38 +01:00
Torkel Odegaard
e574314472
Closes #82 , dashboard search/load now sorts in alfabetical order
2014-02-11 20:38:50 +01:00
Torkel Ödegaard
224d2f92c3
Save now closes edit mode. ( #52 ).
2014-02-01 10:51:35 +01:00
Torkel Ödegaard
bacb4843ee
removed a lot of filterSrv functionality
2013-12-31 00:27:17 +01:00
Torkel Ödegaard
24e624ba63
Merge branch 'master' of github.com:elasticsearch/kibana
...
Conflicts:
docs/kibana/configuration/config.js.asciidoc
src/app/directives/configModal.js
src/app/directives/kibanaPanel.js
src/app/panels/filtering/module.html
src/app/panels/query/module.html
src/app/panels/query/query.css
src/app/panels/table/editor.html
src/app/panels/table/module.js
src/app/partials/dashLoader.html
src/app/partials/dashboard.html
src/app/services/querySrv.js
src/css/bootstrap.dark.min.css
src/index.html
tasks/docs_task.js
2013-12-30 09:44:19 +01:00
Torkel Ödegaard
55467e26a9
added shortcut to zoom out (ctrl+z)
2013-12-29 13:17:11 +01:00
Torkel Ödegaard
e7dd50eda5
added more keyboard shortcuts to open search, save and toggle controls
2013-12-29 11:46:36 +01:00
Torkel Ödegaard
2be31e5779
worked on dashboard search and keyboard nav, improved duplicate panel
2013-12-28 23:54:07 +01:00
Rashid Khan
0e035f93bb
Changed behavior of home saving. Added deprecation notice
2013-12-06 14:29:21 -07:00
Ian Babrou
b6b81ec833
do not show empty load/save dropdowns
2013-10-29 12:41:28 +04:00
Rashid Khan
d21e1c35e1
remove execute bit re: @shatlovsky
2013-10-25 07:47:54 -07:00
Rashid Khan
fe7f881622
Merge pull request #552 from wiibaa/patch-1
...
fix for showDropDown method
2013-10-09 05:46:40 -07:00
Rashid Khan
e54c868e7f
Added pulldowns for query and filter. Added filter notifications, moved timepicker to navbar, reimplemented auto refresh
2013-10-08 18:38:08 +02:00
Wiibaa
37527ba452
fix for showDropDown method
...
There was a type in the boolean reference to save_local
2013-10-07 08:04:37 +02:00
Spencer Alger
5d9cb85ccf
Merged Pull Request #484
2013-09-13 13:52:13 -07:00