Commit Graph
40 Commits
Author SHA1 Message Date
Axel Uhl d4be211589 made most domain objects serializable 2012-04-17 17:32:08 +02:00
Axel Uhl 6ce3396cd6 generated persistent declination information for 2013 2012-04-10 07:12:22 +02:00
Axel Uhl 054368b65a avoid NPEs when importing declination for a new year; started importing declination for 2013 2012-04-09 21:51:13 +02:00
Axel Uhl 8f8c24df4b fixing bug 536, adapting to new NOAA service interface and fixing test verdicts for modified results 2012-04-09 17:33:11 +02: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 4a71aa0c74 Merge remote-tracking branch 'origin/gwt' into spectator
Conflicts:
	java/com.sap.sailing.declination.test/META-INF/MANIFEST.MF
	java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/WindEstimationOnStoredTracksTest.java
	java/com.sap.sailing.domain/src/com/sap/sailing/domain/tracking/impl/BearingCluster.java
	java/com.sap.sailing.gwt.ui.test/src/com/sap/sailing/gwt/ui/test/GwtTestCaseColumnToggling.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/adminconsole/AbstractEventManagementPanel.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/adminconsole/RaceMapPanel.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
2012-01-16 11:42:56 +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
Axel Uhl 00cb2a1348 prepared confidence handling for bearing 2012-01-10 18:14:08 +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
fmittag e4ec273724 remove m2e nature from all .project files 2011-11-09 22:06:14 +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 0282c6a8c8 added Leaderboard interface with first little test cases
Also, streamlined pom.xml files
2011-07-29 15:36:49 +02:00
Axel Uhl 4c7eee61aa read a few more declinations in the new format 2011-07-13 09:15:37 +02:00
Axel Uhl df8cd08de3 fixed splitting of declination strings 2011-07-13 09:10:55 +02:00
Axel Uhl 77d00c18fd don't need the ObjectOutputStream-formatted declinations anymore 2011-07-13 09:06:05 +02:00
Axel Uhl 413a073720 performed a one-time migration of declination stores from ObjectOutputStream to simple text format 2011-07-13 08:53:29 +02:00
Axel Uhl 900b2abc7e reverted back to old but working 2012 declination file (what's wrong with appending?) 2011-07-13 01:27:52 +02:00
Axel Uhl 60b7bf2abe more 2012 declination values 2011-07-13 01:23:07 +02:00
Axel Uhl 52efaeb715 added server tests and fixed them 2011-07-13 01:21:31 +02:00
Axel Uhl 30c64d9b4a more 2012 declinations; expect again exactly 36 stored tracks, hoping that codepage fix works 2011-07-13 01:04:01 +02:00
Axel Uhl 0ff4ecc4b7 more declinations 2011-07-13 00:59:36 +02:00
Axel Uhl dfed955918 also use tractrac.tunnel.host in MultipleClassesInEventTest 2011-07-13 00:56:12 +02:00
Axel Uhl 4646c339be don't tunnel HTTP connection through SSH 2011-07-13 00:55:14 +02:00
Axel Uhl 9f191221d8 for now, made test for tracks read a bit more fuzzy
Some competitor names contain Unicode / non-ISO-8859-1 characters which seem to cause
trouble locaing the respective files under Linux
2011-07-13 00:53:39 +02:00
Axel Uhl 7ba75fdf13 don't use SSH tunnel for http connect for JSON URL 2011-07-13 00:48:22 +02:00
Axel Uhl 3fc3505a97 more 2012 declinations 2011-07-13 00:41:12 +02:00
Axel Uhl 582fc88d18 support tractrac.tunnel.host property 2011-07-13 00:22:38 +02:00
Axel Uhl 96309fd0a6 more of 2012 declination; make MongoDB test access configurable by mongo.host property 2011-07-13 00:00:27 +02:00
Axel Uhl 4b6efffcff fixed parent pom relations 2011-07-12 23:36:17 +02:00
Axel Uhl 0c1f144c7c fixed declination store for 2012 2011-07-12 22:43:06 +02:00
Axel Uhl 8f87ed06af flush after each declination write
Conflicts:

	java/com.sap.sailing.declination/src/com/sap/sailing/declination/impl/DeclinationStore.java
2011-07-12 22:36:49 +02:00
Axel Uhl 73f76d3834 started a test case that reads tracks from Kieler Woche, stores them and then analyzes them 2011-07-12 15:00:30 +02:00
Axel Uhl 493314db08 added JARs to server's lib directory (for Tomcat case), avoiding GWT warnings 2011-07-12 11:12:35 +02:00
Axel Uhl 4316e68cea improved DeclinationStore such that incremental update to store is possible 2011-07-12 11:09:25 +02:00
Axel Uhl b635cd4fa4 refactored wind tracker creation, starting, stopping, registration, unregistration
Preparing for the possibility of other wind receivers, trying to keep the services and
their APIs independent of the receiving path leading via Expedition, UDP and such.
Introduced the new bundle/system property expedition.udp.port which is now used to
determine the port on which the expedition receivers listen for inbound wind data
2011-07-07 13:41:52 +02:00
Axel Uhl 638fdcbd06 display in event/regatta/race tree whether a race is currently being tracked
This makes the "Remove" button slightly better to understand
2011-07-07 10:01:31 +02:00
Simon Pamies b03d9185eb moved all Java stuff to java/ subdir 2011-06-10 16:39:27 +02:00