docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 177 forks source link

Replace com.docker.app.status action by io.cnab.status #557

Closed jcsirot closed 5 years ago

jcsirot commented 5 years ago

- What I did Replace the custom action com.docker.app.status by the io.cnab.status custom action defined in CNAB specification. com.docker.app.status is deprecated but still supported for backward compatibility (when using an old CLI with a new app or a new CLI with an old app). However the bundles generated now only expose the io.cnab.status action.

- How to verify it The unit tests and e2e tests have been updated to cover this change

- Description for the changelog CNAB application now exposes the io.cnab.status custom action as defined in the CNAB specification.

- A picture of a cute animal (not mandatory but encouraged)

ivrhnn88lty21

codecov[bot] commented 5 years ago

Codecov Report

Merging #557 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #557   +/-   ##
======================================
  Coverage    70.8%   70.8%           
======================================
  Files          55      55           
  Lines        3210    3210           
======================================
  Hits         2273    2273           
  Misses        640     640           
  Partials      297     297

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 59fb96a...b27d358. Read the comment docs.