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

Deploy to test #355

Merged
merged 71 commits into from
Oct 26, 2023
Merged

Deploy to test #355

merged 71 commits into from
Oct 26, 2023

Commits on Sep 26, 2023

  1. feat: add event trigger for when pre-releases or releases are published

    github.ref_name covers getting either branch _or tag_ name, so with this
    commit, a run of this workflow would publish a Docker tag with the git
    tag name
    angela-tran committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    00d39d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    ade17c6 View commit details
    Browse the repository at this point in the history
  2. refactor: move concurrency config to workflow level instead of job level

    also set 'cancel-in-progress' to true so that pending runs will cancel
    if a newer run is queued for a given concurrency group
    angela-tran committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d613425 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    c93ac27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4dcaca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    340f2b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    c3c010c View commit details
    Browse the repository at this point in the history
  2. Feat: pipdeptree (#336)

    angela-tran authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    02063e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9218a01 View commit details
    Browse the repository at this point in the history
  4. refactor: remove unneeded conditions from test if expression

    the workflow itself is already filtered to only listen to
    release publishes
    angela-tran committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    07a2e2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ec8099 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f36ca19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    659c5c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0586d73 View commit details
    Browse the repository at this point in the history
  9. feat(frontdoor): allow access to static files dir

    maintain access to healthcheck endpoint
    thekaveman committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    874473a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    b910707 View commit details
    Browse the repository at this point in the history
  2. fix: 'env' context is not available in the places we need it

    put the expression back as inline values instead of being a variable
    angela-tran committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e1b4e08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    382cc09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba9af5a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    f530f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e32f19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9ecd71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26b95e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    393953a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01b2936 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    100697e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc2379a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ea9a89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee93b21 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. fix: move agency-specific backend configuration to command options

    backend configuration cannot use named values such as variables
    angela-tran committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3803ffa View commit details
    Browse the repository at this point in the history
  2. feat(terraform): create agency-specific backend config for local dev

    the pipeline doesn't need the backend config block in main.tf
    angela-tran committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8af3d32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5545dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bbc6a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ad714e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f94534b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    626eb25 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. chore(pre-commit): autoupdate hooks

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
    pre-commit-ci[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8ad2323 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    885ddd5 View commit details
    Browse the repository at this point in the history
  2. chore: run terraform fmt

    angela-tran committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0a7caab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    220bb39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbbd0d7 View commit details
    Browse the repository at this point in the history
  5. feat(terraform): pass variables to Terraform from pipeline

    pass filepath of variable template as runtime parameter
    angela-tran committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    bb61628 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a3a267 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0728b4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1097508 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6d9407 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3e58216 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af9b5ab View commit details
    Browse the repository at this point in the history
  12. refactor(infra): use AGENCY_CARD variable for environment app service

    note this is a name change
    angela-tran committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    086aa95 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b33cc73 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c09ddea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dbe9111 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    50fbd28 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e1ae46e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    c22124e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a7f35 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    7f81779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93bf003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9514c56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b165ec6 View commit details
    Browse the repository at this point in the history
  5. docs(infra): update docs that mention environment resource groups

    remove Build Status badge; it seems to not render correctly
    angela-tran committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f871893 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a35baf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c713d2 View commit details
    Browse the repository at this point in the history
  8. docs(infra): move terraform README into docs file structure

    update README to point to online documentation
    angela-tran committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7f547e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. chore(pre-commit): autoupdate hooks

    updates:
    - [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@23.9.1...23.10.0)
    pre-commit-ci[bot] authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2eacbad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb82b9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a488cc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fd6140 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    81976d1 View commit details
    Browse the repository at this point in the history
  2. fix: use agency card as prefix for key vault name

    this will rename MST's key vault
    angela-tran committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2ecb49c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f49b0f View commit details
    Browse the repository at this point in the history