Commit Graph
699 Commits
Author SHA1 Message Date
Axel Uhl 22f180cee1 bug6215: moving Speed, Position, Bearing, Weigher and others to SSE; GWT CFSs not done yet 2026-03-03 17:30:56 +01:00
Sohaib Baig 372e97235b Merge branch 'main' into bug6148 2025-11-21 13:08:43 +01:00
Sohaib Baig fe764614b1 Merge branch 'main' into bug6148 2025-11-13 13:37:06 +01:00
masha.kashirina 03465ad67d bug6060: merge main 2025-11-13 10:16:39 +01:00
Axel Uhl 3c2df9369a bug6170: compiling but entirely untested migration to TracAPI-5.0.0 2025-10-23 13:52:20 +02:00
Axel Uhl 0a7601e5fc bug6060: pass BrandingConfiguration properties through to ClientConfiguration using JavaScript servlet 2025-08-14 15:45:24 +02:00
Axel Uhl 93143e57e0 bug6060: split branding config off from sailing server config 2025-08-13 13:16:37 +02:00
Sohaib Baig 97c732f9b7 moved timed lock to sap.sse.common from sap.sse.security.common 2025-08-12 15:46:32 +02:00
Axel Uhl 469d41a982 bug6060: provide a basic ServiceTracker mock for the BrandingConfigurationService 2025-08-12 14:02:35 +02:00
Sohaib Baig 0c8b91387f added unlock button per user
also renamed LockingAndBanning to TImedLock
2025-08-04 19:50:17 +02:00
Axel Uhl 025ff4a9da bug6060: renamed com.sap.sse.debranding to branding; moved logic into an OSGi service 2025-08-04 18:41:31 +02:00
Axel Uhl 6dcd7d4187 bug6127_2024-12: adjusted JUnit dependencies in MANIFEST.MF files to downgraded versions 2025-07-07 11:33:18 +02:00
Axel Uhl 39d60ec69f bug6135: made waiting for MDI progress more resilient to timing issues 2025-07-03 19:27:50 +02:00
Axel Uhl 617400dc50 bug6135: fixed compile issues after latest refactoring 2025-07-03 15:27:15 +02:00
Axel Uhl 538f605af3 bug6135: fixed SecurityService tracker mock pass-through for MediaReplicationTest 2025-07-03 15:18:52 +02:00
Axel Uhl c9ea295f92 bug6135: more time for loading races before comparing MDI results in test 2025-07-02 22:06:09 +02:00
Axel Uhl 0483ae6f3a bug6135: use explicit lambda to match BooleanSupplier interface 2025-06-13 15:53:11 +02:00
Axel Uhl 4969237653 bug6135: single constructor only for JUnit5 tests 2025-06-13 15:17:35 +02:00
Axel Uhl 5b2536e9c0 bug6127: more JUnit5 migrations; still to do: selenium and domain.test 2025-06-05 17:21:26 +02:00
Axel Uhl 3138f7745f bug6127: refactored more test fragments to JUnit5 2025-06-05 17:21:26 +02:00
Axel Uhl faf71f55a7 bug6127: first step migrating tests from JUnit4 to JUnit5 2025-06-05 17:21:25 +02:00
Axel Uhl 2416b49f89 bug6099: interims commit with a first implementation of a user account locking/banning mechanism;
yet missing is writing to persistence and replication
2025-03-17 16:30:57 +01:00
Axel Uhl dcff57b216 bug6095: don't choke on missing AI Core credentials and instead show empty caption panel 2025-03-05 00:04:59 +01:00
Axel Uhl ad4cd299fc Revert "bug6095: moved Activator to impl package, export aiagent package"
This reverts commit ebaf236e81.
2025-02-25 15:07:49 +01:00
Axel Uhl ebaf236e81 bug6095: moved Activator to impl package, export aiagent package 2025-02-25 15:07:27 +01:00
Axel Uhl eb560f9131 avoid premature startToReplicateFrom in all abstract log replication tests 2024-06-11 17:09:42 +02:00
Axel Uhl 0b04f1cabb secured replication tests by MAJORITY read/write concern to avoid race conditions 2024-06-11 14:29:45 +02:00
Axel Uhl 966df318a3 bug5983: first refactoring introducing two new fields in the TT connectivity params;
they capture the liveURI/storedURI as taken from the connection
configuration, and not the expanded, calculated versions after looking
at the params file
2024-03-26 14:27:11 +01:00
Axel Uhl b26c15c765 bug5970: first compiling version with true heading in GPSFixMoving 2024-02-20 16:58:25 +01:00
Axel Uhl 27cc504f54 dd for swapfile creation in smaller block sizes to run also on small instances 2024-01-05 17:37:01 +01:00
Wessels, Udo (PPN) 2b66121265 bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects. 2023-10-09 18:00:50 +02:00
Axel Uhl edef707c3a bug5866/bug5867: fixing course area construction, also in tests, and in SailingServiceWrite interface/impl 2023-08-02 21:32:42 +02:00
Axel Uhl 9dd347b7c2 bug5866/bug5867: pass through centerPosition/radius for CourseArea creation 2023-08-02 16:07:06 +02:00
Axel Uhl 8d3c5c81d1 bug5867/bug5866: made center/radius final fields in CourseArea 2023-08-02 15:57:58 +02:00
Axel Uhl e0f00b0689 Merge branch 'master' into bug5147 2023-01-10 16:43:37 +01:00
Axel Uhl 5c4e2a6f2e fixed memory leak: replicated operations must be removed from the "sent" set 2023-01-10 14:04:54 +01:00
Axel Uhl cbe9204f19 mockito-4.8.1: refactored all tests so they compile with mockito-core 4.8.1 2022-12-20 18:25:58 +01:00
Axel Uhl a6363406be bug5792: introduce org.hamcrest-2.2.0, remove gwt-dev deps 2022-12-12 06:18:51 -08:00
Axel Uhl eda983f6bb bug5715: started working on a (failing) test suite for the "three medal wins" scoring scheme 2022-11-30 14:28:10 +01:00
Axel Uhl a679cf5236 adjusted code to upgraded JUnit, avoiding deprecation warnings 2022-11-29 13:47:14 +01:00
Finn Huelsbusch 1f1b3b8fef merge master into bug 5147 2022-10-03 09:53:35 +02:00
Axel Uhl 4a7effef93 bug5715: added oneAlwaysStaysOne to Series and RaceColumn throughout 2022-09-28 11:27:48 +02:00
Finn Huelsbusch 4f3420564b whitespace happiness 2022-08-12 09:56:01 +02:00
Axel Uhl 23928e73d6 bug5147: smaller changes during review 2022-08-10 14:04:58 +02:00
Finn Huelsbusch 3cfc0f2d1b minor clean up 2022-08-09 10:24:54 +02:00
Finn Huelsbusch 792d11c382 added new Checkbox to enable cross Fleet scoring 2022-08-08 17:44:42 +02:00
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +02:00
Axel Uhl ec8c3d324c formatting only 2022-06-27 17:57:17 +02:00
Axel Uhl e5ec9f2ef6 bug5741: parallelize serialization of replication operations for asynchronous execution 2022-06-27 17:54:38 +02:00
Axel Uhl 35e3c42019 in SimpleRabbitMQTest use ConcurrentHashMap to avoid multiple consumer threads writing without synchronization to regular HashMap 2022-05-20 22:47:06 +02:00