forked from xethorn/garcon
-
Notifications
You must be signed in to change notification settings - Fork 2
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
efedorov-dart
wants to merge
48
commits into
theorchard:master
Choose a base branch
from
xethorn:main
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add support for custom worker identifiers (activity and deciders). * Add logging on deciders.
Added tox
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`.
Add on_exception to run() activity method if fail() method fails
…blish-to-github Add workflow to publish to pypi.
Create 1.0.0 alpha release
Remove support for python 2.7.
Issue 1.0.0 Alpha 2
Adding support for pull requests.
…unning-tests-on-pull-requests Update testing.yml
Fix ActivityExecution
Bump alpha version to include #96.
Bump alpha version to include #96.
Update setup.py
Update setup.py
Fix for decider param
Fixed another decider param
Fixes: * #102 : fix: retrieving history for a given identity only accepts strings, `None` was provided.
Create codeql-analysis.yml
Update example in README
efedorov-dart
changed the title
DRAFT upgrade garcon to boto3
DS-6428 upgrade garcon to boto3
Dec 21, 2023
Remove coveralls
…ion_312 Bump requirements versions, tested with actual environments up to 3.12
Update publish.yml
Fix threading error leading to boto3 S3 failures
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.