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

create a version that supports boto3/python3, updated requirements file #26

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

Commits on Feb 13, 2019

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

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    4c53a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b37a8b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2071418 View commit details
    Browse the repository at this point in the history
  4. pep8 / pycodestyle compliant

    Trozz committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    f6f669f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Handle no tags

    gregn610 authored May 22, 2019
    Configuration menu
    Copy the full SHA
    f2779c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Merge pull request #1 from gregn610/gregn610-tags

    Handle no tags
    Trozz authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    f9702e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Update pythonpackage.yml

    Trozz authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    e19b4cf View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

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

Commits on Mar 16, 2020

  1. Merge pull request #2 from rromanchuk/fix-tag-filter

    Skip appending a tag value if it's not in the given filter
    Trozz authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    e72356f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Sort tags by key

    Tag order is non-deterministic, so instances with the same tags set
    might end up not getting sequential names, e.g. 'foo-bar' and
    'bar-foo' instead of 'foo-bar-1' and 'foo-bar-2'.
    legoscia committed May 11, 2021
    Configuration menu
    Copy the full SHA
    9cba957 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from legoscia/sort-tags

    Sort tags by key
    Trozz authored May 11, 2021
    Configuration menu
    Copy the full SHA
    c3f46c4 View commit details
    Browse the repository at this point in the history
  3. Update pythonpackage.yml

    add newer versions of python
    Trozz authored May 11, 2021
    Configuration menu
    Copy the full SHA
    9a3563b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Merge pull request #4 from Trozz/add_python_38_39

    Add newer versions of python for automated build testing
    Trozz authored May 13, 2021
    Configuration menu
    Copy the full SHA
    de13534 View commit details
    Browse the repository at this point in the history