Skip to content

Commit

Permalink
Deploying to gh-pages from @ cbf3940 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
WahlMartin committed Nov 7, 2023
1 parent cbba987 commit 6eb94f5
Show file tree
Hide file tree
Showing 80 changed files with 2,126 additions and 2,124 deletions.
10 changes: 6 additions & 4 deletions injectables/AccountRepo.html
Original file line number Diff line number Diff line change
Expand Up @@ -930,8 +930,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="77"
class="link-to-prism">apps/server/src/modules/account/repo/account.repo.ts:77</a></div>
<div class="io-line">Defined in <a href="" data-line="79"
class="link-to-prism">apps/server/src/modules/account/repo/account.repo.ts:79</a></div>
</td>
</tr>

Expand Down Expand Up @@ -1551,7 +1551,7 @@ <h3 id="accessors">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { AnyEntity, EntityName, Primary } from &#x27;@mikro-orm/core&#x27;;
import { ObjectId } from &#x27;@mikro-orm/mongodb&#x27;;
import { Injectable } from &#x27;@nestjs/common&#x27;;
import { EntityId } from &#x27;@shared/domain&#x27;;
import { EntityId, SortOrder } from &#x27;@shared/domain&#x27;;
import { Account } from &#x27;@shared/domain/entity/account.entity&#x27;;
import { BaseRepo } from &#x27;@shared/repo/base.repo&#x27;;

Expand Down Expand Up @@ -1621,7 +1621,9 @@ <h3 id="accessors">
* @deprecated For migration purpose only
*/
async findMany(offset &#x3D; 0, limit &#x3D; 100): Promise&lt;Account[]&gt; {
return this._em.find(this.entityName, {}, { offset, limit });
const result &#x3D; await this._em.find(this.entityName, {}, { offset, limit, orderBy: { id: SortOrder.asc } });
this._em.clear();
return result;
}

private async searchByUsername(
Expand Down
4 changes: 2 additions & 2 deletions js/search/search_index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions modules/AuthorizationModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
<title>cluster_AuthorizationModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 3543,-268 3543,-70 8,-70"/>
</g>
<g id="clust6" class="cluster">
<title>cluster_AuthorizationModule_providers</title>
<polygon fill="none" stroke="black" points="264,-78 264,-130 3535,-130 3535,-78 264,-78"/>
</g>
<g id="clust4" class="cluster">
<title>cluster_AuthorizationModule_exports</title>
<polygon fill="none" stroke="black" points="1382,-208 1382,-260 1742,-260 1742,-208 1382,-208"/>
</g>
<g id="clust6" class="cluster">
<title>cluster_AuthorizationModule_providers</title>
<polygon fill="none" stroke="black" points="264,-78 264,-130 3535,-130 3535,-78 264,-78"/>
</g>
<g id="clust3" class="cluster">
<title>cluster_AuthorizationModule_imports</title>
<polygon fill="none" stroke="black" points="16,-78 16,-130 256,-130 256,-78 16,-78"/>
Expand Down
8 changes: 4 additions & 4 deletions modules/AuthorizationModule/dependencies.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 35 additions & 35 deletions modules/BoardApiModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,103 +66,103 @@
<title>cluster_BoardApiModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-195 908,-195 908,-70 8,-70"/>
</g>
<g id="clust3" class="cluster">
<title>cluster_BoardApiModule_imports</title>
<polygon fill="none" stroke="black" points="672,-78 672,-130 900,-130 900,-78 672,-78"/>
</g>
<g id="clust6" class="cluster">
<title>cluster_BoardApiModule_providers</title>
<polygon fill="none" stroke="black" points="16,-78 16,-130 664,-130 664,-78 16,-78"/>
<polygon fill="none" stroke="black" points="252,-78 252,-130 900,-130 900,-78 252,-78"/>
</g>
<g id="clust3" class="cluster">
<title>cluster_BoardApiModule_imports</title>
<polygon fill="none" stroke="black" points="16,-78 16,-130 244,-130 244,-78 16,-78"/>
</g>
<!-- BoardModule -->
<g id="node1" class="node">
<title>BoardModule</title>
<polygon fill="#8dd3c7" stroke="black" points="891.76,-122 888.76,-126 867.76,-126 864.76,-122 798.24,-122 798.24,-86 891.76,-86 891.76,-122"/>
<text text-anchor="middle" x="845" y="-99.8" font-family="Times,serif" font-size="14.00">BoardModule</text>
<polygon fill="#8dd3c7" stroke="black" points="235.76,-122 232.76,-126 211.76,-126 208.76,-122 142.24,-122 142.24,-86 235.76,-86 235.76,-122"/>
<text text-anchor="middle" x="189" y="-99.8" font-family="Times,serif" font-size="14.00">BoardModule</text>
</g>
<!-- BoardApiModule -->
<g id="node3" class="node">
<title>BoardApiModule</title>
<polygon fill="#8dd3c7" stroke="black" points="562.26,-187 559.26,-191 538.26,-191 535.26,-187 447.74,-187 447.74,-151 562.26,-151 562.26,-187"/>
<text text-anchor="middle" x="505" y="-164.8" font-family="Times,serif" font-size="14.00">BoardApiModule</text>
<polygon fill="#8dd3c7" stroke="black" points="560.26,-187 557.26,-191 536.26,-191 533.26,-187 445.74,-187 445.74,-151 560.26,-151 560.26,-187"/>
<text text-anchor="middle" x="503" y="-164.8" font-family="Times,serif" font-size="14.00">BoardApiModule</text>
</g>
<!-- BoardModule&#45;&gt;BoardApiModule -->
<g id="edge1" class="edge">
<title>BoardModule&#45;&gt;BoardApiModule</title>
<path fill="none" stroke="black" d="M845,-122.28C845,-143.32 845,-175 845,-175 845,-175 572.29,-175 572.29,-175"/>
<polygon fill="black" stroke="black" points="572.29,-171.5 562.29,-175 572.29,-178.5 572.29,-171.5"/>
<path fill="none" stroke="black" d="M189,-122.11C189,-141.34 189,-169 189,-169 189,-169 435.41,-169 435.41,-169"/>
<polygon fill="black" stroke="black" points="435.41,-172.5 445.41,-169 435.41,-165.5 435.41,-172.5"/>
</g>
<!-- LoggerModule -->
<g id="node2" class="node">
<title>LoggerModule</title>
<polygon fill="#8dd3c7" stroke="black" points="779.98,-122 776.98,-126 755.98,-126 752.98,-122 680.02,-122 680.02,-86 779.98,-86 779.98,-122"/>
<text text-anchor="middle" x="730" y="-99.8" font-family="Times,serif" font-size="14.00">LoggerModule</text>
<polygon fill="#8dd3c7" stroke="black" points="123.98,-122 120.98,-126 99.98,-126 96.98,-122 24.02,-122 24.02,-86 123.98,-86 123.98,-122"/>
<text text-anchor="middle" x="74" y="-99.8" font-family="Times,serif" font-size="14.00">LoggerModule</text>
</g>
<!-- LoggerModule&#45;&gt;BoardApiModule -->
<g id="edge2" class="edge">
<title>LoggerModule&#45;&gt;BoardApiModule</title>
<path fill="none" stroke="black" d="M730,-122.02C730,-139.37 730,-163 730,-163 730,-163 572.36,-163 572.36,-163"/>
<polygon fill="black" stroke="black" points="572.36,-159.5 562.36,-163 572.36,-166.5 572.36,-159.5"/>
<path fill="none" stroke="black" d="M74,-122.29C74,-144.21 74,-178 74,-178 74,-178 435.59,-178 435.59,-178"/>
<polygon fill="black" stroke="black" points="435.59,-181.5 445.59,-178 435.59,-174.5 435.59,-181.5"/>
</g>
<!-- BoardUc -->
<g id="node4" class="node">
<title>BoardUc</title>
<ellipse fill="#fdb462" stroke="black" cx="610" cy="-104" rx="45.79" ry="18"/>
<text text-anchor="middle" x="610" y="-99.8" font-family="Times,serif" font-size="14.00">BoardUc</text>
<ellipse fill="#fdb462" stroke="black" cx="846" cy="-104" rx="45.79" ry="18"/>
<text text-anchor="middle" x="846" y="-99.8" font-family="Times,serif" font-size="14.00">BoardUc</text>
</g>
<!-- BoardUc&#45;&gt;BoardApiModule -->
<g id="edge3" class="edge">
<title>BoardUc&#45;&gt;BoardApiModule</title>
<path fill="none" stroke="black" d="M563.94,-104C558.16,-104 554.22,-104 554.22,-104 554.22,-104 554.22,-140.89 554.22,-140.89"/>
<polygon fill="black" stroke="black" points="550.72,-140.89 554.22,-150.89 557.72,-140.89 550.72,-140.89"/>
<path fill="none" stroke="black" d="M846,-122.29C846,-144.21 846,-178 846,-178 846,-178 570.41,-178 570.41,-178"/>
<polygon fill="black" stroke="black" points="570.41,-174.5 560.41,-178 570.41,-181.5 570.41,-174.5"/>
</g>
<!-- CardUc -->
<g id="node5" class="node">
<title>CardUc</title>
<ellipse fill="#fdb462" stroke="black" cx="505" cy="-104" rx="41.13" ry="18"/>
<text text-anchor="middle" x="505" y="-99.8" font-family="Times,serif" font-size="14.00">CardUc</text>
<ellipse fill="#fdb462" stroke="black" cx="741" cy="-104" rx="41.13" ry="18"/>
<text text-anchor="middle" x="741" y="-99.8" font-family="Times,serif" font-size="14.00">CardUc</text>
</g>
<!-- CardUc&#45;&gt;BoardApiModule -->
<g id="edge4" class="edge">
<title>CardUc&#45;&gt;BoardApiModule</title>
<path fill="none" stroke="black" d="M505,-122.11C505,-122.11 505,-140.99 505,-140.99"/>
<polygon fill="black" stroke="black" points="501.5,-140.99 505,-150.99 508.5,-140.99 501.5,-140.99"/>
<path fill="none" stroke="black" d="M741,-122.11C741,-141.34 741,-169 741,-169 741,-169 570.31,-169 570.31,-169"/>
<polygon fill="black" stroke="black" points="570.31,-165.5 560.31,-169 570.31,-172.5 570.31,-165.5"/>
</g>
<!-- ColumnUc -->
<g id="node6" class="node">
<title>ColumnUc</title>
<ellipse fill="#fdb462" stroke="black" cx="393" cy="-104" rx="53.33" ry="18"/>
<text text-anchor="middle" x="393" y="-99.8" font-family="Times,serif" font-size="14.00">ColumnUc</text>
<ellipse fill="#fdb462" stroke="black" cx="629" cy="-104" rx="53.33" ry="18"/>
<text text-anchor="middle" x="629" y="-99.8" font-family="Times,serif" font-size="14.00">ColumnUc</text>
</g>
<!-- ColumnUc&#45;&gt;BoardApiModule -->
<g id="edge5" class="edge">
<title>ColumnUc&#45;&gt;BoardApiModule</title>
<path fill="none" stroke="black" d="M446.51,-104C452.1,-104 455.78,-104 455.78,-104 455.78,-104 455.78,-140.89 455.78,-140.89"/>
<polygon fill="black" stroke="black" points="452.28,-140.89 455.78,-150.89 459.28,-140.89 452.28,-140.89"/>
<path fill="none" stroke="black" d="M629,-122.03C629,-138.4 629,-160 629,-160 629,-160 570.47,-160 570.47,-160"/>
<polygon fill="black" stroke="black" points="570.47,-156.5 560.47,-160 570.47,-163.5 570.47,-156.5"/>
</g>
<!-- ElementUc -->
<g id="node7" class="node">
<title>ElementUc</title>
<ellipse fill="#fdb462" stroke="black" cx="267" cy="-104" rx="54.45" ry="18"/>
<text text-anchor="middle" x="267" y="-99.8" font-family="Times,serif" font-size="14.00">ElementUc</text>
<ellipse fill="#fdb462" stroke="black" cx="503" cy="-104" rx="54.45" ry="18"/>
<text text-anchor="middle" x="503" y="-99.8" font-family="Times,serif" font-size="14.00">ElementUc</text>
</g>
<!-- ElementUc&#45;&gt;BoardApiModule -->
<g id="edge6" class="edge">
<title>ElementUc&#45;&gt;BoardApiModule</title>
<path fill="none" stroke="black" d="M267,-122.02C267,-139.37 267,-163 267,-163 267,-163 437.69,-163 437.69,-163"/>
<polygon fill="black" stroke="black" points="437.69,-166.5 447.69,-163 437.69,-159.5 437.69,-166.5"/>
<path fill="none" stroke="black" d="M503,-122.11C503,-122.11 503,-140.99 503,-140.99"/>
<polygon fill="black" stroke="black" points="499.5,-140.99 503,-150.99 506.5,-140.99 499.5,-140.99"/>
</g>
<!-- SubmissionItemUc -->
<g id="node8" class="node">
<title>SubmissionItemUc</title>
<ellipse fill="#fdb462" stroke="black" cx="109" cy="-104" rx="85.13" ry="18"/>
<text text-anchor="middle" x="109" y="-99.8" font-family="Times,serif" font-size="14.00">SubmissionItemUc</text>
<ellipse fill="#fdb462" stroke="black" cx="345" cy="-104" rx="85.13" ry="18"/>
<text text-anchor="middle" x="345" y="-99.8" font-family="Times,serif" font-size="14.00">SubmissionItemUc</text>
</g>
<!-- SubmissionItemUc&#45;&gt;BoardApiModule -->
<g id="edge7" class="edge">
<title>SubmissionItemUc&#45;&gt;BoardApiModule</title>
<path fill="none" stroke="black" d="M109,-122.28C109,-143.32 109,-175 109,-175 109,-175 437.42,-175 437.42,-175"/>
<polygon fill="black" stroke="black" points="437.42,-178.5 447.42,-175 437.42,-171.5 437.42,-178.5"/>
<path fill="none" stroke="black" d="M345,-122.03C345,-138.4 345,-160 345,-160 345,-160 435.51,-160 435.51,-160"/>
<polygon fill="black" stroke="black" points="435.51,-163.5 445.51,-160 435.51,-156.5 435.51,-163.5"/>
</g>
</g>
</svg>
Expand Down
Loading

0 comments on commit 6eb94f5

Please sign in to comment.