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

chore!: remove core server GetSessionLogs operation #4325

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

erikgb
Copy link
Contributor

@erikgb erikgb commented Dec 30, 2024

Closes

What changed?

This deletes the implementation of the GetSessionLogs core server operation - making it unimplemented in the proto gRPC API. It seems like the function is unused, and I have a feeling it got removed as part of weaveworks/weave-gitops-enterprise#3514.

Why was this change made?

The main benefit of this change is removing the dependency to github.com/johannesboyne/gofakes3 - which is currently replaced with a forked version. We could try to get the required improvements from the fork into the upstream project, but that will probably require some effort like writing new tests, etc. A bonus from removing this dependency is that we will also get rid of the transitive dependency to AWS SDK v1 - which is unmaintained and reported as vulnerable by our scanners.

How was this change implemented?

How did you validate the change?

Release notes

Documentation Changes

@casibbald casibbald merged commit 1b6d71b into weaveworks:main Dec 30, 2024
17 checks passed
casibbald added a commit that referenced this pull request Jan 6, 2025
casibbald added a commit that referenced this pull request Jan 6, 2025
Reverts #4325

Reverting, now that the following
[PR](johannesboyne/gofakes3#100) has made it
into Goflakes3
This was referenced Jan 15, 2025
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