Rest processor help us transform swagger.json(v2) to schema base yaml file by opeartion.
Environment (Branch) | Build Status | Package | Function Test Status |
---|---|---|---|
PROD (master branch) |
status | nuget package | No |
PPE (develop branch) |
status | nuget package | test |
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 toRestProcessor-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 intomaster
. - Changes merged into
master
will be release a package immediately toRestProcessor
feed.