Arik Fraimovich
28d69b0c60
Update map visualizations names.
2018-04-09 22:56:10 +03:00
Arik Fraimovich
f551b348a7
Merge pull request #2447 from getredash/patches
...
Fixes to new dashboard layout engine
2018-04-09 09:47:43 +03:00
Arik Fraimovich
d18c94a587
Merge pull request #2420 from fmy/patch-1
...
use MongoClient for ReplicaSet
2018-04-08 15:43:56 +03:00
Arik Fraimovich
f75c142981
Merge pull request #2434 from tonyjiangh/fix/funnel_typo
...
Fix funnel setting page typo
2018-04-08 15:39:09 +03:00
Arik Fraimovich
0959281a01
Merge pull request #2443 from deecay/choropleth-fullscreen
...
Choropleth: Add fullscreen control
2018-04-08 15:38:07 +03:00
Arik Fraimovich
96a0a512f3
Merge pull request #2446 from getredash/patches
...
Update pymongo version to support newer MongoDB versions
2018-04-08 15:33:06 +03:00
Levko Kravets
9899abfe6a
Fix: some legacy dashboards got their widgets misplaced when using auto height.
2018-04-08 15:32:24 +03:00
Arik Fraimovich
d02386488c
Fix: dashboard refresh was broken due to introduction of track by to ng-repeat.
2018-04-08 15:32:14 +03:00
Arik Fraimovich
5f25bc480c
Update pymongo version to support newer MongoDB versions
2018-04-08 15:26:35 +03:00
deecay
07b5003c6f
Map: Add fullscreen control
2018-04-07 14:37:44 +09:00
Arik Fraimovich
8aba5db862
Merge pull request #2441 from tnetennba3/pronoun-fix
...
Changed "his" to "their"
2018-04-06 21:22:44 +03:00
deecay
b3ee25079e
Choropleth: Add fullscreen control
2018-04-06 13:08:28 -04:00
tnetennba3
85179fd07b
Changed "his" to "their"
2018-04-05 16:27:20 +01:00
Hao Jiang
390360cc4e
Fix funnel setting page typo
2018-04-03 08:11:53 +09:00
Fumiya Karasawa
c681a50b19
use MongoClient for ReplicaSet
...
MongoReplicaSetClient is deprecated and will be removed in future.
See http://api.mongodb.com/python/current/api/pymongo/mongo_replica_set_client.html
```
MongoReplicaSetClient will be removed in a future version of PyMongo.
Changed in version 3.0: MongoClient is now the one and only client class for a standalone server, mongos, or replica set. It includes the functionality that had been split into MongoReplicaSetClient: it can connect to a replica set, discover all its members, and monitor the set for stepdowns, elections, and reconfigs.
```
2018-03-29 17:46:27 +09:00
Arik Fraimovich
8df2391a77
Merge pull request #2376 from valentin2105/master
...
Fix docker-entrypoint broke for other name than "postgres"
2018-03-27 09:16:14 +03:00
Valentin Ouvrard
0982e56ed0
fix entrypoint create_table() func.
2018-03-26 10:01:58 +11:00
Arik Fraimovich
0cb995bb35
Merge pull request #2413 from getredash/fix-bq
...
Fix: (BigQuery) UDF URI was used even if empty
2018-03-25 14:39:30 +03:00
Arik Fraimovich
d34d58bf33
Merge pull request #2374 from kravets-levko/feature/choropleth
...
Choropleth visualization
2018-03-25 14:34:45 +03:00
Arik Fraimovich
c19ff41392
Merge pull request #2406 from kravets-levko/feature/dashboard-gridstack
...
Replace dashboard engine with gridstack
2018-03-25 14:27:36 +03:00
Arik Fraimovich
abb6e56570
Fix: UDF URI was used even if empty
2018-03-25 14:22:36 +03:00
Arik Fraimovich
a7bba81969
Merge pull request #2412 from deecay/box-hover-fix
...
Fix: Box plot hover
2018-03-24 21:39:05 +03:00
deecay
6356a75478
Fix: Box plot hover
2018-03-24 20:57:04 +09:00
Levko Kravets
61ef5f9a02
gridstack: add comments, exclude lodash and moment locales from bundle
2018-03-23 19:50:55 +02:00
Levko Kravets
2fbf8926c4
gridstack: optimizations and bugfixes
2018-03-23 19:50:55 +02:00
Levko Kravets
ce9e3fcb35
Replace dashboard engine with gridstack
2018-03-23 19:50:28 +02:00
Arik Fraimovich
ffab6d5ec9
Merge pull request #2411 from getredash/patches
...
Multiple V4 regression fixes
2018-03-23 19:34:07 +03:00
Levko Kravets
be9bcaeb3d
Multiple fixes:
...
* Fix: line chart with category x-axis: when some values missing, wrong hints displayed on hover
* Fix: second Y-axis not displayed when stacking enabled
* Set of dashboard improvements and bug fixes
- set minimal height of widgets to 1 (was 4)
- bug: for some widgets auto-height wasn't calculated properly (sometimess too small, sometimes too large)
- bug: for small widgets, top-right menu was cut to widgets bounds
- bug: with opened top-right menu widgets with auto-height started "dancing"
- bug: at some point auto-height feature was disabling by itself (in fact - it depends on `angular-grindter`s internal processes)
- fix: widget with empty contents had extra 40px of white space (paddings of container)
* Add scrollbars to pivot table widgets
* Fix: 100% CPU loading caused page lags
2018-03-23 19:25:21 +03:00
Arik Fraimovich
d140e0418f
Fix: dashboard was reloading when clicking on refresh.
2018-03-23 19:22:23 +03:00
Arik Fraimovich
6685cb9e21
Load dashboard refresh rate from URL.
2018-03-23 19:22:06 +03:00
Arik Fraimovich
2f24cff33c
Plotly: increase Y value accuracy.
2018-03-23 19:20:28 +03:00
Arik Fraimovich
193a6cce3f
Fix: only try merging query object if it exists.
2018-03-23 19:18:28 +03:00
Arik Fraimovich
17951504f0
Change: apply time limit to alert status checking task.
2018-03-23 19:17:57 +03:00
Arik Fraimovich
ccffe70359
MSSQL Fix: UUID fields were detected as booleans.
2018-03-23 19:17:13 +03:00
Arik Fraimovich
503d6cecd0
DynamoDB fix: always return counter as a number rather than string.
2018-03-23 19:16:54 +03:00
Arik Fraimovich
6fbe06d262
Report Celery queue size.
2018-03-23 19:16:24 +03:00
Arik Fraimovich
2394f3fbe5
Add events property to Organization model.
2018-03-23 19:16:14 +03:00
Arik Fraimovich
cb815f3c8e
Render safe HTML by default in tables to remain backward compatible.
2018-03-23 19:15:47 +03:00
Arik Fraimovich
e6f6c02f90
Fix: saving widget was sending too much data to the server, sometimes making saving fail.
2018-03-23 19:13:40 +03:00
Arik Fraimovich
565e66715f
Fix: Fork button was shown in data only view, but wasn't working.
2018-03-23 19:13:15 +03:00
Arik Fraimovich
549de1355a
Change: show friendly names in dynamic forms labels.
2018-03-23 19:10:26 +03:00
Arik Fraimovich
d892ed48cc
Merge pull request #2387 from idalin/fix_ldap_login
...
fix no login form in ldap login page #2386
2018-03-22 14:04:30 +02:00
Arik Fraimovich
3c75c2bb60
Update CONTRIBUTING.md
2018-03-21 16:41:02 +02:00
Arik Fraimovich
db020576ed
Merge pull request #2385 from kocsmy/fixex/cassandra-scylla-images
...
Add missing Cassandra and ScyllaDB images
2018-03-19 22:13:48 +02:00
idalin
5a93da3177
fix no login form in ldap login page #2386
2018-03-14 13:59:50 +08:00
Zsolt Kocsmarszky
d16285d239
Add missing images
2018-03-12 20:45:45 +01:00
Arik Fraimovich
0410d834d1
Merge pull request #2382 from deecay/webpack-ignore
...
Webpack: ignore vim swap files
2018-03-11 15:02:44 +02:00
deecay
b79abf52fd
Webpack: ignore vim swap files
2018-03-10 17:48:11 +09:00
Levko Kravets
6a61057813
getredash/redash#2317 CR1
...
- cache GeoJSON to avoid multiple HTTP requests;
- allow to edit map bounds;
- optimize update map calls (do not re-render it every time);
- UI/X imporvements.
2018-03-08 14:46:09 +02:00
Arik Fraimovich
1a75d49041
Merge pull request #2379 from getredash/fix_empty_states
...
Change: close metadata database connection early in the execute query Celery task
2018-03-08 11:17:30 +02:00