Stepan
Stepan
### SUMMARY Currently, exporting models functionality is slower than it can be. Model export is slow because models export their related models, and since related models cannot check if they...
### Description Updating a user using the FAB security API breaks the user’s password hash. This is because in the `pre_update` function of the user model, the `item` parameter is...
Hello! Thank you for a good slider! I needed to merge sliders if they overlapped and found a function in the documentation (https://refreshless.com/nouislider/examples/#section-merging-tooltips) that could help me achieve this. However,...
### SUMMARY Just removed hardcode of admin role from perm utils and using `AUTH_ROLE_ADMIN` constant in the Superset config instead. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ###...
### SUMMARY Just translation for that string  ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required...
## Screenshot ### Vertical orientation is ok  ### Horizontal orientation is weird  ## Description I using latest version of apache Superset (latest commit on March 22).
### SUMMARY Some visualizations in the date formatter control specify a default date format 'smart_date'. However, it is recommended to use the DEFAULT_TIME_FORMAT instead of hardcoding a specific format. ###...