Skip to content
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

Merged
merged 17 commits into from
Oct 15, 2018
Merged

Commits on Sep 28, 2018

  1. 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.
    ashleygould committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    edbc57e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f20898d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c40d2be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c0c614 View commit details
    Browse the repository at this point in the history
  5. organizations: add 2 more endpoints

    create_organizational_unit
    describe_organizational_unit
    ashleygould committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    beebb9a View commit details
    Browse the repository at this point in the history
  6. organiziaions: 2 new endpoints:

    list_organizational_units_for_parents
    list_parents
    ashleygould committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    fc2447c View commit details
    Browse the repository at this point in the history
  7. organizations: and another 2 endpoints:

    list_accounts_for_parent
    move_account
    ashleygould committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    009dcdb View commit details
    Browse the repository at this point in the history
  8. organizations.model.FakeAccount: rename attributes:

    account_id -> id
    account_name -> name
    ashleygould committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    9b5c6c4 View commit details
    Browse the repository at this point in the history
  9. 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
    ashleygould committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    30a9aa3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f400b7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    01912bd View commit details
    Browse the repository at this point in the history
  12. [issue getmoto#1720] Add support for AWS Organizations

    ready for pull request
    did a little cleanup refactoring
    local tests pass
    ashleygould committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    40e422b View commit details
    Browse the repository at this point in the history
  13. [issue getmoto#1720] Add support for AWS Organizations

    added exception handling in class OrganizationsBackend
    ashleygould committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    05928b1 View commit details
    Browse the repository at this point in the history
  14. [issue getmoto#1720] Add support for AWS Organizations

    fix travis build error
    ashleygould committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    4356e95 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b8be517 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    95700d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Configuration menu
    Copy the full SHA
    7a88e63 View commit details
    Browse the repository at this point in the history