Commit Graph
44382 Commits
Author SHA1 Message Date
Steffen Schaefer c73072f3eb Bug 4702: Added a descriptive comment as well as a TODO. Further changes
may follow in case we find an easier solution.
2018-08-08 16:18:32 +02:00
Steffen Schaefer 2ae0dbaef3 Bug 4702: SingleRaceLeaderboardPanelLifecycle just uses all settings as
user and document settings. Removed the custom implementation
accordingly.
2018-08-08 15:03:22 +02:00
Steffen Schaefer 60f1c4fa12 Bug 4702: Removed custom method implementations in several
ComponentLifecycles that are identical to the default Implementation
2018-08-08 14:42:25 +02:00
Steffen Schaefer bb000762c7 Bug 4702: Code formatting 2018-08-08 13:50:14 +02:00
Steffen Schaefer af6865c910 Merge branch 'master' into bug4702 2018-08-08 13:37:04 +02:00
Steffen Schaefer cff4610de8 Bug 4702: Simplification to construct MultiRaceLeaderboardSettings with
just the
2018-08-08 13:36:32 +02:00
Steffen Schaefer 6111c94741 Bug 4702: Document settings are now just all settings for the
MultiRaceLeaderboardPanel
2018-08-08 13:30:57 +02:00
Vladislav Chumak 41991ef037 Merge remote-tracking branch 'origin/maneuver_refactoring' 2018-08-08 13:20:34 +02:00
Vladislav Chumak 71c4162cbb Fixed isCourseChangeLimitExceededForCurveExtension comparison 2018-08-08 13:00:49 +02:00
Axel Uhl bead5da7fb Merge remote-tracking branch 'server/master'
Change-Id: If34daabfdda1b73ab7da7aef282b39da80f3bc68
2018-08-07 21:08:51 +02:00
Vladislav Chumak 27ebcd37d7 Merge branch 'master' of ssh://trac@sapsailing.com/home/trac/git 2018-08-07 17:07:13 +02:00
Vladislav Chumak ddea438657 Restored stable course analysis for extension of maneuver beginning 2018-08-07 17:05:50 +02:00
Frank Mittag d2a890c39e Merge remote-tracking branch 'origin/bug4710' 2018-08-07 17:02:24 +02:00
Vladislav Chumak 86e0cf82f7 Refined course change limits for maneuver curve extension 2018-08-07 16:59:28 +02:00
Axel Uhl 5087e0d914 Merge branch 'master' into bug4708
Change-Id: I72e35e2c155517c335581ff07889a4aed4d1e59f
2018-08-07 16:43:17 +02:00
Vladislav Chumak 124466ed57 Fixed bug in maneuver curve extension validation 2018-08-07 14:56:51 +02:00
Frank Mittag ad425e0777 added DCT and RCT as new MaxPointReasons 2018-08-07 12:59:31 +02:00
Axel Uhl 510ff84700 bug4708: send start time update each time the RaceLog-provided start time differs from getStartOfRace();
Change-Id: Ie5ee01420a6c3733f36cfadf779428168d9e7138
2018-08-07 10:17:59 +02:00
Axel Uhl d24a58bea8 add a RaceAbortHandler to send POSTPONED race status after a null start time was received from the Race Manager app
Change-Id: I217b189acde27e4baff5a17023a20b2a16ee1c80
2018-08-07 00:11:14 +02:00
Axel Uhl 21edec5306 bug4708: added a test case that demonstrates that null is passed properly to the StartTimeChangedListener;
the problem is rather that null does not lead to the UpdateHandler firing its message

Change-Id: I0f8e2204c8d9f894db49a4663ff6e4e3b8449675
2018-08-06 21:23:20 +02:00
Steffen Schaefer e391598db0 Bug 4702: Added a default implementation for extraction methods of
ComponentLifecycle. This will save redundant implementations where the
user and document settings are just all settings.
2018-08-06 16:00:08 +02:00
Steffen Schaefer b6bfc85680 Bug 4702: Using SettingsUtil to copy all current settings to a new
settings object to not need to copy each setting manually
2018-08-06 15:49:40 +02:00
Axel Uhl 424f8c85bd use require-bundle in com.sap.sse.security for com.sap.sse because require-package is ambiguous for com.sap.sse.util;
both, com.sap.sse and com.sap.sse.shared.android have contributions for
that package, and there is a chance that the wrong one is selected;
com.sap.sse.security requires ClearStateTestSupport which is found
in com.sap.sse.

Change-Id: I838757c2bb0639c8d8de91e58f562dcb055de4fb
2018-08-05 17:10:14 +02:00
Axel Uhl 32d0309a1d bug4074: using ConcurrentHashMap for AbstractRaceColumn.raceLogs;
read-mostly will be supported much better by this, and the "corner-case"
of reloadRaceLog with its optional update into the map won't hurt a
ConcurrentHashMap.

Change-Id: Ib3e9973708864f895146753b91e1d949cfaef291
2018-08-05 15:39:17 +02:00
Axel Uhl 3b516bcbc3 bug4704: introducing a ReadonlyRaceState cache based on weak identity hash map over RaceLog and RaceLogResolver
Change-Id: I33412e6ed72ff732333e4a3ce1be8fc3906a57e5
2018-08-05 15:35:57 +02:00
Axel Uhl 921919a830 Merge branch 'translation'
Change-Id: I43d9071fe6729d8dc0ccc9c065720c817e4659e3
2018-08-04 00:43:55 +02:00
Axel Uhl 9abfac30b1 bug 4702: adding boat column presence to the setting to copy for a MultiRaceLeaderboard
Change-Id: I9578174713288ba61b745c98f25720629d4aee9f
2018-08-04 00:39:10 +02:00
Axel Uhl 6a8d1aa796 Merge branch 'master' into bug4689
Change-Id: I81d6cc168cf58528228bd5a34b1badd2442abb42
2018-08-03 21:36:17 +02:00
Axel Uhl 9027c83e7d Merge branch 'master' into bug4689
Change-Id: I77b8145925db61ecae10c723111fd9b7cf138c4f
2018-08-03 17:37:10 +02:00
Kai Börnert 07d978f055 bug4700 extended grid to fit new row 2018-08-03 16:26:44 +02:00
Axel Uhl 3f204bf2cb Merge branch 'master' into bug4700
Change-Id: I3e2625694d6c31920a1fae1c09b13e9fea9f09a0
2018-08-03 14:51:30 +02:00
Axel Uhl 9fd9539706 bug4700: carrying through finishedTime so AutoplayHelper can evaluate it for live check
Change-Id: I6ed7da5579dc43749c26eae5774c34e0769f26d9
2018-08-03 11:31:59 +02:00
Axel Uhl 66c5fbf71b added null-safety for unknown nationalities; added smarter selection of list entries of known SwissTiming configurations
Change-Id: I98717e130aa686ebca306d6c02c1a573a9896d2b
2018-08-03 11:23:15 +02:00
Axel Uhl 297066ea9e removed extra comments
Change-Id: Ib8197a8258041adf10025b52d9ff63b127ae7df5
2018-08-03 10:49:12 +02:00
Steffen Tobias Wagner 440283c6ab Moved Develop section inside orchestration wiki 2018-08-03 08:46:59 +00:00
Steffen Tobias Wagner 9f2d8bd6cd Added Develop section to orchestration tooling 2018-08-03 08:46:07 +00:00
Axel Uhl 3a43b7abc8 Merge branch 'master' into bug4689
Change-Id: I5e8c53faf262a5c7732ffed37b8d1cc9d20f3e06
2018-08-03 10:02:39 +02:00
Axel Uhl 8132371d0f hooking up the update handlers to the SwissTimingRaceTracker if updateURL is provided
Change-Id: I191ce34857aa37ca6c3e9fa402d36c00ffac0378
2018-08-03 10:02:02 +02:00
service.tip.git a61ec3dc51 [INTERNAL] Translation delivery: commit by SLS
Change-Id: I8f7cdca5464efaf89420311fe4b672510ae58545
2018-08-02 16:14:58 +00:00
Steffen Schaefer 3ea1450c0c Ported fixes for dashboards launch configs from 4202 to master 2018-08-02 16:49:18 +02:00
Steffen Schaefer c3db805b1d Bug 4427: Cleanup of old GWT plugin configs. We are preparing changes on
other branches that would require redundant updates of the IDE configs.
Finishing the Oxygen update by doing a cleanup will help to reduce the
effort needed to keep the IDE files up to date.
2018-08-02 15:07:14 +02:00
Axel Uhl 0633d476c0 adjusted release notes# Please enter the commit message for your changes. Lines starting
Change-Id: I5050ab84465bd49802958dfc911eec02a433cc07
2018-08-02 14:59:29 +02:00
Axel Uhl 9ee507b246 removed more empty lines
Change-Id: I55a06e6894f47840054510c0560fae5ed0904878
2018-08-02 14:57:26 +02:00
Axel Uhl 6357c5a074 removed more empty lines; coding conventions (single point of exit)
Change-Id: If35b90bcb61f324a5982aeb88cec07ae67c9293d
2018-08-02 14:56:40 +02:00
Axel Uhl ff33456ccb removed a lot of empty lines
Change-Id: I269e227f2f1a66caaf0f71718dc89ee8df900789
2018-08-02 14:55:31 +02:00
Axel Uhl eda96aa5da added updateURL, updateUsername and updatePassword fields to SwissTimingEventManagementPanel
Change-Id: I86ed5a341baace0cd028e385bcfb5f44e56c2e03
2018-08-02 14:36:52 +02:00
Axel Uhl 4523c583f8 Merge branch 'master' into bug4689
Change-Id: Ic153a0d67b4605fc19c6275dd5163c44b4e6e779
2018-08-02 14:07:03 +02:00
Axel Uhl ab2c14e641 Merge remote-tracking branch 'server/bug4689' into bug4689
Change-Id: If668d183fc55f86ce2cb3679547351029324c908
2018-08-02 14:06:33 +02:00
Axel Uhl 56c92a049c Merge branch 'master' into bug4689
Change-Id: I5fd7f22b8c26b6b08fd36a4675226403df6a29ae
2018-08-02 14:04:57 +02:00
Steffen Schaefer f91b9bd2fe Merge branch 'bug4339' 2018-08-02 10:54:40 +02:00