ContextMapper / context-mapper-dsl

ContextMapper DSL: A Domain-specific Language for Context Mapping & Service Decomposition
https://contextmapper.org/
Apache License 2.0
223 stars 30 forks source link

Enhancing HTTP binding of MDSL generator #295

Closed socadk closed 3 years ago

socadk commented 3 years ago

A complete MDSL-to-HTTP binding is now generated when "HTTP" is the implementation technology of a relation in a context map whose upstream exposes aggregates with at least one service or root entity operation, including a resource and operation bindings. Three heuristics to identify HTTP verbs, two of which work with doc string (MAP decorator, explicit verb name).

codecov[bot] commented 3 years ago

Codecov Report

Merging #295 (6b807fa) into master (6f446ce) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #295   +/-   ##
========================================
  Coverage      93.1%   93.1%           
  Complexity     2177    2177           
========================================
  Files           197     197           
  Lines          5898    5898           
  Branches        777     777           
========================================
  Hits           5492    5492           
  Misses          201     201           
  Partials        205     205           

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 6f446ce...6b807fa. Read the comment docs.