chapi icon indicating copy to clipboard operation
chapi copied to clipboard

chronos & marathon console client - Manage your jobs like a git repository

Results 12 chapi issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.4.2 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....

dependencies

Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 3.3.6 to 3.4.49. Changelog Sourced from symfony/http-kernel's changelog. CHANGELOG 6.2 Add constructor argument bool $handleAllThrowable to HttpKernel Add ControllerEvent::getAttributes() to handle attributes on controllers Add #[Cache] to...

dependencies

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.3.0 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...

dependencies

When you deploy services on Marathon and kill them later, the namespace / group will stay. If no app will be deployed in this group later on, this group will...

bug
feature

Chapi assumes that the configuration always contains both a marathon and a chronos service. This causes at least two problems in practice: - It's impossible to set up chapi in...

bug
feature

The current validator for chronos jobs don't detect issues like this: ```json { "schedule":"R/2017-03-17T08:52:00Z/P1D", "scheduleTimeZone":"Europe/Berlin", "epsilon":"PT15M", "name":"job-name-a", "command":"echo jobA", "description":"", "owner":"", "ownerName":"", "parents": [ "job-name-b" ], "async":false, "executor":"", "disabled":false, "softError":false,...

bug

In my marathon definitions directory, i have a dirty git state right now, because i am preparing a new marathon definition for a new app: ``` ➜ marathon-jobs git:(master) ✗...

enhancement
priority B

Chapi need adjustments for the breaking changes of the chronos 3.0.0 release

issue
feature
priority B

Providing deleting all tasks for a Job by jobname https://mesos.github.io/chronos/docs/api.html#deleting-all-tasks-for-a-job

feature
priority A