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

feat(codepipeline): pipeline type v2 with pipeline-level variables and triggers #28538

Merged
merged 56 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
68d8431
feat(codepipeline): support pipeline type v2 and pipeline-level varia…
go-to-k Dec 31, 2023
6f83e5e
add validations
go-to-k Dec 31, 2023
5eec06c
add default value
go-to-k Dec 31, 2023
126191d
add docs
go-to-k Dec 31, 2023
48be463
fix validation
go-to-k Dec 31, 2023
7d301c6
unit tests
go-to-k Dec 31, 2023
b86155b
README
go-to-k Dec 31, 2023
993eeee
change integ test name
go-to-k Dec 31, 2023
7ca8a60
change unit test name
go-to-k Dec 31, 2023
32a9dad
modify README
go-to-k Dec 31, 2023
fcf1e84
change snapshots
go-to-k Dec 31, 2023
bc6d769
change name for unit tests
go-to-k Dec 31, 2023
2c1899b
refactor
go-to-k Dec 31, 2023
72399e5
create class for variable
go-to-k Jan 1, 2024
244bfbf
Merge branch 'main' into codepipeline-v2-vars
go-to-k Jan 1, 2024
482f4cd
add an unit test
go-to-k Jan 1, 2024
5d3a428
make pipeline type in the class optional
go-to-k Jan 1, 2024
427ffc8
tweak for vars
go-to-k Jan 1, 2024
5c999a6
Merge branch 'main' into codepipeline-v2-vars
go-to-k Jan 2, 2024
9d2e58c
add docs for VariableProps
go-to-k Jan 2, 2024
ae8d7ad
update README
go-to-k Jan 2, 2024
f2c0be1
refactor
go-to-k Jan 2, 2024
3e79983
change by review 1
go-to-k Jan 3, 2024
8487ef1
change by review 2
go-to-k Jan 3, 2024
dc01d64
Merge branch 'main' into codepipeline-v2-vars
go-to-k Jan 3, 2024
fd21c85
fix an another unit test
go-to-k Jan 3, 2024
af234f3
modify cdk pipelines
go-to-k Jan 3, 2024
9a32d71
Revert "modify cdk pipelines"
go-to-k Jan 3, 2024
6f79dd5
change comments
go-to-k Jan 3, 2024
8d1aec5
add trigger
go-to-k Jan 17, 2024
e0f87a4
Merge branch 'main' into codepipeline-v2-vars
go-to-k Jan 17, 2024
3d78ce7
change docs
go-to-k Jan 18, 2024
0a81085
change render to internal
go-to-k Jan 26, 2024
7667bb6
Merge branch 'main' into codepipeline-v2-vars
go-to-k Jan 26, 2024
a56f385
fix code style
go-to-k Feb 1, 2024
12a453d
modify unit tests with new method and describes
go-to-k Feb 1, 2024
c55e418
changed pipelines test
go-to-k Feb 1, 2024
c8711c1
specify how to specify V2 pipelines in error messages
go-to-k Feb 1, 2024
eeedeb0
Merge branch 'main' into codepipeline-v2-vars
go-to-k Feb 4, 2024
7abf02a
README for action-level variables
go-to-k Feb 4, 2024
1b4bc21
separete files for triggers and variables
go-to-k Feb 4, 2024
4c3a65c
integ test
go-to-k Feb 4, 2024
403d7fa
add comments for default type
go-to-k Feb 4, 2024
69a0e76
using assertions in trigger integ test
go-to-k Feb 4, 2024
c086699
annotations in integ test
go-to-k Feb 4, 2024
74eb13e
add doc that Migrating a pipeline type from V1 to V2
go-to-k Feb 4, 2024
b2a03e7
action-level samples in doc
go-to-k Feb 4, 2024
f20a00c
scope of each variables in doc
go-to-k Feb 4, 2024
964296e
Merge branch 'main' into codepipeline-v2-vars
go-to-k Feb 10, 2024
52a8efb
add validation for length of gitpushfilter
go-to-k Feb 10, 2024
ad99152
addTrigger method
go-to-k Feb 10, 2024
2b3c633
change Trigger from interface to class
go-to-k Feb 10, 2024
c201037
validate duplicated variables and triggers with duplicate source action
go-to-k Feb 10, 2024
95d1712
change names to tagsExcludes and tagsIncludes
go-to-k Feb 10, 2024
94ee0e8
CDK allows empty pushFilter
go-to-k Feb 10, 2024
0cf9190
Merge branch 'main' into codepipeline-v2-vars
mergify[bot] Feb 13, 2024
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

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading