Skip to content

Crufty lib cleanup #27

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

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Crufty lib cleanup #27

merged 1 commit into from
Jan 21, 2025

Conversation

owen-c
Copy link
Contributor

@owen-c owen-c commented Jan 21, 2025

Clean up this crufty lib.

Trying to upgrade pg gem in envoy-web, this is blocking.

@owen-c owen-c requested review from kamal and ecolignon January 21, 2025 18:20
@owen-c owen-c changed the title Fix incorrect dependency declaration Crufty lib cleanup Jan 21, 2025
Copy link
Contributor

@ecolignon ecolignon left a comment

Choose a reason for hiding this comment

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

Thanks for the cleanup! Just to verify my understanding:

  • We're getting rid of the outdated CI configuration from Travis CI since the gem now uses GHA.
  • We're eliminating unnecessary database dependencies that were previously used for database-backed specs, which aren't needed now because everything runs in-memory.

Have we validated that all consumers of this gem, e.g. envoy-web, will continue to function as expected after these changes?

@owen-c
Copy link
Contributor Author

owen-c commented Jan 21, 2025

Thanks for the cleanup! Just to verify my understanding:

  • We're getting rid of the outdated CI configuration from Travis CI since the gem now uses GHA.
  • We're eliminating unnecessary database dependencies that were previously used for database-backed specs, which aren't needed now because everything runs in-memory.

Have we validated that all consumers of this gem, e.g. envoy-web, will continue to function as expected after these changes?

No, but thats why I bumped the version 😉

@owen-c owen-c merged commit 5a08c80 into master Jan 21, 2025
1 check 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