Skip to content

CI to transform REST Swagger v2 into Yaml

Notifications You must be signed in to change notification settings

JinyuID/RestProcessor

 
 

Repository files navigation

Rest Api Processor

Rest processor help us transform swagger.json(v2) to schema base yaml file by opeartion.

Build & deployment status

Environment (Branch) Build Status Package Function Test Status
PROD (master branch) status nuget package No
PPE (develop branch) status nuget package test

Understanding development workflow

develop is the branch for development and will release the package each time when code is merged.

  • You are suggested to open a feature branch based on develop and make changes in your feature branch.
  • You can test your feature in local with some command line arguments.
  • Once the feature branch is ready, open a PR towards develop.
  • Changes merged into develop will be released a package immediately to RestProcessor-Test feed.
  • After the package released, it will trigger a ci build with function test and impact test.

master branch is the branch for PROD deployment.

  • when we need a feature release, develop will be merged into master.
  • Changes merged into master will be release a package immediately to RestProcessor feed.

About

CI to transform REST Swagger v2 into Yaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%