Commit 3851f82
authored
feat: active inactive user phase 3 (#4649)
* listing user and group changes
* default value chnage
* group listing optimisation
* wire_gen
* order by in group
* default values
* discard
* updated on
* case insensitive
* script number change
* specs
* review chnages
* sql update
* id for user
* script number chnage
* review comments-1
* review comments
* review comments
* rest handler remove methods
* validation for delete
* delete user handling
* review comments
* review comments
* bulk delete user and permission group
* legacy code fix from loop in query to bulk query
* export csv filters support
* Revert "export csv filters support"
This reverts commit 4448c9e.
* export csv filters
* bulk delete support with filters
* validation
* method break
* refactor the method
* condition
* open api specs
* specs
* refactoring filters in bulk delete rolegroup
* comments
* comments
* script
* group listing
* review comments
* review comments
* review comments
* review comments
* user delete self-review
* error handling
* renaming helpers
* commets
* checks and renaming
* last login order
* script number change
* rolegroup migration
* name change
* backward compatibility handling
* self review name change
* chart-group -manager-fix
* userrolegroups
* change chnage operation
* specs update
* groups
* find by componet id
* job project id
* sql script chnage
* script number change1 parent 1620bf3 commit 3851f82
File tree
14 files changed
+187
-69
lines changed- api
- auth/user
- util
- bean
- internal/sql/repository
- appWorkflow
- helper
- pkg
- app
- auth/user
- repository
- helper
- scripts/sql
- specs
14 files changed
+187
-69
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
113 | 131 | | |
114 | 132 | | |
115 | 133 | | |
| |||
143 | 161 | | |
144 | 162 | | |
145 | 163 | | |
146 | | - | |
147 | | - | |
| 164 | + | |
| 165 | + | |
148 | 166 | | |
149 | 167 | | |
150 | 168 | | |
| |||
173 | 191 | | |
174 | 192 | | |
175 | 193 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | 194 | | |
185 | 195 | | |
186 | 196 | | |
| |||
222 | 232 | | |
223 | 233 | | |
224 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
225 | 243 | | |
226 | 244 | | |
227 | 245 | | |
| |||
327 | 345 | | |
328 | 346 | | |
329 | 347 | | |
330 | | - | |
331 | | - | |
| 348 | + | |
| 349 | + | |
332 | 350 | | |
333 | | - | |
| 351 | + | |
334 | 352 | | |
335 | 353 | | |
336 | 354 | | |
| |||
397 | 415 | | |
398 | 416 | | |
399 | 417 | | |
400 | | - | |
401 | | - | |
| 418 | + | |
| 419 | + | |
402 | 420 | | |
403 | | - | |
| 421 | + | |
404 | 422 | | |
405 | 423 | | |
406 | 424 | | |
| |||
784 | 802 | | |
785 | 803 | | |
786 | 804 | | |
787 | | - | |
788 | | - | |
| 805 | + | |
| 806 | + | |
789 | 807 | | |
790 | | - | |
| 808 | + | |
791 | 809 | | |
792 | 810 | | |
793 | 811 | | |
| |||
855 | 873 | | |
856 | 874 | | |
857 | 875 | | |
858 | | - | |
859 | | - | |
| 876 | + | |
| 877 | + | |
860 | 878 | | |
861 | | - | |
| 879 | + | |
862 | 880 | | |
863 | 881 | | |
864 | 882 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| 503 | + | |
503 | 504 | | |
504 | 505 | | |
505 | 506 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| 480 | + | |
480 | 481 | | |
481 | 482 | | |
482 | 483 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
941 | | - | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
942 | 946 | | |
943 | 947 | | |
944 | 948 | | |
| |||
0 commit comments