Commit Graph
782 Commits
Author SHA1 Message Date
Axel Uhl bdfb731679 formatting only 2023-01-10 17:44:30 +01:00
Axel Uhl 44b594bb30 removed obsolete Javadoc param comment 2023-01-10 17:32:59 +01:00
Axel Uhl 4f03ff4ee4 Merge branch 'master' into bug5789 2022-12-15 21:23:49 +01:00
service.tip.git abdd851acb [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Ic4d3dc8ced2e5b3b827eadbad0e890813495817c
2022-12-15 16:19:24 +00: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 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 804f5df550 bug5217: major refactoring, passing through MarkPassingRaceFingerprintRegistry "everywhere" 2022-10-12 15:08:42 +02:00
Axel Uhl 56fb8a0890 bug4821: moved Subject attachment to ThreadPoolUtilImpl; use where required 2022-08-16 23:35:45 +02:00
Axel Uhl d0b4f06a0d bug5728: pass through the outlier removal parameter one level more for testing 2022-08-11 21:50:32 +02:00
Axel Uhl 947de37542 bug5728: manually-crafted test fix sequences must not undergo outlier filtering; fighting intermittent MongoDB causality errors 2022-08-11 02:11:56 +02:00
Axel Uhl 7e986ec1c5 bug5728: suspend max speed caching while loading, too 2022-08-10 17:07:19 +02:00
Axel Uhl 434743a578 bug5728: moved outlier filtering into separate class OutlierFilter and used it in FixLoaderAndTracker for competitor tracks 2022-08-10 16:16:02 +02:00
Axel Uhl 59e25fe160 bug5728: added TODO 2022-08-10 13:08:08 +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 59cbdf1e15 bug5741: cache Class.forName results while reading all operations of one RabbitMQ message;
This avoids thousands of expensive Class.forName calls. Now, the next
most expensive thing is reading the class descripors from the stream.
2022-06-16 14:56:26 +02:00
Axel Uhl ac304499cc bug fix for "Boats" column for races with true competitor subset 2022-05-16 12:36:30 +02: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 16a9cdf4a0 bug3901: pass through the request to also copy mark device mappings 2021-10-27 23:23:07 +02:00
Axel Uhl f2ac82f7e7 bug3901: copies marks and course into another regatta; still missing: copying mark device mappings if requested by the user 2021-10-27 22:23:28 +02: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 d6bffa2a0e bug5628: fixed construction of polling URL (seconds, not milliseconds since the epoch) 2021-10-23 15:40:22 +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 552d5a4528 turn log message computation into a supplier to save even the frequent string concatenations 2021-10-12 11:18:18 +02:00
Axel Uhl b3cf07f8aa turn down log level for boat not mapped to competitor in a race from WARNING to FINE 2021-10-12 11:16:37 +02:00
Axel Uhl 68b8e87c00 fixed indentation 2021-10-12 10:06:34 +02:00
Axel Uhl b7b356bc15 Javadoc changes only 2021-09-30 23:50:41 +02:00
Axel Uhl f17cba89d7 fixed typo in Javadoc 2021-09-30 23:46:57 +02:00
Axel Uhl 370d23b983 mongo42driver: uncompilable interims commit with *-legacy bundle removed from our bundle dependencies;
this produces lots of compilation errors, mostly because of MongoClientURI replaced by ConnectionString
2021-08-26 23:29:35 +02:00
Axel Uhl 0bd21957a8 MongoDB Driver update: added org.mongodb.bson to all bundles that require it; now it's down to actual deprecations and functions removed/replaced 2021-08-25 21:53:23 +02:00
service.tip.git da4ad6f41c [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: I5c86e8c03941da1e0b3c941ed2b811598698ccb9
2021-07-15 15:17:17 +00: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
service.tip.git 5197e1fb4a [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Ibd8645ddd9205e8e5f7ecc29b30a9d8b59839cd0
2021-05-07 12:36:43 +00:00
Axel Uhl 019fd6be24 translation: moved _en.properties changes to .properties files; removed extra res/values-en* folders accidentally committed by LXLabs 2021-04-23 22:57:37 +02:00
service.tip.git ac95acb627 [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Ie75de15a55aeb6801c8e52b82daf9e53112748f5
2021-04-22 15:22:43 +00: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
Georg Herdt aa2a98fb3e Merge branch 'master' into bug5480
# Conflicts:
#	java/com.sap.sailing.gwt.ui/.settings/com.gwtplugins.gwt.eclipse.core.prefs
2021-01-23 04:32:41 +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
Georg Herdt fbadad0ef7 switch from java.servlet bundle to osgi-servlet bundle to be able to resolve DTDs and XSD for validation (e.g. web.xml)
bug 5153
2021-01-17 22:10:27 +01:00
Axel Uhl 2c544365e9 fixed capitalization for Sail InSight / Sail Insight powered by SAP 2020-12-10 18:59:49 +01:00
service.tip.git 89fc167a98 [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: I2864d0163c54e6c98dcd358815f84782327cb514
2020-12-10 16:19:59 +00:00
Axel Uhl c350539a18 bug5354: added validation in UI dialog; use empty time range in case startOfTracking is after endOfTracking 2020-12-02 10:32:58 +01:00
Axel Uhl 5050d6ad5c removed empty lines only# with '#' will be ignored, and an empty message aborts the commit. 2020-10-15 16:19:51 +02:00
Muhammad Nagy 9146afadf7 Bug-5384 Fixing email message charset 2020-10-14 12:15:06 +02:00
Axel Uhl 2e5188b5d5 bug5347: updated REST API documentation 2020-09-17 18:58:31 +02:00
Axel Uhl ce0189f4e2 bug5374: passing through request params for GPS fix submission explicitly requesting maneuver and delay to live response 2020-09-17 18:23:45 +02:00
Axel Uhl d208d906a9 bug5374: started adding returnManeuvers param in GPSFixResource 2020-09-17 16:06:41 +02:00
Dennis Aulenbacher 458b3b7960 bug5363: Implemented alternative TrackingConnectorInfo version. 2020-09-08 20:16:28 +02:00
Axel Uhl 1dd362a1ca fixed TrackingConnectorType interface, removing domain pollution with connectors 2020-09-08 14:49:50 +02:00
Axel Uhl 962283ab12 output raceId instead of trackedRaceUuid in leaderboardgroups end point 2020-09-08 14:00:53 +02:00