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

Rename MetaPatch to Metadata for AllocationRequest #2070

Merged
merged 3 commits into from
May 7, 2021

Conversation

lambertwang
Copy link
Contributor

@lambertwang lambertwang commented Apr 21, 2021

What type of PR is this?
/kind cleanup

What this PR does / Why we need it:
Renames the metaPatch field in AllocationRequest to metadata while retaining backwards compatibility.

Which issue(s) this PR fixes:
Closes #2042

Special notes for your reviewer:

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 76bfde66-487f-42c6-889f-fdbaf541a8d5

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

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 7de2fe15-0560-4891-98f8-6ba066977236

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

1 similar comment
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 7de2fe15-0560-4891-98f8-6ba066977236

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

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 1c04efe0-80fe-4ba9-b06a-c5a09653ddc3

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

1 similar comment
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 1c04efe0-80fe-4ba9-b06a-c5a09653ddc3

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

@roberthbailey roberthbailey added the feature-freeze-do-not-merge Only eligible to be merged once we are out of feature freeze (next full release) label Apr 22, 2021
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: fbaa18fd-5193-4cae-bd42-fa2bcd54d402

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/2070/head:pr_2070 && git checkout pr_2070
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.14.0-77882ee

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 32720a14-2500-4c5a-b021-a67760a2d77c

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/2070/head:pr_2070 && git checkout pr_2070
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.14.0-a1277c0

pkg/allocation/converters/converter.go Outdated Show resolved Hide resolved
test/e2e/allocator_test.go Show resolved Hide resolved
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 862aa4f8-495a-4142-af5b-b56b108afcfd

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

1 similar comment
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 862aa4f8-495a-4142-af5b-b56b108afcfd

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

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: eb50bba2-ca9d-4a02-9a80-28720c13aadd

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/2070/head:pr_2070 && git checkout pr_2070
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.14.0-babc4ac

@roberthbailey roberthbailey removed the feature-freeze-do-not-merge Only eligible to be merged once we are out of feature freeze (next full release) label Apr 28, 2021
@lambertwang lambertwang force-pushed the lambertw/metapatch-rename branch from babc4ac to 1270ba9 Compare May 5, 2021 20:51
@lambertwang lambertwang requested a review from markmandel May 5, 2021 21:00
@lambertwang lambertwang requested a review from pooneh-m May 5, 2021 21:00
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 56f5413f-d11c-4a8d-818e-7104a78906ba

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

1 similar comment
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 56f5413f-d11c-4a8d-818e-7104a78906ba

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

@markmandel
Copy link
Member

LGTM! @pooneh-m anything on your end?

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: f5280c74-a35f-4717-a84b-c3188d368686

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/2070/head:pr_2070 && git checkout pr_2070
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.15.0-47e0b16

@lambertwang lambertwang force-pushed the lambertw/metapatch-rename branch from 47e0b16 to 5b95961 Compare May 7, 2021 21:09
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 734c2592-10eb-4511-8853-23943251107a

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/2070/head:pr_2070 && git checkout pr_2070
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.14.0-5b95961

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 7dd8922d-5f31-4255-9dde-a510047c189d

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/2070/head:pr_2070 && git checkout pr_2070
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.15.0-1e60af7

@lambertwang lambertwang requested a review from pooneh-m May 7, 2021 21:54
Copy link
Contributor

@pooneh-m pooneh-m left a comment

Choose a reason for hiding this comment

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

Thanks for the change.

@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lambert-wang, pooneh-m

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@pooneh-m pooneh-m merged commit 27d1004 into googleforgames:main May 7, 2021
@sawagh sawagh added this to the 1.15.0 milestone Jun 1, 2021
@sawagh sawagh added area/user-experience Pertaining to developers trying to use Agones, e.g. SDK, installation, etc kind/cleanup Refactoring code, fixing up documentation, etc labels Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/user-experience Pertaining to developers trying to use Agones, e.g. SDK, installation, etc cla: yes kind/cleanup Refactoring code, fixing up documentation, etc lgtm size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allocation endpoint: Deprecate metaPatch for metadata
7 participants