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

Add input parameters check on CRD loggers #626

Merged
merged 2 commits into from
Mar 4, 2019

Conversation

aLekSer
Copy link
Collaborator

@aLekSer aLekSer commented Feb 27, 2019

Check nil pointer parameter to avoid possible panic.
Small test fix also to avoid panic on accessing elements of empty array.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 62000f02-ed6b-4810-96c2-ff87f783342e

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/GoogleCloudPlatform/agones.git pull/626/head:pr_626 && git checkout pr_626
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.9.0-e3047ab

@jkowalski
Copy link
Contributor

there are some unrelated files in this PR, intentional?

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: ae42a752-9d93-4194-834a-11c9e8759ad2

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

@aLekSer
Copy link
Collaborator Author

aLekSer commented Feb 28, 2019

@jkowalski Yes, I added small doc update and test update, because don't want to open two small PRs.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 18bd967a-b09c-4d82-b240-7c0c805cf45b

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/GoogleCloudPlatform/agones.git pull/626/head:pr_626 && git checkout pr_626
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.9.0-17c94c7

@aLekSer
Copy link
Collaborator Author

aLekSer commented Feb 28, 2019

Well, I decided to split this two logically different changes into two PRs.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: de40055e-a27c-49a5-96e2-a72cab390760

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/GoogleCloudPlatform/agones.git pull/626/head:pr_626 && git checkout pr_626
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.9.0-81fd4ab

Check nil pointer parameter to avoid possible panic.
Updated Create Gameserver doc.
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: c9b1f323-310e-488c-90a3-b91a5ce2137b

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/GoogleCloudPlatform/agones.git pull/626/head:pr_626 && git checkout pr_626
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.9.0-6524116

@markmandel
Copy link
Member

Works for me. @jkowalski - any objections? If not, I'll approve + merge.

@markmandel markmandel added the kind/cleanup Refactoring code, fixing up documentation, etc label Mar 4, 2019
@markmandel markmandel added this to the 0.9.0 milestone Mar 4, 2019
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: d07e2d69-fdcb-465d-99b8-cad6d00b647e

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/GoogleCloudPlatform/agones.git pull/626/head:pr_626 && git checkout pr_626
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.9.0-066c1ba

Copy link
Member

@markmandel markmandel left a comment

Choose a reason for hiding this comment

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

🎣

@markmandel markmandel merged commit 9bc422d into googleforgames:master Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants