-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enable query for Organizations * Add types and basic methods to retrieve associations * Update cumulative query for Orgs * Add functions to get associations data from site and organization * Add methods to set and remove Org associations * Add functions to set/remove site associations * Add type Site * Add methods GetSite, CheckSiteAssociation, CheckOrgAssociation * Add full multi-site test * Add method AdminOrg.GetAllOpenApiOrgVdcNetworks * Add method client.GetAllOrgs for multi-site retrieval of organizations * Add changelog entry --------- Signed-off-by: Giuseppe Maxia <[email protected]> Co-authored-by: Roman Hochuli <[email protected]>
- Loading branch information
1 parent
a3c4900
commit 6bcb3f4
Showing
18 changed files
with
1,267 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
* Added `Client` method `GetSite` to retrieve generic data about the current site [GH-669] | ||
* Added `Client` methods `GetSiteAssociationData` and `GetSiteRawAssociationData` to retrieve association about from current site [GH-669] | ||
* Added `Client` methods `GetSiteAssociations` and `QueryAllSiteAssociations` to retrieve all site associations from current site [GH-669] | ||
* Added `Client` method `GetSiteAssociationBySiteId` to retrieve a specific site association from current site [GH-669] | ||
* Added `Client` method `CheckSiteAssociation` to check the status of a site association [GH-669] | ||
* Added `Client` methods `SetSiteAssociationAsync` and `SetSiteAssociation` to set a site association with current site [GH-669] | ||
* Added `Client` methods `RemoveSiteAssociationAsync` and `RemoveSiteAssociation` to delete a site association from current site [GH-669] | ||
* Added `Client` method `QueryAllOrgAssociations` and `GetOrgAssociations` to retrieve all org associations visible to current user [GH-669] | ||
* Added `AdminOrg` method `GetOrgAssociationByOrgId` to retrieve a specific organization association from current org [GH-669] | ||
* Added `AdminOrg` methods `GetOrgAssociationData` and `GetOrgRawAssociationData` to retrieve association about from current org [GH-669] | ||
* Added `AdminOrg` method `CheckOrgAssociation` to check the status of an org association [GH-669] | ||
* Added `AdminOrg` methods `SetOrgAssociationAsync` and `SetOrgAssociation` to set an organization association with current org [GH-669] | ||
* Added `AdminOrg` methods `RemoveOrgAssociationAsync` and `RemoveOrgAssociation` to delete an organization association from current org [GH-669] | ||
* Added function `RawDataToStructuredXml` and `ReadXmlDataFromFile` to extract specific data from string or file [GH-669] | ||
* Added `AdminOrg` methods `QueryAllOrgs`, `QueryOrgByName`, `QueryOrgByID` to query organizations [GH-612,GH-669] | ||
* Added `AdminOrg` methods `GetAllOrgs` and `GetAllOpenApiOrgVdcNetworks` to retrieve organizations and networks available to current user [GH-669] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.