-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organizations support #1727
Organizations support #1727
Commits on Sep 28, 2018
-
add support for AWS Organizations
endpoints covers so far: - create_organization - describe_organization - create_account - describe_account - list_accounts all tests passing. could use some advise from maintaners.
Configuration menu - View commit details
-
Copy full SHA for edbc57e - Browse repository at this point
Copy the full SHA edbc57eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f20898d - Browse repository at this point
Copy the full SHA f20898dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c40d2be - Browse repository at this point
Copy the full SHA c40d2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c0c614 - Browse repository at this point
Copy the full SHA 6c0c614View commit details -
organizations: add 2 more endpoints
create_organizational_unit describe_organizational_unit
Configuration menu - View commit details
-
Copy full SHA for beebb9a - Browse repository at this point
Copy the full SHA beebb9aView commit details -
organiziaions: 2 new endpoints:
list_organizational_units_for_parents list_parents
Configuration menu - View commit details
-
Copy full SHA for fc2447c - Browse repository at this point
Copy the full SHA fc2447cView commit details -
organizations: and another 2 endpoints:
list_accounts_for_parent move_account
Configuration menu - View commit details
-
Copy full SHA for 009dcdb - Browse repository at this point
Copy the full SHA 009dcdbView commit details -
organizations.model.FakeAccount: rename attributes:
account_id -> id account_name -> name
Configuration menu - View commit details
-
Copy full SHA for 9b5c6c4 - Browse repository at this point
Copy the full SHA 9b5c6c4View commit details -
organizations: endpoint list_parents now support account_id param
refactered classes: FakeRoot inherits from FakeOrganizationsUnit add root_id attribute to class FakeOrganization dropped 'roots' attribute from class OrganizationaBackend
Configuration menu - View commit details
-
Copy full SHA for 30a9aa3 - Browse repository at this point
Copy the full SHA 30a9aa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f400b7 - Browse repository at this point
Copy the full SHA 8f400b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01912bd - Browse repository at this point
Copy the full SHA 01912bdView commit details -
[issue getmoto#1720] Add support for AWS Organizations
ready for pull request did a little cleanup refactoring local tests pass
Configuration menu - View commit details
-
Copy full SHA for 40e422b - Browse repository at this point
Copy the full SHA 40e422bView commit details -
[issue getmoto#1720] Add support for AWS Organizations
added exception handling in class OrganizationsBackend
Configuration menu - View commit details
-
Copy full SHA for 05928b1 - Browse repository at this point
Copy the full SHA 05928b1View commit details -
[issue getmoto#1720] Add support for AWS Organizations
fix travis build error
Configuration menu - View commit details
-
Copy full SHA for 4356e95 - Browse repository at this point
Copy the full SHA 4356e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8be517 - Browse repository at this point
Copy the full SHA b8be517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95700d6 - Browse repository at this point
Copy the full SHA 95700d6View commit details
Commits on Oct 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7a88e63 - Browse repository at this point
Copy the full SHA 7a88e63View commit details