Axel Uhl
561ebfbd3e
Updated Log File Analysis (markdown)
2015-11-24 23:23:59 +00:00
Axel Uhl
e6ee44088a
another minor formatting change
2015-11-24 22:53:02 +01:00
Axel Uhl
6beea14c7d
minor formatting changes
2015-11-24 22:51:27 +01:00
Axel Uhl
df1c386a37
Merge branch 'master' into bug3212
2015-11-24 22:32:52 +01:00
Axel Uhl
5e85738d7d
removed version specificity for a few bundles required by gwt.ui
2015-11-24 22:30:44 +01:00
Axel Uhl
95680b6d40
Merge branch 'master' into bug3377
2015-11-24 22:16:24 +01:00
Axel Uhl
57e2a1c39f
bug 3382: have polar.datamining bundle auto-start at level 4 in product
2015-11-24 21:38:04 +01:00
Axel Uhl
39c6ae831e
Merge remote-tracking branch 'server/master'
2015-11-24 17:43:06 +01:00
Axel Uhl
57f364f464
made polar data miner more robust against null wind data
2015-11-24 17:40:31 +01:00
Axel Uhl
67cd18edc7
Updated creating ec2 image from scratch (markdown)
2015-11-24 16:02:30 +00:00
Axel Uhl
15aa4587e3
changed the collections being used in IncrementalLeaderboardDTO.apply... to key type String; seems to result in significant performance gains
2015-11-20 17:01:29 +01:00
Axel Uhl
1465295580
removed duplicate string message entries (thanks to Albert Kwiatkowski for his review)
2015-11-20 16:00:51 +01:00
Axel Uhl
c37a645e7b
formatting Pair and Triple in Util.java
2015-11-20 15:05:35 +01:00
Axel Uhl
36801cc550
coding conventions; improved testCompetitorCreation by also checking sail ID and boat class for equality
2015-11-20 10:07:11 +01:00
Axel Uhl
a646f707b8
Merge branch 'master' into failingTestbug3367
2015-11-20 09:43:40 +01:00
Axel Uhl
cf777812c5
don't search for race column in EditMarkPassingsPanel each time the leaderboard is updated; do this only on demand
2015-11-20 01:36:19 +01:00
Axel Uhl
4371a9ca20
Merge remote-tracking branch 'server/master'
2015-11-19 10:41:18 +01:00
Axel Uhl
cd953fff1f
second part of bug 3373: handle deprecated competitor display name format without exception; warn and ignore
2015-11-19 10:28:05 +01:00
Axel Uhl
696480aa0a
Updated Log File Analysis (markdown)
2015-11-18 23:24:41 +00:00
Axel Uhl
305d977713
Updated creating ec2 image from scratch (markdown)
2015-11-18 23:13:10 +00:00
Axel Uhl
48bb8a645b
Updated Log File Analysis (markdown)
2015-11-18 23:09:42 +00:00
EC2 Server
9653f06db2
fixed access to server_name variable when generating 001-events.conf macro in sailing init.d script
2015-11-18 22:59:17 +00:00
EC2 Server
6c250c5bbb
fixed typo in log message in sailing init.d script
2015-11-18 22:44:54 +00:00
EC2 Server
b524e685b2
added logrotate stuff to sailing init.d script
2015-11-18 22:29:26 +00:00
Axel Uhl
abaeeb4fae
Updated Log File Analysis (markdown)
2015-11-18 15:21:23 +00:00
Axel Uhl
bd910a0c51
Updated Log File Analysis (markdown)
2015-11-18 14:22:51 +00:00
Axel Uhl
c0abc0daad
Created log file analysis (markdown)
2015-11-18 14:22:32 +00:00
Axel Uhl
42db685a35
Updated home (markdown)
2015-11-18 14:21:16 +00:00
Axel Uhl
a8a53eab09
Merge branch 'bug3364'
2015-11-18 13:12:54 +01:00
Axel Uhl
33b5cd27e7
Merge remote-tracking branch 'server/master'
2015-11-18 13:12:14 +01:00
Axel Uhl
91a144398f
adjusted launch configurations to the use of the asl instead of the lgpl versions of the jackson bundles
2015-11-18 13:11:44 +01:00
Axel Uhl
7b90ef1c40
fixed WaypointPositionAndDistanceCacheTest.testNewMarkPositionNotAffectingEntry after the definition of "affecting" changed
2015-11-18 09:08:13 +01:00
Axel Uhl
958d1d0a6c
fixed mode adjustment after target platform p2 repository upload
2015-11-17 22:19:06 +01:00
Axel Uhl
cf5c193ec5
made test case for bug 3364 succeed for correct implementation; extended interval of fixes whose position estimation is affected:
...
so far, the getEstimatedPositionTimePeriodAffectedBy method on GPSFixTrackImpl returned only the singular interval shaped by the
fix just added; this seems non-sensical given that when such a fix is inserted, the adjacent fixes before and after and everything
in between will have their position estimation affected as well.
2015-11-17 21:23:56 +01:00
Axel Uhl
78ff64b7b9
fixed the test case so that it really fails again for the pre-fix state
2015-11-17 18:34:50 +01:00
Axel Uhl
0af2af5979
provided a fix, also for the test case, for bug 3364: use iterator to remove cache elements to avoid CME
2015-11-17 18:27:16 +01:00
Axel Uhl
d6e25bb867
added a failing test case for bug 3364: cause multiple cache entries, force CME, then assert that cache result needed to be recomputed (which currently it isn't)
2015-11-17 18:17:26 +01:00
Axel Uhl
f3e0a276b6
fix for bug 3367: CompetitorDTOImpl.getSailID() must return null when boat is null
2015-11-17 16:59:45 +01:00
Axel Uhl
302a113da1
replaced Jackson LGPL target platform bundles by Apache-licensed versions
2015-11-17 09:43:20 +01:00
Axel Uhl
795a98f8aa
Merge branch 'blogintegration'
...
Conflicts:
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/common/client/i18n/TextMessages_zh.properties
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/partials/header/Header.ui.xml
2015-11-16 15:31:57 +01:00
Axel Uhl
2d039b024d
set file encoding for russian TextMesages to UTF-8
2015-11-16 15:18:44 +01:00
Axel Uhl
3ab795ee7b
added Russian and Chinese translations for Blog
...
Conflicts:
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/common/client/i18n/TextMessages_ru.properties
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/partials/header/Header.ui.xml
2015-11-16 15:11:55 +01:00
Axel Uhl
2cd993e44b
fixed merge results for Header.ui.xml after adding Blog and moving text messages from StringMessages to TextMessages
2015-11-16 15:10:11 +01:00
Axel Uhl
a523c26fd3
Merge branch 'bug3296' into blogintegration
...
Conflicts:
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/common/client/i18n/TextMessages_zh.properties
2015-11-16 15:08:17 +01:00
Axel Uhl
1a5dd70611
added Russian and Chinese translations for Blog
2015-11-16 14:59:28 +01:00
Axel Uhl
7231e75f69
Merge remote-tracking branch 'server/blogintegration'
...
Conflicts:
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/common/client/i18n/TextMessages_zh.properties
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/partials/header/Header.ui.xml
2015-11-16 14:45:21 +01:00
Axel Uhl
403727ef40
fixed spelling of RaceCommittee enum literal
2015-11-16 11:15:46 +01:00
Axel Uhl
8cadeb43b1
removed logging for calendar link response
2015-11-16 11:13:15 +01:00
Axel Uhl
c55ed74fc9
exception handling in case unknown solutions tab is requested; defaulting to SAP in Sailing
2015-11-16 11:12:08 +01:00
Axel Uhl
c633d6d0c9
null-check for navigationTab parameter in Solutions.scrollToView; defaulting to sapInSailingDiv
2015-11-16 11:08:17 +01:00
Axel Uhl
5548cc5311
removed GWT.debugger() statement
2015-11-16 11:04:26 +01:00
Axel Uhl
4c3da325bb
Merge remote-tracking branch 'server/master'
2015-11-16 10:13:42 +01:00
Axel Uhl
ab0b6754e1
special handling for calendar link
2015-11-16 10:11:21 +01:00
Axel Uhl
7fd8016aaf
Merge branch 'master' into bug2822_boatcolors
2015-11-14 17:05:55 +01:00
Axel Uhl
d79018c4d1
fixed typo in StringMessage
2015-11-14 02:24:42 +01:00
Axel Uhl
2bcf6508ce
Merge remote-tracking branch 'server/master'
2015-11-13 18:40:23 +01:00
Axel Uhl
664489ad6b
fixed message properties parameter number
2015-11-13 18:38:40 +01:00
Axel Uhl
a4ca35b7a7
formatting
2015-11-13 18:24:30 +01:00
Axel Uhl
793194fe9e
Merge branch 'master' into android-maven-build-bug3190
2015-11-13 16:50:16 +01:00
Axel Uhl
70c44ca125
Merge remote-tracking branch 'server/bug2822_boatcolors' into bug2822_boatcolors
2015-11-13 16:37:25 +01:00
Axel Uhl
e3b2823919
added color provider to CompetitorSelectionModel in EmbeddedMapAndWindChartEntryPoint in case of competitors being shown
2015-11-13 16:28:02 +01:00
Axel Uhl
6deb5114ef
Merge branch 'master' into bug2822_boatcolors
...
merge conflicts in EmbeddedMapAndWindChartEntryPoint were due to the parallel insertion of additional entry point URL parameters
Conflicts:
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/client/StringMessages_zh.properties
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/raceboard/EmbeddedMapAndWindChartEntryPoint.java
2015-11-13 16:25:21 +01:00
Axel Uhl
ff272ba201
i18n support in embedded map
2015-11-13 16:06:22 +01:00
Axel Uhl
a5d8fbf449
Merge remote-tracking branch 'server/bug2822_boatcolors' into bug2822_boatcolors
2015-11-13 15:53:53 +01:00
Axel Uhl
1789cd055c
Merge remote-tracking branch 'server/master'
2015-11-12 11:28:55 +01:00
Axel Uhl
e0f4e77b88
Merge remote-tracking branch 'server/master'
2015-11-12 11:28:07 +01:00
Axel Uhl
0bfe653d7a
formatting, coding conventions
2015-11-12 10:58:47 +01:00
Axel Uhl
e3fdf6dfed
Updated amazon ec2 (markdown)
2015-11-12 09:57:59 +00:00
Axel Uhl
74a5e73f11
implemented the showCompetitors parameter for EmbeddedMapAndWindChartEntryPoint
2015-11-11 18:29:44 +01:00
Axel Uhl
b855166d61
trim leaderboard and leaderboard group names in their dialogs
2015-11-11 18:24:52 +01:00
Axel Uhl
bc8e783d77
StringConstantsListEditorComposite now handles trailing blanks correctly; added i18n support for a few AdminConsole messages
2015-11-11 18:21:37 +01:00
Axel Uhl
36e7a53e11
started to introduce new parameters to EmbeddedMapAndWindChartEntryPoint in preparation of using it for smartphone views
2015-11-11 18:20:54 +01:00
Axel Uhl
f15100cd86
migrated TrackedRaceImpl.isLive to using TimePoint instead of Date
2015-11-11 10:54:39 +01:00
Axel Uhl
303475ab26
format update to polar Javadoc
2015-11-11 10:52:17 +01:00
Axel Uhl
75a3619a53
Merge remote-tracking branch 'server/master'
2015-11-11 09:21:44 +01:00
Axel Uhl
afe487e142
adjusted to code formatter conventions
2015-11-10 16:22:12 +01:00
Axel Uhl
969e0e3fb0
some reformatting of Javadoc
2015-11-10 16:21:06 +01:00
Axel Uhl
89495d48fc
added warning in case a boat shall be set on a RaceDefinitionImpl for a competitor not part of that race's set of competitors
2015-11-10 16:07:36 +01:00
Axel Uhl
a0c6a65879
Merge branch 'master' into bug2822_boatcolors
2015-11-10 15:51:43 +01:00
Axel Uhl
64dabd6944
Merge remote-tracking branch 'server/master'
2015-11-10 15:51:16 +01:00
Axel Uhl
9ec7dd24f8
Merge remote-tracking branch 'server/master'
2015-11-10 15:49:12 +01:00
Axel Uhl
01e7ca77b3
Merge branch 'master' into bug3350
2015-11-10 14:29:57 +01:00
Axel Uhl
1dfe5c84ba
single point of exit pattern in RegattaByKeywordSearchService
2015-11-09 18:25:14 +01:00
Axel Uhl
009827c3b4
removed unnecessary code in RegattaByKeywordSearchService; adjusted to coding conventions
2015-11-09 18:19:55 +01:00
Axel Uhl
3618e57763
fixing bug 3350 by using now-liveDelay as the new time point for {regattaname}/races/{racename}/competitors/live
2015-11-09 18:09:16 +01:00
Axel Uhl
e4eb4246d0
formatting
2015-11-09 13:05:14 +01:00
Axel Uhl
9619b6b5b2
formatting
2015-11-09 13:04:21 +01:00
Axel Uhl
48ea0f5a0f
Merge remote-tracking branch 'server/bug3199' into bug3199
...
Conflicts:
java/com.sap.sse.common/src/com/sap/sse/common/Util.java
2015-11-09 13:00:10 +01:00
Axel Uhl
6f2019a208
formatting
2015-11-06 18:12:23 +01:00
Axel Uhl
52b3c6d981
adjusted to coding conventions, renamed Util.getDominantObject
2015-11-06 18:10:29 +01:00
Axel Uhl
da80201a3e
Merge branch 'master' into bug3199
2015-11-05 16:47:07 +01:00
Axel Uhl
7c89d20bb5
Merge branch 'master' into bug3348
2015-11-04 10:57:14 +01:00
Axel Uhl
93e6cdb5d4
added backward compatibility for "event" field in search results
2015-11-04 10:57:00 +01:00
Axel Uhl
34c4b08092
search result now returns multiple events per leaderboard
2015-11-03 18:20:09 +01:00
Axel Uhl
26c7f3ada9
made autoSelectMedia the default for RaceBoard as per Stefan's request
2015-11-03 16:21:22 +01:00
Axel Uhl
d63eb74d09
removed unused resultRegattaDetails UI field in SearchResultItem UIBinder; code formatting changes
2015-11-03 14:04:18 +01:00
Axel Uhl
132b879875
some formatting, single point of exit, Javadoc
2015-11-03 11:57:11 +01:00
Axel Uhl
e4ef051111
Merge branch 'master' into bug3199
2015-11-03 11:13:03 +01:00
Axel Uhl
652cd4a4e3
fixed date/time deprecations in EventDatesFormatterUtil and removed redundant check for "within one day" that was without effect
2015-11-03 11:10:27 +01:00
Axel Uhl
c2b71627e4
clean-up, removing empty lines, formatting
2015-11-03 10:47:29 +01:00