Commit graph

23 commits

Author SHA1 Message Date
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
PRADYUMNA KAUSHIK
ff545e8aa6 Fixing semantic errors in docs/getting-started.md (#44)
* fixed semantics. Earlier mentioned that 'Pystachio does yet support...'. Changed now to mention 'Pystachio does not yet support...'

* fixed grammatical mistake.

* Ran gofmt on project.
2017-12-22 08:53:05 -08:00
Renan DelValle
a1350c6d55 out with the old (address) in with the new (address) 2017-10-12 17:11:01 -07:00
mbdas
2c7dd3468f Update getting-started.md 2016-12-20 23:07:46 -08:00
Mothiki
a8fa05869c fix typo in the docs/using-the-sample-client.md 2016-10-07 12:59:08 -07:00
Renan DelValle
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. 2016-09-29 20:45:24 -04:00
Renan DelValle
917bdca354 Changed return of activeCount. Updated client usage docs 2016-08-26 16:39:56 -07:00
Renan DelValle
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.
2016-08-25 18:56:55 -07:00
Renan DelValle
f4ac7abe1b Updating documentation on client usage 2016-08-18 14:35:58 -07:00
Renan DelValle
c62e5ab750 Fixing a typo on the cleaning up section 2016-08-15 14:43:53 -07:00
Renan DelValle
2f410e98d2 Adding example on what to do if user (role) doesn't exist on the Agent on which the task will run 2016-08-15 14:41:37 -07:00
Renan DelValle
1e284baaf3 Minor changes to documentation to make it more complete 2016-08-15 12:29:38 -07:00
Renan DelValle
c610974208 Moved Realis to be an interface for future testing classes. Removed AddURI API as AddURIs is able to do the same thing 2016-08-12 12:48:42 -07:00
Misho Krastev
80f11cf78b minor corrections to documentation and comments 2016-08-11 21:21:47 -07:00
Renan DelValle
4c21757dae Reformatting 2016-08-11 12:45:32 -07:00
Renan DelValle
4dd0029d0d Fixing the formatting and some incorrect info 2016-08-11 12:38:26 -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
a258b75b15 Fixing mistakes in how to configure Aurora installation from deb file 2016-08-10 16:07:19 -07:00
Renan DelValle
c2acbe0b36 Numerous changes to documentation to make it more accurate. 2016-08-10 15:25:02 -07:00
Renan DelValle
d85eae05b7 Fixing link to the wrong guide 2016-08-10 12:04:19 -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
8f85c75b94 Starting point for getting started 2016-08-09 16:29:37 -07:00