-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/vote 2874 downsync workflow improvements #1027
Merged
rayestrada
merged 75 commits into
dev
from
feature/VOTE-2874-downsync-workflow-improvements
Oct 4, 2024
Merged
Feature/vote 2874 downsync workflow improvements #1027
rayestrada
merged 75 commits into
dev
from
feature/VOTE-2874-downsync-workflow-improvements
Oct 4, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VOTE-497 configure sitewide alert
…/vote-gov-drupal into integration/resdesign-scaffolding
testing rolling deploy on test
…ult to process count of 5.
…eded to be rebuilt without core cache blowing it away when ran.
…efore running tome.
* VOTE-464 Initialize redesign votegov theme * VOTE-464 resolve phplint errors with new theme * VOTE-414: scaffolding for header * Header refinements * Update text formats for wysiwyg content * Add ordered list to simple text format * VOTE-499 configure main menu VOTE-497 configure sitewide alert * VOTE-415 Configure footer * VOTE-528: state page title scaffolding * revert block placement * VOTE-525: add breadcrumb module * VOTE-418: Homepage template scaffolding (#445) * add nvrf block to state page nodes * fix page title * create registration type template suggestions * satisfy phplint * state page main content scaffolding * votegov theme refinements * Remove unused files from bixal_uswds theme * Update CI/CD and references to new theme * Move drupal_breadcrumb enable to right config dir * testing rolling deploy on test * testing --------- Co-authored-by: Ray Estrada <[email protected]> Co-authored-by: mlloydbixal <[email protected]> Co-authored-by: Christian Medders - Bixal <[email protected]>
…nstall Testing/vote 2844 change cf cli install
…nstall testing vote-2844
…sync-workflow-improvements
rayestrada
approved these changes
Oct 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira ticket
VOTE-2874
Description
Implement improvements to downsync workflow.
Deployment and testing
QA/Testing instructions
latest.sql.gz
is created in the top level of the prod directory in the backup S3 bucket.key/value: backup/prod
as the pipeline parameters. This will need to be ran when the upkeep workflow is not running as either a pipeline or cloud.gov task.latest.sql.gz
has been created in the top level of the prod directory in the backup S3 bucket with an updated timestamp from the previous one.key/value: restore/<env name>
as the pipeline parameters. For example,restore/stage
for restoring the latest prod db backup into the stage env.Checklist for the Developer
Checklist for the Peer Reviewers