Skip to content
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b255b31
feat: create the new separate classes
ethanholz Nov 19, 2024
2028ae5
feat: add helper functions for easier printing
ethanholz Nov 20, 2024
50e7611
feat: add new classes for deployment
ethanholz Nov 20, 2024
b5399be
feat: add a way to take a generic start provider
ethanholz Nov 20, 2024
95427b6
fix: ensure that the runner release is initiated correctly
ethanholz Nov 20, 2024
119bcc2
refactor: add parity for the stop runner
ethanholz Nov 20, 2024
164d98d
feat(stop): add a way to get the instance mapping
ethanholz Nov 20, 2024
3b8e796
feat(start): add the ability for start to generically set output
ethanholz Nov 20, 2024
102a1a8
feat!: Remove the CloudDeployment abstract base class
ethanholz Nov 21, 2024
90f1040
test: remove dead tests
ethanholz Nov 26, 2024
77d5cd0
feat: add new env parsing and helper module
ethanholz Dec 4, 2024
e1c1e1b
chore: remove test for CloudDeploymentFactory
ethanholz Dec 9, 2024
0a046a2
feat!: remove __main__ from this repo
ethanholz Dec 10, 2024
3c125c6
test(cloud): add clouddeployment tests
ethanholz Dec 10, 2024
643aa1b
refactor: remove helper.py
ethanholz Dec 11, 2024
b0bad2d
test(workflow_cmd): Add a check to validate that we actually append
ethanholz Dec 11, 2024
eeb3888
test: rename test_helper to test_workflow_cmds
ethanholz Dec 11, 2024
b298a10
test: move helper tests to subdir
ethanholz Jan 16, 2025
8976bca
refactor(input)!: Change name of with_var to with_state
ethanholz Jan 16, 2025
c885166
refactor(input)!: Use a property for the parameters
ethanholz Jan 16, 2025
57f1f3c
refactor(input): rename with_state to update_state
ethanholz Jan 16, 2025
4798fb4
refactor(input): cleanup API and docs
ethanholz Jan 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions Dockerfile

This file was deleted.

186 changes: 0 additions & 186 deletions src/gha_runner/__main__.py

This file was deleted.

Loading