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

2024-08-29 | MAIN --> PROD | DEV (377d210) --> STAGING #4241

Merged
merged 5 commits into from
Aug 29, 2024
Merged

2024-08-29 | MAIN --> PROD | DEV (377d210) --> STAGING #4241

merged 5 commits into from
Aug 29, 2024

Commits on Aug 28, 2024

  1. added gsa email to config.tf for cloud.gov (#4235)

    * added gsa email to config.tf for cloud.gov
    
    * Update config.tf
    anagradova authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b39723f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44d4933 View commit details
    Browse the repository at this point in the history
  3. Fix inconsistent case where datepicker fails to click (#4237)

    Sometimes the full-submission tests fail on this line - it seems that the datepicker component does not always respond to .click(), and causes a timeout when the next step attempts to select today's date.
    
    To my understanding it seems `.trigger('click')` is another approach that fares better in cases where `.click()` might fail. I have tested this many times and have yet for Cypress to break on my end with this new line.
    rnovak338 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5d5e5e8 View commit details
    Browse the repository at this point in the history
  4. Increase prod db to 75GB (#4233)

    * Increase storage by 5x
    
    Per cloud.gov, we are running out of space in the rds in production.
    This should *hopefully* sort that out and future proof it.
    
    * set to 75 to match manual scale
    asteel-gsa authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    99936cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    377d210 View commit details
    Browse the repository at this point in the history