Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/7/scheduler calls #93

Merged
merged 3 commits into from
Sep 11, 2020
Merged

Conversation

wdhowe
Copy link
Member

@wdhowe wdhowe commented Sep 11, 2020

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
Copy link
Member

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 ..."

Implemented missing scheduler calls.
Removed clojure.string library require, was not used.
The request api endpoint is not a 1 to 1 name match for type and payload keyword. (it is plural)

New helper function to determine the payload keyword due to this endpoint name mismatch.
Renamed the helper function payload-kw to payload-key.
@wdhowe wdhowe force-pushed the issue/7/scheduler-calls branch from 1ee7fc2 to 3ed8b38 Compare September 11, 2020 16:20
@wdhowe
Copy link
Member Author

wdhowe commented Sep 11, 2020

Rebased on master.

Copy link
Member

@oubiwann oubiwann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice -- thanks!

@oubiwann
Copy link
Member

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 ❤️

@oubiwann oubiwann merged commit a690135 into clojusc:master Sep 11, 2020
@wdhowe
Copy link
Member Author

wdhowe commented Sep 11, 2020

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

@wdhowe wdhowe deleted the issue/7/scheduler-calls branch September 11, 2020 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Scheduler Calls
2 participants