Sohaib Baig
April 13, 2026
changes made per Axel Claude Code review
problem: MiscellaneousDisplayImpl.wrapCallbackWithToastResponse
callback.onSuccess called twice
fix: removed the call without null check
problem: arbitrary comments in UserPreferences
fix: removed comments
problem: RuntimeException thrown in UserPreferencesPresenter
discuss: why is this a problem
problem: CheckBoxTile.gss @keyframes spin formatting
discuss: looks okay to me
unrelated change: removed commented-out code
problem: injection of CheckBoxTileResources was not needed in LabeledBox
fix: injection was removed from here and shifted appropriately to CheckBoxTile
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/shared/partials/checkboxtile/CheckBoxTile.gss
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/shared/partials/checkboxtile/CheckBoxTile.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/shared/partials/labeledbox/LabeledBox.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/shared/partials/multiselection/MiscellaneousDisplayImpl.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/shared/places/user/profile/preferences/UserPreferences.java
15d6fbb
Axel Uhl
April 11, 2026
bug6232: release notes
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/places/whatsnew/resources/SailingAnalyticsNotes.html
486efe3
Axel Uhl
April 11, 2026
Merge branch 'main' into bug6232
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/adminconsole/RemoteServerInstancesManagementPanel.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/adminconsole/RemoteServerInstancesManagementTableWrapper.java
java/com.sap.sse.gwt/src/com/sap/sse/gwt/client/celltable/FlushableCellTable.java
1a70f6a
Axel Uhl
April 10, 2026
Merge branch 'main' into bug6240
configuration/environments_scripts/sailing_server/files/usr/local/bin/refreshInstance.sh
java/com.sap.sailing.server/SailingServer (No Proxy).launch
java/com.sap.sse.landscape/src/com/sap/sse/landscape/impl/GithubReleasesRepository.java
java/target/compareServers
java/target/env-default-rules.sh
wiki/howto/onboarding.md
8d7fb38
Axel Uhl
April 10, 2026
Merge branch 'main' into bug6232
configuration/environments_scripts/sailing_server/files/usr/local/bin/refreshInstance.sh
java/com.sap.sailing.server/SailingServer (No Proxy).launch
java/com.sap.sse.landscape/src/com/sap/sse/landscape/impl/GithubReleasesRepository.java
java/target/compareServers
java/target/env-default-rules.sh
wiki/howto/onboarding.md
bc0ce32
Axel Uhl
April 10, 2026
export GITHUB_TOKEN in env-default-rules.sh so that secret reaches the JVM
java/target/env-default-rules.sh
8e7915c
Axel Uhl
April 10, 2026
introduce env var check for GITHUB_TOKEN for GithubReleasesRepository
java/com.sap.sailing.server/SailingServer (No Proxy).launch
java/com.sap.sse.landscape/src/com/sap/sse/landscape/impl/GithubReleasesRepository.java
wiki/howto/onboarding.md
08db3fc
Axel Uhl
April 10, 2026
fixed refreshInstance.sh regarding fetching default release with latest created_at;
the script erroneously sorted by the created_at time stamp of the
"release" and not the "asset." Specifically for repeated workflow runs
this caused inconsistencies, and the release then downloaded was not
necessarily the latest one published.
configuration/environments_scripts/sailing_server/files/usr/local/bin/refreshInstance.sh
216c1fe
Axel Uhl
April 10, 2026
compareServers -a now outputs raw json on stdout and other messages to stderr
java/target/compareServers
60e91f4
Axel Uhl
April 10, 2026
bug6232: added comment regarding instruction order in updateSettings
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/leaderboard/SingleRaceLeaderboardPanel.java
88f051a