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

Introduce namespaced custom actions for inspect and status. #463

Closed silvin-lubecki closed 5 years ago

silvin-lubecki commented 5 years ago

- What I did The CNAB Specifications now ask for custom actions to be namespaced. This PR adds com.docker.app as a namespace to the following actions:

- Description for the changelog

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

codecov[bot] commented 5 years ago

Codecov Report

Merging #463 into master will decrease coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #463      +/-   ##
==========================================
- Coverage   61.36%   61.32%   -0.04%     
==========================================
  Files          52       52              
  Lines        2754     2754              
==========================================
- Hits         1690     1689       -1     
- Misses        852      853       +1     
  Partials      212      212
Impacted Files Coverage Δ
internal/names.go 100% <ø> (ø) :arrow_up:
cmd/docker-app/inspect.go 75.75% <100%> (ø) :arrow_up:
cmd/docker-app/status.go 75% <100%> (ø) :arrow_up:
internal/packager/cnab.go 95.5% <100%> (ø) :arrow_up:
types/parameters/parameters.go 92.06% <0%> (-1.59%) :arrow_down:

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 9c72172...aa85d3a. Read the comment docs.