- Jun 21, 2018
-
-
Mark Mandel authored
Found a line here that makes no sense.
-
Mark Mandel authored
Have working instructions for running Kubernetes 1.10 on top of minikube 0.28.0 - including a workaround for non default profiles. Since Agones works fine on k8s 1.10, figured it was worth making the move.
-
- Jun 19, 2018
-
-
Mark Mandel authored
Implemented workerqueue for node modifications in the PortAllocator, so that if the master happens to go down, then the operations the PortAllocator has to do to keep things in check will retry and result in a correct state. Closes #60
-
Cyril TOVENA authored
- (Conflict merge) Update Helm App Version - update doc as requested
-
- Jun 18, 2018
-
-
Mark Mandel authored
Implement grpc-gateway in front of the gRPC based sdk-server, so that it can be access via HTTP+JSON. This includes documentation and a swagger/openapi specificiation. This also has been implemented such that the sdk-server is still a single binary, and as such, the HTTP+JSON interface can still be used for local development. Closes #240
-
dgkanatsios authored
-
- Jun 17, 2018
-
-
Mark Mandel authored
Some more tutorials to help people get started.
-
Mark Mandel authored
Missed that this should be 0.3.0
-
- Jun 14, 2018
-
-
Mark Mandel authored
This should hopefully fix these tests.
-
Mark Mandel authored
There was a race condition in the original implementation. This fixes that issue! (and makes the code cleaner!)
-
Mark Mandel authored
Trying to stop timeouts :/
-
- Jun 13, 2018
-
-
Mark Mandel authored
This also replaces the C++ build image we have from the gRPC docker hub, with one that we manage ourselves, since getting updates in a timely matter was getting difficult. The C++ base will likely go away once the transition to REST based SDK, so the base may end up going away. This is prerequisite for #240
-
Mark Mandel authored
-
Mark Mandel authored
Just keeping up with updates.
-
Mark Mandel authored
I think this will stop this test being flakey.
-
- Jun 12, 2018
-
-
Nima Farid authored
-
Nima Farid authored
-
Mark Mandel authored
I believe this shoud fix this flakey test
-
Dane Liergaard authored
-
- Jun 09, 2018
-
-
Mark Mandel authored
Realised that all the new Rust SDK code didn't have the Apache licence applied. This applies the licence.
-
- Jun 08, 2018
-
-
Mark Mandel authored
Make it clearer to download the release archive from releases, rather than an implied `git checkout` Closes #248
-
Mark Mandel authored
- Include Rust in the list of SDKs - Also put a development warning on the SDK
-
Tomochika Hara authored
-
Cyril TOVENA authored
-
- Jun 06, 2018
-
-
Mark Mandel authored
This should make Cloud Builder faster - Request an 8 core machine - Move the test and build steps to be parralel.
-
Mark Mandel authored
Noticed that this library wasn't locked to a version, so when I attempt to regen the code, I got some incompatible code. This fixes things.
-
Mark Mandel authored
Incrementing the base version post release.
-
Mark Mandel authored
Updates to docs, Changelog, etc for 0.2.0 release.
-
- Jun 04, 2018
-
-
Mark Mandel authored
Let me know if you don't think this is actually useful, but figured it might be a good resource for some people?
-
- Jun 01, 2018
-
-
Mark Mandel authored
This PR includes: - small fixes to the release process that came up during the last release - Adding links to the release process from the main README - Including a release calendar that people can see.
-
- May 31, 2018
-
-
Mark Mandel authored
Now we're in feature freeze, move install back to 0.2.0
-
- May 30, 2018
-
-
Eric So authored
-
Mark Mandel authored
Includes and updated Changelog, update the install.yaml to rc version, and updates for the docs for release.
-
Cyril TOVENA authored
also update build documentation and move variable next to target
-
- May 29, 2018
-
-
Mark Mandel authored
Previously we only kept the C++ build artifacts for each build and release, which (if my understanding of C++ is correct - which I don't think it was a while ago) is relatively useless, unless you are on the same OS, compiler etc. So here we are taking a zip of the src, and keeping it, pushing it to Cloud Storage when a PR is made, and also making sure it's in the releases folder on release.
-
- May 26, 2018
-
-
Mark Mandel authored
Realised there were a couple of steps missing from the release checklist.
-
Mark Mandel authored
This PR does two things: 1) Ensure the built images always have the release registry 2) Ensure the release branch is pushed to upstream, rather than to a forked origin.
-
Mark Mandel authored
Moved the installation documentation into the `install` directory and on release, zip up the install instructions and yaml files such that users can download and use them.
-
- May 25, 2018
-
-
Eric So authored
Added missing "\" at the end of command options.
-
- May 24, 2018
-
-
Mark Mandel authored
Semver should have 3 digits, so we should be releasing 0.2.0 next.
-