Version 1 of a Go library for interacting with the Aurora Scheduler
Find a file
2019-02-19 12:03:16 -08:00
.aurora-config Adding a shiro.ini configuration in order to test bad password using compose setup. 2018-12-18 12:37:50 -08:00
docs Continous integration through Travis CI (#71) 2018-08-13 20:09:25 -07:00
examples Initial support for Thermos and GPU resources. 2019-01-07 14:39:47 -08:00
gen-go/apache/aurora Updating thrift generated code to be 0.12.0 final generated code. 2019-02-19 11:30:10 -08:00
response Changing paths to refer to gorealis v2 in order for dependencies to be correct. 2018-12-27 10:09:22 -08:00
vendor/github.com Upgrading dep (although it will not work now that imports are using mod format, it allows for users to easily fix this with a replacement of the import path). 2019-02-19 12:03:16 -08:00
.auroraversion Updating Aurora compatibility in anticipation of next release. 2018-10-04 18:46:27 -07:00
.gitattributes Adding Gopkg.lock to ignore from diff file for github. 2018-11-29 17:47:12 -08:00
.gitignore Remove uncessary files from the thrift repostiory that come along with the go library. 2019-02-19 10:58:03 -08:00
.travis.yml Bumping travis CI to go 1.11 2018-12-12 14:34:46 -08:00
auroraAPI.thrift Support Drain SLA API (#88) 2018-11-16 11:41:09 -08:00
clusters.go Moving cluster struct factory from realis to clusters. 2018-11-22 12:23:20 -08:00
clusters_test.go Changing paths to refer to gorealis v2 in order for dependencies to be correct. 2018-12-27 10:09:22 -08:00
container.go Changing paths to refer to gorealis v2 in order for dependencies to be correct. 2018-12-27 10:09:22 -08:00
coordinated_server.go Migrating from git.apache.org/thrift.git to github.com/apache/thrift 2019-02-19 11:59:34 -08:00
docker-compose.yml Adding a shiro.ini configuration in order to test bad password using compose setup. 2018-12-18 12:37:50 -08:00
errors.go Refactoring variable names and variable types to saner versions. 2018-11-22 12:22:25 -08:00
generateBindings.sh Upgrading container where MacOS tests run to 1.11. Upgrading tuo thrift 12 for binding generation. 2018-12-18 12:38:58 -08:00
go.mod Changing paths to refer to gorealis v2 in order for dependencies to be correct. 2018-12-27 10:09:22 -08:00
go.sum Changing paths to refer to gorealis v2 in order for dependencies to be correct. 2018-12-27 10:09:22 -08:00
Gopkg.lock Upgrading dep (although it will not work now that imports are using mod format, it allows for users to easily fix this with a replacement of the import path). 2019-02-19 12:03:16 -08:00
Gopkg.toml Upgrading dep (although it will not work now that imports are using mod format, it allows for users to easily fix this with a replacement of the import path). 2019-02-19 12:03:16 -08:00
job.go Initial support for Thermos and GPU resources. 2019-01-07 14:39:47 -08:00
jobUpdate.go Migrating from git.apache.org/thrift.git to github.com/apache/thrift 2019-02-19 11:59:34 -08:00
LICENSE Public release of gorealis 2016-08-02 11:42:00 -07:00
logger.go Fixing bug for logger which passed everything as an array instead of unrolling the array to the printer. 2018-12-18 16:41:31 -08:00
monitors.go Changing paths to refer to gorealis v2 in order for dependencies to be correct. 2018-12-27 10:09:22 -08:00
README.md Updating codecov badge to point to the right placce. 2018-12-26 18:17:05 -08:00
realis.go Migrating from git.apache.org/thrift.git to github.com/apache/thrift 2019-02-19 11:59:34 -08:00
realis_e2e_test.go Initial support for Thermos and GPU resources. 2019-01-07 14:39:47 -08:00
retry.go Migrating from git.apache.org/thrift.git to github.com/apache/thrift 2019-02-19 11:59:34 -08:00
runTestsMac.sh Upgrading container where MacOS tests run to 1.11. Upgrading tuo thrift 12 for binding generation. 2018-12-18 12:38:58 -08:00
task.go Migrating from git.apache.org/thrift.git to github.com/apache/thrift 2019-02-19 11:59:34 -08:00
task_test.go Changing paths to refer to gorealis v2 in order for dependencies to be correct. 2018-12-27 10:09:22 -08:00
thermos.go Initial support for Thermos and GPU resources. 2019-01-07 14:39:47 -08:00
thermos_test.go Migrating from git.apache.org/thrift.git to github.com/apache/thrift 2019-02-19 11:59:34 -08:00
util.go Changing paths to refer to gorealis v2 in order for dependencies to be correct. 2018-12-27 10:09:22 -08:00
zk.go * Errors have been refactored. 2018-03-03 14:08:04 -08:00
zk_test.go Changing paths to refer to gorealis v2 in order for dependencies to be correct. 2018-12-27 10:09:22 -08:00

gorealis GoDoc Build Status codecov

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.