Commit Graph
35 Commits
Author SHA1 Message Date
Axel Uhl b4fb3c460a added remaining leaderboard manipulation operations 2012-04-19 10:14:57 +02:00
Axel Uhl 598bb96720 made more classes serializable; a first serialization / deserialization test for a GPSFixTrack now works 2012-04-18 13:04:22 +02:00
Axel Uhl d4be211589 made most domain objects serializable 2012-04-17 17:32:08 +02:00
Axel Uhl 4b8f009418 pass-through argument for wind estimation cache invalidation to fix test cases by setting delay to 0 2012-03-17 00:00:05 +01:00
Axel Uhl f672125de9 distinguish whether or not to use a wind source's speed; provide human-readable wind source names 2012-03-12 16:56:17 +01:00
Axel Uhl 6051b3a972 ensure the presence of an index in WIND_TRACKS by event name 2012-03-09 23:40:18 +01:00
Axel Uhl d5ae513261 working towards solving bug 382; introduced default base confidences per WindSourceType 2012-03-09 12:20:54 +01:00
Axel Uhl 59d049042d working towards solving bug 374; Wind records are now written and read with their optional source ID 2012-03-07 09:06:52 +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 69a67b6f15 fixed NPE in MongoDB adapter when loading wind fixes without position specification 2012-02-29 13:07:14 +01:00
Axel Uhl 767289f284 avoid explicit cast to Double in Mongo persistence adapters; cast to Number instead and use doubleValue();
this should fix issues with wind databases after export/import where it seems that an exported even double
value is imported again as an Integer object instead of the Double that it originally was written as.
2012-02-29 00:18:09 +01:00
Lennart Hensler 24e419f6e9 Added java doc to leaderboard group specific methods 2012-02-20 15:43:41 +01:00
Lennart Hensler 2b6db845ca Improved query for getting ungrouped leaderboards 2012-01-27 11:52:27 +01:00
Lennart Hensler cf977dcb6b Added remove and remane for LeaderboardGroups to MongoObjectFactory 2012-01-27 09:46:14 +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 beda0a5e4d Added method to get leaderboards from the database which aren't in a group 2012-01-26 15:48:00 +01:00
Lennart Hensler 60eb33f4af Changed DB leaderboard references in LeaderboardGroups 2012-01-26 15:15:53 +01:00
Lennart Hensler ac8366e0dc Added loadLeaderboardGroup-Functions to DomainObjectFactory 2012-01-26 13:46:41 +01:00
Lennart Hensler ff18a4f4c9 Added storeLeaderboardGroup() to MongoObjectFactory 2012-01-26 12:26:56 +01:00
Axel Uhl 856695bddf load and save event name and race name as a RaceIdentifier on the leaderboard columns 2012-01-24 10:55:32 +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 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 de63aed8fd preparation work for a virtual wind track based on wind estimation 2011-12-23 13:47:00 +01:00
fmittag 86f8236dbc add missing .gitignore files 2011-12-13 11:58:28 +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 1309a47f43 added pom.xml files for new bundles 2011-11-08 18:06:17 +01:00
Axel Uhl e62231feaa introduced separate persistence bundles for domain, tractrac and swisstiming bundles 2011-11-08 18:06:44 +01:00