Skip to content

[NAE-2085] Refactor User #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 40 commits into
base: release/7.0.0-rev2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
a01b465
[NAE-2085] Refactor User
camperko May 22, 2025
34613a6
[NAE-2116] Frontend remote configuration
camperko Jun 3, 2025
f30a8ce
[NAE-2116] Frontend remote configuration
camperko Jun 3, 2025
bb787b3
[NAE-2116] Frontend remote configuration
machacjozef Jun 5, 2025
c5e6730
[NAE-2116] Frontend remote configuration
machacjozef Jun 5, 2025
26f91a4
[NAE-2116] Frontend remote configuration
machacjozef Jun 5, 2025
6c71034
[NAE-2116] Frontend remote configuration
machacjozef Jun 5, 2025
2a94749
[NAE-2116] Frontend remote configuration
machacjozef Jun 5, 2025
4bc2df5
[NAE-2116] Frontend remote configuration
machacjozef Jun 5, 2025
3a577d7
[NAE-2116] Frontend remote configuration
machacjozef Jun 5, 2025
6c153c5
[NAE-2116] Frontend remote configuration
machacjozef Jun 5, 2025
568eedd
[NAE-2116] Frontend remote configuration
machacjozef Jun 5, 2025
7f09255
[NAE-2116] Frontend remote configuration
machacjozef Jun 5, 2025
ebce8bb
Merge branch 'release/7.0.0-rev3' into NAE-2116
machacjozef Jun 6, 2025
c88d069
[NAE-2116] Frontend remote configuration
camperko Jun 9, 2025
cb6c313
Merge remote-tracking branch 'origin/NAE-2116' into NAE-2116
camperko Jun 9, 2025
e06d2e8
[NAE-2116] Frontend remote configuration
camperko Jun 13, 2025
269e2a1
[NAE-2116] Frontend remote configuration
camperko Jun 13, 2025
763b510
Refactor UriService to PathService across components
renczesstefan Jun 17, 2025
ac025bc
[NAE-2125] Remove URI service usage from admin and menu items
machacjozef Jun 23, 2025
241e3f9
[NAE-2125] Remove URI service usage from admin and menu items
machacjozef Jun 23, 2025
62c3763
[NAE-2125] Remove URI service usage from admin and menu items
machacjozef Jun 23, 2025
1f91e5e
[NAE-2125] Remove URI service usage from admin and menu items
machacjozef Jun 23, 2025
3a573ff
[NAE-2125] Remove URI service usage from admin and menu items
machacjozef Jun 23, 2025
7f0444e
[NAE-2125] Remove URI service usage from admin and menu items
machacjozef Jun 23, 2025
97991f4
[NAE-2116] Frontend remote configuration
camperko Jun 25, 2025
37fe1f2
Merge pull request #287 from netgrif/uri_removal
machacjozef Jun 25, 2025
4abd4b7
Merge branch 'release/7.0.0-rev3' into NAE-2116
machacjozef Jun 25, 2025
874c6ba
Merge pull request #284 from netgrif/NAE-2116
machacjozef Jul 1, 2025
a536d3a
7.0.0-rc.4
machacjozef Jul 1, 2025
80f687e
Merge remote-tracking branch 'origin/release/7.0.0-rev4' into NAE-2085
camperko Jul 8, 2025
00bb71e
[NAE-2085] Refactor User
camperko Jul 9, 2025
4240a93
Merge remote-tracking branch 'origin/release/7.0.0-rev4' into NAE-2085
machacjozef Jul 9, 2025
35d0fb0
Merge remote-tracking branch 'origin/NAE-2085' into NAE-2085
machacjozef Jul 9, 2025
fd05a1c
7.0.0-rc.4
machacjozef Jul 9, 2025
86dc2cc
7.0.0-rc.4
machacjozef Jul 9, 2025
594157f
merge 0.4.0
machacjozef Jul 9, 2025
7b05e6c
merge 0.4.0
machacjozef Jul 9, 2025
fe22730
merge 0.4.0
machacjozef Jul 9, 2025
03a560d
merge 0.4.0
machacjozef Jul 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
jobs:
matrix-test:
name: Matrix Test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
node-version: [ 18, 20 ]
node-version: [ 20, 22, 24 ]
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -17,7 +17,8 @@ jobs:
name: Full Test on Node.js version ${{ matrix.node-version }}
with:
node-version: ${{ matrix.node-version }}
- run: npm i --legacy-peer-deps
- name: Install dependencies
run: npm install --legacy-peer-deps
- name: Build & test components-core
run: |
npm run ncc:build
Expand Down
12 changes: 6 additions & 6 deletions docs/compodoc/components-core/classes/FileUploadModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@

<ul class="nav nav-tabs" role="tablist">
<li class="nav-item">
<a href="#info"
<a href="#info"
class="nav-link"
class="nav-link active"
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
</li>
<li class="nav-item">
<a href="#source"
<a href="#source"
class="nav-link"

role="tab" id="source-tab" data-bs-toggle="tab" data-link="source">Source</a>
</li>
</ul>
Expand Down Expand Up @@ -184,7 +184,7 @@ <h6><b>Properties</b></h6>


<section data-compodoc="block-properties">

<h3 id="inputs">
Properties
</h3>
Expand Down Expand Up @@ -449,7 +449,7 @@ <h3 id="inputs">
import {Subscription} from &#x27;rxjs&#x27;;
import {TranslateService} from &#x27;@ngx-translate/core&#x27;;
import {PetriNetEventOutcome} from &#x27;../../../event/model/event-outcomes/petrinet-outcomes/petri-net-event-outcome&#x27;;
import {UriService} from &quot;../../../navigation/service/uri.service&quot;;
import {PathService} from &quot;../../../navigation/service/uri.service&quot;;

export class FileUploadModel {
stringId: string;
Expand Down Expand Up @@ -482,7 +482,7 @@ <h3 id="inputs">

constructor(protected _sideMenuControl: SideMenuControl,
protected _petriNetResource: PetriNetResourceService,
protected _uriService: UriService,
protected _uriService: PathService,
protected _log: LoggerService,
protected _snackbar: SnackBarService,
protected _translate: TranslateService) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h3 id="constructor">Constructor</h3>
<tr>
<td class="col-md-4">
<span class="modifier">Protected</span>
<code>constructor(_uriService: <a href="../injectables/UriService.html" target="_self">UriService</a>, _caseResourceService: <a href="../injectables/CaseResourceService.html" target="_self">CaseResourceService</a>, _activatedRoute: ActivatedRoute, _router: Router, _dynamicRoutingService: <a href="../injectables/DynamicNavigationRouteProviderService.html" target="_self">DynamicNavigationRouteProviderService</a>, _translateService: TranslateService, _log: <a href="../injectables/LoggerService.html" target="_self">LoggerService</a>)</code>
<code>constructor(_uriService: <a href="../injectables/PathService.html" target="_self">PathService</a>, _caseResourceService: <a href="../injectables/CaseResourceService.html" target="_self">CaseResourceService</a>, _activatedRoute: ActivatedRoute, _router: Router, _dynamicRoutingService: <a href="../injectables/DynamicNavigationRouteProviderService.html" target="_self">DynamicNavigationRouteProviderService</a>, _translateService: TranslateService, _log: <a href="../injectables/LoggerService.html" target="_self">LoggerService</a>)</code>
</td>
</tr>
<tr>
Expand All @@ -290,87 +290,87 @@ <h3 id="constructor">Constructor</h3>
<tbody>
<tr>
<td>_uriService</td>

<td>
<code><a href="../injectables/UriService.html" target="_self" >UriService</a></code>
<code><a href="../injectables/PathService.html" target="_self" >PathService</a></code>
</td>

<td>
No
</td>

</tr>
<tr>
<td>_caseResourceService</td>

<td>
<code><a href="../injectables/CaseResourceService.html" target="_self" >CaseResourceService</a></code>
</td>

<td>
No
</td>

</tr>
<tr>
<td>_activatedRoute</td>

<td>
<code>ActivatedRoute</code>
</td>

<td>
No
</td>

</tr>
<tr>
<td>_router</td>

<td>
<code>Router</code>
</td>

<td>
No
</td>

</tr>
<tr>
<td>_dynamicRoutingService</td>

<td>
<code><a href="../injectables/DynamicNavigationRouteProviderService.html" target="_self" >DynamicNavigationRouteProviderService</a></code>
</td>

<td>
No
</td>

</tr>
<tr>
<td>_translateService</td>

<td>
<code>TranslateService</code>
</td>

<td>
No
</td>

</tr>
<tr>
<td>_log</td>

<td>
<code><a href="../injectables/LoggerService.html" target="_self" >LoggerService</a></code>
</td>

<td>
No
</td>

</tr>
</tbody>
</table>
Expand Down Expand Up @@ -518,7 +518,7 @@ <h3 id="inputs">Inputs</h3>


<section data-compodoc="block-methods">

<h3 id="methods">
Methods
</h3>
Expand Down Expand Up @@ -555,7 +555,7 @@ <h3 id="methods">

<div class="io-description">
<b>Parameters :</b>

<table class="params">
<thead>
<tr>
Expand Down Expand Up @@ -597,7 +597,7 @@ <h3 id="methods">

</div>
<div class="io-description">

</div>
</td>
</tr>
Expand Down Expand Up @@ -835,7 +835,7 @@ <h3 id="methods">
</table>
</section>
<section data-compodoc="block-properties">

<h3 id="inputs">
Properties
</h3>
Expand Down Expand Up @@ -898,7 +898,7 @@ <h3 id="inputs">

<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import {AfterViewInit, Component, Input, OnDestroy} from &#x27;@angular/core&#x27;;
import {UriService} from &#x27;../service/uri.service&#x27;;
import {PathService} from &#x27;../service/uri.service&#x27;;
import {CaseResourceService} from &quot;../../resources/engine-endpoint/case-resource.service&quot;;
import {CaseSearchRequestBody} from &quot;../../filter/models/case-search-request-body&quot;;
import {HttpParams} from &quot;@angular/common/http&quot;;
Expand Down Expand Up @@ -937,7 +937,7 @@ <h3 id="inputs">
private redirectUrls: Map&lt;string, Array&lt;string&gt;&gt;;
private nicePathSubscription: Subscription;

protected constructor(protected _uriService: UriService,
protected constructor(protected _uriService: PathService,
protected _caseResourceService: CaseResourceService,
protected _activatedRoute: ActivatedRoute,
protected _router: Router,
Expand Down Expand Up @@ -1091,7 +1091,7 @@ <h3 id="inputs">
</div>
</div>


</div>

<script src="../js/libs/vis.min.js"></script>
Expand Down
Loading
Loading