Arik Fraimovich
59d5ba9273
Use promises to create dashboard filters.
2014-08-06 23:39:30 +03:00
Arik Fraimovich
60d784d7bc
Cleanup Query.prototype.getQueryResult and make sure it caches result by id.
2014-08-05 12:38:53 +03:00
Amir Nissim
d93e07061b
[ #245 ] Add refresh button to query view page
2014-08-03 13:14:17 +03:00
Amir Nissim
a74ae32122
testing infra: basic QueryViewCtrl tests
2014-07-31 16:11:37 +03:00
Arik Fraimovich
62ab1fda80
Fix: UI hanging when saving query.
...
Clone query object, before modifying/sending over the wire.
2014-07-06 14:38:37 +03:00
Arik Fraimovich
b5309833ee
Add logging to saveQuery
2014-07-06 13:59:51 +03:00
Arik Fraimovich
003c285d11
Fix: dashboard view event
2014-07-05 12:02:51 +03:00
Arik Fraimovich
442ece5a4f
Show celery flower url inside an iframe.
2014-06-20 15:29:02 +03:00
Arik Fraimovich
f74af231ce
Merge pull request #226 from EverythingMe/feature_toggle_series
...
Progress indicator for requests and reload on failure for dashboards
2014-06-11 18:06:26 +03:00
Arik Fraimovich
ffa679e04b
Add reload in case of error for dashboards
2014-06-11 17:54:42 +03:00
Arik Fraimovich
30f98e9796
Feature: download dataset button in dashboard
2014-05-19 16:28:25 +03:00
Arik Fraimovich
0b173e67a5
When changing data source, save query only if it was saved
2014-05-18 16:29:01 +03:00
Joey Simhon
7b94260135
added support for cmd+enter execution
2014-05-07 22:45:39 +03:00
Arik Fraimovich
509edf651b
Add bucky (client side metrics client).
2014-05-07 17:25:43 +03:00
Arik Fraimovich
05c915cf00
Fix indendentation
2014-05-07 15:48:29 +03:00
Arik Fraimovich
38293fc155
Fix: query save fails if query has queryResult property.
2014-05-05 19:45:07 +03:00
Arik Fraimovich
77d628d2db
Support for dashboard filters in the UI.
2014-05-05 18:46:38 +03:00
Arik Fraimovich
7b4c04024c
Use new getQuery accessor.
2014-05-05 18:36:12 +03:00
Arik Fraimovich
391c220604
Show error message if failed deleting a visualization
2014-04-29 11:57:16 +03:00
Arik Fraimovich
ef366df1fb
Remove unused dependencies
2014-04-29 11:23:32 +03:00
Arik Fraimovich
b7a0b7454a
Add textbox widget support.
2014-04-29 10:36:56 +03:00
Arik Fraimovich
976dc1e496
Report event for viewing widget/visualization/query
2014-04-22 16:35:40 +03:00
Arik Fraimovich
881e44fbb6
Fix: access query after it's assigned
2014-04-10 15:10:39 +03:00
Arik Fraimovich
718577f565
Events reporting from client side.
2014-04-10 12:29:07 +03:00
Arik Fraimovich
a37142426c
Fix: when deleting visualization it would fail because DEFAULT_TAB is undefined
2014-04-07 20:50:06 +03:00
Amir Nissim
87933bd8ac
rename: QueryEditCtrl -> QuerySourceCtrl
...
'edit' is confusing since it is also possible to make changes in the QueryViewCtrl
2014-04-03 15:05:17 +03:00
Amir Nissim
29f01a5780
[ #90 ] clear visualization hash when redirecting to forked query
2014-04-03 15:05:17 +03:00
Amir Nissim
84b0590ec5
move DashboardCtrl and WidgetCtrl to dashboard.js
2014-03-26 12:14:23 +02:00
Amir Nissim
11ba93cc80
[ #90 ] query links in widget title
2014-03-25 17:58:38 +02:00
Amir Nissim
23760ffa86
[ #90 ] switch to new visualization tab on save
2014-03-25 17:29:19 +02:00
Amir Nissim
9305b76b85
[ #90 ] save only modified fields when changing query name/description
2014-03-25 15:25:37 +02:00
Arik Fraimovich
0a05d31b17
Fix: only save query on meta+s if user can edit query
2014-03-25 14:30:07 +02:00
Amir Nissim
001950a116
Revert "Navigation service"
...
This reverts commit 3dc8d9a842 .
2014-03-25 14:11:29 +02:00
Amir Nissim
3670c7c3a7
[ #138 ] onQuerySave callback
2014-03-25 14:04:18 +02:00
Amir Nissim
3dc8d9a842
Navigation service
2014-03-25 12:28:18 +02:00
Amir Nissim
fbb8943eeb
[ #138 ] update queryText when query is saved
2014-03-25 11:38:52 +02:00
Amir Nissim
5d37f1a34b
KeyboardShortcuts service
2014-03-24 17:51:57 +02:00
Amir Nissim
21ad5bbb4a
[ #138 ] simplify saveQuery, drop $route dependency
2014-03-24 16:07:24 +02:00
Amir Nissim
e0af1f20af
[ #138 ] cherry pick rebase conflicts:
...
366cdbf616 Remove reference to query result when changing data source
872cee2228 Unless data source set already, set it to the first one.
8ae41c0b6a Show query's data source.
2014-03-24 14:33:02 +02:00
Amir Nissim
ca415c50ad
[ #138 ] store original query text to detect changes
2014-03-24 14:33:02 +02:00
Amir Nissim
cddf69e422
[ #138 ] rebase fixes (cherry pick f3d4635)
2014-03-24 14:33:02 +02:00
Amir Nissim
6a1c5aeae7
[ #138 ] move saveQuery to ViewCtrl
2014-03-24 14:33:02 +02:00
Amir Nissim
f3411a46a5
[ #138 ] alert-unsaved-changes directive
2014-03-24 14:33:02 +02:00
Amir Nissim
7616738fc6
[ #138 ] QueryEditCtrl cleanup
2014-03-24 14:33:02 +02:00
Amir Nissim
5d03ce6b50
[ #138 ] QueryViewCtrl cleanup and formatting
2014-03-24 14:33:02 +02:00
Amir Nissim
3ad8114a28
[ #138 ] query directives
2014-03-24 14:33:02 +02:00
Amir Nissim
37d56a2bf6
[ #138 ] editCtrl inheriting viewCtrl
2014-03-24 14:33:02 +02:00
Arik Fraimovich
366cdbf616
Remove reference to query result when changing data source
2014-03-20 19:30:05 +02:00
Arik Fraimovich
872cee2228
Unless data source set already, set it to the first one.
2014-03-20 09:21:01 +02:00
Arik Fraimovich
f637ddf8ca
Remove definition of QueryFIddleCtrl.
2014-03-19 11:42:36 +02:00