Axel Uhl
769148c2d6
Merge branch 'main' into newBoatclass_Fareast28R
2025-12-02 10:26:48 +01:00
Axel Uhl
2eb9d5b68f
added comments in gwt.ui's pom.xml for GWT issue 10181
2025-12-02 10:24:54 +01:00
Radek Masnica
e2a2c4def5
Adding Fareast 28R boat class
2025-12-02 09:07:55 +01:00
Sohaib Baig
bbd1f10f3e
Merge branch 'bug6148'
2025-12-01 15:36:11 +01:00
Axel Uhl
c4056d13b7
Merge branch 'main' into bug6186
2025-11-27 17:50:46 +01:00
Axel Uhl
7cad48711a
formatting and typo fixes only
2025-11-27 17:48:53 +01:00
Axel Uhl
3214944514
Merge branch 'main' into bug6186; fixed mandatory triggering of mark passing calculation upon MPC.resume()
2025-11-27 15:22:56 +01:00
Sohaib Baig
02d782497c
Merge branch 'main' into bug6148
2025-11-27 15:06:16 +01:00
Axel Uhl
cfce131b0d
added comment
2025-11-27 14:02:07 +01:00
Axel Uhl
c614f17408
formatting
2025-11-27 11:29:49 +01:00
Axel Uhl
89de78685b
bug6186: trying to resolve deadlock by using separate MPC thread pool
2025-11-27 11:28:36 +01:00
Sohaib Baig
c11a113412
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.
2025-11-26 16:05:44 +01:00
Axel Uhl
4c87dd1089
bug6186: dedicated background thread pool to wait for mark passing calculator initializations
2025-11-26 10:48:11 +01:00
Axel Uhl
d20dc15983
bug6186: no separate thread to cache mark passings in DB; use background executor
2025-11-26 10:44:29 +01:00
Axel Uhl
2ea8e78c08
removed obsolete comment
2025-11-26 09:39:45 +01:00
Sohaib Baig
499713d04d
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.
2025-11-25 17:44:07 +01:00
Axel Uhl
a75d0479c9
update RibDashboard SDM to use JavaSE-17
2025-11-25 17:14:15 +01:00
Axel Uhl
a3637ab379
fixing more GWT versions in java/pom.xml
2025-11-25 11:07:03 +01:00
Axel Uhl
cc8b7a254e
fixing GWT version in java/pom.xml to 2.12.3
2025-11-25 10:43:33 +01:00
Axel Uhl
4963d5cc49
upgrade to gwt-2.12.3 for improved RPC "no instantiable subtype" warnings
2025-11-25 10:10:54 +01:00
Axel Uhl
6c85a688a1
Merge branch 'main' into bug6148
2025-11-25 01:35:11 +01:00
Axel Uhl
45332786ca
switching to gwt.2.12.3 which has more GWT RPC serializer generator warnings/errors
2025-11-25 01:32:22 +01:00
Axel Uhl
2f8aeb83cc
bug6148: added missing CSFs for Duration implementations to security.ui
2025-11-24 18:37:07 +01:00
Axel Uhl
134bc8c01b
bug6148: adding TimedLock only to gwt.ui SerializationDummy seems to suffice;
...
will this pass the central build?
2025-11-24 12:14:43 +01:00
Axel Uhl
81802fc709
Merge branch 'main' into bug6148
2025-11-24 11:19:42 +01:00
Axel Uhl
f4ec4eb35a
fixed syntax error in translation_v2.json
2025-11-24 09:30:08 +01:00
Axel Uhl
2ecf6cc340
bug6148: TimedLock serialization locally also works without the SerializationDummy kludge; try this
2025-11-23 21:58:42 +01:00
Axel Uhl
bcda47e9d7
bug6148: added GWT inherits to reach ClientConfiguration/BrandingConfiguration from security entry points
2025-11-22 20:29:25 +01:00
Axel Uhl
bec839e304
bug6148: added inherits for SSECommon to let GWT see TimedLock
2025-11-22 18:09:07 +01:00
Axel Uhl
54689abf65
bug6148: use TimedLockImpl class instead of TimedLock interface in serialization dummies
2025-11-22 01:45:32 +01:00
Axel Uhl
0e1d35cdc3
bug6148: formatting change only
2025-11-21 18:52:34 +01:00
Axel Uhl
9c06ee5006
bug6148: added TimedLock to dummy serialization classes to ensure GWT serializbility
2025-11-21 18:33:46 +01:00
Axel Uhl
2ae424118f
bug6148: use custom field serializer for IpToTimedLockDTO;
...
also encapsulated its fields
2025-11-21 18:09:41 +01:00
Axel Uhl
d967dd5486
Merge branch 'main' into bug6148
2025-11-21 16:33:12 +01:00
Sohaib Baig
10a0f9fa6b
fix merge faults
2025-11-21 16:31:52 +01:00
Axel Uhl
ae23864505
bug6173 aftermath: fix the links to the release notes in the LandscapeManagement panel
2025-11-21 16:29:07 +01:00
Axel Uhl
dda6eae443
bug6060 merge clean-up: fixed two more launch configurations
2025-11-21 14:52:59 +01:00
Axel Uhl
ac7d02e77d
bug6060 aftermath: remove unused imports caused by 5d594a47aa
2025-11-21 14:16:34 +01:00
Sohaib Baig
8689f9f587
Merge branch 'main' into bug6148
2025-11-21 13:09:27 +01:00
Sohaib Baig
372e97235b
Merge branch 'main' into bug6148
2025-11-21 13:08:43 +01:00
Axel Uhl
074e0656fd
dev server environment now configures IGTIMI Riot port (6000)
2025-11-21 11:34:12 +01:00
Axel Uhl
05bb10d299
bug6060: admin release notes entry
2025-11-21 11:32:34 +01:00
Axel Uhl
7ef8f62e19
bug6060 aftermath: re-generated two more launch configurations
2025-11-21 11:22:30 +01:00
Axel Uhl
03572e7384
Merge remote-tracking branch 'github/main' into main
2025-11-20 17:22:42 +01:00
masha.kashirina
6f3d0ba1ba
Merge branch 'bug6060'
2025-11-20 15:11:06 +01:00
Axel Uhl
302195ed18
Merge pull request #11 from MichaelGoertz/patch-notes-for-unreleased-changes-rn-update
...
Update InSightAppNotes.html with unreleased changes
2025-11-20 15:08:27 +01:00
MichaelGoertz
783e9df004
Update InSightAppNotes.html with unreleased changes
...
Added details about unreleased changes including major framework updates, library upgrades, and improved functionalities.
2025-11-20 14:16:48 +01:00
masha.kashirina
581a620fef
bug6060: merged wiki for branding from bug6171'
2025-11-20 10:27:59 +01:00
Sohaib Baig
beb685e7b0
Merge branch 'main' into bug6148
2025-11-19 16:54:11 +01:00
masha.kashirina
75ab8a6016
bug6060: small selenium test fix -> now solutions are shown when whitelabeled
2025-11-19 14:46:10 +01:00