Commit 0bedf89
[feat]: [PL-25585]: Use Events Framework for NG Ldap Group sync (#36582)
* [feat]: [PL-25585]: Update hashcode
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Update with develop
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Fixed getLdap settings from CG for existing settings.
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Updated endpoints for getting ldap settings from CG
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Fixed Test cases
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* fix: [CDS-41642]: Fix NullPointerException in `aggregateStatus` method of GraphRenderer class (#36386)
* [CDS-41642]: Fix null pointer exception in aggregateStatus method
* [CDS-41642]: Fix codeformat
* Address suggestion
* [CDS-41642]: Log when stateExecutionInstance status with null value is being aggregated
* fix: [CI-4477]: remove prints for gitlab refresh token (#36528)
* [fix]: [CDS-39326]: fixing helmchart filter (#36305)
* fixing helmchart
* fix lint
* feat: [PL-27456]: Rename the target to be module and make run analysis per module (#36488)
* Rename the target to be module and make run analysis per module
* Cleaned up code after code review comments.
* feat: [CI-5283]: setting pod timeout for hosted/free users. (#36463)
* Setting pod timeout to be 1 hour for hosted free users
* Unit test
* fix
* set active time for direct
* move ttl extraction to the helper
* remove unused import
* removed unused field
* Code owner for build-cleaner. (#36536)
* fix: [PL-27456]: Include empty deps list in BUILD files (#36455)
* fix: [CCM-8659]: Update Anomaly Details Links (#36486)
* fix: [CCM-8659]: update anomaly details links
* fix: [CCM-8659]: codeformat
* fix: [CCM-8659]: unused variables removed
* fix: [CCM-8336]: Recommendation doc update (#36411)
* fix: [CCM-8336]: recommendation doc update
* fix: [CCM-8336]: Recommendation doc update codeformat
* feat: [CI-4692]: Git clone step implementation (#34679)
* feat: [CI-4692]: Git Clone Step - Initial implementation
* feat: [CI-4692]: Git Clone Step - Resolve code review comments
* feat: [CI-4692]: Git Clone Step - PR check resolution
* feat: [CI-4692]: Git Clone Step - When no cloneDirectory provided, default to /harness/repoName. Do not allow /harness to be used as a git clone step clone directory.
* feat: [CI-4692]: Git Clone Step - Maintain drone env variables for all containers except git clone step containers
* feat: [CI-4692]: Git Clone Step - add exception for null build environment variables
* feat: [CI-4692]: Git Clone Step - clear codebase env variables in GitClone method of plugin setting utils for VM.
* feat: [CI-4692]: Git Clone Step - code review comment improvements
* feat: [CI-4692]: Git Clone Step - PR check PMD issue fixed
* Revert "[CDS-41724]: Adding traits for CD license usage in CG" (#36539)
This reverts commit ce53f13.
* [feat]: [PL-25585]: sync groups trigger through event
* [feat]: [PL-27534]: Ldap test authentication API in NG
(cherry picked from commit 8c7daa3)
* [feat]: [PL-27534]: Ldap test authentication API in NG
(cherry picked from commit 1977354)
* [feat]: [PL-25585]: Added delete check and ng group link publish event.
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Added delete check and ng group link publish event.
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Added delete check and ng group link publish event.
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Remove sync on NG Group link
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Fix tests
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Fix style checks
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Fix review comments
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Removed ngLdapGroupSyncEventPublisher rom NG as its not required
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Removed unnecessary comments
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: Removed unnecessary comments
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
* [feat]: [PL-25585]: add anotation for feature restriction check
Signed-off-by: Shashank Singh <shashank.singh@harness.io>
Co-authored-by: Vinícius Calasans <vinicius.calasans@harness.io>
Co-authored-by: Hen Amar <hen.amar@harness.io>
Co-authored-by: Lucas Sales <lucas.sales@harness.io>
Co-authored-by: Gaurav Nanda <gaurav.nanda@harness.io>
Co-authored-by: Hemanth Mantri <hemanth.mantri@harness.io>
Co-authored-by: Trunapushpa <trunapushpa.surkar@harness.io>
Co-authored-by: James Ricks <james.ricks@hitachivantara.com>
Co-authored-by: Shubham Maheshwari <shubham.maheshwari@harness.io>
Co-authored-by: Prateek Barapatre <prateek.barapatre@harness.io>1 parent f3ad811 commit 0bedf89
30 files changed
Lines changed: 468 additions & 70 deletions
File tree
- 120-ng-manager
- modules/ldap/src
- main/java/io/harness/ldap
- resource
- scheduler
- service
- impl
- test/java/io/harness/ldap
- resource
- service/impl
- src/main/java/io/harness/ng
- core
- event
- remote
- eventsframework
- 122-ng-authentication-settings/src
- main/java/io/harness/ng/authenticationsettings
- impl
- resources
- test/java/io/harness/ng/authenticationsettings
- 123-ng-core-user
- src/main/java/io/harness/ng
- authenticationsettings/remote
- core/api/impl
- 400-rest/src
- main/java/software/wings
- app
- beans/sso
- resources
- scheduler
- service
- impl
- intfc
- test/java/software/wings/service/impl
- 950-ng-authentication-service
- src/main/java/software/wings/security/authentication
- 953-events-api/src/main
- java/io/harness/eventsframework
- proto
- io/harness/eventsframework/schemas/ldapgroupsync
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
41 | | - | |
| 39 | + | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
56 | | - | |
57 | | - | |
| 55 | + | |
| 56 | + | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
Lines changed: 111 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | | - | |
| 25 | + | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
Lines changed: 36 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
76 | | - | |
77 | | - | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | | - | |
104 | | - | |
105 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| 143 | + | |
141 | 144 | | |
142 | 145 | | |
143 | 146 | | |
| |||
167 | 170 | | |
168 | 171 | | |
169 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
170 | 197 | | |
171 | 198 | | |
172 | | - | |
| 199 | + | |
173 | 200 | | |
174 | 201 | | |
175 | 202 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments