Commit Graph
27 Commits
Author SHA1 Message Date
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 06cc9faff4 bug6076: add .vak file extension, convert forestay load to tons 2025-02-04 16:45:16 +01:00
Axel Uhl 5f8c4aa6ff bug6076: a first implementation of a new bundle for Vakaros file import 2025-02-03 15:44:18 +01:00
Axel Uhl b26c15c765 bug5970: first compiling version with true heading in GPSFixMoving 2024-02-20 16:58:25 +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 f5cb20ec0a bug5797: refactored wind importers and track importers 2022-12-29 13:11:44 +01:00
Axel Uhl e86232fc3b bug5797: continued introducing Charset argument in more InputStreamReader constructor calls 2022-12-29 10:59:34 +01:00
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +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 71ac6891ff use toLowerCase for all Expedition header column names;
found an issue with some Expedition files reporting COG, others Cog
2019-12-10 00:49:41 +01:00
Axel Uhl 89e8bef9c8 Revert "removed PluginNature from our OSGi bundles; they are not Eclipse plugins";
according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=544977#c21 the
scenario of using the ManifestBuilder without setting the PluginNature is
not a supported scenario. Besides, it doesn't help to get rid of the new
Eclipse warning regarding non-exported packages.

This reverts commit 063484e29f.
2019-05-28 21:54:20 +02:00
Axel Uhl 063484e29f removed PluginNature from our OSGi bundles; they are not Eclipse plugins 2019-05-27 22:53:30 +02:00
Thomas Wiese bdab2c5d7e bug 4813: move SecuredDomainTypes for EXPEDITION_DEVICE_CONFIGURATION to
expeditionconnector
2018-12-07 09:51:59 +01:00
Maximilian Groß 37917a50a4 Merge branch 'master' into bug4491
# Conflicts:
#	java/com.sap.sailing.datamining/src/com/sap/sailing/datamining/data/HasRaceOfCompetitorContext.java
#	java/com.sap.sailing.datamining/src/com/sap/sailing/datamining/impl/data/TrackedLegOfCompetitorWithContext.java
#	java/com.sap.sailing.domain.common/src/com/sap/sailing/domain/common/tracking/impl/BravoExtendedFixImpl.java
#	java/com.sap.sailing.domain/src/com/sap/sailing/domain/maneuverdetection/ManeuverMainCurveWithEstimationData.java
#	java/com.sap.sailing.domain/src/com/sap/sailing/domain/maneuverdetection/impl/ManeuverMainCurveWithEstimationDataImpl.java
#	java/com.sap.sailing.domain/src/com/sap/sailing/domain/tracking/GPSFixTrack.java
#	java/com.sap.sailing.domain/src/com/sap/sailing/domain/tracking/impl/GPSFixTrackImpl.java
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.java
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.properties
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages_de.properties
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages_fr.properties
#	java/com.sap.sailing.server.gateway.serialization/src/com/sap/sailing/server/gateway/deserialization/impl/ManeuverMainCurveWithEstimationDataJsonDeserializer.java
#	java/com.sap.sse.datamining.ui/src/main/java/com/sap/sse/datamining/ui/client/presentation/AbstractTabbedResultsPresenter.java
2018-05-28 08:35:21 +02:00
Axel Uhl 3a5b2fbe54 implemented creation of session per start and setting start line
Change-Id: I614efd18f49bbd65c9db6dee6c55314a2310f8ba
2018-04-30 13:46:51 +02:00
Maximilian Groß ed1fae0c8f divided datamining from sailing specific classes 2018-04-12 07:40:59 +02:00
Axel Uhl bd90f921dd added Automatic-Module-Name headers to satisfy Oxygen.3 Java9 warnings rule 2018-03-24 01:45:37 +01:00
Steffen Schaefer c31a58892f Bug 4371: Consistently supporting import of compressed files for all
expedition file imports
2017-12-21 11:56:05 +01:00
Steffen Schaefer 4facb6a680 Bug 4371: Using expedition importer as preferred importer when importing
GPS fixes during expedition all in one import
2017-12-18 18:28:55 +01:00
Papick Garcia Taboada 86e6cf5205 Removed unused imports 2017-12-14 17:03:26 +01:00
Papick Garcia Taboada 0ce6f90c37 Introduced boolean flag for succesful imports 2017-12-14 16:44:38 +01:00
Axel Uhl 0a4a563eba fixed UTC timestamp handling in Expedition importer; added columns to import
Change-Id: I41a53fbefe0f8e0f24c1f5818c33090c70b5de1d
2017-11-07 23:19:21 +01:00
Axel Uhl 1ad49084da removed the unused enum type FieldType
Change-Id: Iecac8f4dad7f746195e6770ac36ed040f3baf2e6
2017-10-24 14:54:02 +02:00
Axel Uhl d5ce190c58 adjusted Expedition wind importer so it can read Phoenix data; added test case
Change-Id: Ide5c060899877b14428de2a9e833e6ddb330f037
2017-10-18 16:40:23 +02:00
Axel Uhl 3ff8e28d9a refactored Expedition import to use existing CSV logic; first successful import
Change-Id: I05652a329f0115a4e4ce9a225c0aa146461e1f06
2017-10-18 15:12:36 +02:00
Axel Uhl 2d9d0d9850 added Maven support for new expeditionadapter bundle
Change-Id: If3facd3e74bc0dbe1239649af0ed72c31043d552
2017-10-18 13:23:06 +02:00
Axel Uhl 05ec4bc4e1 added bundle com.sap.sailing.domian.expeditionadapter, also to feature.xml, .product and launch configurations
Change-Id: I4848b16da2efc3928f9748048c93c86dc1ad4ee7
2017-10-18 13:20:30 +02:00