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

Add conditional config for the UX tier #157

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Add conditional config for the UX tier #157

merged 1 commit into from
Sep 12, 2024

Conversation

matt-bernhardt
Copy link
Member

@matt-bernhardt matt-bernhardt commented Sep 12, 2024

Why are these changes being introduced:

We have a long-term multidev for the UX team to use for content work, but it isn't consistently implemented between several names. This causes problems when trying to access the network dashboard and password reset interfaces, because the inconsistent names provoke a server error.

How does this address that need:

This adds a conditional to web/wp-config.php to standardize how the UX tier is named. This is the same conditional where we assign custom names for the Dev, Test, and Live tiers - so this is a consistent place to assign a custom name for a multidev.

Document any side effects to this change:

None that I can see - although this is the first time we're using this approach for a multidev, so that may be worth noting.

Relevant ticket(s):

https://mitlibraries.atlassian.net/browse/pw-92

Developer

Stylesheets

  • Any theme or plugin whose stylesheets have changed has had its version
    string incremented.

Secrets

  • All new secrets have been added to Pantheon tiers
  • Relevant secrets have been updated in Github Actions
  • All new secrets documented in README
  • No secrets are affected

Documentation

  • Project documentation has been updated
  • No documentation changes are needed

Accessibility

  • ANDI or Wave has been run in accordance to
    our guide and
    all issues introduced by these changes have been resolved or opened as new
    issues (link to those issues in the Pull Request details above)
  • No interfaces are affected by this change.

Stakeholder approval

  • Stakeholder approval has been confirmed
  • Stakeholder approval is not needed

Dependencies

NO dependencies are updated

Code Reviewer

  • The commit message is clear and follows our guidelines
    (not just this pull request message)
  • The changes have been verified
  • The documentation has been updated or is unnecessary
  • New dependencies are appropriate or there were no changes

** Why are these changes being introduced:

We have a long-term multidev for the UX team to use for content work,
but it isn't consistently implemented between several names. This causes
problems when trying to access the network dashboard and password reset
interfaces, because the inconsistent names provoke a server error.

** Relevant ticket(s):

* https://mitlibraries.atlassian.net/browse/pw-92

** How does this address that need:

This adds a conditional to web/wp-config.php to standardize how the UX
tier is named. This is the same conditional where we assign custom names
for the Dev, Test, and Live tiers - so this is a consistent place to
assign a custom name for a multidev.

** Document any side effects to this change:

None that I can see - although this is the first time we're using this
approach for a multidev, so that may be worth noting.
@matt-bernhardt matt-bernhardt merged commit 9be1842 into master Sep 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants