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

cleanup variables after reverse proxy launch #249

Merged
merged 4 commits into from
Dec 3, 2024
Merged

Conversation

avertrees
Copy link
Collaborator

@avertrees avertrees commented Nov 26, 2024

This PR does the following:

  • removes use of DC_URL and IIIF_URL env vars. We don't need them anymore since neither are environment specific and IIIF_URL was only used in one place.

Open Questions

  • this should be QA'd to ensure no linkies are broken.

How has this been tested? How should a reviewer test this?

  • locally by clicking around.

Accessibility concerns or updates

  • N/A

Checklist:

  • I have added relevant accessibility documentation for this pull request.
  • All new and existing tests passed.
  • I have updated the CHANGELOG.md.

Copy link

vercel bot commented Nov 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
digital-collections ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 3, 2024 2:53pm

Copy link
Member

@EdwinGuzman EdwinGuzman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good but a few nitpicky comments.

@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## Removed
- removed unneccessary variables post reverse proxy launch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: "unnecessary environment variables"

# Old DC url
DC_URL='' # OR https://qa-digitalcollections.nypl.org OR https://digitalcollections.nypl.org
# Base DC url
# DC_URL=''
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is removed in the ENVIRONMENTVARS.md file, so it should be removed here too. I don't see any references to it anymore.

app/src/components/lane/lane.test.tsx Show resolved Hide resolved
@avertrees avertrees merged commit b7ff8c4 into main Dec 3, 2024
4 checks passed
@avertrees avertrees deleted the no_ref/post-rp-cleanup branch December 3, 2024 14:53
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.

3 participants