Skip to content

chore!: remove core server GetSessionLogs operation#4325

Merged
casibbald merged 1 commit intoweaveworks:mainfrom
erikgb:remove-session-logs
Dec 30, 2024
Merged

chore!: remove core server GetSessionLogs operation#4325
casibbald merged 1 commit intoweaveworks:mainfrom
erikgb:remove-session-logs

Conversation

@erikgb
Copy link
Copy Markdown
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

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