Version 1 of a Go library for interacting with the Aurora Scheduler
* Ported all code from Thrift 0.9.3 to Thrift 0.12.0 while backporting some fixes from gorealis v2 * Removing git.apache.org dependency from Vendor folder as this dependency has migrated to github. * Adding github.com thrift dependency back but now it points to github.com * Removing unnecessary files from Thrift Vendor folder and adding them to .gitignore. * Updating dep dependencies to include Thrift 0.12.0 from github.com * Adding changelog. * End to end tests: Adding coverage for killinstances. * End to end tests: Deleting instances after partition policy recovers them. * End to end tests: Adding more coverage to the realis API. * End to end tests: Allowing arguments to be passed to runTestMac so that '-run <test name>' can be passed in. * End to end tests: Reducing the resources used by CreateJob test. * End to end tests: Adding coverage for Pause and Resume update. * End to end tests: Removed checks for Aurora_OK response as that should always be handled by the error returned by the API. Changed names to be less verbose and repetitive. * End to end tests: Reducing watch time for instance running when creating service for reducing time it takes to run end to end test. |
||
---|---|---|
docs | ||
examples | ||
gen-go/apache/aurora | ||
response | ||
vendor/github.com | ||
.auroraversion | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
auroraAPI.thrift | ||
CHANGELOG.md | ||
clusters.go | ||
clusters_test.go | ||
container.go | ||
docker-compose.yml | ||
errors.go | ||
generateBindings.sh | ||
Gopkg.lock | ||
Gopkg.toml | ||
job.go | ||
LICENSE | ||
logger.go | ||
monitors.go | ||
README.md | ||
realis.go | ||
realis_e2e_test.go | ||
retry.go | ||
runTestsMac.sh | ||
updatejob.go | ||
util.go | ||
zk.go | ||
zk_test.go |
gorealis

Go library for interacting with Apache Aurora.
Aurora version compatibility
Please see .auroraversion to see the latest Aurora version against which this library has been tested.
Usage
Projects using gorealis
Contributions
Contributions are always welcome. Please raise an issue to discuss a contribution before it is made.