Lukas Niemeier
|
ef6a8d1700
|
# added serialization of racelogs in RaceGroupJsonExportServlet
|
2013-03-03 18:57:26 +01:00 |
|
Armin Zamani
|
e812e87452
|
Bug fix in GWT Admin Console: Select and unselect of an event works now
without bugs, tested several times
|
2013-03-03 15:50:04 +01:00 |
|
Armin Zamani
|
b7f6803829
|
added Javadoc for SeriesWithRows
|
2013-03-03 15:01:34 +01:00 |
|
Armin Zamani
|
948569bb60
|
added Javadoc
|
2013-03-03 14:49:28 +01:00 |
|
Armin Zamani
|
76a249ad23
|
Added some Javadocs for explanation of our implementation and renamed
some methods
|
2013-03-03 14:02:32 +01:00 |
|
Armin Zamani
|
514a8864cb
|
Added a test for storing and retrieving race log events on regattas,
set race log at regatta creation
|
2013-03-02 17:12:45 +01:00 |
|
Armin Zamani
|
ad4e60fa89
|
added JavaDoc to Template
|
2013-03-02 15:36:10 +01:00 |
|
Armin Zamani
|
89445344ab
|
changed sailinggwt.launch
|
2013-03-02 14:02:51 +01:00 |
|
Armin Zamani
|
4816dd2428
|
added new item in realm.properties
|
2013-03-02 00:23:03 +01:00 |
|
Armin Zamani
|
592ddf13f7
|
Merge branch 'racecommittee_integrated' of ssh://sapsailing.com/home/trac/git into racecommittee_integrated
|
2013-03-01 22:13:17 +01:00 |
|
Armin Zamani
|
273c9fea04
|
Changed usage of Serializable as id for EventDTO in sailingService to
String usage
|
2013-03-01 22:12:52 +01:00 |
|
Axel Uhl
|
ad969e44e7
|
Merge branch 'master' into racecommittee_integrated
Conflicts:
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/ManeuverAnalysis505Test.java
java/com.sap.sailing.gwt.ui/SailingGWT.launch
|
2013-03-01 13:11:54 -08:00 |
|
Axel Uhl
|
3b0ef2bb01
|
special handling for cygwin paths on Windows / Cygwin in build script
|
2013-03-01 13:05:31 -08:00 |
|
Axel Uhl
|
2357dc97db
|
Merge remote-tracking branch 'server/racecommittee_integrated' into racecommittee_integrated
Conflicts:
java/com.sap.sailing.gwt.ui/SailingGWT.launch
|
2013-03-01 13:00:05 -08:00 |
|
Axel Uhl
|
10c027565c
|
fixing time zone in DateFormat for test so that there is no dependency on the executing computer's time zone setting
|
2013-03-01 12:49:45 -08:00 |
|
Armin Zamani
|
06c6679964
|
Changed german name of course area to "Regattabahn"
|
2013-03-01 21:22:51 +01:00 |
|
Armin Zamani
|
df145e18e1
|
Fixed bug: ScoreCorrection for leaderboard must not be null
|
2013-03-01 21:12:16 +01:00 |
|
Armin Zamani
|
5b20286163
|
Named CourseArea id more clear in GWT ui bundle, distinct separation
between courseArea id as string in the GWT ui bundle and id as
serializable
|
2013-03-01 20:49:15 +01:00 |
|
Armin Zamani
|
6ddc28c27b
|
GWT does not like the more readable version of launch file :(
|
2013-03-01 20:06:49 +01:00 |
|
Axel Uhl
|
71ce87aea5
|
Merge branch 'master' into racecommittee_integrated
|
2013-03-01 10:57:22 -08:00 |
|
Axel Uhl
|
328ef036b9
|
added @Override which seems to have been removed accidentally
|
2013-03-01 10:57:03 -08:00 |
|
Armin Zamani
|
aaf35d1cf7
|
Fixed Bug 1248: Null check for event in regatta creation dialog was
missing, when no event is selected anymore
|
2013-03-01 19:49:25 +01:00 |
|
fmittag
|
58385bc20e
|
Added a new parameter 'resultState' to the json and csv leaderboard export in order control what kind of results you get.
Valid parameters are 'Live', 'Final' and 'Preliminery'
|
2013-03-01 17:02:06 +01:00 |
|
Armin Zamani
|
a96e692b5f
|
changed SailingGWT.launch again after merge, removed wrong and
unnecessary additional workspace_bundles key
|
2013-03-01 15:52:25 +01:00 |
|
Armin Zamani
|
67375f2a5b
|
Solved some errors after merge
|
2013-03-01 15:47:43 +01:00 |
|
Armin Zamani
|
b254437be3
|
Merge branch 'master' into racecommittee_integrated
Conflicts:
java/com.sap.sailing.domain.swisstimingadapter/src/com/sap/sailing/domain/swisstimingadapter/impl/DomainFactoryImpl.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/CourseTest.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/CourseUpdateTest.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/RouteAssemblyTest.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/WindTest.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/DomainFactory.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/DomainFactoryImpl.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/RaceCourseReceiver.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/TracTracRaceTrackerImpl.java
java/com.sap.sailing.domain/src/com/sap/sailing/domain/base/Course.java
java/com.sap.sailing.domain/src/com/sap/sailing/domain/base/DomainFactory.java
java/com.sap.sailing.domain/src/com/sap/sailing/domain/base/impl/CourseImpl.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/SailingService.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/server/SailingServiceImpl.java
java/com.sap.sailing.server.replication.test/src/com/sap/sailing/server/replication/test/ServerReplicationTest.java
java/com.sap.sailing.server.replication.test/src/com/sap/sailing/server/replication/test/TrackedRaceContentsReplicationTest.java
|
2013-03-01 15:10:49 +01:00 |
|
Armin Zamani
|
06688a5483
|
Changed formatting of list of GWT Components to start in
SailingGWT.launch for better readability and mergeability
|
2013-03-01 14:41:22 +01:00 |
|
Armin Zamani
|
d7f9bbbaf9
|
Just formatting: Changed tabs to spaces by formatting hole files (Ctrl +
I in Eclipse) that we might have touched while developing on this branch
|
2013-03-01 14:33:37 +01:00 |
|
fmittag
|
e16c9f8c8e
|
Merge remote-tracking branch 'origin/master' into passingSide
|
2013-03-01 10:20:29 +01:00 |
|
Axel Uhl
|
99044cc8e5
|
Merge remote-tracking branch 'origin/master'
|
2013-03-01 01:15:49 -08:00 |
|
Axel Uhl
|
ffe0f03fca
|
use braces also for single-statement blocks; use single-return policy
|
2013-03-01 01:15:08 -08:00 |
|
Axel Uhl
|
29ed4192ed
|
reverted unnecessary Java 1.7-->1.6 migrations; applied single return policy; some whitespace changes
|
2013-03-01 00:13:59 -08:00 |
|
Axel Uhl
|
376e4d7063
|
adjusted some formatting and whitespaces
|
2013-02-28 18:09:18 -10:00 |
|
Axel Uhl
|
7698d1183f
|
fixing bug 1245 by adding a null/0.0 check
|
2013-02-28 00:08:53 -10:00 |
|
Axel Uhl
|
c6a40264e3
|
Merge branch 'master' into passingSide
|
2013-02-27 13:08:24 -10:00 |
|
Simon Pamies
|
be852762ba
|
Added mockito to target platform as requested by Lukas
|
2013-02-27 18:38:40 +01:00 |
|
D048538
|
d58f981d18
|
replaced regatta with leaderboard to receive corrected results for tracked races, minor bugfixes
|
2013-02-27 17:48:47 +01:00 |
|
fmittag
|
4a90f84793
|
Merge remote-tracking branch 'origin/master' into passingSide
|
2013-02-27 16:05:59 +01:00 |
|
fmittag
|
3e1d04b386
|
renamed CourseDTO to CoursePositionsDTO (seems to be a clearer name)
|
2013-02-27 16:01:12 +01:00 |
|
fmittag
|
723b838ff9
|
deleted (now) unused RaceCourseMarksDTO class
|
2013-02-27 15:59:08 +01:00 |
|
fmittag
|
510b9dda7d
|
Finalized implementation of the new passingSide for Waypoints
cleanup of getRaceCourse() method in Sailingservice and improvement of RaceCourseManagementPanel in gwt UI
|
2013-02-27 15:53:49 +01:00 |
|
Armin Zamani
|
05fb3a9549
|
bug fix after merge, test of mongo escaping for raceLogIdentifier
|
2013-02-27 12:50:38 +01:00 |
|
Armin Zamani
|
1cf98ae228
|
escaped racelogidentifier when stored in database and requested for
loading of events
|
2013-02-27 11:37:25 +01:00 |
|
Armin Zamani
|
ab41dba5a2
|
Merge branch 'master' into racecommittee_integrated
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.mongodb.test/src/com/sap/sailing/mongodb/test/TestStoringAndRetrievingLeaderboards.java
|
2013-02-27 08:58:26 +01:00 |
|
Axel Uhl
|
f667db3864
|
fix for bug 1242 by escaping race column names as well as fleet names
|
2013-02-26 18:59:08 -10:00 |
|
Axel Uhl
|
ba6f2bc165
|
mode change only
|
2013-02-26 18:56:13 -10:00 |
|
Axel Uhl
|
123cc2eb4e
|
added failing test for bug 1242
|
2013-02-26 18:55:35 -10:00 |
|
Lukas Niemeier
|
f26bb9b040
|
# some comments for racelog package
|
2013-02-27 00:49:31 +01:00 |
|
Lukas Niemeier
|
9a04fb0edb
|
# moved variable to variable declarations
|
2013-02-27 00:41:27 +01:00 |
|
Lukas Niemeier
|
aff3083555
|
# cleanup
|
2013-02-27 00:39:05 +01:00 |
|