-
Feature Request
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
---
-
---
Users should be able to set up an external endpoint that provides validation for the custom commit message provided by the user
On build time, using an env variable (or data.json), the developer will define a URL that will be used to validate commit messages. It is expected that this endpoint will return a JSON with the format ({ result: boolean, reason: string }`)
This URL will be used in the implementation of a “Git commit validation service”, that can be consumed in any place of the application.
If the URL is not accessible, the “GIt commit validation service” should return the default object { result: false, reason: “Commit validator ${URL} is not accessible” } and the associated HTTP failure that happened.
- depends on
-
KOGITO-7835 [Sandbox] Enable users to define commit messages
- Closed
- relates to
-
KOGITO-7800 List of issues that are required for Sandbox
- Open