Amir Nissim
ba63048fc0
move DashboardCtrl and WidgetCtrl to dashboard.js
2014-03-26 12:14:23 +02:00
Amir Nissim
782919788d
[ #90 ] query links in widget title
2014-03-25 17:58:38 +02:00
Amir Nissim
37dbdf494f
[ #90 ] switch to new visualization tab on save
2014-03-25 17:29:19 +02:00
Amir Nissim
9717a686be
[ #90 ] perf: don't render (ngIf) the table visualization tab instead of hiding (ngHide)
2014-03-25 17:12:54 +02:00
Amir Nissim
001e2a8887
[ #90 ] save only modified fields when changing query name/description
2014-03-25 15:25:37 +02:00
Arik Fraimovich
a503e20c92
Merge pull request #150 from EverythingMe/query-refactor
...
#138 : Query controllers refactor
2014-03-25 14:34:15 +02:00
Arik Fraimovich
80a5804c9c
Fix: only save query on meta+s if user can edit query
2014-03-25 14:30:07 +02:00
Amir Nissim
89cbaf0ac5
Revert "Navigation service"
...
This reverts commit 3dc8d9a842
.
2014-03-25 14:11:29 +02:00
Amir Nissim
f2f61a1fc9
[ #138 ] onQuerySave callback
2014-03-25 14:04:18 +02:00
Amir Nissim
b93132e5d9
Navigation service
2014-03-25 12:28:18 +02:00
Amir Nissim
156bf96788
[ #138 ] update queryText when query is saved
2014-03-25 11:38:52 +02:00
Arik Fraimovich
4d1908dceb
Merge pull request #153 from EverythingMe/feature_data_source
...
Shell wrapper to source env before running command
2014-03-25 10:25:12 +02:00
Arik Fraimovich
870cc142a9
Shell wrapper to source env before running command
2014-03-25 10:22:50 +02:00
Arik Fraimovich
eade74ffb0
Add manage.py command to print settings
2014-03-25 10:22:21 +02:00
Arik Fraimovich
880412da94
Remove migrate make command
2014-03-25 10:19:11 +02:00
Arik Fraimovich
a9dae21483
Merge pull request #152 from EverythingMe/feature_data_source
...
Make task to run a migration
2014-03-25 09:34:19 +02:00
Arik Fraimovich
0578273f7e
Make task to run a migration
2014-03-25 09:33:44 +02:00
Amir Nissim
cf9fe300fe
KeyboardShortcuts service
2014-03-24 17:51:57 +02:00
Amir Nissim
1bea6a9627
[ #138 ] fix ui-codemirror bug when used as directive
2014-03-24 16:13:59 +02:00
Amir Nissim
5ce4fcb974
[ #138 ] simplify saveQuery, drop $route dependency
2014-03-24 16:07:24 +02:00
Amir Nissim
028a3e9d62
fix getColumns failures when QueryResult has no data
2014-03-24 14:33:03 +02:00
Amir Nissim
fa2438f40d
getQueryResult only if query.data_source_id exists
2014-03-24 14:33:03 +02:00
Amir Nissim
10bccfb4ad
[ #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
3c0972b8ac
[ #138 ] store original query text to detect changes
2014-03-24 14:33:02 +02:00
Amir Nissim
98ac23a843
[ #138 ] Query.newQuery
2014-03-24 14:33:02 +02:00
Amir Nissim
df458c1052
typo: cancelInterval -> clearInterval
2014-03-24 14:33:02 +02:00
Amir Nissim
dd86711b32
[ #138 ] rebase fixes (cherry pick f3d4635
)
2014-03-24 14:33:02 +02:00
Amir Nissim
4493d22ec9
[ #138 ] move saveQuery to ViewCtrl
2014-03-24 14:33:02 +02:00
Amir Nissim
5ffd2615e7
[ #138 ] alert-unsaved-changes directive
2014-03-24 14:33:02 +02:00
Amir Nissim
e996b4fa22
[ #138 ] QueryEditCtrl cleanup
2014-03-24 14:33:02 +02:00
Amir Nissim
bcca2aa341
[ #138 ] QueryViewCtrl cleanup and formatting
2014-03-24 14:33:02 +02:00
Amir Nissim
602d935559
[ #138 ] query directives
2014-03-24 14:33:02 +02:00
Amir Nissim
af9318fbd1
[ #138 ] editCtrl inheriting viewCtrl
2014-03-24 14:33:02 +02:00
Arik Fraimovich
2ba4bcd98e
Merge pull request #151 from EverythingMe/feature_data_source
...
Fix issue with serializing unicode queries.
2014-03-24 14:31:13 +02:00
Arik Fraimovich
fac9082a03
Unicode test case for Job
2014-03-24 14:26:57 +02:00
Arik Fraimovich
9ac335116c
Fix issue with serializing unicode queries
2014-03-24 14:18:03 +02:00
Arik Fraimovich
fbc325bf07
Merge pull request #149 from EverythingMe/feature_data_source
...
Feature: Support multiple data sources (databases) for querying (#12 )
2014-03-23 17:02:55 +02:00
Arik Fraimovich
cad34f63bf
Add comment about moving logic to the model
2014-03-23 12:52:22 +02:00
Arik Fraimovich
d9964d84b3
Fix tests (were rightfully failing on system with clock set to utc)
2014-03-20 20:57:35 +02:00
Arik Fraimovich
9379f76562
Reverse comparison
2014-03-20 20:16:23 +02:00
Arik Fraimovich
21e02ee04e
Reduce Peewee's logging level to INFO in tests.
2014-03-20 19:45:16 +02:00
Arik Fraimovich
214806d31b
Apply filters only when available
2014-03-20 19:38:05 +02:00
Arik Fraimovich
cea1a73ad6
Remove reference to query result when changing data source
2014-03-20 19:30:05 +02:00
Arik Fraimovich
e37fa7e5a0
Add results verification
2014-03-20 18:49:38 +02:00
Arik Fraimovich
b079b27875
Script to test concurrency issues
2014-03-20 18:16:09 +02:00
Arik Fraimovich
3c895310f4
Switch to using peewee models in Manager + fix bugs + add tests ( #8 ).
2014-03-20 13:22:37 +02:00
Arik Fraimovich
ae9e80d6a8
Update peewee version to be able to use window functions.
2014-03-20 13:18:32 +02:00
Arik Fraimovich
9f0abd0bc6
Remove data.manager.QueryResult class.
2014-03-20 10:47:07 +02:00
Arik Fraimovich
3bedfe75a8
Merge pull request #147 from EverythingMe/fix_141_digest_called_every_second
...
Fix #141 : prevent the timer directive call digest loop every second
2014-03-20 09:33:46 +02:00
Arik Fraimovich
76ce8b0876
Fix #141 : prevent the timer directive call digest loop every second
...
By using setInterval & $scope.$digest instead of $timeout which uses
$scope.$apply, which in turn calls $rootScope.$digest.
2014-03-20 09:29:27 +02:00