You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/08/02 01:16:16 UTC

[GitHub] graceguo-supercat opened a new pull request #5543: Reduce dashboard position_json data size

graceguo-supercat opened a new pull request #5543: Reduce dashboard position_json data size
URL: https://github.com/apache/incubator-superset/pull/5543
 
 
   this is to fix issue #5532.
   
   This PR fix following things:
   
   - remove `DASHBOARD_` and `_TYPE` prefix/suffix in component ids.
   - remove leading and trailing white spaces in stored position_json data
   - when user tries to save dashboard, check the size of position_json:
     - if larger than threshold, show error message and user can't save it
     - if size is larger than 90% of threshold, show warning message and user still can save it.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org