Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove player allocation filter api proto#4624

Merged
markmandel merged 4 commits into
mainfrom
remove-player-allocation-filter-api-proto
Jun 24, 2026
Merged

Remove player allocation filter api proto#4624
markmandel merged 4 commits into
mainfrom
remove-player-allocation-filter-api-proto

Conversation

@indurireddy-TF

@indurireddy-TF indurireddy-TF commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

What type of PR is this?

/kind breaking
/kind bug

/kind cleanup

/kind documentation
/kind feature
/kind hotfix
/kind release

What this PR does / Why we need it:

Which issue(s) this PR fixes:

Work on #4491

Did you use AI tools in preparing this PR?:
Yes. I used AI tools as a pair-programming assistant to help me understand existing test cases and to provide suggestions for the changes.

Special notes for your reviewer:

@github-actions github-actions Bot added kind/cleanup Refactoring code, fixing up documentation, etc size/L labels Jun 17, 2026
@agones-bot

Copy link
Copy Markdown
Collaborator

Build Failed 😭

Build Id: 7203e566-ddde-4bf7-a8b2-1edf5a6cc4f7

Status: FAILURE

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot

Copy link
Copy Markdown
Collaborator

Build Failed 😭

Build Id: a722bbe7-6bae-4eaf-9336-5b7ba3d72faa

Status: FAILURE

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot

Copy link
Copy Markdown
Collaborator

Build Failed 😭

Build Id: b597e097-b881-42f1-93d6-5c3419cbf57a

Status: FAILURE

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@markmandel

Copy link
Copy Markdown
Member

Looks like you need to regen the reference docs.

>>> Error: API docs are out of date. Please run 'make gen-api-docs' to regenerate them since the CRD information in /pkg/apis has changed.

Comment thread examples/gameserver.yaml Outdated
@markmandel

Copy link
Copy Markdown
Member

Also noting DCO is missing.

@agones-bot

Copy link
Copy Markdown
Collaborator

Build Failed 😭

Build Id: a109ede9-dc5e-4d35-8d92-d71ee214eae5

Status: FAILURE

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot

Copy link
Copy Markdown
Collaborator

Build Failed 😭

Build Id: d8924aa9-f529-45ef-9fe0-b2ac5b73774c

Status: FAILURE

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@indurireddy-TF indurireddy-TF force-pushed the remove-player-allocation-filter-api-proto branch from af3671c to 343c627 Compare June 19, 2026 12:48
@agones-bot

Copy link
Copy Markdown
Collaborator

Build Succeeded 🥳

Build Id: ba3bc611-6bbe-4f1d-ad19-79d012c6e70a

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

git fetch https://github.com/googleforgames/agones.git pull/4624/head:pr_4624 && git checkout pr_4624
helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.59.0-dev-343c627

@agones-bot

Copy link
Copy Markdown
Collaborator

Build Succeeded 🥳

Build Id: b780ee0f-4222-456e-b762-9fe769a05cd5

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

git fetch https://github.com/googleforgames/agones.git pull/4624/head:pr_4624 && git checkout pr_4624
helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.59.0-dev-684a5ae

@markmandel

Copy link
Copy Markdown
Member

Did you use AI tools in preparing this PR?:

Y/N

Before merging - we need disclosure on if you used AI or not. Doesn't matter, but that's the policy.

@markmandel

Copy link
Copy Markdown
Member

Also fyi - edited your description to be "Work on #4491" - since this doesn't close the issue. Still more stuff to be done 👍🏻

@indurireddy-TF

Copy link
Copy Markdown
Collaborator Author

Did you use AI tools in preparing this PR?:
Y/N

Before merging - we need disclosure on if you used AI or not. Doesn't matter, but that's the policy.

sure

@indurireddy-TF

Copy link
Copy Markdown
Collaborator Author

Also fyi - edited your description to be "Work on #4491" - since this doesn't close the issue. Still more stuff to be done 👍🏻

I’m going to push the remaining updates into new PRs, which should make them easier for you to review.

@markmandel

Copy link
Copy Markdown
Member

😁 is that a yes or a no?

@indurireddy-TF

indurireddy-TF commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator Author

@markmandel Can we merge these changes so I can pull the latest code and raise the next PR?

@indurireddy-TF indurireddy-TF self-assigned this Jun 22, 2026
@markmandel

markmandel commented Jun 22, 2026

Copy link
Copy Markdown
Member

Still need to know if you used AI or not. You have neither confirmed nor denied 😄

@indurireddy-TF

indurireddy-TF commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator Author

😁 is that a yes or a no?

Still need to know if you used AI or not. You have neither confirmed nor denied 😄

Sorry for the confusion with my previous reply To clarify, I manually implemented the changes file by file, using AI only for specific suggestions and to help me understand some of the existing test cases.

@markmandel markmandel left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good - one small thing to update, and fix the conflict.

Also I assume removing the feature in features.go is last?

Comment thread proto/allocation/allocation.proto
@indurireddy-TF indurireddy-TF force-pushed the remove-player-allocation-filter-api-proto branch from 684a5ae to 2c58b5e Compare June 24, 2026 08:32
@github-actions

Copy link
Copy Markdown

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@indurireddy-TF

indurireddy-TF commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator Author

Looks good - one small thing to update, and fix the conflict.

Also I assume removing the feature in features.go is last?

The following items remain to be addressed:
Feature Gates
GameServer API + CRD
SDK Alpha APIs
sdkserver + metrics

@agones-bot

Copy link
Copy Markdown
Collaborator

Build Failed 😭

Build Id: 900295f3-be75-46eb-90b0-d452795bd8f2

Status: FAILURE

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@indurireddy-TF

Copy link
Copy Markdown
Collaborator Author

/gcbrun

@agones-bot

Copy link
Copy Markdown
Collaborator

Build Succeeded 🥳

Build Id: 71b6ae1b-3fb8-4a23-a1b1-cdac2af8cf11

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

git fetch https://github.com/googleforgames/agones.git pull/4624/head:pr_4624 && git checkout pr_4624
helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.59.0-dev-2c58b5e

@markmandel markmandel added the kind/breaking Breaking change label Jun 24, 2026
@markmandel markmandel merged commit 4370fd8 into main Jun 24, 2026
9 checks passed
@markmandel markmandel deleted the remove-player-allocation-filter-api-proto branch June 24, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/breaking Breaking change kind/cleanup Refactoring code, fixing up documentation, etc size/L size/XL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants