-
Notifications
You must be signed in to change notification settings - Fork 817
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
Docs: Player Capacity Integration Pattern #2229
Docs: Player Capacity Integration Pattern #2229
Conversation
Build Failed 😱 Build Id: 7b6c165f-cd0f-4596-96c9-d6b4944727f4 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Flake:
Seems like this is a common flake 🤔 (anecdata) |
Build Failed 😱 Build Id: e98aeafc-3256-434d-a672-299de3a976a5 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
2ae4f69
to
3344463
Compare
Build Failed 😱 Build Id: 18185f71-bb58-46e9-bfc1-a362e555cad1 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
3344463
to
da0b985
Compare
Build Succeeded 👏 Build Id: aea67008-2db4-4ddf-a467-0c3f44c1c14e 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:
|
da0b985
to
7a92cf2
Compare
Build Succeeded 👏 Build Id: fc2030be-1e65-4bfd-901c-34ef7fd3954e 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:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a manual rebase since the website.mk file was restructured a bit in your other PR.
Integration pattern documentation that outlines how to implement allocation based on player capacity with an accompanying sequence diagram. To implement this, I also had to extend alpha.html shortcode such that it would be able to handle multiple feature gates. Work on googleforgames#1239
7a92cf2
to
500567f
Compare
Build Succeeded 👏 Build Id: 9341dc7c-7bab-4667-90f7-829b3d1c56d8 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:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey 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 |
What type of PR is this?
/kind documentation
What this PR does / Why we need it:
Integration pattern documentation that outlines how to implement allocation based on player capacity with an accompanying sequence diagram.
Which issue(s) this PR fixes:
Work on #1239
Special notes for your reviewer:
To implement this, I also had to extend alpha.html shortcode such that it would be able to handle multiple feature gates.