Commit Graph
24 Commits
Author SHA1 Message Date
Axel Uhl c38a59c518 Merge branch 'master' into search 2014-06-03 01:11:54 +02:00
Axel Uhl 2157f02c5b Merge branch 'master' into search
Conflicts:
	java/com.sap.sailing.domain.persistence/src/com/sap/sailing/domain/persistence/impl/DomainObjectFactoryImpl.java
	java/com.sap.sailing.domain.persistence/src/com/sap/sailing/domain/persistence/racelog/tracking/impl/MongoGPSFixStoreImpl.java
	java/com.sap.sailing.domain.racelogtrackingadapter/src/com/sap/sailing/domain/racelogtracking/impl/RaceLogRaceTracker.java
	java/com.sap.sailing.domain.racelogtrackingadapter/src/com/sap/sailing/domain/racelogtracking/impl/RaceLogTrackingAdapterImpl.java
	java/com.sap.sailing.domain.racelogtrackingadapter/src/com/sap/sailing/domain/racelogtracking/servlet/RecordFixesPostServlet.java
	java/com.sap.sailing.server.gateway/src/com/sap/sailing/server/gateway/trackfiles/impl/TrackFilesImportServlet.java
2014-06-03 01:10:25 +02:00
Fredrik Teschke a24c8764a6 fix testcase which failed due to old KML withouth timestamps 2014-06-03 01:08:56 +02:00
Fredrik Teschke 24787bd9bf add metadata collection for GPSFixStore 2014-06-03 00:52:54 +02:00
Fredrik Teschke 492d2970bf use TrackFileImportDeviceId in GPSFixImporter callback instead of generic DeviceId 2014-06-03 00:51:56 +02:00
Axel Uhl 0c47e86304 moved Pair and Triple from com.sap.sailing.common.Util to com.sap.sse.common.Util and introduced all missing dependencies on com.sap.sse.common 2014-06-02 23:31:26 +02:00
Fredrik Teschke 696484f194 changed interface of GPSFixImporter, so that the importer generates the device identifier 2014-06-02 22:05:31 +02:00
Fredrik Teschke f7df3a7aca read GPX extensions without JAXB unmarshalling them 2014-06-02 20:12:18 +02:00
Fredrik Teschke 4c6f064c33 add testcase to see if GPX extensions can be accessed from RouteConverter 2014-06-02 20:10:29 +02:00
Fredrik Teschke f046521bfe abstracted import functionality, so that it is route-converter independent
- use OSGi service registry to register and find import services
- user may specify importer to use, or else rely on file-extension based resolution
- moved and renamed some import/export classes
2014-05-30 00:02:31 +02:00
Fredrik Teschke 4dc1ae1ea1 add support for alle track file formats natively supported by RouteConverter 2014-05-09 07:39:47 +02:00
Fredrik Teschke 49ca30c0a1 added additional fields to track file import identifier 2014-05-02 12:52:50 +02:00
Fredrik Teschke b9e28d811b added track file import 2014-05-02 03:41:19 +02:00
Axel Uhl 199268e36e make work under Windows again where canonical paths contain \ characters that don't parse into a URI 2014-01-17 23:06:02 +01:00
Axel Uhl 803cf57e35 cleaned up after bug 1700; generate a file:// URL based on a canonicalized path instead of fetching from class loader;
the class loader generates a JAR URL when loading the tests from the JAR during Hudson / maven / tycho tests;
this cannot properly be processed by TracTrac.
2014-01-17 21:31:47 +01:00
Axel Uhl e2b430ae14 fixed bug 1700 by migrating remaining online TracTrac tests to using locally-stored files 2014-01-17 14:59:24 +01:00
fmittag 5ab7d5af96 unified usage of "require-bundle: org.junit4" for all test bundles 2013-09-02 11:47:06 +02:00
Fredrik Teschke af1098020c removed no longer existent source folder from build.properties 2013-07-04 10:20:13 +02:00
Fredrik Teschke 9b7f827ee4 added test launch for proxy 2013-07-04 10:17:16 +02:00
Fredrik Teschke 5c29e5a407 fixed all data sources for export 2013-07-04 09:56:51 +02:00
Fredrik Teschke 28aee3cbe6 major restructuring of export, in addition to enhanced output (snyched write to outputstream whenever thread is ready) 2013-07-04 03:41:01 +02:00
Fredrik Teschke 6b9c4aaf30 fixed test 2013-07-03 23:40:06 +02:00
Fredrik Teschke 60a11e2338 updated test 2013-07-03 22:43:29 +02:00
Fredrik Teschke 48d57ead7e added export functionality 2013-06-28 19:10:17 +02:00