Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
7633bd25e3
tests: add unit test for log module. feat: change user_id into string on dto for storing log, delete: remove log controller, split logic for storing multiple database record into blockchain into different file. Add logger for multiple method. Change return exception while catching error on auth
87e20b6848
tests: add unit test fo fabric.service.ts. fix: add better handling for connection failure and better handling when disconnecting from fabric on fabric service
7b0873e0da
test: add unit test for auth modules. feat: add logout endpoint. fix: change auth register logic, add env variable to easily change token expire, fix bug for empty array and header csrf doesn't authenticate
74d5da7475
tests: create unit tests for audit modules (controller, gateway, service). fix: add error handling with throwing error instead of logging only