Commit graph

261 commits

Author SHA1 Message Date
Mukkavilli, Sunil
68d5b9c8fc Mustn't print the whole config object in logs, just printing the url 2017-04-18 16:35:27 -07:00
Mukkavilli, Sunil
89337f9c7f Merge branch 'master' of https://github.com/rdelval/gorealis 2017-04-18 16:10:58 -07:00
kkrishna
d08c0c637e Merge pull request #26 from kkrishna/master
Add resiliency for LeaderFromZK and minor changes..
2017-04-12 22:29:18 -07:00
Kumar Krishna
0c6fc794ed Merge branch 'master' of https://github.com/rdelval/gorealis 2017-04-06 23:16:11 -07:00
Kumar Krishna
e57dc98d65 add resiliency for LeaderFromZK and other fixes . 2017-04-06 23:15:44 -07:00
Renan DelValle
ff8f10a004 Merge pull request #25 from kkrishna/master
realisconfig refactor
2017-03-31 16:05:41 -04:00
Kumar Krishna
48ca520eaa realisconfig refactor 2017-03-31 10:48:36 -07:00
Kumar Krishna
64dcf55be4 Merge branch 'master' of https://github.com/rdelval/gorealis 2017-03-30 18:17:50 -07:00
Kumar Krishna
b10df0603e gorealis config refactoring 2017-03-30 18:17:21 -07:00
kkrishna
148b7baf4c Merge pull request #23 from rdelval/vendorFix
Vendor fix
2017-03-26 19:34:24 -07:00
Mukkavilli, Sunil
e6e4742f64 Merge branch 'master' of https://github.com/rdelval/gorealis 2017-03-24 15:55:48 -07:00
Renan DelValle
d27d8a4706 Updated end to end test on vagrant images to reflect new client creation. 2017-03-23 20:44:45 -04:00
Renan DelValle
cb6100e690 Reverted change made to vendored thrift library which caused some issues when vendoring gorealis itself. Added a workaround to overcome the default httpPostClient in the thrift library defaulting to headers for the thrift JSON protocol 2017-03-23 19:18:23 -04:00
Renan DelValle
8f505815d5 Updating wording. Removed vendoring section and some superfluous info. 2017-03-23 19:08:15 -04:00
Renan DelValle
764cfac099 Merge pull request #22 from kkrishna/master
Gorealis Resiliency
2017-03-22 01:06:24 -04:00
Kumar Krishna
9c4c2fce44 making some methods private. 2017-03-21 16:59:27 -07:00
Mukkavilli, Sunil
0d9b869583 Updating the client to not use instanceId 0 by default, instead get the instanceId from the list of active Instances 2017-03-21 12:52:29 -07:00
Kumar Krishna
3add32a585 gorealis resiliency 2017-03-20 22:34:45 -07:00
Kumar Krishna
d97e59b9e6 inital commit gorealis resiliency 2017-03-16 23:19:30 -07:00
kkrishna
1b475175db Merge pull request #18 from smothiki/pointer
make gorealisCLient functions handled by client pointer
2017-03-13 23:54:57 -07:00
Mothiki
f77379dd63 make gorealisCLient functions handled by client pointer 2017-03-10 15:50:26 -08:00
kkrishna
cc739f96aa updating log.. 2017-03-10 15:15:51 -08:00
kkrishna
58088a139c Merge pull request #17 from sunilmvn/master
Adding removeInstances method for a job -
2017-03-10 14:00:36 -08:00
Mukkavilli, Sunil
40781fab82 Adding removeInstances method for a job -
-- This method takes the job key and the number of Instances to remove as parameters
2017-03-10 01:14:09 -08:00
kkrishna
811169a266 Merge pull request #16 from smothiki/readonly
add function to get readonly scheduler client
2017-03-09 23:56:01 -08:00
smothiki
97fbec9eaf add function to get readonly scheduler client 2017-03-09 16:37:18 -08:00
kkrishna
51699eda4e Merge pull request #14 from rdelval/mesosContainerizerSupport
Initial support for Mesos Containerizer
2017-02-24 11:13:12 -08:00
Renan DelValle
d7efa913b1 Initial support for Mesos Containerizer 2017-02-23 14:21:04 -05:00
kkrishna
ac40251f00 Merge pull request #12 from rdelval/ThriftBinary
Move from Thrift JSON to Thrift Binary
2017-02-14 06:17:52 -08:00
Renan DelValle
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 2017-02-13 19:32:48 -05:00
Renan DelValle
10c12d5a13 Thrift Binary protocol is now a choice for users wishing to use it. Default Thrift protocol continues to be JSON. 2017-02-13 19:31:41 -05:00
Renan DelValle
75c87f34b3 Updating vendored libraries to stay up to date 2017-02-10 19:26:05 -05:00
Renan DelValle
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. 2017-02-10 19:23:20 -05:00
mbdas
2c7dd3468f Update getting-started.md 2016-12-20 23:07:46 -08:00
Renan DelValle
05a8c838db Merge pull request #11 from kkrishna/master
New api GetTaskStatus
2016-11-16 17:08:43 -05:00
Kumar Krishna
f4fb52c237 New api GetTaskStatus 2016-11-15 22:24:07 -08:00
Renan DelValle
da0f181b96 Merge pull request #10 from kkrishna/master
Externalize JobUpdateSettings for update api and remove os.exit
2016-11-15 13:16:49 -05:00
Kumar Krishna
3b10c10dd1 update api change and remove os.exit 2016-11-14 23:16:36 -08:00
Renan DelValle
841ef09bbb Merge pull request #9 from kkrishna/master
externalize timeout value
2016-11-14 17:58:04 -05:00
Kumar Krishna
8905233375 externalize timeout value 2016-11-14 13:27:25 -08:00
kkrishna
a715282c00 Merge pull request #8 from rdelval/responseCodeCheck
Adding response code check to all api calls
2016-11-11 15:52:05 -08:00
Renan DelValle
4c3bbc5079 Adding response code check to all api calls 2016-11-11 17:58:01 -05:00
Renan DelValle
3bf2e8a831 Updating zookeeper dependency since logging problem has been solved in main repository. Go fmt run on project to tidy it up. 2016-11-02 20:41:43 -04:00
Renan DelValle
b3e55be98b Changing how developers should maintain library dependency 2016-11-02 19:54:44 -04:00
Renan DelValle
76b404e087 Submission of docker containers without an executor (aka running container as a task) is now supported 2016-11-02 15:24:06 -04:00
Renan DelValle
66a2868aab Adding support for configuring tasks with Docker Containers 2016-11-01 21:24:15 -04:00
Renan DelValle
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. 2016-10-20 14:39:48 -04:00
Renan DelValle
8f524eeec5 Merge pull request #3 from smothiki/type
fix typo in the docs/using-the-sample-client.md
2016-10-07 16:58:37 -04:00
Mothiki
a8fa05869c fix typo in the docs/using-the-sample-client.md 2016-10-07 12:59:08 -07:00
Renan DelValle
087a9e5fba Cleaned up some comments 2016-10-01 01:56:10 -04:00