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

Removing Apex Connectivity Client #708

Closed
wants to merge 11 commits into from
Closed

Removing Apex Connectivity Client #708

wants to merge 11 commits into from

Conversation

anathoodell
Copy link
Contributor

@anathoodell anathoodell commented Sep 26, 2024

Description

A few sentences describing the overall goals of the pull request's commits.

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #
dell/csm#1484

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have maintained backward compatibility

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

  • Test A
  • Test B

@anathoodell anathoodell linked an issue Sep 27, 2024 that may be closed by this pull request
main.go Outdated Show resolved Hide resolved
Copy link
Contributor

@francis-nijay francis-nijay left a comment

Choose a reason for hiding this comment

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

There are some yaml lint errors

return nil
}

// 2nd parameter is an ApexCC cr
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this entire comment block be removed? It is related only to ACC, which we are trying to remove.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, removed.

pkg/utils/utils.go Outdated Show resolved Hide resolved
@@ -91,6 +91,7 @@ var correctlyAuthInjected = func(cr csmv1.ContainerStorageModule, annotations ma
}

// GetTestResources -- parse values file
// TBD: remove apex param from here and caller
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a blocker that is preventing us from removing this param now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not really. just have to make the change. i will do so.

@anathoodell
Copy link
Contributor Author

The commits in this PR are merged into pub/krv-28556 branch, and a PR for this is available #721. As a result, this PR is being closed.

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.

[FEATURE]: Remove ACC Support
4 participants