Axel Uhl
d84c1c9316
bug6117 aftermath: migrated PeerImpl.finalize() into a shutdown() method invoked by @AfterEach methods in tests
2025-07-09 09:33:58 +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
5b2536e9c0
bug6127: more JUnit5 migrations; still to do: selenium and domain.test
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
5910783be3
bug6104: tests can be exempted from strong password requirements
2025-03-24 21:57:45 +01:00
Axel Uhl
b97ace3db0
bug6097: apply same mechanism for user creation per IP locking as for failed bearer token-based authentication
2025-03-19 14:17:35 +01:00
Axel Uhl
b6434167dd
bug6095: tags now have a hiddenInfo field, used for tag identifiers;
...
added the AI icon to com.sap.sailing.www/images for stability;
improved sizing of images displayed with tags
2025-02-26 17:08:02 +01:00
Axel Uhl
16a10064ff
bug6095: removed permission checking in TaggingServiceTest;
...
permissions are not to be checked in the TaggingService, so we cannot
test this here
2025-02-25 20:42:35 +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
71aa3dcd7b
bug6057: moved SmarthphoneImei stuff from test to productio
2024-09-17 12:27:54 +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
06b0e3fb2e
bug5960: added more tests for inferring laps from course and template
2024-02-27 18:12:40 +01:00
Axel Uhl
fd4175ac6a
bug5960: added test case for CourseTemplateCompatibilityChecker
2024-02-27 13:00:01 +01:00
Axel Uhl
b26c15c765
bug5970: first compiling version with true heading in GPSFixMoving
2024-02-20 16:58:25 +01:00
Axel Uhl
5b224dd7af
bug5353: event base URL with trailing slash no longer leads to incorrect race viewer URLs;
...
also, race name and regatta name are now properly URL encoded for link
construction
2024-01-26 11:32:06 +01:00
Axel Uhl
9e5f0e3a0d
bug5353: added failing test case
2024-01-26 11:13:30 +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
365415b635
bug5867: removed course areas from LeaderboardBase again; Event still has getLeaderboards()
2023-07-28 16:40:15 +02:00
Axel Uhl
89fb5f184c
bug5867: interims commit making course area part of LeaderboardBase[Impl]
2023-07-28 16:37:17 +02:00
Axel Uhl
e0f00b0689
Merge branch 'master' into bug5147
2023-01-10 16:43:37 +01:00
Axel Uhl
58898968ef
bug5627: change ShardingType such that encoding is not idempotent
2023-01-03 18:23:03 +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
24132454b0
bug5792: adjust to Java-11 deprecations (Number constructors, reflection, Hamcrest, minor AWT changes)
2022-12-12 07:35:58 -08: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
d5d578584e
bug5715: fixing test errors for elimination leaderboards and making Series.getRaceColumns() deliver a copy
2022-12-06 00:24:21 +01:00
Axel Uhl
3f3dff9705
bug5715: refactored for performance; getCompetitorsFromBestToWorst now returns Iterable, not List
2022-12-05 16:17:46 +01:00
Axel Uhl
a679cf5236
adjusted code to upgraded JUnit, avoiding deprecation warnings
2022-11-29 13:47:14 +01:00
Axel Uhl
432b9838b3
bug5147: fixed old tests by adjusting mocked races and a few test verdicts
2022-11-08 13:35:35 +01:00
Axel Uhl
2e669c4ea8
Merge branch 'master' into bug5147
2022-11-07 12:58:01 +01:00
Axel Uhl
804f5df550
bug5217: major refactoring, passing through MarkPassingRaceFingerprintRegistry "everywhere"
2022-10-12 15:08:42 +02: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
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
38f5a6caf6
bug5752: fixed discarding and display of discarded results in columns with factors != 1
2022-06-23 17:39:31 +02:00
Axel Uhl
daa8e3ad6e
Merge branch 'master' into bug5655; starting an implementation of a /createapplicationreplicaset REST method
2021-12-16 10:50:27 +01:00
Axel Uhl
52a6bfb2e6
bug5631: added missing test fragment dependencies to gateway.interfaces for new SailingServerFactory dependency
2021-11-30 18:03:49 +01:00
Axel Uhl
5f0f10815c
bug5628: successfully imported competitors from RMSR2021 entry list as CSV
2021-10-22 16:55:03 +02:00
Axel Uhl
9822687737
bug5628: introduced type parameter for tracking connectivity parameters in tracker classes
2021-10-13 15:35:44 +02:00
Axel Uhl
ff695c49f4
bug5619: introduced readConcern parameter for MetadataCollection; use MAJORITY only for tests, otherwise DEFAULT
2021-08-24 11:09:56 +02:00
Axel Uhl
2c622e5b45
patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint
2021-06-19 12:45:03 +02:00
Axel Uhl
04349fbcf1
bug5541: trying to fix test set-up for OSGi environment
2021-05-16 17:21:31 +02:00
Axel Uhl
bac1139ebd
bug5541: drop with WriteConcern.JOURNALED to ensure we don't read old stuff
2021-05-16 17:07:18 +02:00
Axel Uhl
92e4daf56b
bug5541: create a test user explicitly
2021-05-16 14:36:48 +02:00