Changelog v2.0.0
UI
Changelog v2.0.4
[WIT-3063] Restore authentication in platform and notifications methods
Bug fixes
- Authentication now works for resolvers and group hierarchy methods
Related issue
Closes WIT-3063
Changelog v2.0.3
[WIT-3033] Fix some ACL routes and resolvers
Bug fixes
- Restore the authorization token
- Fix a bug where the route
ACL/by-system/:urn
was matched byACL/:environment/:urn
- Fix the query result
Related issue
Closes WIT-3033
[WIT-3032] All subdomains are now displayed in the graph
Bug fixes
- Now all subdomains are displayed in the visual discovery graph
Related issue
Closes WIT-3032
[WIT-2947] Add descriptor to reverse provisioning
New features and improvements
Added in the params
object of the execute reverse provisioning request, the parent descriptor as yaml string (as it is also the catalog info we are sending, we keep descriptor as a string too)
Related issue
Closes WIT-2947
Changelog v2.0.2
[WIT-2760] Fix colon in LDAP password
[WIT-2639] Fix focus on descriptor
Bug fixes
- Fixed the focus if a row in the descriptor contains
id: something
without being an actual witboost urn
Related issue
Closes WIT-2639
[WIT-2731] Fix stringified response details
Bug fixes
- Response details are now sent correctly everywhere
Related issue
Closes WIT-2731
[WIT-2919] Fix the new version on monorepos
Bug fixes
- Fixed a bug that prevented the creation of new versions of components in a monorepo
Related issue
Closes WIT-2919
[WIT-2733] Fix fetch environments from the marketplace
Bug fixes
- The deployment menu is now shown correctly, as the permissions are now correctly computed from the correct environment list.
- Undeploy from quick actions now correctly works.
Related issue
Closes WIT-2733
[WIT-2762] Fix showWhen nunjucks parsing
Bug fixes
- nunjucks parsing now returns undefined if the value is not found, instead of an empty string
- Removed showWhenExists from tags
Related issue
Closes WIT-2762
[WIT-2495] Fix release_details column in acl_requests
Bug fixes
-
Values inside the
release_details
column in theacl_requests
table are now converted tojsonb
-
The migration will handle old persisted values and convert them to the right format.
Related issue
Closes WIT-2495
[WIT-2723] Fix view source url in edit and test
Bug fixes
- When a system or component contains a branch name, it correctly computes the view source url
Related issue
Closes WIT-2723
[WIT-2714] Undeploy and remove data in clean-up operations
Bug fixes
- During advanced provisioning, you can now choose between undeploy and undeploy and remove data, in the clean-up operations
Related issue
Closes WIT-2714
[WIT-2664] Prevent undefined test status to halt the application
Bug fixes
- If a test status is not handled by the UI when it is received, show a fragment instead of crashing
Related issue
Closes WIT-2664