Releases: ILLGrenoble/visa-web
Releases · ILLGrenoble/visa-web
version 3.7.1
- Modify cloud-client edit component to accept multiple openstack address provider UUIDs.
version 3.7.0
- Update to WebX-Client 1.13.1
- Add admin Compute/Availabilities to show current and future availabilities and limits of all flavours (note: will relocate to Bookings section in the future)
- Add Admin Cloud/Hypervisors UI to display status of all Hypervisors and resource allocations. Show (known) instances belonging to each Hypervisor.
version 3.6.0
- Show whether a flavour is currently unavailable when creating an instance: show estimated availability date
- Update OpenStack provider configuration to allow from placement endpoint
- Allow for customisable instance lifetime: slide to reduce from maximum allowed
- Update instance creation UI:
- Store more previously selected values in local storage
- show summary including keyboard and screen layout
- Customisable Flavour Lifetimes:
- Admin can add rules for each flavour associating a lifetime to a role/group
- lifetimes entered in 2d, 3h, 1h30m etc format
- For instances with short durations, don't show the extension request until 1/4 of duration remaining
- GPU integration:
- Add device pool management to flavour UI
- Show device pools associated to flavours (show as unconfigured if device pool doesn't exist)
- Allow for automatic calculation of device usage using Resource Classes (eg obtained from Placement API of OpenStack)
- Allow for limit of devices to be manually set
- Show flavour devices when creating an instance (show number associated too if > 1)
- Show device usage on admin limits section
- Show device usage on instances list
version 3.5.4
- Verify that instance exists during jupyter session: close the iframe when instance has been deleted
- check for null affiliation when showing extension requests
hotfix 3.5.0.1
- Verify that instance exists during jupyter session: close the iframe when instance has been deleted.
version 3.5.3
- Update to webx-client 1.12.1 for improved canvas rendering.
version 3.5.2
- Fix bug in unrestricted access not being set correctly
- Update to webx-client 1.11.0
- Remove host cursor when WebXCanvasRenderer is used.
- Show flavour name on instance card (home page)
version 3.5.1
- Update to webx-client 1.10.6
- Send oidc token when getting notifications. Fixes bug on admin notifications not being received by the client.
version 3.5.0
- Use client configuration to determine whether to show public access links.
- Add personal access tokens: allows inviting anybody as a permanent member of the instance.
- Allow owners to enable public access links on instances to enable public access to their instance.
version 3.4.3
- Ensure /api/notifications/acknowledged adds the auth token
- Use http component to obtain thumbnails to ensure that the auth token is added to the request (rather than relying on the cookie).
- update webx-client which fixed the focus being lost after opening the details modal.