clojusc / meson

Clojure Client Library for the Mesos HTTP API
Apache License 2.0
9 stars 10 forks source link

Issue/7/scheduler calls #93

Closed wdhowe closed 4 years ago

wdhowe commented 4 years ago

Added missing scheduler calls. Removed un-used clojure.string require. New helper function (payload-key) due to the "request" Mesos http api endpoint breaking the 1 to 1 pattern of type/payload key. (type: REQUEST, requests: payload)

Closes #7

oubiwann commented 4 years ago

Same comment as made on the other PR ;-)

"Can you rebase off of master (e.g., git pull origin master --rebase) and force-push up to your branch? That will run the now-passing CI/CD workflow that's been moved to Github Actions ..."

wdhowe commented 4 years ago

Rebased on master.

oubiwann commented 4 years ago

So I can't tell you how cool it is to see love being given to this project 😄 This was entirely a prototype/proof-of-concept effort (albeit with big aspirations). This is really wonderful to see ❤️

wdhowe commented 4 years ago

Awesome - We'll see how many more issues/milestones we can get resolved and made more complete!