Benjamin Barth
5590f79189
Moved GPSFixStore implementation and removed "Mongo" from class name,
...
because it is no longer MongoDB specific
2016-04-11 13:36:51 +02:00
Papick Garcia Taboada
40a79d8ded
Merge commit 'd1b03bb576b58765444b4f0a44c5ab7f435a5740' into foiling2
2016-04-06 09:45:08 +02:00
Axel Uhl
51db0d9f2d
create competitor for test case through DomainFactory/competitor store to ensure that device mapping event is properly resolved
...
Change-Id: I62d218047399fd2e3a8b9741ebc029e6156180c3
2016-04-01 10:40:02 +02:00
Benjamin Barth
56121e93d1
Added SensorFixStore reference to RacingEventService
2016-03-31 11:00:56 +02:00
Steffen Schaefer
292d3c92d4
Introduction of SensorFixStore and delegation of GPSFixStore
2016-03-31 09:58:59 +02:00
Steffen Schaefer
fdb59c3ca5
Ported all event related tests to use the new media model
2016-03-02 11:10:03 +01:00
Steffen Schaefer
bc69d9a727
Ensuring a consistent method naming
2016-02-24 13:13:57 +01:00
Steffen Schaefer
667a739971
Adjusted TestStoringAndLoadingEventsAndRegattas to use multiple
...
sailorsInfoWebsiteURLs
2016-02-24 13:13:10 +01:00
Axel Uhl
209066b87b
fix for bug 3446: entity identity comparator for device configurations now compares the list of device names
...
Change-Id: I72f7d20cdb95d64cc403e7645f46c86a3f8c8384
2016-01-30 12:33:27 +01:00
Axel Uhl
f57aed7de6
Merge branch 'master' into bug3420
...
Conflicts:
java/com.sap.sailing.domain.persistence/src/com/sap/sailing/domain/persistence/impl/FieldNames.java
java/com.sap.sailing.domain.persistence/src/com/sap/sailing/domain/persistence/impl/MongoObjectFactoryImpl.java
Change-Id: I7347ab0c849aa43f08eebca569c884b6986bf6d0
2016-01-22 15:39:16 +01:00
Axel Uhl
053268e0d5
enhanced RaceLogFinishPositioningConfirmedEvent and RaceLogFinishPositioningListChangedEvent by fields for score, rank, comment and finishing time
...
Change-Id: Ib751beb081a1eecfe462919eaa3ce6ea71e56cd3
2016-01-19 19:57:15 +01:00
Jan Broß
cf4c7ec95c
Removes RaceLogDevicMarkMapping (bug2851)
2015-12-10 18:07:06 +01:00
Jan Broß
7414026cde
Removes RaceLogDeviceCompetitorMapping (bug2851)
2015-12-10 18:00:27 +01:00
Jan Broß
d456eecfb2
Remove RaceLogCloseOpenEndedDeviceMappingEvent
2015-12-10 15:23:38 +01:00
Jan Broß
0378664357
Removes RaceLogDefineMarkEvent
2015-12-07 14:18:31 +01:00
Jan Broß
2906902a9a
Merge master into bug2851
2015-11-28 15:55:44 +01:00
Steffen Schaefer
d8b9014d03
Moved media model and util to com.sap.sse.shared.android project because
...
this is only shared between backend and android but not usable in GWT UI
2015-11-24 11:40:32 +01:00
Jan Broß
a9e5c693f6
Surpress warnings for deprecation in test cases
2015-11-20 16:06:10 +01:00
Jan Broß
f36c072247
Merge branch master in bug2851
2015-11-04 13:36:29 +01:00
Fredrik Teschke
b00fd99cf9
fixed NPEs due to missing nextStatus in RaceStateEvents
2015-11-03 16:20:18 +01:00
Fredrik Teschke
817bb285c7
more housekeeping on RaceLog*Events
2015-11-02 23:09:42 +01:00
Fredrik Teschke
f8fbbb35dc
remove RaceLogEvent[Restore]Factory and RaceLogEvent* housekeeping
...
- the factories were not used for any factory purposes, and only resulted in maintenance effort
- unified order of constructor parameters for LogEvent-classes
- standard values for an event-id and createdAt-timestamp are now set once in base classes, instead
of all over the place
2015-11-02 22:06:42 +01:00
Axel Uhl
a90677ed4b
aftermath to commit 7f0b561d78, cleaning up the tests that were testing migration of old identifier formats
2015-09-26 09:59:08 +02:00
Jan Broß
7f0b561d78
Bug 1528 - Remove Depcreated Raclog Identifier
2015-09-25 11:28:52 +02:00
fmittag
813f58111c
added a test for loading and storing the server configuration
2015-09-02 13:30:48 +02:00
Axel Uhl
540361b129
on the way to a fix for bug 3237, introduced isMagnetic on RaceLogWindFixEvent; code currently doesn't compile; unclear where to obtain DeclinationService from
2015-08-18 15:19:54 +02:00
Axel Uhl
bfcc02f34e
fix for bug 3218: NPE when mark positions are not known;
...
in this case, if the next mark determining the leg bearing is not known, an NPE resulted
2015-08-13 05:33:43 +02:00
Axel Uhl
78ff26a17e
introduced MillisecondsTimePoint.approximateNow() and used where now() is too expensive; re-typed now() to TimePoint
2015-07-27 22:48:09 +02:00
Axel Uhl
59b76b9848
let TrackedRaceImpl resolve against DomainFactory which now has a RaceLogResolver which is provided by RacingEventService;
...
in production mode, the RacingEventService constructors make sure that the DomainFactory uses the RacingEventService as
its RaceLogResolver. The resolver is used by TrackedRaceImpl to set its raceLogResolver after de-serialization
2015-07-19 15:26:18 +02:00
fmittag
dbfc7c93e3
added simple persistence test for new attribute 'sailorsInfoWebsiteURL'
2015-07-10 18:20:50 +02:00
Axel Uhl
6d2c319b63
fix for nasty bug 3016: use a new DomainFactoryImpl for each test case execution to get a clean, empty CompetitorStore
2015-07-02 14:23:53 +02:00
Axel Uhl
42dedcecfd
bug 2467 #19 : passing through RacingEventService as RaceLogResolver; added as transient field to TrackedRace, restored after initial load in RacingEventServiceImpl
2015-06-20 23:57:50 +02:00
Axel Uhl
535654593c
Merge branch 'master' into jbross-dependent-race-start
...
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/impl/MongoObjectFactoryImpl.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/CalculateImageSizeFromUrlTest.java
java/com.sap.sailing.server.gateway.serialization.test/src/com/sap/sailing/server/gateway/serialization/test/racelog/RaceLogEventSerializerTest.java
java/com.sap.sailing.server/src/com/sap/sailing/server/impl/RacingEventServiceImpl.java
mobile/com.sap.sailing.racecommittee.app/res/values-de/strings.xml
mobile/com.sap.sailing.racecommittee.app/res/values/strings.xml
mobile/com.sap.sailing.racecommittee.app/src/com/sap/sailing/racecommittee/app/data/DataStore.java
mobile/com.sap.sailing.racecommittee.app/src/com/sap/sailing/racecommittee/app/data/InMemoryDataStore.java
mobile/com.sap.sailing.racecommittee.app/src/com/sap/sailing/racecommittee/app/data/OfflineDataManager.java
mobile/com.sap.sailing.racecommittee.app/src/com/sap/sailing/racecommittee/app/ui/fragments/RaceFragment.java
mobile/com.sap.sailing.racecommittee.app/src/com/sap/sailing/racecommittee/app/ui/fragments/dialogs/ProtestTimeDialogFragment.java
mobile/com.sap.sailing.racecommittee.app/src/com/sap/sailing/racecommittee/app/ui/fragments/dialogs/RaceFinishingTimeDialog.java
2015-06-18 13:45:50 +02:00
fmittag
9decf43909
reworked images and videos of event -> removed double maintenance of imageURLs, videoURLs, sponsorImageURLs -> they are now always calculated from images and videos
2015-06-14 16:21:28 +02:00
fmittag
8125b4f3d4
bigger cleanup of image and video management of an event
2015-06-14 14:27:53 +02:00
fmittag
0e85f3c32d
removed methods to add or remove imageURL, sponsorImageURL and videoURLs as they are now derived always from the corresponding images and videos
2015-06-12 17:44:33 +02:00
fmittag
396f2d6d03
added a language locale attribute to media domain objects
2015-06-11 17:22:21 +02:00
fmittag
4a78e194a2
added loading and storing of the videos and load/store test
2015-06-04 12:59:33 +02:00
Axel Uhl
ff5ffbb4af
fixed persistence for RaceLogDependentStartTimeEvent and added test case; fixed nextStatus loading for RaceLogStartTimeEvent
2015-06-02 17:45:38 +02:00
Axel Uhl
0262ae2657
trying to fix sporadically failing testStoreAndUpdateCompetitor test by adding a WriteConcern.SAFE to the competitor collection drop() method
2015-05-18 00:19:32 +02:00
Axel Uhl
ba1fceecaa
added fields to capture time-on-time / time-on-distance on competitor and pass values through all constructors and operations and JSON serialization
2015-05-14 20:10:20 +02:00
Axel Uhl
acb3b69878
added column to RegattaListComposite showing RankingMetric; moved a separate RankingMetrics enum to common to keep gwt.ui Java8-free
2015-05-12 22:04:45 +02:00
Axel Uhl
3c0555eb0f
added persistence support for Regatta.getRankingMetric() and pulled the constructor parameter through many more constructor layers
2015-05-12 09:49:38 +02:00
fmittag
0ae77d446f
added a load/store test for flagImage attribute of competitor
2015-04-20 18:13:18 +02:00
fmittag
59248fcf49
added flagImageUrl as new attribute on competitor to enable custom flags (e.g. club flags) instead of the nation flags
2015-04-16 17:38:08 +02:00
Axel Uhl
094234b654
moved all Position-related classes including Compact... representations to common bundle; provided CustomFieldSerializer for all Position subclasses that require it
2015-04-03 16:12:21 +02:00
Axel Uhl
58bd451481
moved other Position implementations to common packages to share them with GWT and make then GWT-serializable
2015-04-02 16:42:10 +02:00
Axel Uhl
e1e047bd75
Merge branch 'master' into mark-rounding-inference
...
Conflicts:
java/com.sap.sailing.domain.persistence/src/com/sap/sailing/domain/persistence/impl/MongoObjectFactoryImpl.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/WindTest.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/markpassing/AbstractMockedRaceMarkPassingTest.java
java/com.sap.sailing.domain/META-INF/MANIFEST.MF
java/com.sap.sailing.domain/src/com/sap/sailing/domain/markpassingcalculation/CandidateFinder.java
java/com.sap.sailing.domain/src/com/sap/sailing/domain/tracking/TrackedRace.java
java/com.sap.sailing.domain/src/com/sap/sailing/domain/tracking/impl/DynamicTrackedRaceImpl.java
java/com.sap.sailing.gwt.ui.test/src/com/sap/sailing/gwt/ui/test/MockedTrackedRace.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/client/place/event/regattaanalytics/RegattaAnalyticsDataManager.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/client/place/event/seriesanalytics/EventSeriesAnalyticsDataManager.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/SailingServiceAsync.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
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages_ru.properties
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/raceboard/RaceBoardPanel.java
2015-03-26 14:51:48 +01:00
Fredrik Teschke
4cb7b535c8
Merge branch 'ftes-mail-move-to-sse' into jbross-email-invitation
...
Conflicts:
java/com.sap.sailing.server/SailingServer (No Proxy).launch
java/com.sap.sailing.server/SailingServer (Proxy).launch
java/com.sap.sailing.targetplatform.base/features/target-base/feature.xml
java/com.sap.sailing.targetplatform/definitions/race-analysis-p2-remote.target
2015-02-13 08:29:41 +01:00
Axel Uhl
98d5235b47
upgraded all Mongo-using bundles to 2.13.0 driver
2015-02-12 16:00:15 +01:00