mesomatic
mesomatic copied to clipboard
A simple and idiomatic Clojure facade around the Mesos JAVA API
## What? Add a mapping for `REASON_TASK_KILLED_DURING_LAUNCH`: http://mesos.apache.org/documentation/latest/task-state-reasons/#for-state-task_killed Similar to past issue #28. ## Why? This reason comes through quite frequently in the wild, so it would be great to...
A not insignificant portion of mesomatic is concerned with converting Clojure to and from protobuf data. Questions to be answered: * [ ] How significantly smaller would the mesomatic codebase...
``` cd mesos/apache-repo/ $ git show-ref --abbrev=7 --tags|egrep '1.3.1|1.4.1'|grep -v rc ``` ``` 1beaede refs/tags/1.3.1 60e6544 refs/tags/1.4.1 ``` ``` git log-short 1beaede..60e6544 src/java ``` ``` 4af1688 2017-08-30 Added several logs...
``` cd mesos/apache-repo/ $ git show-ref --abbrev=7 --tags|egrep '1.2.2|1.3.1'|grep -v rc ``` ``` f954bb0 refs/tags/1.2.2 1beaede refs/tags/1.3.1 ``` ``` git log-short f954bb0..1beaede src/java ``` ``` d888361 2017-06-28 Fixed parameters in...
``` cd mesos/apache-repo/ $ git show-ref --abbrev=7 --tags|egrep '1.1.3|1.2.2'|grep -v rc ``` ``` ce77d91 refs/tags/1.1.3 f954bb0 refs/tags/1.2.2 ``` ``` git log-short ce77d91..f954bb0 src/java ``` ``` 7e5c2b2 2017-06-28 Fixed parameters in...
``` cd mesos/apache-repo/ $ git show-ref --abbrev=7 --tags|egrep '1.0.4|1.1.3'|grep -v rc ``` ``` 4154f66 refs/tags/1.0.4 ce77d91 refs/tags/1.1.3 ``` ``` git log-short 4154f66..ce77d91 src/java ``` ``` a72d20e 2017-06-28 Fixed parameters in...
``` cd mesos/apache-repo/ $ git show-ref --abbrev=7 --tags|egrep '1.0.1|1.0.4'|grep -v rc ``` ``` 3611eb0 refs/tags/1.0.1 4154f66 refs/tags/1.0.4 ``` ``` git diff 3611eb0..4154f66 src/java ```
Depends on #45 Blocks #43 ``` cd mesos/apache-repo/ $ git show-ref --abbrev=7 --tags|egrep '0.28.0|1.0.1'|grep -v rc ``` ``` 961edbd refs/tags/0.28.0 3611eb0 refs/tags/1.0.1 ``` ``` git diff 961edbd..3611eb0 src/java ```