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

all: remove deprecated RepoList.Minimal #624

Merged
merged 1 commit into from
Oct 9, 2023
Merged

all: remove deprecated RepoList.Minimal #624

merged 1 commit into from
Oct 9, 2023

Conversation

keegancsmith
Copy link
Member

This field is no longer requested in Sourcegraph and has been deprecated for a while.

Test Plan: go test ./...

@keegancsmith keegancsmith requested a review from a team July 18, 2023 12:12
@keegancsmith
Copy link
Member Author

FYI there is this draft PR to remove the few places we read the field. These places only exist since they are general infra for aggregating, but in practice sourcegraph won't have this field populated. https://github.com/sourcegraph/sourcegraph/pull/54906

grpc/v1/webserver.proto Outdated Show resolved Hide resolved
@stefanhengl stefanhengl removed the request for review from a team October 9, 2023 07:06
This field is no longer requested in Sourcegraph and has been deprecated
for a while.

Test Plan: go test ./...
enum RepoListField {
reserved 2;
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to add the field name to "reserved" as well? See here

Copy link
Member Author

Choose a reason for hiding this comment

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

We don't use JSON serialization of these structs.

@keegancsmith keegancsmith merged commit 659eac9 into main Oct 9, 2023
8 checks passed
@keegancsmith keegancsmith deleted the k/rm-minimal branch October 9, 2023 10:08
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.

3 participants