Skip to content
Jenkins
log in
Dashboard
coder
My Views
All
test-v5in-platform-source
#56
tenant-rest-web-common
Changes
Status
Changes
Console Output
Edit Build Information
Delete build ‘tenant-rest-web-common’
Executed Mojos
Redeploy Artifacts
See Fingerprints
Open Blue Ocean
Previous Build
Next Build
Changes
Summary
hotfix:账号密码的提示问题 (
details
)
修复格式问题 (
details
)
调整密码提醒 (
details
)
跳转修改用户的情况 (
details
)
新增登录账号锁定异常类和返回code (
details
)
上传文件,去掉空格和+ (
details
)
日常人员入职限制 (
details
)
日常人员入职限制前后端对接修改 (
details
)
Commit 9b6085e02d1b2577ee52ecf316b4fec69febe7a1 by
linhancheng
hotfix:账号密码的提示问题
The file was modified
infrastructures/tenant-rest-web-common/src/main/java/com/bcxin/rest/web/commons/RestResponseEntityExceptionHandler.java
The file was modified
identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/exceptions/IdentityNotFoundException.java
The file was modified
identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was modified
security-server/security-domain/src/main/java/com/bcxin/security/domains/exceptions/SecurityNotFoundException.java
Commit 8b578544b2aceaad44d88aec7807e85aea5e61bf by
linhancheng
修复格式问题
The file was modified
tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified
infrastructures/tenant-rest-web-common/src/main/java/com/bcxin/rest/web/commons/RestResponseEntityExceptionHandler.java
Commit 892d727f6fcab3864ef9ea1684e139d426b0007a by
linhancheng
调整密码提醒
The file was modified
identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/exceptions/IdentityNotFoundException.java
The file was modified
identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was modified
security-server/security-domain/src/main/java/com/bcxin/security/domains/exceptions/SecurityNotFoundException.java
The file was modified
infrastructures/tenant-rest-web-common/src/main/java/com/bcxin/rest/web/commons/RestResponseEntityExceptionHandler.java
Commit b7281686f2a03032846b58b900075f59c087c375 by
linhancheng
跳转修改用户的情况
The file was modified
infrastructures/tenant-rest-web-common/src/main/java/com/bcxin/rest/web/commons/RestResponseEntityExceptionHandler.java
The file was modified
tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
The file was modified
identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/IdentityUserEntity.java
The file was modified
identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/UnitWorkImpl.java
Commit 275b08488bfdc0304e91c6716c218cb18b5747cb by
linchunpeng
新增登录账号锁定异常类和返回code
The file was added
infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/exceptions/AccountLockedException.java
The file was modified
identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/impls/IdentityRpcProviderImpl.java
The file was modified
infrastructures/tenant-web-common/src/main/java/com/bcxin/web/commons/GlobalExceptionFilter.java
The file was added
infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/ExceptionConstant.java
The file was modified
infrastructures/tenant-rest-web-common/src/main/java/com/bcxin/rest/web/commons/RestResponseEntityExceptionHandler.java
The file was modified
identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
Commit 296f2468a0ca2b8f67b48e193badd6f3ebd33dfe by
linchunpeng
上传文件,去掉空格和+
The file was modified
infrastructures/tenant-rest-web-common/src/main/java/com/bcxin/rest/web/commons/FileProcessor.java
Commit 402e41b08c079092ae883de5f3ff5c1f1458cd5d by
linchunpeng
日常人员入职限制
The file was added
infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/AbnormalPersonnelEmployeeType.java
The file was modified
infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/InvitedToJoinQueuesRequest.java
The file was modified
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/CreateEmployeeRequestCommand.java
The file was modified
tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/RegisterRpcProviderImpl.java
The file was modified
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/InvitedToJoinQueuesServiceImpl.java
The file was modified
infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/employees/EmployeeRequest.java
The file was modified
infrastructures/tenant-web-common/src/main/java/com/bcxin/web/commons/GlobalExceptionFilter.java
The file was modified
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/SingleLoginServiceImpl.java
The file was added
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/TenantAbnormalPersonnelRepository.java
The file was added
tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/TenantAbnormalPersonnelJpaRepository.java
The file was modified
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/NaturalSingleLoginServiceImpl.java
The file was modified
infrastructures/tenant-rest-web-common/src/main/java/com/bcxin/rest/web/commons/RestResponseEntityExceptionHandler.java
The file was modified
tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/EmployeeRpcProviderImpl.java
The file was modified
infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/ExceptionConstant.java
The file was added
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantAbnormalPersonnelEntity.java
The file was added
infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/exceptions/AbnormalPersonnelException.java
The file was modified
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/EmployeeServiceImpl.java
Commit 8515c2406f925f2e9735543c9cec06fd3578e15a by
linchunpeng
日常人员入职限制前后端对接修改
The file was modified
infrastructures/tenant-web-common/src/main/java/com/bcxin/web/commons/GlobalExceptionFilter.java
The file was modified
infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/ExceptionConstant.java
The file was modified
infrastructures/tenant-rest-web-common/src/main/java/com/bcxin/rest/web/commons/RestResponseEntityExceptionHandler.java
The file was modified
infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/exceptions/AbnormalPersonnelException.java
The file was modified
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/InvitedToJoinQueuesServiceImpl.java
The file was added
infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/models/AbnormalPersonnelListDto.java
The file was modified
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/EmployeeServiceImpl.java