Axel Uhl
e4e142d936
bug6229: removed now unused parameter for event/regatta time range filtering
2026-04-06 23:34:05 +02:00
Axel Uhl
863468baa2
bug6229: first implementation to filter by Regatta/Event end time during fix import
2026-03-30 18:35:05 +02:00
Axel Uhl
4e90ebea2f
bug6223: encapsulate queue size calculation in SimulationService
2026-03-27 19:57:24 +01:00
Axel Uhl
b45dae9412
bug6223: return null from SimulationServiceImpl.getSimulationResults if not cached
2026-03-27 11:06:02 +01:00
Axel Uhl
0716fd6a73
bug6222: keep ordering of fixes loaded from DB in TopLevelMasterdata;
...
this avoids the use of a HashSet and instead uses LinkedList to keep the
order of items added
2026-03-25 00:38:47 +01:00
Axel Uhl
b2e4e7298a
Merge branch 'main' into bug5959
2026-03-07 22:45:42 +01:00
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
Axel Uhl
e927669914
bug5959: formatting, whitespaces
2025-11-17 13:45:32 +01:00
Axel Uhl
20bb4e7734
Merge branch 'main' into bug5959
2025-10-24 11:16:12 +02:00
Axel Uhl
4fd6731f62
bug6157: renamed com.sap.sailing.domain.tracking to com.sap.sailing.domain.shared.tracking in com.sap.sailing.domain.shared.android;
...
same for the corresponding .impl package; this removes the ambiguity
with the com.sap.sailing.domain bundle that exports the same packages.
2025-09-24 17:14:12 +02:00
Luise Henning
0949ae0b4c
ManeuverFingerprintRestry added
2025-09-24 16:08:59 +02:00
Axel Uhl
6d3e7564cf
formatting/comment changes only
2025-07-30 16:11:14 +02:00
Axel Uhl
5b235ca352
bug6135: improved logging of master data import operation
2025-07-03 12:00:54 +02: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
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
cea7f47a4a
bug5450: implement Percent Target Boat Speed as leaderboard column;
...
for ORC PCS compute it based on implied wind divided by current wind
speed
2025-02-06 11:30:38 +01:00
Axel Uhl
76c41ae067
bug6091: implemented percent target boat speed for chart/tails
2025-01-29 13:48:09 +01:00
Axel Uhl
6ed60b500a
bug6077: moved functionality for competitor details from SailingService to RacingEventService
2024-12-16 14:55:24 +01:00
Axel Uhl
2a614484d8
bug6069: interims commit; made SailorProfilePreferences available through com.sap.sailing.server.interfaces
2024-11-13 14:23:50 +01:00
Axel Uhl
7d075ed3dc
Merge branch 'main' into bug5067
2024-09-11 00:43:59 +02:00
Axel Uhl
fcd8c6fdcc
bug5076: stop tracking and remove tracked race when "un-denoting"
2024-09-10 18:27:58 +02:00
Axel Uhl
c39fc1f5bc
bug5587: introduced WindTrack.add(Iterable) for mass insert
2024-08-22 12:04:15 +02:00
Axel Uhl
681bec61cf
bug6007: implemented logging for event and regatta creation
2024-06-05 15:20:16 +02:00
Axel Uhl
c34a90a3db
bug5982: use TrackedRegatta.getExistingTrackedRace(RaceDefinition) where possible;
...
this avoids most of the blocking calls to
TrackedRegatta.getTrackedRace(RaceDefinition) which can lead to endless
waits, depleting pool and other threads when called while a race is
being removed
2024-03-14 15:23:01 +01:00
Axel Uhl
0c9c4b60e7
Merge branch 'master' into bug5960
2024-02-26 15:18:04 +01:00
Axel Uhl
b26c15c765
bug5970: first compiling version with true heading in GPSFixMoving
2024-02-20 16:58:25 +01:00
Axel Uhl
abfdc3e632
bug5960: completed CourseConfigurationDTO and field types, added corresponding converters
2024-02-13 17:42:12 +01:00
Axel Uhl
6adbfeb028
bug5960: comment changes only
2024-02-12 16:57:11 +01:00
Axel Uhl
c911efe2f8
turn com.sap.sailing.server.interface to lazy bundle
2024-01-09 10:59:57 +01:00
Axel Uhl
8ac81931dc
bug3286: explicit parameter controls whether to load race logs upon configuring race log store
2024-01-02 15:56:26 +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
08e8f96478
bug fix: apply competitor updates also for league set-up
2023-08-10 15:00:59 +02:00
Axel Uhl
9dd347b7c2
bug5866/bug5867: pass through centerPosition/radius for CourseArea creation
2023-08-02 16:07:06 +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
1325f60a0b
bug5873: persistence, UI, and replication for incremental score offsets;
...
no evaluation yet when calculating scores; that's the next step
2023-07-25 14:33:28 +02:00
Axel Uhl
2e669c4ea8
Merge branch 'master' into bug5147
2022-11-07 12:58:01 +01:00
Finn Huelsbusch
580360668d
Merge master into branch
2022-10-13 10:06:37 +02:00
Axel Uhl
804f5df550
bug5217: major refactoring, passing through MarkPassingRaceFingerprintRegistry "everywhere"
2022-10-12 15:08:42 +02:00
Axel Uhl
9ea955ae2c
Merge branch 'bug5217'
2022-10-12 09:52:02 +02:00
Finn Huelsbusch
eef846e4c7
Merge remote-tracking branch 'origin/master' into bug5147
2022-10-11 19:37:30 +02:00
Axel Uhl
12715ccb6f
bug5217: major refactoring of mark passing race fingerprint code
2022-10-11 18:54:15 +02:00
Axel Uhl
af9e1d8a01
removed obsolete "throws NoWindException" clause
2022-10-11 10:58:45 +02:00
Finn Huelsbusch
1f1b3b8fef
merge master into bug 5147
2022-10-03 09:53:35 +02:00
I550803
5c9ee583ae
Merge branch 'master' into bug5217
2022-10-01 15:23:19 +02:00
Axel Uhl
d7f6587ffc
bug5715: when removing a leaderboard referenced as a tie-breaking leaderboard, also remove the referencing leaderboard
2022-09-30 11:27:44 +02:00
Axel Uhl
4c3d99d871
bug5715: introduced new leaderboard type RegattaLeaderboardWithOtherTieBreakingLeaderboard
2022-09-28 18:50:09 +02:00
Axel Uhl
4a7effef93
bug5715: added oneAlwaysStaysOne to Series and RaceColumn throughout
2022-09-28 11:27:48 +02:00
I550803
e2d3099713
Merge branch 'master' into bug5217
2022-09-25 20:15:18 +02:00
I550803
241a7ff224
bug5217: added comments and fixed a bug in the formJSON method of the fingerprintImpl
2022-09-25 20:14:02 +02:00