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

Build: #388 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
26 seconds
Labels
None
Agent
Default Agent
Revision
ec10e36a235e91af9a5e9b937ac0241dece878a5
Total tests
5
Successful since
#340 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> ec10e36a235e91af9a5e9b937ac0241dece878a5 Merge pull request #665 from Flowdalic/search-form-fields-fix
Search form fields fix
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> a0c9cc0f287e3b140e1833c7a8448747a84ce09e DataFormUI: fix boolean form field handling
Boolean form fields are not only true if their value is "1", but also
if their value is "true". The new form field API of Smack does already
handle this correctly.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 72fc1e61e501975b5f9f52b274e10a033cf3b948 UserSearchForm: refine searchServices type