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

DS-6428 upgrade garcon to boto3 #17

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

Commits on Jan 6, 2018

  1. Update setup.py

    * Add support for custom worker identifiers (activity and deciders). 
    * Add logging on deciders.
    xethorn authored Jan 6, 2018
    Configuration menu
    Copy the full SHA
    94b1345 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Added tox

    Bakuutin committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    df028d6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. Merge pull request #84 from theorchard/python36

    Added tox
    xethorn authored May 20, 2018
    Configuration menu
    Copy the full SHA
    9d43c8d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Migrate from boto2 to boto3.

    Boto3 has been out for some time now and boto2 will likely be
    deprecated in months / years to come. Since most AWS users are
    now on boto3, migrating Garcon to Boto3.
    
    This upgrade introduces couple breaking changes:
    * `Workflow` now needs a `client` (`boto3.client('aws', region_name='us-east-1')`)
      to work. It enables workflows to run on specific AWS regions.
    * `ActivityExecution` is now passed to the Runner instead of the
      `Activity`. Similar to boto2 activities, you can perform operations
      on the execution such as `complete`, `fail` and `heartbeat`.
    xethorn committed May 9, 2020
    Configuration menu
    Copy the full SHA
    e5ba08f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e042196 View commit details
    Browse the repository at this point in the history
  3. Add Github Workflows.

    xethorn committed May 9, 2020
    Configuration menu
    Copy the full SHA
    9592857 View commit details
    Browse the repository at this point in the history
  4. Add on_exception to run() activity method if fail() method fails (#90)

    Add on_exception to run() activity method if fail() method fails
    Emersin authored and xethorn committed May 9, 2020
    Configuration menu
    Copy the full SHA
    f1633ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dee1b3d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #92 from xethorn/xethorn/20-may-add-workflow-to-pu…

    …blish-to-github
    
    Add workflow to publish to pypi.
    xethorn authored May 9, 2020
    Configuration menu
    Copy the full SHA
    179de5a View commit details
    Browse the repository at this point in the history
  7. Create 1.0.0 alpha release

    xethorn committed May 9, 2020
    Configuration menu
    Copy the full SHA
    27138fe View commit details
    Browse the repository at this point in the history
  8. Merge pull request #93 from xethorn/xethorn/20-may-create-alpha-release

    Create 1.0.0 alpha release
    xethorn authored May 9, 2020
    Configuration menu
    Copy the full SHA
    845d419 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Configuration menu
    Copy the full SHA
    e5db053 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from xethorn/xethorn/20-may-remove-python27

    Remove support for python 2.7.
    xethorn authored May 10, 2020
    Configuration menu
    Copy the full SHA
    efef1a4 View commit details
    Browse the repository at this point in the history
  3. Issue 1.0.0 Alpha 2

    xethorn committed May 10, 2020
    Configuration menu
    Copy the full SHA
    5ae3839 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #95 from xethorn/xethorn/20-may-issue-1.0.0a2

    Issue 1.0.0 Alpha 2
    xethorn authored May 10, 2020
    Configuration menu
    Copy the full SHA
    3c2b455 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    784ec35 View commit details
    Browse the repository at this point in the history
  2. Update testing.yml

    Adding support for pull requests.
    xethorn authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    39f4297 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #97 from xethorn/xethorn/20-june-add-support-for-r…

    …unning-tests-on-pull-requests
    
    Update testing.yml
    xethorn authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    ae8427c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #96 from Emersin/fix-for-ActivityExecution

    Fix ActivityExecution
    xethorn authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    6177d4a View commit details
    Browse the repository at this point in the history
  5. Update setup.py

    Bump alpha version to include #96.
    xethorn authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    c46e85e View commit details
    Browse the repository at this point in the history
  6. Update setup.py

    Bump alpha version to include #96.
    xethorn authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    8464ba7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2bd230 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be5ae15 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Update setup.py

    xethorn authored Jun 12, 2020
    Configuration menu
    Copy the full SHA
    40f7e9d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Fix for decider param

    Emersin committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    1d446b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from Emersin/fix-for-decider-param

    Fix for decider param
    xethorn authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    22ac2a2 View commit details
    Browse the repository at this point in the history
  3. v1.0.1

    Fix decider next page token.
    xethorn authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    1b1a490 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec297af View commit details
    Browse the repository at this point in the history
  5. Fixed another decider param

    Emersin committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    52395dc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Merge pull request #102 from Emersin/fix-for-decider-param

    Fixed another decider param
    xethorn authored Jun 20, 2020
    Configuration menu
    Copy the full SHA
    6730d50 View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    Fixes:
    * #102 : fix: retrieving history for a given identity only accepts strings, `None` was provided.
    xethorn authored Jun 20, 2020
    Configuration menu
    Copy the full SHA
    586eebe View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Update testing.yml

    xethorn authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    80a3ef5 View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    xethorn authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    e44db30 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Create codeql-analysis.yml

    xethorn authored May 2, 2021
    Configuration menu
    Copy the full SHA
    ece65a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #103 from xethorn/xethorn/2021/may/add-codeql

    Create codeql-analysis.yml
    xethorn authored May 2, 2021
    Configuration menu
    Copy the full SHA
    280c119 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Update example in README

    xethorn authored May 9, 2021
    Configuration menu
    Copy the full SHA
    5bd4b3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from xethorn/xethorn/21-may-update-readme

    Update example in README
    xethorn authored May 9, 2021
    Configuration menu
    Copy the full SHA
    6eae7e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Update testing.yml

    Remove coveralls
    xethorn authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7b7b203 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

  1. Merge pull request #106 from efedorov-dart/NO_TICKET/bump_python_vers…

    …ion_312
    
    Bump requirements versions, tested with actual environments up to 3.12
    xethorn authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c267fc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Update publish.yml

    xethorn authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    173525e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107 from xethorn/no-task/update-package-release

    Update publish.yml
    xethorn authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9919d5e View commit details
    Browse the repository at this point in the history
  3. Update publish.yml

    xethorn authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    1b0591d View commit details
    Browse the repository at this point in the history
  4. Update setup.py

    xethorn authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    5144c4f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fix threading

    bestchanges committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    aea0b53 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. fix threading

    bestchanges committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    aa3d2b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108 from efedorov-dart/master

    Fix threading error leading to boto3 S3 failures
    xethorn authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    83d2ee3 View commit details
    Browse the repository at this point in the history
  3. Update setup.py

    xethorn authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a21c89e View commit details
    Browse the repository at this point in the history