forked from tuwien-csd/damap-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migration DMP Tool MUG version 4 (#14)
* Storage: Fix internal storage title layout * Global: Change date picker to always use utc * github: release on v* tag push * 214 global add new damap logo (tuwien-csd#216) * adapt new logo * add favicon - dark blue * Add cancel button for export field * Datastep: Preselect default license for source code * Global: Remove two unneeded ui-elements * tests: add schema to test cases (tuwien-csd#212) * tests: add schema to test cases * tests: add spec reporter and set fixed test order * modules: remove TranslateModule from export * Fix SVG loading issue by setting base href in index file * ManualProject: Change language on date input * Personstep: Rename service search field label * Datastep: Hide date input field when dataset is closed * Add new identifier types * Shared: Make autocomplete panel responsive to resize of textarea-wrapper * Update Angular Version from v17 to v18 (tuwien-csd#229) * modify gitignore for nx * update angular version - v18 * replace async -> waitForAsync * keep default material ui version * update Dockerfile * access: add ng-content to person card to show child content (tuwien-csd#244) * refactor logo position and format files needed (tuwien-csd#246) * Display dataset size label (tuwien-csd#247) * git: update docker tag for release workflow * Global: Upgrade color theme system to mat3 * Global: Upgrade typography theme system to mat3 * resolve focus indicator issues for buttons and nav items * github: always add latest tag for docker image * release: v4.0.0 * e2e: fix tests * adjust changes, color palette to align with tool color choice --------- Co-authored-by: ValentinFutterer <[email protected]> Co-authored-by: David Eckhard <[email protected]> Co-authored-by: David <[email protected]>
- Loading branch information
1 parent
cc515c4
commit bc6075c
Showing
169 changed files
with
15,443 additions
and
12,342 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
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 |
---|---|---|
|
@@ -61,4 +61,4 @@ src/themes/* | |
.angular | ||
|
||
|
||
.nx/cache | ||
.nx/ |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# Create a first stage container to build the application, this container image will be dropped once | ||
# the runner is built | ||
FROM trion/ng-cli:17.1.2 AS deps | ||
FROM trion/ng-cli:18.0.3 AS deps | ||
|
||
# This Dockerfile uses labels from the label-schema namespace from http://label-schema.org/rc1/ | ||
LABEL maintainer="[email protected]" \ | ||
|
@@ -23,7 +23,7 @@ COPY . /app | |
ENV PATH="$PATH:/app/node_modules/@angular/cli/bin/" | ||
|
||
# install and build the application on the builder container | ||
RUN npm install --ignore-scripts -g "nx@18.0.4" | ||
RUN npm install --ignore-scripts -g "nx@19.3.0" | ||
RUN npm ci --ignore-scripts | ||
RUN npx nx build damap-frontend | ||
|
||
|
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
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
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
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
13 changes: 8 additions & 5 deletions
13
apps/damap-frontend/src/app/components/consent/consent.component.spec.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.