Skip to content

Releases: parallelsystems/backslash

Check Env for Secret key and salt

31 May 18:07
Compare
Choose a tag to compare
Pre-release

Now checking environment for secret key and password salt before generating.

Adding Azure SSO (fixed syntax error)

20 May 23:55
Compare
Choose a tag to compare
Pre-release

Azure SSO fixed error

Add Azure SSO (now using environment variable + logging)

20 May 23:46
Compare
Choose a tag to compare

Now correctly using environment variable.

Add Azure SSO (added logging)

20 May 19:34
Compare
Choose a tag to compare
Pre-release

Added additional error logging to see why redirect is failing.

Add Azure SSO (REDIRECT PASSED DOCKER COMPOSE)

20 May 17:38
Compare
Choose a tag to compare

Same as last release but now reading in REDIRECT_URI through environment.

Add Azure SSO

18 May 23:05
Compare
Choose a tag to compare
Add Azure SSO Pre-release
Pre-release

Adds Azure SSO to backslash

Extend Backslash API

15 Apr 21:42
Compare
Choose a tag to compare
Extend Backslash API Pre-release
Pre-release

This release extends the backslash API to allow for querying of Test and Session Metadata.

Backslash Azure SSO

08 Jun 00:41
dce79ed
Compare
Choose a tag to compare

Backslash now supports Azure SSO at setup.

Parallel Systems Release v2.8.0

08 Nov 18:55
577cdd1
Compare
Choose a tag to compare

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

07 Nov 14:59
Compare
Choose a tag to compare
Pre-release

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