You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -10,7 +19,8 @@ In this way, a user can authenticate themselves in one system and gain access to
10
19
by providing proof of authentication. In our documentation in the Components section you find a detailed description.
11
20
12
21
Matthias Riße refactored the test suite and optimized and accelerated our CI test runs.
13
-
All tests run in parallel now and are not retried upon failure, and most tests are also executed in a randomized order, instilling more confidence in the results.
22
+
All tests run in parallel now and are not retried upon failure, and most tests are also executed in a randomized order,
23
+
instilling more confidence in the results.
14
24
Quite a bit of duplicated code was unified, mostly using pytest fixtures.
15
25
Additionally, CI test runs now also happen on x86_64- and ARM-based macOS.
16
26
@@ -24,7 +34,7 @@ HINT:
24
34
The syntax of the server configuration of MSColab and MSWMS has changed. We removed the class definition.
25
35
For MSColab we have added new configuration options related to SAML2.
26
36
The change on the MSColab server also required changes on the MSUI handling the MSColab login. These changes are
27
-
not backwards compatible. Server and Client must use versions >=9.0.0.
37
+
not backwards compatible. MSColab Server and MSUI Client must use versions >=9.0.0.
28
38
We introduced a MSCOLAB_auth_user_name in the users configuration which simplifies the login process.
29
39
30
40
All changes:
@@ -153,7 +163,7 @@ Mscolab Operations in use for more than 30 days, move to an inactive list.
153
163
The initial idea for multiple flightpaths on topview stems from bkirbus.
154
164
GSoC mentors were Reimar Bauer, Jörn Ungermann, Sonja Gisinger
155
165
156
-
With MSS 9.0.0 we base our installation on miniforge. This has
166
+
With MSS 8.0.0 we base our installation on miniforge. This has
157
167
mamba in the base environment. Mambaforge is discouraged of September 2023.
0 commit comments