Builds Spark (minus the Install4j distributables) after every change to the code.

Build: #198 was successful Changes by Guus der Kinderen and wroot <wrooot@users.noreply.github.com>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
18 seconds
Labels
None
Agent
Default Agent
Revision
094a2f55c3db5dffde87e78595e12a4ee53438db
Total tests
5
Successful since
#190 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Author Commit Message Commit date
wroot <wrooot@users.noreply.github.com> wroot <wrooot@users.noreply.github.com> 094a2f55c3db5dffde87e78595e12a4ee53438db Merge pull request #497 from guusdk/OF-2079_Fix-settings-storage-upon-login
OF-2079: Ensure settings are properly saved upon login
Guus der Kinderen Guus der Kinderen 74829966e0c89f0b8718113a3b6b81cf8a0a2cd5 SPARK-2079: Improve adding self-signed certificates upon login.
This builds on the fix for SPARK-2070: when upon login a certificate is encountered that is self-signed (when this is disallowed by the configuration) prompt the user, and let them try again.
Guus der Kinderen Guus der Kinderen 3c44e04bbb5747dfc49e9a6bbff2065042c78d94 SPARK-2079: Ensure settings are properly saved upon login
The way the 'advanced settings' dialog of the login screen works, causes it to save its configuration to file whenever 'an event' happens.

When saving the configuration, the state of the various UI elements (checkboxes, radiobuttons, etc) is used to update the configuration file.

Eligble events happen more often than expected, for example, when the dialog is disposed (which can occur much later after when it was closed). By that time, the settings of the UI elements can be outdated. This causes an issue where settings are unexpectedly 'reverted'.

This commit works around this problem by only allowing the settings to be updated while the screen is visible.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2079Could not obtain issue details from Jira
Unknown Issue TypeSPARK-2070Could not obtain issue details from Jira
Unknown Issue TypeSPARK-2079Could not obtain issue details from Jira