Releases: parallelsystems/backslash
Check Env for Secret key and salt
Now checking environment for secret key and password salt before generating.
Adding Azure SSO (fixed syntax error)
Azure SSO fixed error
Add Azure SSO (now using environment variable + logging)
Now correctly using environment variable.
Add Azure SSO (added logging)
Added additional error logging to see why redirect is failing.
Add Azure SSO (REDIRECT PASSED DOCKER COMPOSE)
Same as last release but now reading in REDIRECT_URI
through environment.
Add Azure SSO
Adds Azure SSO to backslash
Extend Backslash API
This release extends the backslash API to allow for querying of Test and Session Metadata.
Backslash Azure SSO
Backslash now supports Azure SSO at setup.
Parallel Systems Release v2.8.0
What's Changed
- Build deploy docker img by @klimburg in #3
- Updated container image to Ubuntu 20.04
- Updated to python3.9
Full Changelog: 2.17.2...ps-2.8.0
2.18.0 Alpha release 3
Version 2.18.0
Moved Python to 3.9 and update the docker container to use Ubuntu 20.04
Version 2.17.3
NOTE: the default BACKSLASH_DATABASE_URI
has been changed in this release (in
docker-compose.yml
). When upgrading an existing instance, make sure to leave the
BACKSLASH_DATABASE_URI
in your docker-compose file as it were before the upgrade, or otherwise
the backend will lose ability to connect to the database.
- Fix Travis deployment
Full Changelog: 2.17.2...2.18.0a3