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

v1.2.0 #109

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

v1.2.0 #109

wants to merge 21 commits into from

Commits on Jan 18, 2022

  1. support Python 3.10+

    dtrodrigues authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    88bad89 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. first attempt at implementing support for other partitions

    Erik Steringer committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    c36dacc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. fix tests, added Glue edges

    Erik Steringer committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    5186f54 View commit details
    Browse the repository at this point in the history
  2. update glue edge gathering, fixed potential error

    Erik Steringer committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    ef8e2ef View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. implement fix for #108, initial work for Data Pipeline edges

    Erik Steringer committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    dc7ab36 View commit details
    Browse the repository at this point in the history
  2. implementation of Data Pipeline edge checks

    Erik Steringer committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    531a1ca View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    1ae41dc View commit details
    Browse the repository at this point in the history
  2. refactored how service-linked roles are determined

    Erik Steringer committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    d429e0e View commit details
    Browse the repository at this point in the history
  3. added support for AWS China SP (untested)

    Erik Steringer committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    36a7b4e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. fix example script

    Erik Steringer committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    f34a4db View commit details
    Browse the repository at this point in the history
  2. add --version commandline arg

    Erik Steringer committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    94a14b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. fixed up AWS Organizations code for non-aws partitions

    Erik Steringer committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    1a2c80f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ef6b7e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. initial ECS edges, made edge labels more consistent

    Erik Steringer committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    bfe2e0f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. enable windows for test cases

    (cherry picked from commit a580067)
    Erik Steringer committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    16075e4 View commit details
    Browse the repository at this point in the history
  2. attempt a fix on windows test cases

    (cherry picked from commit 6e7d937)
    Erik Steringer committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    32c795e View commit details
    Browse the repository at this point in the history
  3. another fix attempt: use bash shell to get glob expansion

    (cherry picked from commit 5ebb0c7)
    Erik Steringer committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    cf4522a View commit details
    Browse the repository at this point in the history
  4. another fix attempt: set the working-directory

    (cherry picked from commit 9cf9b1f)
    Erik Steringer committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    08946a1 View commit details
    Browse the repository at this point in the history
  5. enable MacOS checks, other python versions

    (cherry picked from commit f8918d0)
    Erik Steringer committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a11f49d View commit details
    Browse the repository at this point in the history
  6. reduce to min/max python versions for test cases, avoid fail-fast, re…

    …move pip caching
    
    (cherry picked from commit 91d2e60)
    Erik Steringer committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    1d969f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. fix for #114, including a test case

    Erik Steringer committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    06f1dc1 View commit details
    Browse the repository at this point in the history