Migration task for Requirement Yogi 3.0
If you are migrating from Requirement Yogi 2.x, the migration tasks will execute. It is generally fast and seamless, see Migration to RY 3.0: FAQ for all the details.
This release could have been a "bugfix" version, but we've decided to make it a major one to emphasize the removal of 1-2 small features.
Baselines are now a long-running task
Continuing our enterprise-scale goals, baselines are now a long-running task, running in the background:
- This feature may not feel important for you, but it will allows us to increase the size of baselines in the future by 100-fold or more. We have experiments with baselines of more than 1 million requirements. We keep the limits as usual for now (equal to the global limit, 12000, configurable).
- The UI has changed a little bit, to display the progress bar, in the 4 places where baselines can be created.
Performance improvements
Those improvements were made in the context of obtaining the Data Center yearly approval.
- https://requirementyogi.atlassian.net/browse/RY-959 Add a maximum size to caches,
- https://requirementyogi.atlassian.net/browse/RY-960 Set caches to replicate through invalidation when possible.
- https://requirementyogi.atlassian.net/browse/RY-964 Reduce all transactions to 5s, particularly in background tasks.
- https://requirementyogi.atlassian.net/browse/RY-970 Autosuggestion of requirement keys: Add a column in the table for the uppercase of the requirement
- https://requirementyogi.atlassian.net/browse/RY-962 Autosuggestion of requirement keys: Store generated keys in a table (as if they were DB sequences) instead of search tables manually. This greatly accelerates key generation.
- https://requirementyogi.atlassian.net/browse/RY-979 Enable administrators to set limits to export sizes, by upgrading to PSEA 1.7 if they want.
Bugfixes
- https://requirementyogi.atlassian.net/browse/RY-968 Fix an error in the viewer for Excel documents,
- https://requirementyogi.atlassian.net/browse/RY-969 In the Jira Bulk Issue Creation, fix an error when clicking "Reapply"
- https://requirementyogi.atlassian.net/browse/RY-972 Search syntax: The NOT keyword is incorrectly applied when used with parenthesis.
- https://requirementyogi.atlassian.net/browse/RY-976 Excel imports: Properties were not imported.
Feature removals
(Writing...)