Builds the Spark Install4j distributables once every day.

Build: #185 was successful Manual run by wroot

Stages & jobs

  1. Build Stage

  2. Post Build

Build result summary

Details

Completed
Queue duration
1 second
Duration
3 minutes
Labels
None
Revision
eab7e3c409eae0bf75e41c0d2a5c39afbec2816a
Total tests
2
Successful since
#1 ()

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> eab7e3c409eae0bf75e41c0d2a5c39afbec2816a Merge pull request #354 from guusdk/efficiency
Efficiency
Guus der Kinderen Guus der Kinderen bf55db946db786de6711e1f86b0a379f1f11d639 m SPARK-1964: Don't use the UI dispatcher thread when not needed.
Actions that don't affect the UI should not be executed in the heavily synchronized dispatcher. It will needlessly delay execution, but also make the dispatcher thread unavailable for tasks that do belong there.
Guus der Kinderen Guus der Kinderen bc7d242aa312a33ea56df76a7730e85a29f95375 m SPARK-1963: Prevent calculation of unchanged avatar data.
There's no need to recalculate an avatar hash if the avatar didn't change. Preventing this will improve performance.
Guus der Kinderen Guus der Kinderen 42b8d2ecea520ca2fba4c7c99a39ec36857fe445 m SPARK-1962: Use key-based lookups to find correct emoticon.
This replaces an earlier implementation that'd iterate over all emoticons in a pack when searching for a match with a particular text.
Guus der Kinderen Guus der Kinderen 4a8e718afa493a968901cb70fb8c73fe080f2e35 m SPARK-1961: Disable themes that are CPU-hungry.
This commit disables three themes that each add a considerable load to the startup of Spark.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeSPARK-1961Could not obtain issue details from Jira
Unknown Issue TypeSPARK-1962Could not obtain issue details from Jira
Unknown Issue TypeSPARK-1963Could not obtain issue details from Jira
Unknown Issue TypeSPARK-1964Could not obtain issue details from Jira