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
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
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
Arik Fraimovich
fcebbb4856
Unless data source set already, set it to the first one.
2014-03-20 09:21:01 +02:00
Arik Fraimovich
bb83157cbe
Move Highcharts color definitions to highchart's code file
2014-03-19 11:44:50 +02:00
Arik Fraimovich
ca7af014ae
Remove definition of QueryFIddleCtrl.
2014-03-19 11:42:36 +02:00
Arik Fraimovich
a429487894
Remove QueryFiddle ctrl.
2014-03-19 11:39:08 +02:00
Arik Fraimovich
baad4742ef
Show query's data source.
2014-03-19 11:22:51 +02:00
Arik Fraimovich
20d12c0498
Remove console.log
2014-03-17 21:24:18 +02:00
Arik Fraimovich
fec57ecf59
Fix: when having categories chart and not all series had values
...
it wouldn't draw the chart with stacking other than none.
2014-03-17 21:22:07 +02:00
Arik Fraimovich
c26fdb5dad
Reset filterFreeze when updating data.
2014-03-17 20:25:58 +02:00
Arik Fraimovich
db35b6f4e8
Because we draw the table without VisualizationRenderer we need to explicitly add filters here too.
2014-03-17 20:23:12 +02:00
Arik Fraimovich
690d4b8f50
Switch to $watchCollection to resolve the issue of chart not updating when length of series stays the same.
2014-03-17 20:22:49 +02:00
Arik Fraimovich
5b0f124307
Store filters on QueryResult object and use them in getQueryData.
2014-03-17 20:22:24 +02:00
Arik Fraimovich
cc9d10b12b
Show filters directive on all visualizations.
2014-03-17 20:21:39 +02:00
Arik Fraimovich
5ee924a770
Filters directive.
2014-03-17 20:20:49 +02:00
Arik Fraimovich
c7540ba87b
Fix minification issue
2014-03-12 16:53:22 +02:00
Arik Fraimovich
3066327b0e
Use permissions in the UI
2014-03-12 12:59:05 +02:00
Arik Fraimovich
db94db2957
Add support for ESC key in edit-in-place
2014-03-11 18:16:15 +02:00
Arik Fraimovich
c87dcf8aac
Fix tab size
2014-03-11 18:09:12 +02:00
Amir Nissim
0b90b7ea79
#121 fixes:
...
* fork your own query
* better redirect after saving new query
* UI fixes
2014-03-11 17:16:58 +02:00
Amir Nissim
2b652cac1f
rd-time-ago directive
2014-03-11 16:35:19 +02:00
Amir Nissim
6c40610d34
#121 More UI issues:
...
* source as link instead of button
* fix source link when url has a hash
* new query uses the new layout
* rename url /src => /source...
* when deleting a visualization update the hash
* don't submit title/description if it hasn't changed
* mobile: fix description field wrapping
2014-03-11 15:21:53 +02:00
Amir Nissim
f1aec05835
#121 : source button to play nice with hashes - cont'd
2014-03-11 15:20:13 +02:00
Amir Nissim
e8e2aab8e3
#121 : source button to play nice with hashes
2014-03-11 15:20:13 +02:00
Amir Nissim
8d1b523b94
#121 : alerts
2014-03-11 15:20:13 +02:00
Amir Nissim
31c59467db
#121 : editing query name, description, ttl triggers save
2014-03-11 15:20:13 +02:00
Amir Nissim
54c5a7dcb3
#121 : /src url
2014-03-11 15:20:13 +02:00
Amir Nissim
d4287558f9
#121 : use resolve in RouteProvider to get query and instantiate controller when resolved
2014-03-11 15:20:12 +02:00
Amir Nissim
da496975bc
#121 : more layout changes
2014-03-11 15:20:12 +02:00
Amir Nissim
aaafb0f465
#121 : routing new views
2014-03-11 15:20:12 +02:00
Amir Nissim
f01d224bdf
#121 : layout change - query editor on top
2014-03-11 15:20:12 +02:00
Amir Nissim
08355ff8af
#121 : edit refresh schedule, move alerts to right column
2014-03-11 15:20:12 +02:00
Arik Fraimovich
f2ebfaba3e
Fix: no more flickering when switching visualization tabs.
2014-03-11 15:20:12 +02:00
Amir Nissim
67f4c78d61
#121 : editable query name and description
2014-03-11 15:20:12 +02:00
Amir Nissim
02cf984711
#121 : 'show query' button for non-owners
2014-03-11 15:20:12 +02:00
Amir Nissim
ef86f44215
organizing /app files
2014-03-11 15:20:12 +02:00
Amir Nissim
315803dde2
#121 : QueryView page edit mode
2014-03-11 15:20:11 +02:00
Amir Nissim
f8280552a0
#121 : QueryViewCtrl with 'strict mode'
2014-03-11 15:20:11 +02:00
Amir Nissim
4adfc4353b
#121 query view page
2014-03-11 15:20:11 +02:00
Arik Fraimovich
97b727dcc0
Fix: don't sort values when there is more than one category
2014-03-11 15:14:32 +02:00
Arik Fraimovich
02f376b6d3
Hackish way to show dates as dates in the table and timestamps
...
as date+timestamp.
2014-03-06 19:58:04 +02:00
Arik Fraimovich
10f2bc3df5
Fix: custom visualization name was ignored (ref #127 )
2014-03-06 19:23:56 +02:00
Arik Fraimovich
3e7b1cdc15
Pie chart: show value and not only %
2014-03-06 19:21:13 +02:00
Arik Fraimovich
234b15765c
Fix: the pivot table visualization was messing up other visualizations
...
by changing the data.
2014-03-06 19:18:07 +02:00
Arik Fraimovich
2b274b706e
Set default name when creating
2014-03-04 11:38:00 +02:00
Arik Fraimovich
3ab1f9b5a3
Fixes #81 : reset query when saving widget
2014-03-04 11:33:11 +02:00
Arik Fraimovich
e512fef78c
Switch to config object instead of millions of params
2014-03-04 11:09:04 +02:00
Arik Fraimovich
448e82108d
Fix: reset visualization form after saving visualization
2014-03-04 10:59:07 +02:00