You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Users/Groups implementation
The data model has changed, but this change is fully supported by the automatic update methods.
All existing users are members of the "admin" group.
All controls are automatically members of the admin group.
Adding new UI component multiselect
Users/Groups management
miscellaneous
Bypassing authentication process in development mode
Delete user "log" has changed, display now, uuid && login
Typo API entrypoint: rename api entrypoint from to /api/v1/action/lastcomparegitrealase/ /api/v1/action/lastcomparegitrelease
Fix bug in API entrypoint "/action/compare/:controlUuid/:setStatus" - async was missing
Add search feature (regexp)
Removal of "swagger" comments from the code. Now the API documentation must be defined in the /openapi.yaml file (swagger). You can edit it with https://editor.swagger.io/
Fix bug in API entrypoint "/action/lastcomparegitrelease/:controlUuid/". Now, send pure json, before : 1.25, now: "1.25"
API documentation: contains only entrypoints that can be used with curl
One control can only be added or modified via the UI
UI: After comparison, the execution date displayed the last state of the control and not the immediate execution date.