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

dev: Remove dead code #3113

Merged
merged 15 commits into from
Jun 22, 2023
Merged

dev: Remove dead code #3113

merged 15 commits into from
Jun 22, 2023

Conversation

mastercactapus
Copy link
Member

@mastercactapus mastercactapus commented Jun 21, 2023

Description:
This PR removes a significant amount of unused/dead code.

Describe any introduced API changes:
The --kubernetes-cooldown flag has been deprecated and functionality removed (use preStop hook in the deployment config instead).

Validation: The removed code was not used/referenced by the application -- the linter didn't flag it because they were public/exported methods.

allending313
allending313 previously approved these changes Jun 21, 2023
Copy link
Collaborator

@allending313 allending313 left a comment

Choose a reason for hiding this comment

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

lgtm, hopefully didn't miss anything but seems like the removed lines won't impact the app

Copy link
Contributor

@andrewbenington andrewbenington left a comment

Choose a reason for hiding this comment

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

Looks like all unit tests are passing, lgtm

@mastercactapus mastercactapus merged commit 3d31b1c into master Jun 22, 2023
6 checks passed
@mastercactapus mastercactapus deleted the remove-dead-code branch June 22, 2023 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants