-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLOUDP-228592: Migrate Assigned Teams Api (#1817)
* Initial Api change * Initial test changes - issues with project_test.go to be resolved * Progress on project unit-test fixes all project unit-tests touching teams fail. Failure seems to happen in syncAssignedTeams() * Fix dereference to pointer slice Panic in project unit tests were caused by dereferencing pointer slices. This has now been fixed. * Rebasing and lint fix * Implementing review feedback Namely, dereferencing protection with use of getter/setter functions * Implementing review feedback Additional getter implementation for dereferencing protection and changing team_reconciler/ensureTeamState() and associated functions to utilise type *admin.TeamResponse in place of *admin.Team. * Implement review change requests/ Removal of setting team links and removal of unused argument projectID in teamReconciler. * Implement review change requests
- Loading branch information
Showing
7 changed files
with
272 additions
and
236 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
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.