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

Issue #1854: Fix getplayercount() description on index #1912

Merged
merged 3 commits into from
Dec 2, 2020
Merged

Issue #1854: Fix getplayercount() description on index #1912

merged 3 commits into from
Dec 2, 2020

Conversation

NomadicBits
Copy link
Contributor

@NomadicBits NomadicBits commented Nov 29, 2020

What type of PR is this?

/kind documentation

What this PR does / Why we need it:

Fixes the documentation for getplayercount() on the index guide page to match the description for this function in the rest api. Current description is not for the getplayercount function

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

Special notes for your reviewer:
First PR for agones, let me know if it needs updating!

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 633d399f-72c1-45de-b216-bb4617c1f278

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/1912/head:pr_1912 && git checkout pr_1912
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.11.0-8228776

If `GameServer.Status.Players.IDs` is set manually through the Kubernetes API, use SDK.GameServer()
or SDK.WatchGameServer() instead to retrieve the current player count.
{{< /alert >}}
This function retrieves the current player count.
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for sending this through!

We should keep the note about "If GameServer.Status.Players.IDs is set manually through the Kubernetes API..." because it is still relevant (and important too 😄)

@NomadicBits
Copy link
Contributor Author

Thanks! I tired to do a quick edit in the web ui and it didn't end up well. Revert that commit and went back to the ide.

It should have the alert back in. Let me know if you see anything more.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 599c4375-02e6-4112-89ba-85639edfe633

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/1912/head:pr_1912 && git checkout pr_1912
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.11.0-27cbaca

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 4ad1028a-614c-4584-af2b-a4257732379a

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/1912/head:pr_1912 && git checkout pr_1912
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.11.0-8228776

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 17718a59-b581-4237-a4da-01020aa2c700

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/1912/head:pr_1912 && git checkout pr_1912
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.11.0-3732745

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.

🐶 LGTM!

@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bnwhorton, markmandel

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

@google-oss-robot
Copy link

New changes are detected. LGTM label has been removed.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 47861e51-d2c8-4c40-8b23-5d469c3f8480

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/1912/head:pr_1912 && git checkout pr_1912
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.11.0-f1747b5

@markmandel markmandel merged commit 8cf7442 into googleforgames:master Dec 2, 2020
@markmandel markmandel added kind/cleanup Refactoring code, fixing up documentation, etc kind/documentation Documentation for Agones labels Dec 2, 2020
@markmandel markmandel added this to the 1.11.0 milestone Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved cla: yes kind/cleanup Refactoring code, fixing up documentation, etc kind/documentation Documentation for Agones size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Agones Game Server Client SDKs
4 participants