-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(common): add common to portail admin
- Loading branch information
Showing
49 changed files
with
507 additions
and
885 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,13 +111,12 @@ jobs: | |
- name: Set up Yarn cache | ||
uses: c-hive/gha-yarn-cache@v2 | ||
|
||
- name: Install dependencies | ||
run: | | ||
yarn --immutable | ||
- name: Install dependencies | ||
run: yarn workspaces focus @domifa/portail-usagers | ||
|
||
- name: Build common dependencies | ||
run: yarn workspace @domifa/common build | ||
|
||
- name: Run "Mon DomiFa" tests | ||
run: yarn workspace @domifa/portail-usagers test --coverage --detectOpenHandles --forceExit | ||
|
||
|
@@ -141,15 +140,20 @@ jobs: | |
with: | ||
node-version: "16.19" | ||
|
||
- name: Change TimeZone | ||
uses: szenius/[email protected] | ||
with: | ||
timezoneLinux: "Europe/Paris" | ||
|
||
- name: Set up Yarn cache | ||
uses: c-hive/gha-yarn-cache@v2 | ||
|
||
- name: Build common dependencies | ||
run: yarn workspace @domifa/common build | ||
|
||
- name: Install dependencies | ||
run: yarn workspaces focus @domifa/portail-admins | ||
|
||
- name: Build common dependencies | ||
run: yarn workspace @domifa/common build | ||
|
||
- name: Run "Portail Admin" tests | ||
run: yarn workspace @domifa/portail-admins test --coverage --detectOpenHandles --forceExit | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 6 additions & 4 deletions
10
packages/backend/src/_common/model/_portail-usager/PortailUsagerPublic.type.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
packages/backend/src/_common/model/usager/UsagerAyantDroit.type.ts
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
packages/backend/src/_common/model/usager/UsagerDecision.type.ts
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/backend/src/_common/model/usager/UsagerTypeDom.type.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 0 additions & 56 deletions
56
packages/backend/src/_migrations/1698876391788-optimize-migration.ts
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
packages/backend/src/_migrations/1699283083901-auto-migration.ts
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
packages/backend/src/_migrations/1699283951968-auto-migration.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 6 additions & 3 deletions
9
...l/export-structure-usagers/worksheet-renderer/exportListeParticipantsWorksheetRenderer.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 3 additions & 7 deletions
10
packages/backend/src/usagers/controllers/import/step3-create/usagersImportBuilder.service.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.