@tomei/sso 0.64.1 → 0.65.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/.commitlintrc.json +22 -22
  2. package/.gitlab-ci.yml +16 -16
  3. package/.husky/commit-msg +15 -15
  4. package/.husky/pre-commit +7 -7
  5. package/.prettierrc +4 -4
  6. package/Jenkinsfile +57 -57
  7. package/README.md +23 -23
  8. package/__tests__/unit/components/group/group.spec.ts +79 -79
  9. package/__tests__/unit/components/group-object-privilege/group-object-privilege.spec.ts +88 -88
  10. package/__tests__/unit/components/group-privilege/group-privilege.spec.ts +68 -68
  11. package/__tests__/unit/components/group-reporting-user/group-reporting-user.spec.ts +66 -66
  12. package/__tests__/unit/components/group-system-access/group-system-access.spec.ts +83 -83
  13. package/__tests__/unit/components/login-user/l.spec.ts +746 -746
  14. package/__tests__/unit/components/login-user/login.spec.ts +1164 -1164
  15. package/__tests__/unit/components/password-hash/password-hash.service.spec.ts +31 -31
  16. package/__tests__/unit/components/system/system.spec.ts +254 -254
  17. package/__tests__/unit/components/system-privilege/system-privilege.spec.ts +83 -83
  18. package/__tests__/unit/components/user-group/user-group.spec.ts +86 -86
  19. package/__tests__/unit/components/user-object-privilege/user-object-privilege.spec.ts +78 -78
  20. package/__tests__/unit/components/user-privilege/user-privilege.spec.ts +72 -72
  21. package/__tests__/unit/components/user-system-access/user-system-access.spec.ts +89 -89
  22. package/__tests__/unit/redis-client/redis.service.spec.ts +23 -23
  23. package/__tests__/unit/session/session.service.spec.ts +47 -47
  24. package/__tests__/unit/system-privilege/system-privilage.spec.ts +91 -91
  25. package/create-sso-user.sql +39 -39
  26. package/dist/src/components/login-user/user.js +1 -1
  27. package/dist/src/components/login-user/user.js.map +1 -1
  28. package/dist/tsconfig.tsbuildinfo +1 -1
  29. package/eslint.config.mjs +58 -58
  30. package/jest.config.js +14 -14
  31. package/migrations/20240314080602-create-user-table.js +124 -124
  32. package/migrations/20240314080603-create-user-group-table.js +85 -85
  33. package/migrations/20240314080604-create-user-user-group-table.js +55 -55
  34. package/migrations/20240314080605-create-login-history-table.js +53 -53
  35. package/migrations/20240527064925-create-system-table.js +78 -78
  36. package/migrations/20240527064926-create-system-privilege-table.js +71 -71
  37. package/migrations/20240527065342-create-group-table.js +93 -93
  38. package/migrations/20240527065633-create-group-reporting-user-table.js +76 -76
  39. package/migrations/20240528011551-create-group-system-access-table.js +72 -72
  40. package/migrations/20240528023018-user-system-access-table.js +75 -75
  41. package/migrations/20240528032229-user-privilege-table.js +76 -76
  42. package/migrations/20240528063003-create-group-privilege-table.js +76 -76
  43. package/migrations/20240528063051-create-group-object-privilege-table.js +84 -84
  44. package/migrations/20240528063107-create-user-object-privilege-table.js +84 -84
  45. package/migrations/20240528063108-create-api-key-table.js +85 -85
  46. package/migrations/20241104104802-create-building-table.js +95 -95
  47. package/migrations/20250108091132-add-area-manager-user-id-to-building-table.js +14 -14
  48. package/migrations/20250108091133-add-passcode-to-user-table.js +36 -36
  49. package/migrations/20250210115636-create-user-reporting-hierarchy.js +76 -76
  50. package/migrations/20250326043818-crate-user-password-history.js +42 -42
  51. package/migrations/20250610070720-added-MFBypassYN-to-sso-user.js +30 -30
  52. package/package.json +87 -87
  53. package/sampledotenv +7 -7
  54. package/src/components/login-user/user.ts +1 -1
  55. package/tsconfig.build.json +5 -5
  56. package/tsconfig.json +23 -23
  57. package/coverage/clover.xml +0 -1380
  58. package/coverage/coverage-final.json +0 -39
  59. package/coverage/lcov-report/base.css +0 -224
  60. package/coverage/lcov-report/block-navigation.js +0 -87
  61. package/coverage/lcov-report/components/group-object-privilege/group-object-privilege.repository.ts.html +0 -160
  62. package/coverage/lcov-report/components/group-object-privilege/group-object-privilege.ts.html +0 -919
  63. package/coverage/lcov-report/components/group-object-privilege/index.html +0 -131
  64. package/coverage/lcov-report/components/group-privilege/group-privilege.repository.ts.html +0 -172
  65. package/coverage/lcov-report/components/group-privilege/group-privilege.ts.html +0 -337
  66. package/coverage/lcov-report/components/group-privilege/index.html +0 -131
  67. package/coverage/lcov-report/components/group-system-access/group-system-access.repository.ts.html +0 -214
  68. package/coverage/lcov-report/components/group-system-access/group-system-access.ts.html +0 -355
  69. package/coverage/lcov-report/components/group-system-access/index.html +0 -131
  70. package/coverage/lcov-report/components/password-hash/index.html +0 -116
  71. package/coverage/lcov-report/components/password-hash/password-hash.service.ts.html +0 -127
  72. package/coverage/lcov-report/components/system-privilege/index.html +0 -116
  73. package/coverage/lcov-report/components/system-privilege/system-privilege.repository.ts.html +0 -139
  74. package/coverage/lcov-report/components/user-group/index.html +0 -131
  75. package/coverage/lcov-report/components/user-group/user-group.repository.ts.html +0 -142
  76. package/coverage/lcov-report/components/user-group/user-group.ts.html +0 -2377
  77. package/coverage/lcov-report/components/user-object-privilege/index.html +0 -131
  78. package/coverage/lcov-report/components/user-object-privilege/user-object-privilege.repository.ts.html +0 -118
  79. package/coverage/lcov-report/components/user-object-privilege/user-object-privilege.ts.html +0 -322
  80. package/coverage/lcov-report/components/user-privilege/index.html +0 -131
  81. package/coverage/lcov-report/components/user-privilege/user-privilege.repository.ts.html +0 -160
  82. package/coverage/lcov-report/components/user-privilege/user-privilege.ts.html +0 -2071
  83. package/coverage/lcov-report/components/user-system-access/index.html +0 -131
  84. package/coverage/lcov-report/components/user-system-access/user-system-access.repository.ts.html +0 -208
  85. package/coverage/lcov-report/components/user-system-access/user-system-access.ts.html +0 -2236
  86. package/coverage/lcov-report/enum/api-key.enum.ts.html +0 -100
  87. package/coverage/lcov-report/enum/group-type.enum.ts.html +0 -109
  88. package/coverage/lcov-report/enum/index.html +0 -206
  89. package/coverage/lcov-report/enum/index.ts.html +0 -103
  90. package/coverage/lcov-report/enum/login-status.enum.ts.html +0 -97
  91. package/coverage/lcov-report/enum/object-status.enum.ts.html +0 -97
  92. package/coverage/lcov-report/enum/user-status.enum.ts.html +0 -106
  93. package/coverage/lcov-report/enum/yn.enum.ts.html +0 -97
  94. package/coverage/lcov-report/favicon.png +0 -0
  95. package/coverage/lcov-report/index.html +0 -296
  96. package/coverage/lcov-report/models/group-object-privilege.entity.ts.html +0 -358
  97. package/coverage/lcov-report/models/group-privilege.entity.ts.html +0 -319
  98. package/coverage/lcov-report/models/group-reporting-user.entity.ts.html +0 -370
  99. package/coverage/lcov-report/models/group-system-access.entity.ts.html +0 -328
  100. package/coverage/lcov-report/models/group.entity.ts.html +0 -466
  101. package/coverage/lcov-report/models/index.html +0 -296
  102. package/coverage/lcov-report/models/staff.entity.ts.html +0 -358
  103. package/coverage/lcov-report/models/system-privilege.entity.ts.html +0 -355
  104. package/coverage/lcov-report/models/system.entity.ts.html +0 -424
  105. package/coverage/lcov-report/models/user-group.entity.ts.html +0 -358
  106. package/coverage/lcov-report/models/user-object-privilege.entity.ts.html +0 -355
  107. package/coverage/lcov-report/models/user-privilege.entity.ts.html +0 -319
  108. package/coverage/lcov-report/models/user-system-access.entity.ts.html +0 -346
  109. package/coverage/lcov-report/models/user.entity.ts.html +0 -685
  110. package/coverage/lcov-report/prettify.css +0 -1
  111. package/coverage/lcov-report/prettify.js +0 -2
  112. package/coverage/lcov-report/redis-client/index.html +0 -116
  113. package/coverage/lcov-report/redis-client/redis.service.ts.html +0 -310
  114. package/coverage/lcov-report/session/index.html +0 -116
  115. package/coverage/lcov-report/session/session.service.ts.html +0 -373
  116. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  117. package/coverage/lcov-report/sorter.js +0 -210
  118. package/coverage/lcov.info +0 -2223
  119. package/coverage/test-report.xml +0 -71
  120. package/dist/__tests__/unit/components/group-privilege/group-privilege.test.d.ts +0 -1
  121. package/dist/__tests__/unit/components/group-privilege/group-privilege.test.js +0 -71
  122. package/dist/__tests__/unit/components/group-privilege/group-privilege.test.js.map +0 -1
  123. package/dist/__tests__/unit/components/login-user/login-user.spec.d.ts +0 -0
  124. package/dist/__tests__/unit/components/login-user/login-user.spec.js +0 -6
  125. package/dist/__tests__/unit/components/login-user/login-user.spec.js.map +0 -1
  126. package/sonar-project.properties +0 -23
@@ -1,71 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <testExecutions version="1">
3
- <file path="C:\Work\sso\__tests__\unit\redis-client\redis.service.spec.ts">
4
- <testCase name="redis.service should return redis service when instansiated" duration="5"/>
5
- <testCase name="redis.service should able to write and read redis" duration="2"/>
6
- </file>
7
- <file path="C:\Work\sso\__tests__\unit\components\user-system-access\user-system-access.spec.ts">
8
- <testCase name="UserSystemAccess constructor should create a new UserSystemAccess instance" duration="3"/>
9
- <testCase name="UserSystemAccess init should initialize UserSystemAccess with valid UserSystemAccessId" duration="4"/>
10
- <testCase name="UserSystemAccess init should throw ClassError when UserSystemAccessId is not found" duration="1"/>
11
- </file>
12
- <file path="C:\Work\sso\__tests__\unit\components\user-privilege\user-privilege.spec.ts">
13
- <testCase name="UserPrivilege constructor should create a new UserPrivilege instance" duration="3"/>
14
- <testCase name="UserPrivilege init should initialize UserPrivilege with valid UserPrivilegeId" duration="4"/>
15
- <testCase name="UserPrivilege init should throw ClassError when UserPrivilegeId is not found" duration="10"/>
16
- </file>
17
- <file path="C:\Work\sso\__tests__\unit\components\group-object-privilege\group-object-privilege.spec.ts">
18
- <testCase name="GroupObjectPrivilege should create an instance of GroupObjectPrivilege" duration="2"/>
19
- <testCase name="GroupObjectPrivilege should have the correct TableName" duration="1"/>
20
- <testCase name="GroupObjectPrivilege should have the correct properties" duration="1"/>
21
- <testCase name="GroupObjectPrivilege init should return an instance of GroupObjectPrivilege when GroupObjectPrivilegeId is provided" duration="2"/>
22
- <testCase name="GroupObjectPrivilege init should throw an error when GroupObjectPrivilegeId is provided but no GroupObjectPrivilege is found" duration="7"/>
23
- <testCase name="GroupObjectPrivilege init should return a new instance of GroupObjectPrivilege when GroupObjectPrivilegeId is not provided" duration="1"/>
24
- </file>
25
- <file path="C:\Work\sso\__tests__\unit\components\user-group\user-group.spec.ts">
26
- <testCase name="UserGroup constructor should create a new UserGroup instance" duration="3"/>
27
- <testCase name="UserGroup init should initialize UserGroup with valid UserGroupId" duration="3"/>
28
- <testCase name="UserGroup init should throw ClassError when UserGroupId is not found" duration="13"/>
29
- </file>
30
- <file path="C:\Work\sso\__tests__\unit\components\group-system-access\group-system-access.spec.ts">
31
- <testCase name="GroupSystemAccess should create a new GroupSystemAccess instance" duration="3"/>
32
- <testCase name="GroupSystemAccess init should initialize GroupSystemAccess without GroupSystemAccessId" duration="2"/>
33
- <testCase name="GroupSystemAccess init should initialize GroupSystemAccess with GroupSystemAccessId" duration="2"/>
34
- <testCase name="GroupSystemAccess init should throw an error if GroupSystemAccessId is not found" duration="4"/>
35
- </file>
36
- <file path="C:\Work\sso\__tests__\unit\components\user-object-privilege\user-object-privilege.spec.ts">
37
- <testCase name="UserObjectPrivilege constructor should create a new UserObjectPrivilege instance" duration="2"/>
38
- <testCase name="UserObjectPrivilege init should initialize UserObjectPrivilege with valid ObjectPrivilegeId" duration="2"/>
39
- <testCase name="UserObjectPrivilege init should throw ClassError when ObjectPrivilegeId is not found" duration="4"/>
40
- </file>
41
- <file path="C:\Work\sso\__tests__\unit\components\group-privilege\group-privilege.spec.ts">
42
- <testCase name="GroupPrivilege should initialize with GroupPrivilegeAttr" duration="3"/>
43
- <testCase name="GroupPrivilege should throw ClassError when GroupPrivilegeAttr is not found" duration="4"/>
44
- <testCase name="GroupPrivilege should initialize with default values" duration="1"/>
45
- </file>
46
- <file path="C:\Work\sso\__tests__\unit\session\session.service.spec.ts">
47
- <testCase name="session.service should return session service when instansiated" duration="2"/>
48
- <testCase name="session.service should able to write session data" duration="4"/>
49
- <testCase name="session.service should able to refresh session data" duration="2"/>
50
- </file>
51
- <file path="C:\Work\sso\__tests__\unit\components\password-hash\password-hash.service.spec.ts">
52
- <testCase name="password-hash.service should return hash password" duration="2"/>
53
- <testCase name="password-hash.service should return true when verify password" duration="1"/>
54
- </file>
55
- <file path="C:\Work\sso\__tests__\unit\components\login-user\l.spec.ts">
56
- <testCase name="SystemPrivilege should be true" duration="1"/>
57
- </file>
58
- <file path="C:\Work\sso\__tests__\unit\system-privilege\system-privilage.spec.ts">
59
- <testCase name="SystemPrivilege should be true" duration="2"/>
60
- </file>
61
- <file path="C:\Work\sso\__tests__\unit\components\system-privilege\system-privilege.spec.ts">
62
- </file>
63
- <file path="C:\Work\sso\__tests__\unit\components\system\system.spec.ts">
64
- </file>
65
- <file path="C:\Work\sso\__tests__\unit\components\login-user\login.spec.ts">
66
- </file>
67
- <file path="C:\Work\sso\__tests__\unit\components\group-reporting-user\group-reporting-user.spec.ts">
68
- </file>
69
- <file path="C:\Work\sso\__tests__\unit\components\group\group.spec.ts">
70
- </file>
71
- </testExecutions>
@@ -1,71 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const group_privilege_1 = require("../../../../src/components/group-privilege/group-privilege");
13
- const group_privilege_repository_1 = require("../../../../src/components/group-privilege/group-privilege.repository");
14
- const general_1 = require("@tomei/general");
15
- describe('GroupPrivilege', () => {
16
- afterEach(() => {
17
- jest.restoreAllMocks();
18
- });
19
- it('should initialize with GroupPrivilegeAttr', () => __awaiter(void 0, void 0, void 0, function* () {
20
- const mockGroupPrivilegeAttr = {
21
- GroupPrivilegeId: 1,
22
- GroupCode: 'group1',
23
- PrivilegeCode: 'privilege1',
24
- Status: 'active',
25
- CreatedAt: new Date(),
26
- UpdatedAt: new Date(),
27
- CreatedById: 1,
28
- UpdatedById: 1,
29
- };
30
- const findOneMock = jest
31
- .spyOn(group_privilege_repository_1.GroupPrivilegeRepository.prototype, 'findOne')
32
- .mockResolvedValueOnce({ get: jest.fn().mockReturnValue(mockGroupPrivilegeAttr) });
33
- const groupPrivilege = yield group_privilege_1.GroupPrivilege.init(null, 1);
34
- expect(findOneMock).toBeCalledWith({
35
- where: { GroupPrivilegeId: 1 },
36
- transaction: null,
37
- });
38
- expect(groupPrivilege).toBeInstanceOf(group_privilege_1.GroupPrivilege);
39
- expect(groupPrivilege.GroupPrivilegeId).toEqual(mockGroupPrivilegeAttr.GroupPrivilegeId);
40
- expect(groupPrivilege.GroupCode).toEqual(mockGroupPrivilegeAttr.GroupCode);
41
- expect(groupPrivilege.PrivilegeCode).toEqual(mockGroupPrivilegeAttr.PrivilegeCode);
42
- expect(groupPrivilege.Status).toEqual(mockGroupPrivilegeAttr.Status);
43
- expect(groupPrivilege.CreatedAt).toEqual(mockGroupPrivilegeAttr.CreatedAt);
44
- expect(groupPrivilege.UpdatedAt).toEqual(mockGroupPrivilegeAttr.UpdatedAt);
45
- expect(groupPrivilege.CreatedById).toEqual(mockGroupPrivilegeAttr.CreatedById);
46
- expect(groupPrivilege.UpdatedById).toEqual(mockGroupPrivilegeAttr.UpdatedById);
47
- }));
48
- it('should throw ClassError when GroupPrivilegeAttr is not found', () => __awaiter(void 0, void 0, void 0, function* () {
49
- const findOneMock = jest
50
- .spyOn(group_privilege_repository_1.GroupPrivilegeRepository.prototype, 'findOne')
51
- .mockResolvedValueOnce(null);
52
- yield expect(group_privilege_1.GroupPrivilege.init(null, 1)).rejects.toThrow(general_1.ClassError);
53
- expect(findOneMock).toBeCalledWith({
54
- where: { GroupPrivilegeId: 1 },
55
- transaction: null,
56
- });
57
- }));
58
- it('should initialize with default values', () => __awaiter(void 0, void 0, void 0, function* () {
59
- const groupPrivilege = yield group_privilege_1.GroupPrivilege.init();
60
- expect(groupPrivilege).toBeInstanceOf(group_privilege_1.GroupPrivilege);
61
- expect(groupPrivilege.GroupPrivilegeId).toBeUndefined();
62
- expect(groupPrivilege.GroupCode).toBeUndefined();
63
- expect(groupPrivilege.PrivilegeCode).toBeUndefined();
64
- expect(groupPrivilege.Status).toBeUndefined();
65
- expect(groupPrivilege.CreatedAt).toBeUndefined();
66
- expect(groupPrivilege.UpdatedAt).toBeUndefined();
67
- expect(groupPrivilege.CreatedById).toBeUndefined();
68
- expect(groupPrivilege.UpdatedById).toBeUndefined();
69
- }));
70
- });
71
- //# sourceMappingURL=group-privilege.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"group-privilege.test.js","sourceRoot":"","sources":["../../../../../__tests__/unit/components/group-privilege/group-privilege.test.ts"],"names":[],"mappings":"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"}
@@ -1,6 +0,0 @@
1
- describe('LoginUser', () => {
2
- it('should be true', () => {
3
- expect(true).toBe(true);
4
- });
5
- });
6
- //# sourceMappingURL=login-user.spec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"login-user.spec.js","sourceRoot":"","sources":["../../../../../__tests__/unit/components/login-user/login-user.spec.ts"],"names":[],"mappings":"AAuuBA,QAAQ,CAAC,WAAW,EAAE,GAAG,EAAE;IACvB,EAAE,CAAC,gBAAgB,EAAE,GAAG,EAAE;QACxB,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC1B,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -1,23 +0,0 @@
1
- sonar.projectKey=all-tomei-projects_sso
2
- sonar.organization=all-tomei-projects
3
- sonar.exclusions=**/*.js,test-data,dist,coverage, node_modules, __tests__, **/*.spec.ts, __mocks__
4
- sonar.scm.provider=git
5
-
6
- sonar.sources=src
7
- sonar.test=__tests__
8
- sonar.test.inclusions=src/**/*.spec.ts
9
-
10
- sonar.javascript.lcov.reportPaths=./coverage/lcov.info
11
- sonar.testExecutionReportPaths=coverage/test-report.xml
12
- sonar.sourceEnconding=UTF-8
13
-
14
- # This is the name and version displayed in the SonarCloud UI.
15
- #sonar.projectName=sso
16
- #sonar.projectVersion=1.0
17
-
18
-
19
- # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
20
- #sonar.sources=.
21
-
22
- # Encoding of the source code. Default is default system encoding
23
- #sonar.sourceEncoding=UTF-8