Commit Graph
65 Commits
Author SHA1 Message Date
Axel Uhl 987fbfb30e implemented de-serialization through DomainFactory for Buoy, Competitor, Nationality, Waypoint, ControlPoint 2012-04-23 12:17:04 +02:00
Axel Uhl b4fb3c460a added remaining leaderboard manipulation operations 2012-04-19 10:14:57 +02:00
Axel Uhl 8fd3667793 increased resolution for raw COMBINED fixes to 10s; constrain MarkPosition loading to tracked time 2012-03-09 00:04:50 +01:00
Axel Uhl aaa2985ab2 adjusted MongoDB test to new WindSource / WindSourceType split 2012-03-08 13:27:57 +01:00
Axel Uhl e92e1cff66 force time points to change in MongoDB test, hoping to fix unpredictable behavior 2012-03-08 13:15:02 +01:00
Axel Uhl cc009ff5c1 trying to load persistent wind tracks during construction of TrackedRaceImpl; untested 2012-03-06 18:01:47 +01:00
Axel Uhl 102e764b73 increasingly adjusted to WindSource/WindSourceType divide 2012-03-05 21:29:32 +01:00
Lennart Hensler 76b836a8b1 Created test for a reference break between a LeaderboardGroup and a
Leaderboard in the MongoDB
2012-02-10 12:37:59 +01:00
Lennart Hensler 2b6db845ca Improved query for getting ungrouped leaderboards 2012-01-27 11:52:27 +01:00
Lennart Hensler b4307a5762 RaicingEventService loads now Leaderboards and LeaderboardsGroups 2012-01-27 09:39:28 +01:00
Lennart Hensler 729db854b8 Improved LeaderboardGroup persistance test 2012-01-26 17:00:38 +01:00
Lennart Hensler 23a1d69bbc Added storing and retrieving test for LeaderboardGroups 2012-01-26 15:10:10 +01:00
Axel Uhl 22b24c0450 switched all projects to Java7 except for those used by as GWT source 2012-01-19 10:01:36 +01:00
Lennart Hensler 02a293360e Moved QuadTree to *.common + Added Cache to Geocoder 2012-01-12 18:23:54 +01:00
Lennart Hensler 51d874d192 More Refactoring + Improvements of getRacePlaces() 2012-01-12 14:48:00 +01:00
Lennart Hensler d7108af177 First try to build after using Position in Geocoder 2012-01-11 11:44:14 +01:00
Lennart Hensler ec3bb51440 Refactoring done 2012-01-10 16:33:46 +01:00
fmittag 531aa0166f clean up of all version in all pom.xml files
- changed 0.0.1-SNAPSHOT to 1.0.0-SNAPSHOT
- changed product version from 1.1.0 to 1.0.0
- removed unnecessary <version> tags in plugins
2012-01-04 16:04:23 +01:00
Axel Uhl 9e388831e3 moved Util class to domain.common and use its Pair/Triple utility classes also in gwt.ui 2011-12-30 09:49:02 +01:00
Axel Uhl 5c8e8a9637 Merge branch 'gwt' into osgi_mvn_refactoring
Conflicts:
	java/com.sap.sailing.domain.test/META-INF/MANIFEST.MF
	java/com.sap.sailing.feature/feature.xml
	java/com.sap.sailing.gwt.ui.test/META-INF/MANIFEST.MF
	java/com.sap.sailing.mongodb.test/META-INF/MANIFEST.MF
2011-12-29 14:56:10 +01:00
Axel Uhl 4398a0e3e2 introduced com.sap.sailing.domain.common project which lets us share between domain and gwt.ui 2011-12-29 10:57:25 +01:00
Axel Uhl c972c9e3d1 Merge branch 'gwt' into osgi_mvn_refactoring
Conflicts:
	java/com.sap.sailing.gwt.ui.test/.gitignore
	java/com.sap.sailing.gwt.ui.test/META-INF/MANIFEST.MF
	java/com.sap.sailing.server.api/.project
	java/com.sap.sailing.server.test/META-INF/MANIFEST.MF
	java/com.sap.sailing.server/META-INF/MANIFEST.MF
	java/com.sap.sailing.server/SailingServer (No Proxy).launch
	java/com.sap.sailing.server/SailingServer (No Proxy, No Tests).launch
	java/com.sap.sailing.server/SailingServer (No Proxy, Remote Debug SAP VM).launch
	java/com.sap.sailing.server/SailingServer (Proxy).launch
	java/com.sap.sailing.server/src/com/sap/sailing/server/impl/Activator.java
2011-12-28 15:37:10 +01:00
Axel Uhl 82077866ce started to introduce a flag on TrackedRace identifying whether the first leg is known to be upwind 2011-12-20 16:10:56 +01:00
fmittag 12d589e4a7 fix the manifest files of the test bundles 2011-12-19 14:07:22 +01:00
Axel Uhl e9975f81a6 use MongoDBConfiguration consistently for test cases 2011-12-19 11:33:39 +01:00
fmittag 18a21b56d2 add missing package import for test bundles 2011-12-16 17:21:24 +01:00
Axel Uhl e7de36d02b increased waiting interval to absolutely make sure we don't get two equal time stamps 2011-12-13 11:44:51 +01:00
Axel Uhl f0f74eb63f added an API project intended to contain code shareable between GWT and non-GWT bundles 2011-12-07 10:18:08 +01:00
fmittag 956532b362 first version... the PDE build works against a target platform referencing local p2 repositories generated by a script file... 2011-12-06 16:42:25 +01:00
Axel Uhl b5045d27e9 use longer timeout between Mongo sessions 2011-12-05 22:17:58 +01:00
fmittag e1c2918e27 refactoring of the MongoDBService to be configurable (TEST, PROD, etc.)
apply the new service to all tests
2011-11-25 13:59:41 +01:00
Axel Uhl 93ccfe55d6 refactored: moved functionality for TrackedRace creation including constants for default averaging times 2011-11-14 22:37:06 +01:00
Axel Uhl 00b2749202 refactored to get rid of the "token" approach for updating / retrieving RaceDefinitions from tracker 2011-11-14 21:55:31 +01:00
Axel Uhl ef4547357f Moved top-level cache for TrackedEvent from TracTrac-specific DomainFactory to RacingEventService;
introduced a TrackedEventRegistry interface in com.sap.sailing.domain that is now extended by
RacingEventService as well as a dummy implementation for use by tests
2011-11-14 17:00:17 +01:00
fmittag e4ec273724 remove m2e nature from all .project files 2011-11-09 22:06:14 +01:00
Axel Uhl e62231feaa introduced separate persistence bundles for domain, tractrac and swisstiming bundles 2011-11-08 18:06:44 +01:00
Axel Uhl 2a12d45fc0 refactored Mongo DB connector: new Activator which encapsulates DB connection 2011-11-08 17:10:10 +01:00
Axel Uhl 2cd4fb082e added preferences files; removed generated files from git; added missing RaceAverageSpeedColumn.java 2011-10-05 23:51:26 +02:00
Axel Uhl 765986439d renamed waiting methods to getAndWait... 2011-10-04 12:37:05 +02:00
Axel Uhl f27814745d renamed get... and create... methods to getOrCreate... if they get or create ... 2011-10-04 12:35:11 +02:00
Axel Uhl cbe3038325 added test for + character in competitor names for leaderboard persistence 2011-10-02 09:38:09 +02:00
Axel Uhl e7e1c1c45d transmit boat speed/bearing for display in RaceMapPanel; store successfully connected yet empty config in DB 2011-09-29 12:23:28 +02:00
Axel Uhl e3dae51ebf added sailID to Boat; reduced number of decimals for distance to 0 2011-09-22 10:12:51 +02:00
Axel Uhl 6f274aa51b encode/decode keys used in Mongo coming from arbitrary strings to avoid leading $ and . in between 2011-09-13 20:58:26 +02:00
Axel Uhl 2250812f97 added a test for score correction and max points reason in same leaderboard/different columns 2011-08-24 15:06:11 +02:00
Axel Uhl b2f16afabf added test for max-points-reason storage 2011-08-24 15:04:34 +02:00
Axel Uhl 92c371a38e successful leaderboard score correction persistence test; fixed again discarded result sorting in leaderboard 2011-08-24 14:54:59 +02:00
Axel Uhl 0b262e20cd whitespace change only 2011-08-24 11:07:47 +02:00
Axel Uhl e148f685ee added test about ignoring medalRace argument if column in leaderboard already exists 2011-08-24 11:05:14 +02:00
Axel Uhl ba07d4d7e3 another test for leaderboard carried points persistence 2011-08-24 10:52:25 +02:00