-
Notifications
You must be signed in to change notification settings - Fork 3
Support parallel step insertion and parallelism breakup in Bitbucket pipelines #1051
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
Merged
nathanjmcdougall
merged 19 commits into
main
from
copilot/support-parallel-steps-bitbucket
Oct 27, 2025
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
b02dd22
Initial plan
Copilot 7f29321
Add InsertParallel instruction handling and test cases
Copilot 42dacbf
Fix singledispatch signature for _insert_parallel_step
Copilot 81bb3af
Add support for breaking up parallelism by moving existing steps
Copilot 6500216
Fix test to use correct instruction order for A, C, B sequence
Copilot 147b856
Add clarifying comments to test for instruction/new_step relationship
Copilot e35688e
Restore new_step.name in import pipeline error message
Copilot 6eda12d
Remove test_extract_step_from_parallel test
Copilot cb6b258
Improve type compliance
nathanjmcdougall 228fd3d
Improve type compliance
nathanjmcdougall 7410b36
Clarify comment and raise AssertionError when step not found
Copilot 6758f8c
Add detailed comments explaining new vs existing step logic and remov…
Copilot 25f4c99
Refactor to use MissingStepError exception instead of None checking
Copilot f2e552e
Pass Ruff
nathanjmcdougall 095e3f8
Extract instruction application logic and rename new_step to step_to_…
Copilot acb48b6
Make various arguments kwarg-only
nathanjmcdougall a7a1dd1
Apply variable renaming consistently (step_to_insert)
nathanjmcdougall 7a28d39
Add tests for ParallelExpanded format and empty parallel block extrac…
Copilot fa35be1
Fix outdated variable name in comment
nathanjmcdougall File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.