Gilles Miraillet

Results 12 issues of Gilles Miraillet

## Where this PR should be backported? - [x] [main](https://github.com/cloudfoundry/cli/tree/main) - all changes should by default start here ([PR on main branch](https://github.com/cloudfoundry/cli/pull/2837)) - [x] [v8](https://github.com/cloudfoundry/cli/tree/v8) - [ ] [v7](https://github.com/cloudfoundry/cli/tree/v7) ##...

## Where this PR should be backported? - [x] [main](https://github.com/cloudfoundry/cli/tree/main) - all changes should by default start here - [x] [v8](https://github.com/cloudfoundry/cli/tree/v8) ([PR on the v8 branch](https://github.com/cloudfoundry/cli/pull/2801)) - [ ] [v7](https://github.com/cloudfoundry/cli/tree/v7)...

## Where this PR should be backported? - [x] [main](https://github.com/cloudfoundry/cli/tree/main) - all changes should by default start here ([PR on the main branch](https://github.com/cloudfoundry/cli/pull/2932)) - [x] [v8](https://github.com/cloudfoundry/cli/tree/v8) - [ ] [v7](https://github.com/cloudfoundry/cli/tree/v7)...

## Where this PR should be backported? - [x] [main](https://github.com/cloudfoundry/cli/tree/main) - all changes should by default start here - [x] [v8](https://github.com/cloudfoundry/cli/tree/v8) ([PR on v8 branch](https://github.com/cloudfoundry/cli/pull/2933)) - [ ] [v7](https://github.com/cloudfoundry/cli/tree/v7) ##...

The only way to retrieve the current droplet of an application via the API is to go through the `/v3/apps/:app_guid/droplets/current` or `/v3/apps/:app_guid/relationships/current_droplet` endpoints. In a context where we want to...

## Issue There is no way to bundle current droplets and applications using `/v3/apps` and `/v3/droplets`. ## Context The only way to retrieve the current droplet of an application via...

The purpose of this PR is to propose the use of BBS to fetch the RUNNING state of the main application process. This should help to avoid calls to `/v2/space/:space_guid/summary`...

**Short explanation of the proposed change:** Use https instead of git+ssh for `podhmo/python-node-semver` git submodule as it can cause problems in certain environments where only retrieval of a git repository...

Adds a `/statuses` endpoint that return json formatted information of `/index` page.