vmware-archive / column

A stable API for Ansible
https://vmware.github.io/column/
GNU General Public License v3.0
38 stars 9 forks source link

Change validator to use jsonschema #55

Closed sihanwang41 closed 7 years ago

sihanwang41 commented 7 years ago

This patch adds run post payload validation by jsonschema

Signed-off-by: Sihan Wang wsihan@vmware.com

codecov-io commented 7 years ago

Codecov Report

Merging #55 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #55   +/-   ##
=======================================
  Coverage   78.33%   78.33%           
=======================================
  Files          18       18           
  Lines         623      623           
  Branches       36       36           
=======================================
  Hits          488      488           
  Misses        112      112           
  Partials       23       23
Impacted Files Coverage Δ
column/api/controller/run_controller.py 100% <ø> (ø) :arrow_up:
column/api/common/utils.py 100% <100%> (ø) :arrow_up:

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 ffce770...d5e3c98. Read the comment docs.