Commit Graph
43951 Commits
Author SHA1 Message Date
Axel Uhl 6c1c1e9dd6 added iOS Sail InSight signing specification file
Change-Id: I57efa74171525d524858230e7f4ef189cbc57f81
2018-07-10 14:59:30 +02:00
Axel Uhl 23c451968d Merge remote-tracking branch 'server/master'
Change-Id: Ieea8ff186c815e282d5cefed4913f90288661c76
2018-07-10 14:58:27 +02:00
D067890 cf3d5108c8 bug4104: added method to add RaceLogEvents for tags into RaceState 2018-07-10 12:39:12 +02:00
D067890 897b8ecd85 bug4104: Added second RaceLogTagEventImpl Constructor 2018-07-10 12:37:07 +02:00
D067890 ab00677503 Updated wrong parameter 2018-07-10 12:35:43 +02:00
D067890 b9a21503ae Added access to Deserializer and added further visit method 2018-07-10 10:50:08 +02:00
D067890 5fcfa6a135 return result instead of null 2018-07-10 10:49:15 +02:00
Steffen Schaefer e2012db4cd Merge branch 'bug4659' 2018-07-10 09:22:11 +02:00
Axel Uhl a5f0b634ba Merge remote-tracking branch 'origin/bug4663' 2018-07-10 00:05:03 +02:00
Axel Uhl 3d9e229100 Merge branch 'bug4629' 2018-07-09 23:28:05 +02:00
Vladislav Chumak 4998bfaded Extended estimation data serializer with waypointsCount attribute 2018-07-09 19:40:31 +02:00
Vladislav Chumak 5f576ea1e6 Merge remote-tracking branch 'origin/master' into maneuver_refactoring 2018-07-09 19:29:24 +02:00
Vladislav Chumak 122dfb293c Refactored estimation data serializers + added mark passings count 2018-07-09 19:27:48 +02:00
Kai Börnert 9ea6ddf7a1 hide meaneuvertable on mobile, so that more space is available for the
map
2018-07-09 17:38:58 +02:00
Henri Kohlberg 60430a36f1 Merge branch 'bug4104' of ssh://sapsailing.com/home/trac/git into bug4104 2018-07-09 17:07:37 +02:00
Henri Kohlberg f9e76bcd71 Bug 4104: Added first version with collapsable panel for tags at the right side of RaceBoard. 2018-07-09 17:07:08 +02:00
Axel Uhl f711c217d1 Merge remote-tracking branch 'server/bug4629'
Change-Id: I2fe1a6e85456f620c9820ca63d8a630a47a8c442
2018-07-09 16:37:27 +02:00
Kai Börnert e984cb353d removed unnecessary very spamming log output 2018-07-09 16:34:18 +02:00
D067890 0ede320c21 Added RaceLogEvent for tagging, added fitting visit methods 2018-07-09 16:21:25 +02:00
Kai Börnert d3f388f4bd Merge branch 'master' into bug4635
# Conflicts:
#	java/com.sap.sailing.www/release_notes_admin.html
2018-07-09 13:07:13 +02:00
Kai Börnert 28c542b6a1 bug4659 ensure notifications are also properly shown in raceboard 2018-07-09 11:30:23 +02:00
Steffen Schaefer 65f3bf6ccd Bug 4663: prevent NPE in FixLoaderAndTracker due to bad timing 2018-07-09 10:49:51 +02:00
Axel Uhl a1c5ee246b catch Throwable instead of Exception to also catch AssertionErrors 2018-07-09 09:16:04 +02:00
Axel Uhl d510aaffe5 added a comment
Change-Id: I064852e27210946caafd3efbf61645b539bced4b
2018-07-09 09:16:04 +02:00
Lennart Hensler f384a85a58 Fixed the source paths of the DataMiningResources 2018-07-09 09:16:04 +02:00
Lennart Hensler 7d07b8fe48 First attempt to correct the maneuver count calculations of TrackedRaceOfCompetitor 2018-07-09 09:16:04 +02:00
Vladislav Chumak 80de00ec48 Added parameters to get maneuvers and gps fixes before and after
start/finish line
2018-07-09 09:16:03 +02:00
Alessandro Stoltenberg 656e16545d bug4614: Changed getDoubleValue() in SortableMinMaxColumn to return the desired value according to the rendering order. 2018-07-09 09:16:03 +02:00
Vladislav Chumak 53abb3e730 Added export for gps fixes with estimation data 2018-07-09 09:16:03 +02:00
Vladislav Chumak 2774989686 Added polar feature to exported estimation data + corrected polars bugs 2018-07-09 09:16:03 +02:00
Vladislav Chumak b34d97e89e Removed outdated javadoc 2018-07-09 09:16:03 +02:00
Vladislav Chumak c6e90300c2 Added maneuver detection implementation for extremely low GPS sampling
rates
2018-07-09 09:16:03 +02:00
Axel Uhl 6a07cd7438 bug4614: introduced SortableMinMaxColumn to factor out the commonalities of columns sorted by absolute and real value
Change-Id: I10f0efbb1e63e694e4575b1322124cd8041e82db
2018-07-09 09:16:02 +02:00
Axel Uhl 69fe7755ca code formatting
Change-Id: If53e49429cbabba1c0a452b3cb409f1a34b48862
2018-07-09 09:16:02 +02:00
Vladislav Chumak 6370b242fb Reduced course change limit for maneuver section extension 2018-07-09 09:16:02 +02:00
Vladislav Chumak 51a44ee082 Changed max turning rate threshold for stable course analysis to 1 2018-07-09 09:16:02 +02:00
Vladislav Chumak 87475ae406 Added handling for mark-passing set with finish-line passing only 2018-07-09 09:16:02 +02:00
Vladislav Chumak d9f857d31c Fixed double occurence of the first speed with bearing step 2018-07-09 09:16:02 +02:00
Vladislav Chumak 46578905d4 Refined stable course analysis 2018-07-09 09:16:01 +02:00
Alessandro Stoltenberg 9f1f400236 bug4614: created a sortable column that takes a signed value for speed change and maneuverloss in ManeuverTablePanel.java 2018-07-09 09:16:01 +02:00
Vladislav Chumak 2167182d81 Improved maneuver splitting at mark passing time points 2018-07-09 09:16:01 +02:00
Vladislav Chumak 69c319138b Adjusted getSpeedWithBearingSteps() to return steps with time points
which ALWAYS correspond to non-raw fixes
2018-07-09 09:16:01 +02:00
Axel Uhl 09ec0ce804 Merge branch 'master' into bug4629
Change-Id: Ie185ba5fc28e7dfc3ec5d8000ff4f872459c7023
2018-07-09 01:32:06 +02:00
Axel Uhl f8a6787630 Merge remote-tracking branch 'server/master'
Change-Id: I3998cb24e37d2162454c55344b70ab784e31773d
2018-07-09 01:30:36 +02:00
Axel Uhl 79e0fbf81a bug4629: update caches while still under the track's read lock
Change-Id: Ie07034aaec9b55f2f620ccab2d82e89fdf64d817
2018-07-09 01:09:17 +02:00
Axel Uhl ad698cdf6a an always failing test case for bug4629
Change-Id: I83cb2529fcb0fa31ab4292d2e34da19838a4e1b9
2018-07-09 00:41:49 +02:00
Axel Uhl 912d91c685 started with some meaningful test logic for bug4629, asserting how the foiling distance cache shall behave
Change-Id: I3da1f8beba23ed9ab9a6ad27e880ccfcad14930f
2018-07-09 00:01:04 +02:00
Axel Uhl cdf2e5d33c added a basic test frame for bug4629
Change-Id: Ic9829f46dc40ff974edbfadd493e6bdef75325c5
2018-07-08 23:38:16 +02:00
Axel Uhl b09437e1a7 catch Throwable instead of Exception to also catch AssertionErrors 2018-07-08 23:20:12 +02:00
Axel Uhl b262f492c9 added a comment
Change-Id: I064852e27210946caafd3efbf61645b539bced4b
2018-07-08 23:10:12 +02:00