-
Notifications
You must be signed in to change notification settings - Fork 825
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
Feature Gates: EnableAllFeatures #1448
Feature Gates: EnableAllFeatures #1448
Conversation
It's can be useful for libraries that use Agones' code as a library to interact with Agones, it would be useful to enable all Alpha/Beta features with one command, rather than having to track all Features that currently exists. This provides that functionality.
Build Failed 😱 Build Id: eb4fc47a-8a54-46d2-8567-20b1d06d1cbe To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Conformance test flakiness
We might want to do some work in conformance tests to make it easier to work out which one is failing. |
Build Succeeded 👏 Build Id: 2255437e-c7e5-4db4-bae8-f997c4745c61 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:
|
Yes, that SDK Conformance test output is really hard to track. I will work on this. |
[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 |
New changes are detected. LGTM label has been removed. |
Build Failed 😱 Build Id: 24eecda4-10ef-470d-a73f-53f8ae84bd6a To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 445db24d-5601-44ca-ad85-8275b6698db8 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 1d8a6124-1909-4d35-a17a-4c07f1739573 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:
|
It's can be useful for libraries that use Agones' code as a library to interact with Agones, it would be useful to enable all Alpha/Beta features with one command, rather than having to track all Features that currently exists. This provides that functionality. Co-authored-by: Robert Bailey <robertbailey@google.com>
It's can be useful for libraries that use Agones' code as a library to interact with Agones, to enable all Alpha/Beta features with one command, rather than having to track all Features that currently exists.
This provides that functionality.