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

refactor: Make base classmethods private #142

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

tmac1973
Copy link
Contributor

@tmac1973 tmac1973 commented Jan 9, 2024

These should have been private. This change fixes this which is required for the auto api doc generator to keep these methods out of the API docs.

Testing:

Ran tests locally, all passed

Issue:

https://lacework.atlassian.net/browse/GROW-2671

These should have been private. This change fixes this
which is required for the auto api doc generator to
keep these methods out of the API docs.

Signed-off-by: Timothy MacDonald <[email protected]>
@tmac1973 tmac1973 requested a review from a team as a code owner January 9, 2024 18:59
Copy link
Contributor

@ipcrm ipcrm 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!

What do we need to do here, if anything, about versioning of this project given these were public. If existing code (outside this project) is using BaseEndpoint this is going to cause some things to break, correct?

Marking these as private requires a major version change

Signed-off-by: Timothy MacDonald <[email protected]>
@tmac1973 tmac1973 merged commit 1fdf77e into main Jan 10, 2024
8 checks passed
@tmac1973 tmac1973 deleted the tmacdonald/GROW-2671/make-base-classmethods-private branch January 10, 2024 14:49
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