Commit Graph
63 Commits
Author SHA1 Message Date
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 4db4b95b62 bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them! 2021-02-16 14:58:38 +01:00
Axel Uhl e5f8162369 re-enabled NOAA tests after their web site is up and running again after scheduled maintenance 2021-01-24 22:46:01 +01:00
Axel Uhl 3dfaac2cd8 @Ignore additional NOAA tests during maintenance window 2021-01-22 00:45:16 +01:00
Axel Uhl a68b940c6e temporarily @Ignore NOAA tests as the https://www.ngdc.noaa.gov/ website is down temporarily for scheduled maintenance until 2021-01-22 12:00 MT 2021-01-21 14:57:01 +01:00
Axel Uhl fe5239d117 NOAA declination service back up and running; switched back to NOAA as default implementation 2020-04-09 14:48:41 +02:00
Axel Uhl 1c69efa4dc added magnetic declination model of the British Geological Survey (BGS);
the NOAA site is currently down, and so is the Geomag.info site operated originally by the University
of Colorado. This would currently leave us without any online/live declination service. I've @Ignore'ed
two of the NOAA test suites now to get successful release builds again. We should check the availability
of the NOAA site again soon and maybe re-activate and make NOAA the default again.
2020-04-09 00:07:38 +02:00
Axel Uhl d07b98e67d fixed NOAA tests after the world magnetic model was updated 2019-12-11 15:34:06 +01:00
Axel Uhl eb3039d680 for now comment the Colorado declination tests; the web site magcalc.geomag.info is not reachable since several days
Change-Id: I7ecc8ba0f406fd50300fde9516fb9b168feb557c
2019-09-10 18:08:10 +02:00
Axel Uhl 0d5450a049 reflect update to World Magnetic Model by http://magcalc.geomag.info
Change-Id: I072a7cd3bc29b3ae3f0b556005958a70c3ba45e7
2019-05-16 10:29:18 +02:00
Axel Uhl 58b922c550 un-ignored NOAA tests;
only the testDeclinationQueryNotMatchedInStore test currently only works
for the Colorado declination service because the NOAA service provides
a model only up to end of 2019

Change-Id: I0587e548c93f6572514298f4c1c8069f850eb30e
2019-02-26 11:07:12 +01:00
Robin Kuck ab27f9f155 Merge remote-tracking branch 'origin/master' into bug4469
Conflicts:
	java/com.sap.sailing.server/src/com/sap/sailing/server/RacingEventService.java
2019-01-05 14:30:00 +01:00
Axel Uhl 7da4a216b3 adjusted a declination test case based on 2019 declination data now being cached persistently
Change-Id: Ifc2e30850531fb02ffb64066010c994f018b1eb6
2019-01-02 10:29:31 +01:00
Robin Kuck 753897a917 Merge remote-tracking branch 'origin/master' into bug4469 2018-06-12 23:54:28 +02:00
Robin Kuck 28523ce624 Merge remote-tracking branch 'origin/master' into bug4469
# Conflicts:
#	java/com.sap.sse/src/com/sap/sse/pairinglist/impl/PairingListTemplateImpl.java
2018-04-30 11:56:24 +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
Axel Uhl 31d555f8e2 ignore NOAA declination tests while US Government Shutdown is in effect for NOAA
Change-Id: Iac24bba8e84abafb575fe6c7a06dd5a814f65565
2018-01-23 18:42:16 +01:00
Axel Uhl 26a483532f changed default implementation of declination service from NOAA to Colorado (US Government Shutdown related)
Change-Id: I20274b4bcf78d79ff29fe7e9087f7de925568319
2018-01-23 18:40:58 +01:00
Axel Uhl cc6007291f added the two variants of the SimpleDeclinationTest
Change-Id: I8563494f6b94eb62abcf75895486face59e53bb6
2018-01-23 18:40:07 +01:00
Axel Uhl fc92980189 generalized declination tests so that they also support the Colorado implementation
Change-Id: I7bb9b0013e69a8805d2b04e999375ca6b5dee39a
2018-01-23 18:36:43 +01:00
Axel Uhl 3e7e96f4d0 introduced abstract DeclinationImporter class of which now NOAAImporter and ColoradoImporter are two different implementations
Change-Id: Icc993ccb6b7111a5e30046f09c595d5445ccbf7c
2018-01-23 18:14:30 +01:00
Axel Uhl ddd42f6b5e for independence of NOAA for declination, started an implementation using the University of Colorado's WMM interface
Change-Id: I68681d853fca2548e56057328d8e1bf714cf3e27
2018-01-23 17:53:23 +01:00
Steffen Schaefer 9123771f34 normalized line endings 2017-05-16 09:42:02 +02:00
Steffen Schaefer dd5d1fc745 Using junit and hamcrest from orbit / adjustments for different junit
bundle ID
2016-11-24 13:29:02 +01:00
Axel Uhl ecc21df0ab fixed declination test that was assuming that 2016's declination data would have to come from the online service; now it's persistently cached 2015-09-22 22:15:42 +02:00
Axel Uhl d4cf78c144 fixed further declination test cases 2014-12-16 10:52:12 +01:00
Axel Uhl cce08dcc79 fixed NOAA declination importer and tests; no data anymore for years prior to 2014; annual change now reported in degrees instead of minutes 2014-12-16 10:42:02 +01:00
Axel Uhl bbc2796d59 renamed com.sap.sailing.server.replication bundle to com.sap.sse.replication 2014-11-07 21:47:57 +01:00
Axel Uhl 69de0f2d76 upgraded project settings to Java8, fixed gwt.ui to JavaSE-1.7 explicitly 2014-10-01 15:00:44 +02:00
Axel Uhl 161d823dee updated project compliance settings to JavaSE-1.8 2014-10-01 14:44:22 +02:00
Axel Uhl e9130d38f3 upgraded classpaths to JavaSE-1.8 2014-10-01 14:16:18 +02:00
Axel Uhl 7ece44052d upgraded manifests from JavaSE-1.7 to JavaSE-1.8 as runtime environment 2014-10-01 14:08:19 +02:00
fmittag 5ab7d5af96 unified usage of "require-bundle: org.junit4" for all test bundles 2013-09-02 11:47:06 +02:00
Axel Uhl f1fa1d74f6 moved a few more distance and speed types to domain.common and fixed a grave bug in MeterPerSecondSpeed; added test for improved outlier filtering 2013-08-14 18:00:45 +02:00
Armin Zamani b501d1ca6f Merge branch 'racecommittee_integrated' of
ssh://armin@sapsailing.com/home/trac/git into racecommittee_integrated

Conflicts:
	java/com.sap.sailing.domain/src/com/sap/sailing/domain/leaderboard/impl/AbstractSimpleLeaderboardImpl.java
2013-04-11 00:28:12 +02:00
Jens Rommel 08429d5a92 Turn test bundles to fragments.
- Builds with maven, except know local issue with selenium tests on my machine (due to Selenium/Firefox version mismatch)
- domain.test not suitable for a test fragment, since it contains larger parts of integration-tests using many different down-stream bundles.
2013-01-21 15:58:13 +01:00
Lennart Hensler 5ab2fe025d Removed warnings which came up with Eclipse 4.2 Juno. See Bug 1131 for more information. 2013-01-09 12:13:15 +01:00
D049941 c393031c41 Merge branch 'master' into 'gwt25'
Conflicts:
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/leaderboard/SortedCellTableWithStylableHeaders.java
2012-11-22 15:43:03 +01:00
Axel Uhl 845c766ee5 adjusted more declination test verdicts 2012-04-09 17:38:28 +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