Commit Graph
885 Commits
Author SHA1 Message Date
Axel Uhl cfff09db74 bug6128: prefs files now know about new GWT version 2.11.1 2025-05-22 18:37:23 +02:00
service-tip-git 717577a7f9 [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Ib6bc887c3d4b64bd718d35c197b23a05aa663a3d
2025-02-27 16:13:04 +00:00
Axel Uhl b156c8f911 added start delay to Data Mining 2025-02-19 17:16:14 +01:00
Axel Uhl d727182719 bug6092: refactored tracked leg of competitor retrieval chains for terminal and ongoing 2025-02-12 22:27:44 +01:00
Axel Uhl c86ac61794 bug6092: interims commit, compilable but not done yet 2025-02-12 17:10:50 +01:00
Axel Uhl d1d1521f60 bug6084: only use "real" wind source types in data mining 2025-01-14 18:41:06 +01:00
Axel Uhl e0d777e581 bug6078/bug6079: only require READ_PUBLIC, not READ for Competitor in data mining 2024-12-18 17:26:24 +01:00
Axel Uhl de4ed410a4 allow users to filter/group polar data by sailor profile 2024-12-05 17:53:50 +01:00
Axel Uhl 3a748640e6 Merge branch 'main' into translation 2024-11-22 10:12:47 +01:00
service-tip-git ec89120764 [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: I6b2963b5a2bd121e245ffb941676a582a4f1f526
2024-11-21 16:18:05 +00:00
Axel Uhl 561f656a43 fixed security and session handling in Data Mining;
so far, user sessions were not properly propagated to the executor tasks
/ instructions used to run in particular the data retrieval process.
With this, checking for the current subject/user session was a random
process. This is now fixed by attaching the subject to each instruction
before handing it to the executor
2024-11-20 01:11:00 +01:00
Axel Uhl 146e59402b Merge branch 'main' into translation 2024-11-14 17:58:42 +01:00
service-tip-git 9c93c96a43 [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: I58790c0d00546b795835af3301354b5a529f90fd
2024-11-14 16:21:51 +00:00
Axel Uhl cebd1d4fd9 bug6069 aftermath: factoring the commonalities of Has...OfCompetitor 2024-11-14 11:46:42 +01:00
Axel Uhl 976138e970 bug6069: added sailor profile connector to two more data mining types 2024-11-13 18:07:58 +01:00
Axel Uhl e7ff455676 bug6069: Sailor Profile Name is available as a new dimension in data mining 2024-11-13 18:01:45 +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 e93d1371b7 fixed datamining _de text messages for wind-based XTE 2024-11-13 10:00:59 +01:00
Axel Uhl 54517eb5bf DataMining: fixed one English metric name; added relative start metric 2024-11-11 18:12:20 +01:00
Axel Uhl ea51331950 bug6068: introduced four new @Statistic methods for wind axis-based XTE 2024-11-08 17:26:54 +01:00
Axel Uhl 9f9407da00 bug6066: null handling, factoring commonalities for signed/unsinged 2024-11-07 16:47:29 +01:00
Axel Uhl bc53ea4e4e bug6066: implement additional metrics for signed/unsigned relative XTE;
the value is computed relative to half the leg length (computed as great
circle distance between its from/to waypoints)
2024-11-07 16:30:11 +01:00
Axel Uhl 38018a4922 bug6064: clarified sign of gains/losses in text messages 2024-11-06 15:48:31 +01:00
Axel Uhl a5255853aa bug6064: fixed computing leg rank, using TrackedLegOfCompetitor.getRank();
this way, asking in a leg for exactly the leg finishing time is not
answered by the next let but the leg just finished. This is required to
make the result consistent with what we show in the leaderboard
2024-11-06 15:38:38 +01:00
Axel Uhl 0e5a2b2142 bug6064: expose SliceNumber only on slice, not full tracked leg of competitor 2024-11-06 14:43:55 +01:00
Axel Uhl 29b01c7132 bug6064: implemented slicing of tracked legs of competitors in data mining 2024-11-06 13:02:23 +01:00
Axel Uhl 890ba4acfb Merge branch 'main' into bug6064 2024-11-06 10:55:12 +01:00
Axel Uhl 877d941310 Merge branch 'bug6063' into main 2024-11-06 10:55:00 +01:00
Axel Uhl f191d0934a bug6064: added retriever level for slice of tracked of of competitor 2024-11-06 10:54:31 +01:00
Axel Uhl 36f7d966cc bug6064: interims commit, started to split HasTrackedLegOfCompetitorContext 2024-11-05 17:12:20 +01:00
Axel Uhl db533240b0 bug6063: avoid negative leg fractions, capping to zero 2024-11-05 16:20:06 +01:00
Axel Uhl 5a1a8c29e7 bug6063: added dimension "tenth of leg" for GPS fixes 2024-11-05 16:05:25 +01:00
service-tip-git e72b67b0c4 [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: I4fbb1b6fac427db7bffece6749a67b23c2433a33
2024-09-12 15:25:58 +00:00
service-tip-git a0fa89f2fe [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: If66be5422bf5996d137fa056961d33685d453f63
2024-09-05 15:17:30 +00:00
service-tip-git fd54b8bee2 [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Iddafa45e2db7ae0abbb63326a3174034760552b5
2024-08-29 15:17:28 +00:00
Axel Uhl f319b25482 bug6051: implement leg type of first leg as dimension on Race 2024-08-27 19:05:49 +02:00
Axel Uhl 4700ce2d05 Merge branch 'main' into bug6048 2024-08-23 09:37:59 +02:00
Axel Uhl 2ffb3e7b5f bug6048: implemented new statistic for duration since start to first tack 2024-08-22 23:48:03 +02:00
service-tip-git 0fae581201 [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: I176af378b465f9247e8d8b2984e4dc9384fd830f
2024-08-22 15:21:44 +00:00
Axel Uhl 53cde45ae9 bug5935: introduced "Discarded" as new dimension for race results 2024-08-15 18:12:34 +02:00
Petr Janacek b4b2b939a3 Added boat class RS Vareo, changed spinnaker setting for class RS Tera 2024-06-28 15:25:25 +02:00
Axel Uhl 1833af9eeb removed extra space from comment 2024-03-24 00:07:31 +01:00
service-tip-git-serviceuser 3b6f0becb6 [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Ifeb5d305d198e68578edbd8b5bc1c38dda2c8576
2024-01-04 16:18:09 +00:00
service-tip-git-serviceuser 0346444f3d [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Id5d51820bdfcab6687034890547c2a3b78c63b40
2023-12-28 16:15:28 +00:00
Axel Uhl c532123b1a bug5932: return null for distance/duration ratios with zero denominator 2023-12-28 01:17:50 +01:00
Axel Uhl 7467348f50 bug5932: added statistics on leg/race of competitor for tack type ratio 2023-12-27 18:57:57 +01:00
Axel Uhl 3b374b06c5 bug5932: fixed NPE 2023-12-27 16:14:44 +01:00
Axel Uhl 9911530258 bug5932: added test for segment ending on a mark passing; fixed issues for tack type segment calculation 2023-12-27 15:52:48 +01:00
Lisa 0666540dab bug5932: merge master 2023-12-20 17:34:47 +01:00
Axel Uhl b84ea9a67e added smoothed speed as @Statistic on GPS fixes 2023-12-20 11:05:43 +01:00