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

Issue 4 #34

Closed
wants to merge 22 commits into from
Closed

Issue 4 #34

wants to merge 22 commits into from

Commits on Sep 26, 2020

  1. issue-4 Fix export to s3 of rds snapshot in regions that doesn't supp…

    …ort export to s3, by copying snapshot to a region that does support export to s3 and exporting to the export supported reagion s3 bucket. Non-cluster part. No tests.
    despot committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    b966e8b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. issue-4 Fix export to s3 of rds snapshot in regions that doesn't supp…

    …ort export to s3, by copying snapshot to a region that does support export to s3 and exporting to the export supported reagion s3 bucket. Non-cluster part. No tests.
    despot committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    d99a59f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/issue-4' into issue-4

    # Conflicts:
    #	README.md
    #	src/common/common.zip
    #	src/common/python/constants.py
    #	src/common/python/utility.py
    #	src/export/export_snapshot_s3_function.py
    #	template.yaml
    despot committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    9e34879 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    5328187 View commit details
    Browse the repository at this point in the history
  2. issue-4 Fix export to s3 of rds snapshot in regions that doesn't supp…

    …ort export to s3, by copying snapshot to a region that does support export to s3 and exporting to the export supported reagion s3 bucket. Non-cluster part. No tests.
    despot committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    1ddd636 View commit details
    Browse the repository at this point in the history
  3. issue-4 Fix export to s3 of rds snapshot in regions that doesn't supp…

    …ort export to s3, by copying snapshot to a region that does support export to s3 and exporting to the export supported reagion s3 bucket. Non-cluster part. No tests.
    despot committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    4130011 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfcf2ab View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/issue-4' into issue-4

    # Conflicts:
    #	README.md
    #	template.yaml
    despot committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    271ad64 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    af476fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    846f552 View commit details
    Browse the repository at this point in the history
  3. issue-4 unit tests for non-cluster lambdas - fix for CircleCI's "E At…

    …tributeError: module 'mock_utility' has no attribute 'eval_export_exception'"
    despot committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    290a0c4 View commit details
    Browse the repository at this point in the history
  4. issue-4 unit tests for non-cluster lambdas - fix for CircleCI's "does…

    … not have the attribute 'supports_snapshot_export_region'" and "has no attribute 'ExportSnapshotSupportedRegionNotProvidedException'"
    despot committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    4b9c191 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    cc067dd View commit details
    Browse the repository at this point in the history
  2. issue-4 fix for requested changes on non-clustered exporting of snaps…

    …hot to s3 in a region that supports it in intuit#34
    despot committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    d22dfcf View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Update README.md

    stationeros committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    b4b4b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4901f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. issue-4

    - fix in template.yaml for requested constants changes from a previous commit on non-clustered exporting of snapshot to s3 in a region that supports it in intuit#34
    - additional prerequisites in README.md that were missed to be placed for the "non-clustered exporting of snapshot to s3 in a region that supports it" case.
    - cluster part for "exporting of snapshot to s3 in a region that supports it" case
    despot committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    a3d354f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    210f369 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. issue-4 fixes from review:

    - combine the 2 StringEquals in one "Or" condition in the template.yaml state since leading to the same next state.
    - implementing a new get region method for region creation logic to separate concerns
    despot committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e5088aa View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

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

Commits on Oct 25, 2020

  1. issue-4 fixes from review:

    - fixing template.yaml for "Error: Failed to create changeset for the stack: trapheus, ex: Waiter ChangeSetCreateComplete failed: Waiter encountered a terminal failure state Status: FAILED. Reason: Template error: Fn::Not requires a list argument with one function token."
    despot committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    b1ec11f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb8e5d View commit details
    Browse the repository at this point in the history