Releases: CSCfi/swift-browser-ui
Releases · CSCfi/swift-browser-ui
v0.6.1
Changelog
- Add environment variables for running with WebSSO without command line arguments
v0.6.0
Changelog
- Direct linking support
- Improved looks in the UI
- General bugfixes
v0.4.0
Changelog
- Major frontend code refactor from static
vue.jsto a frontend built withvue-cli.
Release v0.3.3
Changelog
- Fix container listings after changing out of a project without object storage.
Release v0.3.2
Changes
- Add locustfile for stress testing the API
- Improve test coverage with, e.g. middleware tests and additional server testing
- Finish the
run_server_securefunction to enable running with HTTPS enabled
Release v0.3.1
Implement small fixes to v0.3.0.
- More thorough testing
- Remove unreachable code
Release v0.3.0
Stable release of swift openstack UI, includes:
- UI for browsing SWIFT objects;
- support for federated authentication of an user with their HAKA credentials using OpenStack Keystone;
- UI based on Vue.js with Buefy framework;
- asynchronous python web server with aiohttp;
- Docker image - https://hub.docker.com/r/cscfi/swift-ui;
- Unit Tests and UI tests;
- Documentation available at: https://swift-browser-ui.readthedocs.io .