Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2567 was successful Changes by daryl herzmann <akrherz@iastate.edu>

Build result summary

Details

Completed
Queue duration
8 minutes
Duration
20 minutes
Labels
None
Agent
Default Agent
Revision
ae81af0e9229321ff106e06718429aa5da3c0a88
Total tests
1396
Successful since
#2551 ()

Tests

Code commits

Author Commit Message Commit date
daryl herzmann <akrherz@iastate.edu> daryl herzmann <akrherz@iastate.edu> ae81af0e9229321ff106e06718429aa5da3c0a88 Merge pull request #2433 from guusdk/OF-2808_SM-connection-close-race
OF-2808: Fix race condition in connection close / stream management
daryl herzmann <akrherz@iastate.edu> daryl herzmann <akrherz@iastate.edu> db9398fe9c60b5765e65faa61b5c71b706d068e8 Merge pull request #2432 from guusdk/OF-2810_SM-resume-a-resumed-stream
OF-2810: Ensure that resumed streams are themselves resumable
daryl herzmann <akrherz@iastate.edu> daryl herzmann <akrherz@iastate.edu> 2faa632ecd8002e60fd2eec8906fd3d86d487407 Merge pull request #2431 from guusdk/OF-2777_Contactlist-sharing-onlyGroups
OF-2777: Allow groups to be shared with other groups
daryl herzmann <akrherz@iastate.edu> daryl herzmann <akrherz@iastate.edu> 670e2f025fda077c7e3cd4ab212677a314838bc6 Merge pull request #2430 from guusdk/OF-2807_Contactlist-sharing-changes-event
OF-2807: Fix event handling for Group Property changes
Guus der Kinderen Guus der Kinderen f6a6b39e3a552841a57a87919de363ec614b614d m OF-2777: Allow groups to be shared with other groups
When a group is to be shared with other groups, this is stored in the database as a group property of name `sharedRoster.showInRoster` having a value of `onlyGroup`. The group property value for `sharedRoster.groupList` controls to what groups this group is shared. It either is a comma-separated list (denoting group names), or it's empty. An empty value signals that the group is shared only with members of the same group.

This commit corrects how the admin panel interprets the database values, and fixes the `getSharedWithUsersInGroupNames` method of Group.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2777Could not obtain issue details from Jira
Unknown Issue TypeOF-2807Could not obtain issue details from Jira
Unknown Issue TypeOF-2808Could not obtain issue details from Jira
Unknown Issue TypeOF-2810Could not obtain issue details from Jira
Unknown Issue TypeOF-2811Could not obtain issue details from Jira