Skip to content
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

feat(Angular):updated to angular 17 #5983

Merged
merged 32 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5b839ff
feat(Dependencies): Update all non-major dependencies
renovate[bot] Nov 14, 2023
167b526
fix(Package): Adjust to bootstrap 5
Nov 15, 2023
e42f46f
adjusted new project form
Nov 15, 2023
1dde9f6
table adjustments and leave project button
Nov 15, 2023
d6c56a4
Branch was auto-updated.
denbicloud Nov 19, 2023
2833390
feat(Angular):updated to angular 17
dweinholz Dec 18, 2023
c3d64c7
updated coreui
dweinholz Dec 18, 2023
c61f166
audit fix
dweinholz Dec 18, 2023
b92526a
audit fix
dweinholz Dec 18, 2023
44e3396
audit fix
dweinholz Dec 18, 2023
f2719e1
audit fix
dweinholz Dec 18, 2023
18481eb
Merge remote-tracking branch 'origin/fix/bootstrap_5' into feat/angul…
dweinholz Dec 18, 2023
e2607b8
Branch was auto-updated.
denbicloud Dec 19, 2023
0fbb52e
Branch was auto-updated.
denbicloud Dec 19, 2023
d8590d9
Merge branch 'feat/angular_17' of github.com:deNBI/cloud-portal-webap…
dweinholz Dec 22, 2023
c643b36
Merge branch 'dev' into feat/angular_17
dweinholz Dec 22, 2023
d80e4bf
merged dev
dweinholz Dec 22, 2023
a7ddc87
fixed
dweinholz Dec 22, 2023
a6e78ae
Branch was auto-updated.
denbicloud Dec 22, 2023
fa337dd
Merge branch 'dev' into feat/angular_17
dweinholz Apr 8, 2024
f186f2e
updated to use angular 17
dweinholz Apr 8, 2024
960ece8
updated esmatics
dweinholz Apr 8, 2024
e02ae4a
updated core!
dweinholz Apr 8, 2024
fcaf0a0
updated cliu
dweinholz Apr 8, 2024
5d6c7a9
cdk
dweinholz Apr 8, 2024
52e30a5
upd
dweinholz Apr 8, 2024
979684d
upd
dweinholz Apr 8, 2024
6b74485
Merge branch 'dev' into feat/angular_17
dweinholz Apr 8, 2024
789256c
css adjustments
vktrrdk Apr 8, 2024
d1cc7ff
updated to 5
dweinholz Apr 8, 2024
6094426
Merge branch 'feat/angular_17' of github.com:deNBI/cloud-portal-webap…
dweinholz Apr 8, 2024
cb03db8
fix(Templating): Adjusted tables to bootstrap 5
vktrrdk Apr 8, 2024
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
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,17 @@
"builder": "@angular-devkit/build-angular:dev-server",
"defaultConfiguration": "",
"options": {
"browserTarget": "cloud-webapp:build:development",
"port": 8001,
"host": "localhost",
"ssl": false
"ssl": false,
"buildTarget": "cloud-webapp:build:development"
},
"configurations": {}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "cloud-webapp:build"
"buildTarget": "cloud-webapp:build"
}
},
"test": {
Expand Down
Loading
Loading