-
Notifications
You must be signed in to change notification settings - Fork 2
Contributions
jrichardsz edited this page Feb 1, 2024
·
1 revision
- Create the issue
- Branch for development: fix-101-snapshot
- Fix and increase the patch
- Pull request from this branch to main
- Admin could approve and merge it or deny it
- At minimum 10 features should be considered to increase the minor version
- Only admin will evaluate if less than 10 features are enough to increase the minor version
- Create the feature in issues section
- If current version is 1.5.6, create a branch 1.5.6-snapshot
- Branch for development: feature-303-snapshot from 1.5.6-snapshot
- Pull request from this branch to 1.5.6-snapshot
- Admin could approve and merge it or deny it
- After several features, admin will merge the 1.5.6-snapshot to main
- Get token with client credential grant
- More oauth2 enpoints here
- get all events
- GET /event
- create events
- POST /event
- update events
- PUT /event
- delete event
- DELETE /event
- get all received events
- get details of received event
- GET /event/received/:id
- get details of executed contracts
- GET /received/execution-detail/:id
- create system