Commit Graph
1715 Commits
Author SHA1 Message Date
Axel Uhl d85b8882a7 bug5831: added failing test case 2023-04-04 23:12:57 +02:00
Axel Uhl e0f00b0689 Merge branch 'master' into bug5147 2023-01-10 16:43:37 +01:00
Axel Uhl b2e8b69069 force delay between test regatta log entries to enforce timestamp difference 2022-12-29 18:18:11 +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 14c62371a2 bug5147: removed obsolete TODOs, worked on Wiki page ranking.md 2022-11-10 17:30:27 +01:00
Axel Uhl 96a791f588 bug5217: hooked up fingerprint/markpassing loading/storing in MarkPassingCalculator;
added tests, too, and included the fixed and suppressed mark passing
events from the RaceLog in the fingerprint logic
2022-10-12 16:28:19 +02:00
Axel Uhl 12715ccb6f bug5217: major refactoring of mark passing race fingerprint code 2022-10-11 18:54:15 +02:00
Axel Uhl dd1e9c582d bug5728: introduced ScalableDuration; working on documentation 2022-08-01 14:57:01 +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 573d2f6085 bug5741: fixed copy-constructor of DeviceConfiguration 2022-06-17 17:41:14 +02:00
Axel Uhl 82b70ebf09 bug5741: deep copy in DeviceConfiguration copy constructor 2022-06-17 10:45:08 +02:00
Axel Uhl 7c884369c4 bug5741: for MediaTrack and DeviceConfiguration use cloned objects in replication operations 2022-06-16 17:15:39 +02:00
Axel Uhl 05008e9a09 bug5738: implemented logic to skip empty series in CurrentRaceFilterImpl 2022-06-02 21:03:06 +02:00
Axel Uhl 61f6f5508c bug5731: made necessary changes to Race Manager app; fixed durations for the two RRS26 variants 2022-05-31 00:44:06 +02:00
Axel Uhl 954af76f20 bug5731: added RRS26_3MIN as a racing procedure with 3min sequence, otherwise as RRS26 2022-05-30 17:16:09 +02:00
Axel Uhl 5772f0b10a bug5693: removed TrustManager code, assuming Sailti will use valid SSL certificates 2022-03-17 16:46:49 +01:00
Axel Uhl 6841a019a8 bug5687: major refactoring for the pattern of tracking class loader suppliers 2022-03-11 18:20:01 +01:00
Axel Uhl 27116d4e8d added Boat as @Connector in data mining, adding color as dimension, adding competitor short name as dimension 2022-02-10 11:48:53 +01:00
Axel Uhl 6e90c1bd02 bug5628: first half-way working live integration that polls data and merged course data from smartphone tracking connector 2021-10-23 17:15:45 +02:00
Axel Uhl 9cef0e652c bug5628: passing through YellowBrickAdapter instance to tracking connectivity parameters 2021-10-21 20:35:42 +02:00
Axel Uhl 6e49dc0939 bug5626: added new DataMining statistics for projected distance from Stb end of start line (absolute and normalized) 2021-10-08 14:17:41 +02:00
Axel Uhl 44610cccd1 implemented windward distance to start line, refactored race-related data mining stats, moving to race where they belong 2021-09-29 19:23:48 +02:00
Axel Uhl b6e147f4fb Merge branch 'master' into bug5311 2021-09-21 15:28:50 +02:00
Axel Uhl 225678ba29 bug5311: added JSON (de-)serializers for MasterDataImportResult and DataImportProgress and use them in SailingServerImpl 2021-08-20 15:00:57 +02:00
Axel Uhl adf50c41bf bug5419: a first implementation of Refresher/Displayer for Competitors and Boats; for Competitors the refresher is already passed through 2021-07-07 11:15:29 +02:00
Axel Uhl bb5b780bbc bug2918: made RaceLogExcludeWindSourcesEvent unrevokable 2021-06-24 18:35:24 +02:00
Axel Uhl 44850f3ddc bug2918: switched from single wind source to exclude to multiple in RaceLogWindSourcesToExcludeEvent; added finder and listener logic 2021-06-24 18:27:25 +02:00
Axel Uhl a855b43e83 bug2918: added RaceLogExcludeWindSourceEvent[Impl] and corresponding serialization/de-serialization as well as persistence support;
no behavioral logic, no analyzer and no finder yet; no RaceState support yet (if we want that); not driving it yet from WindPanel
2021-06-23 18:34:21 +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 a61bde7a16 bug5576: consider confidence of estimated wind fixes again; lowered confidence of downwind estimation for all boat classes; fixed confidence function for number of boat classes to be less jumpy around 1..2 2021-06-18 12:40:23 +02:00
Axel Uhl 0b5e84083d more intense logging in reconciler when new passes are being created 2021-06-03 13:27:32 +02:00
Axel Uhl 00f726e710 made all variables / parameters on whose value a lock is obtained/released final and adding missing finally clauses 2021-04-16 16:01:34 +02:00
Axel Uhl 83c11f5fd4 resolved ambiguity of com.sap.sse.util package between com.sap.sse and com.sap.sse.shared.android;
renamed the com.sap.sse.util and com.sap.sse.util.impl packages in com.sap.sse.shared.android
to com.sap.sse.shared.util and com.sap.sse.shared.util.impl, respectively; this is supposed to fix
all issues with ambiguous package imports
2021-03-23 21:01:32 +01:00
Axel Uhl 4db4b95b62 bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them! 2021-02-16 14:58:38 +01:00
Axel Uhl bd06b75e3d moved JsonSerializer and JsonDeserializer to com.sap.sse.shared.android to make them re-usable by all web bundles 2021-01-21 16:54:42 +01:00
Axel Uhl 5e63483d77 bug5477: initial implementation producing a RaceLogResultsAreOfficialEvent when TracTrac reports OFFICIAL race status 2021-01-11 18:35:57 +01:00
Axel Uhl e40b457545 bug5241: added priority to DeviceConfiguration 2020-12-10 14:30:32 +01:00
Axel Uhl d587ebf27a bug5241: started to add eventId and courseAreaId to DeviceConfiguration 2020-12-09 22:56:06 +01:00
Georg Herdt 5ba98978cf Merge branch 'master' into bug5410 2020-11-16 19:51:06 +01:00
Georg Herdt 6ca6e8af75 Merge branch 'master' into bug5410 2020-11-09 12:06:28 +01:00
Georg Herdt b3461bb3fb move event id up to simple race info
bug5410
2020-11-09 11:57:39 +01:00
Dennis Aulenbacher 7fe336cc5d Merge branch 'master' into bug5409 2020-11-06 12:35:54 +01:00
Dennis Aulenbacher 9d8201c4a6 bug5409: Renamed CommonMarkPropertiesWithTags to FreestyleMarkProperties
for better distinction.
2020-11-04 16:00:46 +01:00
Dennis Aulenbacher 8afcf69ef1 Removing empty line 2020-10-27 17:41:40 +01:00
Dennis Aulenbacher 24b8e899a6 bug5409: Added De-/-Serialization for CommonMarkPropertiesWithTags; 2020-10-20 14:37:23 +02:00
Dennis Aulenbacher 0e2198b3cd bug5409: Introduced CommonMarkPropertiesWithTags. 2020-10-19 20:10:04 +02:00
Dennis Aulenbacher 1c652dc28a bug5310: New finder type to search RegattaLog for Marks 2020-10-19 10:14:08 +02:00
Dennis Aulenbacher 933d75c3d1 bug5310: Adding getAllMarks method to SharedDomainFactory 2020-10-16 12:48:50 +02:00
Dennis Aulenbacher 51455aebd1 Merge branch 'master' into bug5349
Conflicts:
	java/com.sap.sailing.domain.shared.android/src/com/sap/sailing/domain/base/impl/BoatClassImpl.java
2020-10-14 18:02:39 +02:00
Axel Uhl e1287af75d removed BoatClass.displayName; BoatClass.name is now used throughout 2020-10-14 13:49:44 +02:00