Commit graph

  • 8fbc0c76e5 Merge 28a6cbdea9 into 51699eda4e Sivaram Mothiki 2017-03-09 19:39:29 +00:00
  • 28a6cbdea9 add function to get readonly scheduler client smothiki 2017-03-09 11:37:03 -08:00
  • 51699eda4e Merge pull request #14 from rdelval/mesosContainerizerSupport kkrishna 2017-02-24 11:13:12 -08:00
  • d7efa913b1 Initial support for Mesos Containerizer Renan DelValle 2017-02-22 20:29:50 -05:00
  • 623a5016ac Added empty message for functions that kill instances Renan DelValle 2017-02-22 19:20:22 -05:00
  • 47236ed3fd Updating Aurora thrift api and regenerating stubs. Renan DelValle 2017-02-22 19:08:48 -05:00
  • ac40251f00 Merge pull request #12 from rdelval/ThriftBinary kkrishna 2017-02-14 06:17:52 -08:00
  • 58c560061f Added timing to Thrift calls in order for end to end test to test changes that affect thrift call speed such as Thrift protocol changes Renan DelValle 2017-02-13 19:32:48 -05:00
  • 10c12d5a13 Thrift Binary protocol is now a choice for users wishing to use it. Default Thrift protocol continues to be JSON. Renan DelValle 2017-02-13 19:31:41 -05:00
  • 75c87f34b3 Updating vendored libraries to stay up to date Renan DelValle 2017-02-10 19:26:05 -05:00
  • 5f155f4337 Moving from the Thrift JSON protocol to the Thrift Binary protocol by default. Realis config now holds transport and Protocol factory for impreoved flexibility. Renamed realis_test to reflect the true nature of the test along with a minor fix for an API change. Renan DelValle 2017-02-10 19:23:20 -05:00
  • 2c7dd3468f Update getting-started.md mbdas 2016-12-20 23:07:46 -08:00
  • 05a8c838db Merge pull request #11 from kkrishna/master Renan DelValle 2016-11-16 17:08:43 -05:00
  • f4fb52c237 New api GetTaskStatus Kumar Krishna 2016-11-15 22:24:07 -08:00
  • da0f181b96 Merge pull request #10 from kkrishna/master Renan DelValle 2016-11-15 13:16:49 -05:00
  • 3b10c10dd1 update api change and remove os.exit Kumar Krishna 2016-11-14 23:16:36 -08:00
  • 841ef09bbb Merge pull request #9 from kkrishna/master Renan DelValle 2016-11-14 17:58:04 -05:00
  • 8905233375 externalize timeout value Kumar Krishna 2016-11-14 13:27:25 -08:00
  • a715282c00 Merge pull request #8 from rdelval/responseCodeCheck v1.0.5 kkrishna 2016-11-11 15:52:05 -08:00
  • 4c3bbc5079 Adding response code check to all api calls Renan DelValle 2016-11-11 17:58:01 -05:00
  • 3bf2e8a831 Updating zookeeper dependency since logging problem has been solved in main repository. Go fmt run on project to tidy it up. v1.0.4 Renan DelValle 2016-11-02 20:41:43 -04:00
  • b3e55be98b Changing how developers should maintain library dependency Renan DelValle 2016-11-02 19:54:44 -04:00
  • 76b404e087 Submission of docker containers without an executor (aka running container as a task) is now supported v1.0.3 Renan DelValle 2016-11-02 15:24:06 -04:00
  • 66a2868aab Adding support for configuring tasks with Docker Containers v1.0.2 Renan DelValle 2016-11-01 21:24:15 -04:00
  • c83e5d268a Monitor Instances now returns a tuple so an error can be passed instead of exiting on error. Tuple is: Result of action, error if it exists. Renan DelValle 2016-10-20 14:39:48 -04:00
  • 8f524eeec5 Merge pull request #3 from smothiki/type Renan DelValle 2016-10-07 16:58:37 -04:00
  • a8fa05869c fix typo in the docs/using-the-sample-client.md Mothiki 2016-10-07 12:56:35 -07:00
  • 087a9e5fba Cleaned up some comments v1.0.1 Renan DelValle 2016-10-01 01:56:10 -04:00
  • 9a6051c089 Fixed clusters.json loader tester. Initial testing for CreateJob, KillJob, ScheduleCronJob, StartCronJob, DeschedulerCronJob Renan DelValle 2016-10-01 01:54:11 -04:00
  • 15c2472ffd API for scheduling, descheduling, and starting cron jobs has been created. New response helper added for ScheduleStatusResult. Renan DelValle 2016-09-30 01:24:49 -04:00
  • ca8b9359cf API for rolling back a job update has been integrated. Renan DelValle 2016-09-30 00:44:38 -04:00
  • 97f9c05026 Merge branch 'master' of github.com:rdelval/gorealis Renan DelValle 2016-09-29 20:45:50 -04:00
  • 3fd957fe5c Updating library for compatibility with Aurora 0.16.0 final. Thrift API differs from main Aurora one due to TaskUpdateQuery fields resulting in errors when serialized by thrift as non-optionals. Renan DelValle 2016-09-29 20:45:24 -04:00
  • a8522cbe63 Removing gen-go folder from vendor Renan DelValle 2016-09-19 20:57:54 -04:00
  • 3a78e32e27 Changing location from where to get thrift bidnings to that it points to github location. Ran go fmt on the entire project. Renan DelValle 2016-09-19 15:34:56 -04:00
  • 4408aefaad Moving gen-go out of vendored folder into it's own package so that it can be imported by other projects Renan DelValle 2016-09-19 13:15:44 -04:00
  • 494f733f4e Changing timeouts to be more reasonable in sample client v1.0 Renan DelValle 2016-08-26 19:19:37 -07:00
  • 917bdca354 Changed return of activeCount. Updated client usage docs Renan DelValle 2016-08-26 16:39:56 -07:00
  • 928fc42fc2 Updated thrift API to the latest in the Aurora respository. Added new monitors for watching number of instances get to a certain count using polling. Added new commands to sample client which give some statistics. Renan DelValle 2016-08-26 16:35:31 -07:00
  • 01b700554a Added the ability to monitor job updates. Added the ability to kill and restart specific instances. Fixed incorrect documentation on using-the-sample-client. Added helper functions under the response package to extract fields from aurora.Response. Renan DelValle 2016-08-25 18:56:55 -07:00
  • d8958966db Adding link to Apache Aurora on the README Renan DelValle 2016-08-24 17:28:40 -07:00
  • bb3b26340d Ran go fmt on project. Changed FechTaskConfig to only fetch configurations in an existing state Renan DelValle 2016-08-24 17:21:59 -07:00
  • d810808b68 Fixing Realis interface so that realisClient can use it Renan DelValle 2016-08-24 16:09:25 -07:00
  • 4c3d850a9e Added ability to fetch the configuration for a specific instance Renan DelValle 2016-08-24 15:38:44 -07:00
  • 714b21631e Cleanup of json client Renan DelValle 2016-08-24 12:00:26 -07:00
  • 3a5d28f064 Added warning in the place where the thrift api was modified from the original at the time Renan DelValle 2016-08-24 11:59:52 -07:00
  • dba42611d7 Added Job interface Renan DelValle 2016-08-24 11:59:01 -07:00
  • ae3657baf3 Adding clusters definition Renan DelValle 2016-08-23 13:05:49 -07:00
  • b740c1a61a Small bug fix. Can't close a connection that doesn't exist Renan DelValle 2016-08-22 12:43:53 -07:00
  • 073faabc21 First example using a JSON blob as the configuration for a job Renan DelValle 2016-08-19 15:25:15 -07:00
  • f4ac7abe1b Updating documentation on client usage Renan DelValle 2016-08-18 14:35:58 -07:00
  • 0e26c33129 Initial support for getting the leader from Zookeeper. Some tests included for making sure the JSON blob pulled from Zookeeper is correct. Renan DelValle 2016-08-16 18:40:02 -07:00
  • c62e5ab750 Fixing a typo on the cleaning up section Renan DelValle 2016-08-15 14:43:53 -07:00
  • 2f410e98d2 Adding example on what to do if user (role) doesn't exist on the Agent on which the task will run Renan DelValle 2016-08-15 14:41:37 -07:00
  • c633b131df Updating Thrift library Renan DelValle 2016-08-15 14:35:51 -07:00
  • 8650779e50 Changing how errors package was vendored Renan DelValle 2016-08-15 14:26:21 -07:00
  • 231e90808a Adding vendor.json file for govendor Renan DelValle 2016-08-15 14:23:13 -07:00
  • e3c5a8c6be Changing prefix of un-named ports Renan DelValle 2016-08-15 12:33:17 -07:00
  • 1e284baaf3 Minor changes to documentation to make it more complete Renan DelValle 2016-08-15 12:29:38 -07:00
  • 837350b85c Rename AURORA.VER to .auroraversion to be mirror the way Aurora keeps track of version Renan DelValle 2016-08-15 11:58:08 -07:00
  • c610974208 Moved Realis to be an interface for future testing classes. Removed AddURI API as AddURIs is able to do the same thing Renan DelValle 2016-08-12 12:48:42 -07:00
  • 5fc5aa8fc5 Merge pull request #1 from misho-kr/master Renan DelValle 2016-08-11 22:12:58 -07:00
  • e5fa77a8c9 minor corrections to documentation and comments Misho Krastev 2016-08-11 21:21:47 -07:00
  • 80f11cf78b minor corrections to documentation and comments Misho Krastev 2016-08-11 21:21:47 -07:00
  • 03b15517a2 Reformatting Renan DelValle 2016-08-11 12:45:32 -07:00
  • 4c21757dae Reformatting Renan DelValle 2016-08-11 12:45:32 -07:00
  • 4f2ef43578 Fixing the formatting and some incorrect info Renan DelValle 2016-08-11 12:37:20 -07:00
  • 4dd0029d0d Fixing the formatting and some incorrect info Renan DelValle 2016-08-11 12:37:20 -07:00
  • dca902b22d Added a new username and password field. Reworded some of the -h messages Renan DelValle 2016-08-11 11:39:44 -07:00
  • 0e6166b104 Added a new username and password field. Reworded some of the -h messages Renan DelValle 2016-08-11 11:39:44 -07:00
  • adf19fe2e3 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. Renan DelValle 2016-08-11 11:39:10 -07:00
  • 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. Renan DelValle 2016-08-11 11:39:10 -07:00
  • 720dfad99e Fixing mistakes in how to configure Aurora installation from deb file Renan DelValle 2016-08-10 16:07:19 -07:00
  • a258b75b15 Fixing mistakes in how to configure Aurora installation from deb file Renan DelValle 2016-08-10 16:07:19 -07:00
  • 64348df08d Numerous changes to documentation to make it more accurate. Renan DelValle 2016-08-10 15:25:02 -07:00
  • c2acbe0b36 Numerous changes to documentation to make it more accurate. Renan DelValle 2016-08-10 15:25:02 -07:00
  • eb48c6585a Fixing link to the wrong guide Renan DelValle 2016-08-10 12:04:19 -07:00
  • d85eae05b7 Fixing link to the wrong guide Renan DelValle 2016-08-10 12:04:19 -07:00
  • fb3ed1a9e3 Adding ability to add named ports to job configuration Renan DelValle 2016-08-10 11:59:04 -07:00
  • 403abcd684 Adding ability to add named ports to job configuration Renan DelValle 2016-08-10 11:59:04 -07:00
  • 00d835e14c Cleaned up the README and added new information to Getting_Started. Renan DelValle 2016-08-10 11:45:54 -07:00
  • 7aa6c07c66 Cleaned up the README and added new information to Getting_Started. Renan DelValle 2016-08-10 11:45:54 -07:00
  • b5a47e117b Rearranging documentation to make it more easily digestible Renan DelValle 2016-08-09 17:10:02 -07:00
  • 4e818fdd30 Rearranging documentation to make it more easily digestible Renan DelValle 2016-08-09 17:10:02 -07:00
  • bd9c05d061 Starting point for getting started Renan DelValle 2016-08-09 16:29:37 -07:00
  • 8f85c75b94 Starting point for getting started Renan DelValle 2016-08-09 16:29:37 -07:00
  • 536340d578 Adding to todo Renan DelValle 2016-08-09 16:25:07 -07:00
  • 77ae0bc310 Adding to todo Renan DelValle 2016-08-09 16:25:07 -07:00
  • 209e7351bb Updating documentation for release Renan DelValle 2016-08-09 16:18:30 -07:00
  • bf890bf9b0 Updating documentation for release Renan DelValle 2016-08-09 16:18:30 -07:00
  • fcac71ec35 Making sure words instance and tasks are used correctly Renan DelValle 2016-08-09 14:21:43 -07:00
  • 8e7d7b72d4 Making sure words instance and tasks are used correctly Renan DelValle 2016-08-09 14:21:43 -07:00
  • dcfced9ad7 Changing some of the API to allow killing of a single task Renan DelValle 2016-08-09 13:44:54 -07:00
  • 07173df33c Changing some of the API to allow killing of a single task Renan DelValle 2016-08-09 13:44:54 -07:00
  • 2fd52399b0 Updating vendored apache thrift library Renan DelValle 2016-08-09 13:31:41 -07:00
  • 155940c761 Updating vendored apache thrift library Renan DelValle 2016-08-09 13:31:41 -07:00
  • 70d1669b47 Minor style changes Renan DelValle 2016-08-09 13:31:15 -07:00
  • a83956cb24 Minor style changes Renan DelValle 2016-08-09 13:31:15 -07:00
  • 50a88c02e8 Changing return type of all realis job related tasks to be *aurora.Response in order to account for future changes and provide the programmer flexibility Renan DelValle 2016-08-09 13:30:26 -07:00
  • 37be87d609 Changing return type of all realis job related tasks to be *aurora.Response in order to account for future changes and provide the programmer flexibility Renan DelValle 2016-08-09 13:30:26 -07:00