Skip to content

Commit 5d233cb

Browse files
committed
deploy: bd46f88
1 parent 9e53d5f commit 5d233cb

File tree

11 files changed

+71
-68
lines changed

11 files changed

+71
-68
lines changed

classes/IdentitiesDoublonService.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ <h3 id="methods">
509509

510510
<tr>
511511
<td class="col-md-4">
512-
<div class="io-line">Defined in <a href="" data-line="116"
513-
class="link-to-prism">src/management/identities/identities-doublon.service.ts:116</a></div>
512+
<div class="io-line">Defined in <a href="" data-line="119"
513+
class="link-to-prism">src/management/identities/identities-doublon.service.ts:119</a></div>
514514
</td>
515515
</tr>
516516

@@ -2542,9 +2542,10 @@ <h3 id="methods">
25422542
const agg1 &#x3D; [
25432543
{
25442544
$match: {
2545+
deletedFlag: { $eq: false},
25452546
state: { $ne: IdentityState.DONT_SYNC },
25462547
destFusionId: { $eq: null },
2547-
&#x27;inetOrgPerson.employeeType&#x27;: {$ne: &#x27;LOCAL&#x27;}
2548+
&#x27;inetOrgPerson.employeeType&#x27;: {$ne: &#x27;LOCAL&#x27;},
25482549
},
25492550
},
25502551
{
@@ -2587,9 +2588,11 @@ <h3 id="methods">
25872588
const agg2 &#x3D; [
25882589
{
25892590
$match: {
2591+
deletedFlag: { $eq: false},
25902592
state: { $ne: IdentityState.DONT_SYNC },
25912593
destFusionId: { $eq: null },
25922594
&#x27;inetOrgPerson.employeeType&#x27;: {$ne: &#x27;LOCAL&#x27;},
2595+
25932596
},
25942597
},
25952598
{

js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/BackendsModule.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@
117117
<title>cluster_BackendsModule</title>
118118
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 661,-268 661,-70 8,-70"/>
119119
</g>
120-
<g id="clust4" class="cluster">
121-
<title>cluster_BackendsModule_exports</title>
122-
<polygon fill="none" stroke="black" points="290,-208 290,-260 422,-260 422,-208 290,-208"/>
123-
</g>
124120
<g id="clust3" class="cluster">
125121
<title>cluster_BackendsModule_imports</title>
126122
<polygon fill="none" stroke="black" points="196,-78 196,-130 653,-130 653,-78 196,-78"/>
127123
</g>
124+
<g id="clust4" class="cluster">
125+
<title>cluster_BackendsModule_exports</title>
126+
<polygon fill="none" stroke="black" points="290,-208 290,-260 422,-260 422,-208 290,-208"/>
127+
</g>
128128
<g id="clust6" class="cluster">
129129
<title>cluster_BackendsModule_providers</title>
130130
<polygon fill="none" stroke="black" points="16,-78 16,-130 188,-130 188,-78 16,-78"/>

modules/BackendsModule/dependencies.svg

Lines changed: 4 additions & 4 deletions
Loading

modules/JobsModule.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@
117117
<title>cluster_JobsModule</title>
118118
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="175,-70 175,-268 321,-268 321,-70 175,-70"/>
119119
</g>
120-
<g id="clust6" class="cluster">
121-
<title>cluster_JobsModule_providers</title>
122-
<polygon fill="none" stroke="black" points="183,-78 183,-130 313,-130 313,-78 183,-78"/>
123-
</g>
124120
<g id="clust4" class="cluster">
125121
<title>cluster_JobsModule_exports</title>
126122
<polygon fill="none" stroke="black" points="197,-208 197,-260 299,-260 299,-208 197,-208"/>
127123
</g>
124+
<g id="clust6" class="cluster">
125+
<title>cluster_JobsModule_providers</title>
126+
<polygon fill="none" stroke="black" points="183,-78 183,-130 313,-130 313,-78 183,-78"/>
127+
</g>
128128
<!-- JobsService -->
129129
<g id="node1" class="node">
130130
<title>JobsService </title>

modules/JobsModule/dependencies.svg

Lines changed: 4 additions & 4 deletions
Loading

modules/KeyringsModule.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@
117117
<title>cluster_KeyringsModule</title>
118118
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="157,-70 157,-268 339,-268 339,-70 157,-70"/>
119119
</g>
120-
<g id="clust6" class="cluster">
121-
<title>cluster_KeyringsModule_providers</title>
122-
<polygon fill="none" stroke="black" points="165,-78 165,-130 331,-130 331,-78 165,-78"/>
123-
</g>
124120
<g id="clust4" class="cluster">
125121
<title>cluster_KeyringsModule_exports</title>
126122
<polygon fill="none" stroke="black" points="184,-208 184,-260 312,-260 312,-208 184,-208"/>
127123
</g>
124+
<g id="clust6" class="cluster">
125+
<title>cluster_KeyringsModule_providers</title>
126+
<polygon fill="none" stroke="black" points="165,-78 165,-130 331,-130 331,-78 165,-78"/>
127+
</g>
128128
<!-- KeyringsService -->
129129
<g id="node1" class="node">
130130
<title>KeyringsService </title>

modules/KeyringsModule/dependencies.svg

Lines changed: 4 additions & 4 deletions
Loading

modules/ManagementModule.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -117,55 +117,55 @@
117117
<title>cluster_ManagementModule</title>
118118
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="14,-70 14,-195 482,-195 482,-70 14,-70"/>
119119
</g>
120-
<g id="clust6" class="cluster">
121-
<title>cluster_ManagementModule_providers</title>
122-
<polygon fill="none" stroke="black" points="278,-78 278,-130 474,-130 474,-78 278,-78"/>
123-
</g>
124120
<g id="clust3" class="cluster">
125121
<title>cluster_ManagementModule_imports</title>
126-
<polygon fill="none" stroke="black" points="22,-78 22,-130 270,-130 270,-78 22,-78"/>
122+
<polygon fill="none" stroke="black" points="226,-78 226,-130 474,-130 474,-78 226,-78"/>
123+
</g>
124+
<g id="clust6" class="cluster">
125+
<title>cluster_ManagementModule_providers</title>
126+
<polygon fill="none" stroke="black" points="22,-78 22,-130 218,-130 218,-78 22,-78"/>
127127
</g>
128128
<!-- IdentitiesModule -->
129129
<g id="node1" class="node">
130130
<title>IdentitiesModule</title>
131-
<polygon fill="#8dd3c7" stroke="black" points="261.65,-122 258.65,-126 237.65,-126 234.65,-122 150.35,-122 150.35,-86 261.65,-86 261.65,-122"/>
132-
<text text-anchor="middle" x="206" y="-99.8" font-family="Times,serif" font-size="14.00">IdentitiesModule</text>
131+
<polygon fill="#8dd3c7" stroke="black" points="465.65,-122 462.65,-126 441.65,-126 438.65,-122 354.35,-122 354.35,-86 465.65,-86 465.65,-122"/>
132+
<text text-anchor="middle" x="410" y="-99.8" font-family="Times,serif" font-size="14.00">IdentitiesModule</text>
133133
</g>
134134
<!-- ManagementModule -->
135135
<g id="node3" class="node">
136136
<title>ManagementModule</title>
137-
<polygon fill="#8dd3c7" stroke="black" points="272.13,-187 269.13,-191 248.13,-191 245.13,-187 139.87,-187 139.87,-151 272.13,-151 272.13,-187"/>
138-
<text text-anchor="middle" x="206" y="-164.8" font-family="Times,serif" font-size="14.00">ManagementModule</text>
137+
<polygon fill="#8dd3c7" stroke="black" points="351.13,-187 348.13,-191 327.13,-191 324.13,-187 218.87,-187 218.87,-151 351.13,-151 351.13,-187"/>
138+
<text text-anchor="middle" x="285" y="-164.8" font-family="Times,serif" font-size="14.00">ManagementModule</text>
139139
</g>
140140
<!-- IdentitiesModule&#45;&gt;ManagementModule -->
141141
<g id="edge1" class="edge">
142142
<title>IdentitiesModule&#45;&gt;ManagementModule</title>
143-
<path fill="none" stroke="black" d="M206,-122.11C206,-122.11 206,-140.99 206,-140.99"/>
144-
<polygon fill="black" stroke="black" points="202.5,-140.99 206,-150.99 209.5,-140.99 202.5,-140.99"/>
143+
<path fill="none" stroke="black" d="M354.22,-104C347.83,-104 343.54,-104 343.54,-104 343.54,-104 343.54,-140.89 343.54,-140.89"/>
144+
<polygon fill="black" stroke="black" points="340.04,-140.89 343.54,-150.89 347.04,-140.89 340.04,-140.89"/>
145145
</g>
146146
<!-- PasswdModule -->
147147
<g id="node2" class="node">
148148
<title>PasswdModule</title>
149-
<polygon fill="#8dd3c7" stroke="black" points="131.54,-122 128.54,-126 107.54,-126 104.54,-122 30.46,-122 30.46,-86 131.54,-86 131.54,-122"/>
150-
<text text-anchor="middle" x="81" y="-99.8" font-family="Times,serif" font-size="14.00">PasswdModule</text>
149+
<polygon fill="#8dd3c7" stroke="black" points="335.54,-122 332.54,-126 311.54,-126 308.54,-122 234.46,-122 234.46,-86 335.54,-86 335.54,-122"/>
150+
<text text-anchor="middle" x="285" y="-99.8" font-family="Times,serif" font-size="14.00">PasswdModule</text>
151151
</g>
152152
<!-- PasswdModule&#45;&gt;ManagementModule -->
153153
<g id="edge2" class="edge">
154154
<title>PasswdModule&#45;&gt;ManagementModule</title>
155-
<path fill="none" stroke="black" d="M131.68,-104C139.44,-104 144.93,-104 144.93,-104 144.93,-104 144.93,-140.89 144.93,-140.89"/>
156-
<polygon fill="black" stroke="black" points="141.43,-140.89 144.93,-150.89 148.43,-140.89 141.43,-140.89"/>
155+
<path fill="none" stroke="black" d="M285,-122.11C285,-122.11 285,-140.99 285,-140.99"/>
156+
<polygon fill="black" stroke="black" points="281.5,-140.99 285,-150.99 288.5,-140.99 281.5,-140.99"/>
157157
</g>
158158
<!-- ManagementService -->
159159
<g id="node4" class="node">
160160
<title>ManagementService</title>
161-
<ellipse fill="#fdb462" stroke="black" cx="376" cy="-104" rx="90.31" ry="18"/>
162-
<text text-anchor="middle" x="376" y="-99.8" font-family="Times,serif" font-size="14.00">ManagementService</text>
161+
<ellipse fill="#fdb462" stroke="black" cx="120" cy="-104" rx="90.31" ry="18"/>
162+
<text text-anchor="middle" x="120" y="-99.8" font-family="Times,serif" font-size="14.00">ManagementService</text>
163163
</g>
164164
<!-- ManagementService&#45;&gt;ManagementModule -->
165165
<g id="edge3" class="edge">
166166
<title>ManagementService&#45;&gt;ManagementModule</title>
167-
<path fill="none" stroke="black" d="M285.55,-104C274.53,-104 267.07,-104 267.07,-104 267.07,-104 267.07,-140.89 267.07,-140.89"/>
168-
<polygon fill="black" stroke="black" points="263.57,-140.89 267.07,-150.89 270.57,-140.89 263.57,-140.89"/>
167+
<path fill="none" stroke="black" d="M210.75,-104C220.21,-104 226.46,-104 226.46,-104 226.46,-104 226.46,-140.89 226.46,-140.89"/>
168+
<polygon fill="black" stroke="black" points="222.96,-140.89 226.46,-150.89 229.96,-140.89 222.96,-140.89"/>
169169
</g>
170170
</g>
171171
</svg>

modules/ManagementModule/dependencies.svg

Lines changed: 19 additions & 19 deletions
Loading

0 commit comments

Comments
 (0)