-
Sohaib Baig
bugfix: extended locking duration for unlockUser test
Locally, the lock duration was not long enough to last until the admin
logged in to unlock them. This bypassed the need to interact with a
dialog locally, and so the test was still succeeding even after an
interaction command for this dialog was removed. This duration was long
enough for the server however, and so the dialog demanding interaction
would appear and crash the test. The expected lock duration has been
extended by trigger +1 failed login attempts as well as the dialog
interact.
java/com.sap.sailing.selenium.test/src/com/sap/sailing/selenium/pages/adminconsole/usermanagement/UserManagementPanelPO.java
java/com.sap.sailing.selenium.test/src/com/sap/sailing/selenium/test/adminconsole/usermanagement/TestUserManagement.java
c11a113
-
Axel Uhl
bug6186: dedicated background thread pool to wait for mark passing calculator initializations
java/com.sap.sailing.domain/src/com/sap/sailing/domain/markpassingcalculation/MarkPassingCalculator.java
4c87dd1
-
Axel Uhl
bug6186: no separate thread to cache mark passings in DB; use background executor
java/com.sap.sailing.domain/src/com/sap/sailing/domain/markpassingcalculation/MarkPassingCalculator.java
d20dc15
-
Axel Uhl
Merge branch 'main' into bug5959
configuration/buildAndUpdateProduct.sh
configuration/gwt-poms/gwt-2.12.2.pom -> configuration/gwt-poms/gwt-2.12.3.pom
configuration/gwt-poms/gwt-dev-2.12.2.pom -> configuration/gwt-poms/gwt-dev-2.12.3.pom
configuration/gwt-poms/gwt-servlet-2.12.2.pom -> configuration/gwt-poms/gwt-servlet-2.12.3.pom
configuration/gwt-poms/gwt-user-2.12.2.pom -> configuration/gwt-poms/gwt-user-2.12.3.pom
configuration/gwt-poms/requestfactory-2.12.2.pom -> configuration/gwt-poms/requestfactory-2.12.3.pom
configuration/install-gwt
java/com.google.gwt.dev/META-INF/MANIFEST.MF
java/com.google.gwt.dev/lib/gwt-dev.jar
java/com.google.gwt.dev/pom.xml
java/com.google.gwt.servlet/META-INF/MANIFEST.MF
java/com.google.gwt.servlet/lib/gwt-servlet-deps.jar
java/com.google.gwt.servlet/lib/gwt-servlet.jar
java/com.google.gwt.servlet/pom.xml
java/com.google.gwt.user/META-INF/MANIFEST.MF
java/com.google.gwt.user/lib/gwt-user.jar
java/com.google.gwt.user/pom.xml
java/com.sap.sailing.dashboards.gwt/GWT Dashboards SDM.launch
java/com.sap.sse.feature/feature.xml
java/pom.xml
translation_v2.json
e6a0483
-
Axel Uhl
removed obsolete comment
java/com.sap.sailing.domain/src/com/sap/sailing/domain/markpassingcalculation/MarkPassingCalculator.java
2ea8e78
-
Sohaib Baig
bugfix: testUnlockUser blocked by popup dialog
Popup dialog replaced with toast notification for success. Although the
reason behind this bug is yet not understood because the dialog should
have been accepted by the corresponding method in the PO, as it has done
before, replacing it with a toast notification should nevertheless
remove the possibility of it happening again.
java/com.sap.sailing.selenium.test/src/com/sap/sailing/selenium/pages/adminconsole/usermanagement/UserManagementPanelPO.java
java/com.sap.sse.security.ui/src/main/java/com/sap/sse/security/ui/client/usermanagement/UserTableWrapper.java
499713d
-
Axel Uhl
update RibDashboard SDM to use JavaSE-17
java/com.sap.sailing.dashboards.gwt/GWT Dashboards SDM.launch
a75d047
-
Axel Uhl
fixing more GWT versions in java/pom.xml
java/pom.xml
a3637ab
-
Axel Uhl
fixing GWT version in java/pom.xml to 2.12.3
java/pom.xml
cc8b7a2
-
Axel Uhl
upgrade to gwt-2.12.3 for improved RPC "no instantiable subtype" warnings
configuration/buildAndUpdateProduct.sh
configuration/gwt-poms/gwt-2.12.3.pom
configuration/gwt-poms/gwt-dev-2.12.3.pom
configuration/gwt-poms/gwt-servlet-2.12.3.pom
configuration/gwt-poms/gwt-user-2.12.3.pom
configuration/gwt-poms/requestfactory-2.12.3.pom
java/com.google.gwt.dev/META-INF/MANIFEST.MF
java/com.google.gwt.dev/lib/gwt-dev.jar
java/com.google.gwt.dev/pom.xml
java/com.google.gwt.servlet/META-INF/MANIFEST.MF
java/com.google.gwt.servlet/lib/gwt-servlet-deps.jar
java/com.google.gwt.servlet/lib/gwt-servlet.jar
java/com.google.gwt.servlet/pom.xml
java/com.google.gwt.user/META-INF/MANIFEST.MF
java/com.google.gwt.user/lib/gwt-user.jar
java/com.google.gwt.user/pom.xml
java/com.sap.sse.feature/feature.xml
4963d5c