Wednesday, August 11, 2021
2 changes · master
Enhancements to existing features
This change adds internal checks that measure how long web asset bundles take to generate. It helps the team detect performance slowdowns early so future changes do not make asset preparation unexpectedly slower.
Original PR description
From time to time, the bundle generation duration may be unexpectedly increased by assets modifications. In order to avoid that, this commit adds two tests that generates all the bundles. One of the test is only meant to log the duration in order to monitor it. The other test is ensuring that a bundle generation does not take more than 2 seconds. Pay attention that the purpose is not to test the generation of the bundle, any error during generation is logged as an information. Also, warnings are silently ignored.
Spreadsheet pivot tables with several header levels now use an additional visual style to make their structure easier to read. This helps users understand complex reports more quickly and reduces confusion when reviewing multi-level pivot data.
Original PR description
If an inserted pivot has multiple levels it can be hard to folow the structure as all the header element except the main headers have the same styling. This commit add a third style to help with the readibility of an inserted pivot task-id: 2304328