Change | User | Description | Committed |
---|---|---|---|
13747 | cfinnie | ISSUE: GetGroups when passed a Group as an argument returned a list of incomplete Group ob...jects that did not have all their fields populated for example UserNames is null for all of the groups returned. CHANGE: Add GetGroupsEx to use GetGroup to populate the Group list since it sets all properties of the object. ISSUE: Incomplete Groups retrieved by GetGroups when used to update the server would nullify group properties on the server CHANGE: Added boolean IsUpdateSafe property to Group class that will be true when a Group is constructed with all of its properties and false when constructed with only the Id and default null properties. « |
10 years ago |
12574 | cfinnie | ISSUE: GetGroups returned a list of incomplete Group objects that did not have all their f...ields populated for example UserNames is null for all of the groups returned. CHANGE: Updated GetGroups to use GetGroup to populate the Group list since it sets all properties of the object. ISSUE: GetGroup would return a Group object missing the SubGroups because of an access with a key that was incorrectly cased. If the returned Group is used to update the repository, SubGroup members are removed. CHANGE: Updated case of SubGroup key to Subgroup to match Group Spec. « |
10 years ago |
12572 | cfinnie | Removed unavailable bridge stress project. | 10 years ago |
12571 | cfinnie |
Copying //guest/perforce_software/p4api.net/... to //guest/cfinnie/p4api.net/main/... |
10 years ago |