Commit graph

28 commits

Author SHA1 Message Date
Renán I. Del Valle
c59d01ab51
Changes Travis CI badge to Github Actions badge (#137) 2021-08-06 18:16:06 -07:00
Renan DelValle
8be66da88a
Bumping up go version to 1.15 and removing v2 tests from Travis CI config file. 2020-09-28 11:13:29 -07:00
Renan DelValle
74b12c36b1
Adding version to README and changing badge to point to the right place. 2020-09-28 10:32:13 -07:00
Renán I. Del Valle
3dc3b09a8e
Point to temporary Thrift fork while we wait for 0.14.0 to be released (#118)
* Updating readme to reflect changes made to the Aurora Scheduler project.

* Changing dependency of mod to point to forked version of the Thrift library while 0.14.0 is released.
2020-02-18 14:18:13 -08:00
Renan DelValle
9dcb7a8969
Moving the Codecov badge to right beside the Travis CI badge. 2018-10-05 08:09:05 -07:00
Renan DelValle
4395c2ae1a
Code coverage (#79)
* Turning on codecoverage from Codecov.
2018-10-05 07:57:19 -07:00
Renan DelValle
1c2b1c5079
Continous integration through Travis CI (#71)
* Adding Travis CI badge

* Modifying end to end tests to reflect testing against docker-compose setup in Travis CI.

* Adding bash script to run simple container with tests within bridge network for Mac.

* Adding documentation for setting up a developer environment.

* Decreasing amount of CPU needed for CreateJobWithPulse because a higher value causes Travis CI to hang.
2018-08-13 20:09:25 -07:00
Renan DelValle
e6b204b9da
Removing unnecessary space. 2018-05-13 18:34:34 -07:00
Renan DelValle
d03a7b61e4
Removing napping from the TODO list as go's native http libraries are good enough. 2018-05-13 18:32:38 -07:00
Renan DelValle
8d445c1c77
Moving from govendor to dep, updated dependencies (#48)
* Moving from govendor to dep.

* Making the pull request template more friendly.

* Fixing akward space in PR template.

* goimports run on whole project using ` goimports -w $(find . -type f -name '*.go' -not -path "./vendor/*" -not -path "./gen-go/*")`

source of command: https://gist.github.com/bgentry/fd1ffef7dbde01857f66
2018-01-07 13:13:47 -08:00
Renan DelValle
a1350c6d55 out with the old (address) in with the new (address) 2017-10-12 17:11:01 -07:00
Renan DelValle
8f505815d5 Updating wording. Removed vendoring section and some superfluous info. 2017-03-23 19:08:15 -04:00
Renan DelValle
b3e55be98b Changing how developers should maintain library dependency 2016-11-02 19:54:44 -04:00
Renan DelValle
15c2472ffd API for scheduling, descheduling, and starting cron jobs has been created. New response helper added for ScheduleStatusResult. 2016-09-30 01:24:49 -04:00
Renan DelValle
d8958966db Adding link to Apache Aurora on the README 2016-08-24 17:28:40 -07:00
Renan DelValle
0e26c33129 Initial support for getting the leader from Zookeeper.
Some tests included for making sure the JSON blob pulled from Zookeeper
is correct.

Updated client to be able to take Zookeeper json cluster config that is
currently being used in aurora (clusters.json usually located at
/etc/aurora/cluster.json).

Changed error messages to no longer have a period at the end as that was
throwing off printing of the error.

Modified samuel's ZK library slightly to stop verbose logging using a
NoOpLogger from stackoverflow.
2016-08-16 18:56:47 -07:00
Renan DelValle
837350b85c Rename AURORA.VER to .auroraversion to be mirror the way Aurora keeps track of version 2016-08-15 11:59:18 -07:00
Renan DelValle
c3a29f4940 Integrated information from using the sample client document and reframed the sample client document. Added a link from the README to the getting-started page. 2016-08-11 11:43:47 -07:00
Renan DelValle
7aa6c07c66 Cleaned up the README and added new information to Getting_Started.
Made client point to new location of docker-compose-executor release
2016-08-10 11:46:08 -07:00
Renan DelValle
4e818fdd30 Rearranging documentation to make it more easily digestible 2016-08-09 17:10:02 -07:00
Renan DelValle
77ae0bc310 Adding to todo 2016-08-09 16:25:07 -07:00
Renan DelValle
bf890bf9b0 Updating documentation for release
Moving godoc reference button

changing casing of top title
2016-08-09 16:20:40 -07:00
Renan DelValle
07173df33c Changing some of the API to allow killing of a single task
Updated AddInstances command to now use InstanceKey allow flexibility

Removing line that's not needed
2016-08-09 14:15:56 -07:00
Renan DelValle
f52e5105b8 Fixed copy paste error on command. Added AURORA.VER to keep track of which Aurora version library has been tested with 2016-08-09 13:29:28 -07:00
Renan DelValle
93297f8c1a Shortening API 2016-08-02 13:06:36 -07:00
Renan DelValle
05285f226a Modified references to the example client 2016-08-02 11:59:45 -07:00
Renan DelValle
baffe83f62 Adding directory change so that thermos payload may be found 2016-08-02 11:57:40 -07:00
Renan DelValle
327c6c369d Public release of gorealis 2016-08-02 11:42:00 -07:00