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

v5.0.0 #7

Draft
wants to merge 47 commits into
base: main
Choose a base branch
from
Draft

v5.0.0 #7

wants to merge 47 commits into from

Commits on Jul 14, 2024

  1. add send_command input

    tmshkr committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    552881d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. add client-ssm

    tmshkr committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    662537d View commit details
    Browse the repository at this point in the history
  2. add SSMClient

    tmshkr committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    c854819 View commit details
    Browse the repository at this point in the history
  3. add sendCommand

    tmshkr committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    235be30 View commit details
    Browse the repository at this point in the history
  4. add send_command to tests

    tmshkr committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    e191a2c View commit details
    Browse the repository at this point in the history
  5. Update dist file

    tmshkr committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    8c03e0e View commit details
    Browse the repository at this point in the history
  6. add deps

    tmshkr committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    a5a23a1 View commit details
    Browse the repository at this point in the history
  7. add inputs/outputs to readme

    tmshkr committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    14fd957 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0227500 View commit details
    Browse the repository at this point in the history
  9. update action table

    tmshkr committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    417232b View commit details
    Browse the repository at this point in the history
  10. update README

    tmshkr committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    4d6fd48 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. update README

    tmshkr committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    cf2b13a View commit details
    Browse the repository at this point in the history
  2. update README

    tmshkr committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    de3a82d View commit details
    Browse the repository at this point in the history
  3. update action.yml

    tmshkr committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    9f2a51a View commit details
    Browse the repository at this point in the history
  4. update readme.ts

    tmshkr committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    1c4f31f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    188d3ad View commit details
    Browse the repository at this point in the history
  6. update README

    tmshkr committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    f7b7d56 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. add waitForCommand

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    23c1eb9 View commit details
    Browse the repository at this point in the history
  2. update deps

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    cc8efae View commit details
    Browse the repository at this point in the history
  3. update inputs

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    4741bd0 View commit details
    Browse the repository at this point in the history
  4. use snake_case for inputs

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ba6bb09 View commit details
    Browse the repository at this point in the history
  5. update inputs

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    636a5bf View commit details
    Browse the repository at this point in the history
  6. update inputs

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    cbc7788 View commit details
    Browse the repository at this point in the history
  7. fix conditionals

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    7cbac8b View commit details
    Browse the repository at this point in the history
  8. refactor getEnvironments

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    5053237 View commit details
    Browse the repository at this point in the history
  9. refactor updateListenerRules

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    8f82784 View commit details
    Browse the repository at this point in the history
  10. refactor updateListenerRules

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0db709c View commit details
    Browse the repository at this point in the history
  11. update readme

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    235dac6 View commit details
    Browse the repository at this point in the history
  12. update command status logging

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    81e23ca View commit details
    Browse the repository at this point in the history
  13. filter empty envs

    tmshkr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a9012c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. use vitest

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    3d2f9fc View commit details
    Browse the repository at this point in the history
  2. add ansi-styles

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    04771c2 View commit details
    Browse the repository at this point in the history
  3. delete jest.config.js

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    07fa63b View commit details
    Browse the repository at this point in the history
  4. update tsconfig.json

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a2868cb View commit details
    Browse the repository at this point in the history
  5. remove dotenv

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    966281e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cb04a6 View commit details
    Browse the repository at this point in the history
  7. use esm import

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    03e9fb6 View commit details
    Browse the repository at this point in the history
  8. rename main.blue_green.test.ts

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    1787f24 View commit details
    Browse the repository at this point in the history
  9. import fs

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    b75e915 View commit details
    Browse the repository at this point in the history
  10. refactor inputs.test.ts

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    803162a View commit details
    Browse the repository at this point in the history
  11. add TestAlbStack

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    aef82c2 View commit details
    Browse the repository at this point in the history
  12. rename shared_alb.test.ts

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    cad7e35 View commit details
    Browse the repository at this point in the history
  13. update deps

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    d87492f View commit details
    Browse the repository at this point in the history
  14. update TestAlbStack

    tmshkr committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a068cbd View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. fix shared_alb test

    tmshkr committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3510bab View commit details
    Browse the repository at this point in the history
  2. update shared_alb test

    tmshkr committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    fea84c8 View commit details
    Browse the repository at this point in the history
  3. update getCnamePrefix

    tmshkr committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ae2b3e6 View commit details
    Browse the repository at this point in the history