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

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    68d8431 View commit details
    Browse the repository at this point in the history
  2. add validations

    go-to-k committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    6f83e5e View commit details
    Browse the repository at this point in the history
  3. add default value

    go-to-k committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    5eec06c View commit details
    Browse the repository at this point in the history
  4. add docs

    go-to-k committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    126191d View commit details
    Browse the repository at this point in the history
  5. fix validation

    go-to-k committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    48be463 View commit details
    Browse the repository at this point in the history
  6. unit tests

    go-to-k committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    7d301c6 View commit details
    Browse the repository at this point in the history
  7. README

    go-to-k committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    b86155b View commit details
    Browse the repository at this point in the history
  8. change integ test name

    go-to-k committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    993eeee View commit details
    Browse the repository at this point in the history
  9. change unit test name

    go-to-k committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    7ca8a60 View commit details
    Browse the repository at this point in the history
  10. modify README

    go-to-k committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    32a9dad View commit details
    Browse the repository at this point in the history
  11. change snapshots

    go-to-k committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    fcf1e84 View commit details
    Browse the repository at this point in the history
  12. change name for unit tests

    go-to-k committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    bc6d769 View commit details
    Browse the repository at this point in the history
  13. refactor

    go-to-k committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    2c1899b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. create class for variable

    go-to-k committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    72399e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    244bfbf View commit details
    Browse the repository at this point in the history
  3. add an unit test

    go-to-k committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    482f4cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d3a428 View commit details
    Browse the repository at this point in the history
  5. tweak for vars

    go-to-k committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    427ffc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    5c999a6 View commit details
    Browse the repository at this point in the history
  2. add docs for VariableProps

    go-to-k committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9d2e58c View commit details
    Browse the repository at this point in the history
  3. update README

    go-to-k authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ae8d7ad View commit details
    Browse the repository at this point in the history
  4. refactor

    go-to-k committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f2c0be1 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. change by review 1

    go-to-k committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3e79983 View commit details
    Browse the repository at this point in the history
  2. change by review 2

    change by review 2
    
    change import order
    go-to-k committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8487ef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc01d64 View commit details
    Browse the repository at this point in the history
  4. fix an another unit test

    go-to-k committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    fd21c85 View commit details
    Browse the repository at this point in the history
  5. modify cdk pipelines

    go-to-k committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    af234f3 View commit details
    Browse the repository at this point in the history
  6. Revert "modify cdk pipelines"

    This reverts commit af234f3.
    go-to-k committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9a32d71 View commit details
    Browse the repository at this point in the history
  7. change comments

    go-to-k committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6f79dd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. add trigger

    change provider error msg
    
    validate if V1
    
    integ
    
    comments
    
    docs
    
    doc
    
    err msg
    
    comment
    
    change msg
    go-to-k committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8d1aec5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f87a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. change docs

    go-to-k committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3d78ce7 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. change render to internal

    go-to-k committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0a81085 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7667bb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. fix code style

    go-to-k committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a56f385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a453d View commit details
    Browse the repository at this point in the history
  3. changed pipelines test

    go-to-k committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c55e418 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8711c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    eeedeb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7abf02a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b4bc21 View commit details
    Browse the repository at this point in the history
  4. integ test

    go-to-k committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    4c3a65c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    403d7fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69a0e76 View commit details
    Browse the repository at this point in the history
  7. annotations in integ test

    go-to-k committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    c086699 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74eb13e View commit details
    Browse the repository at this point in the history
  9. action-level samples in doc

    action-level samples in doc
    go-to-k committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    b2a03e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f20a00c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    964296e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52a8efb View commit details
    Browse the repository at this point in the history
  3. addTrigger method

    go-to-k committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ad99152 View commit details
    Browse the repository at this point in the history
  4. change Trigger from interface to class

    change docs
    go-to-k committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    2b3c633 View commit details
    Browse the repository at this point in the history
  5. validate duplicated variables and triggers with duplicate source action

    validate triggers with duplicate source action
    
    variableName doc
    
    sourceAction doc
    
    refactor _render in trigger
    go-to-k committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    c201037 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95d1712 View commit details
    Browse the repository at this point in the history
  7. CDK allows empty pushFilter

    comments
    go-to-k committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    94ee0e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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