-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update frontend to lates angular version (#75)
Co-authored-by: Aliaksei Maiseyeu <[email protected]>
- Loading branch information
1 parent
e706e86
commit 9202d31
Showing
46 changed files
with
4,361 additions
and
4,539 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<footer class="footer"> | ||
<div class="footer-right"> | ||
<p>© 2024 Data Platform HQ Authors</p> | ||
<p>© 2025 OIDC Plugin for MLflow</p> | ||
</div> | ||
<div class="footer-right"> | ||
<a href="http://github.com/data-platform-hq/" ><i class="fab fa-github"></i> Follow us on GitHub</a> | ||
<a href="https://github.com/mlflow-oidc/" ><i class="fab fa-github"></i> Follow us on GitHub</a> | ||
</div> | ||
</footer> |
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 |
---|---|---|
|
@@ -56,10 +56,10 @@ email = "[email protected]" | |
file = "LICENSE" | ||
|
||
[project.urls] | ||
homepage = "https://github.com/data-platform-hq/mlflow-oidc-auth" | ||
issues = "https://github.com/data-platform-hq/mlflow-oidc-auth/issues" | ||
documentation = "https://github.com/data-platform-hq/mlflow-oidc-auth/tree/main/docs/" | ||
repository = "https://github.com/data-platform-hq/mlflow-oidc-auth" | ||
homepage = "https://github.com/mlflow-oidc/mlflow-oidc-auth" | ||
issues = "https://github.com/mlflow-oidc/mlflow-oidc-auth/issues" | ||
documentation = "https://github.com/mlflow-oidc/mlflow-oidc-auth/tree/main/docs/" | ||
repository = "https://github.com/mlflow-oidc/mlflow-oidc-auth" | ||
|
||
[project.entry-points."mlflow.app"] | ||
oidc-auth = "mlflow_oidc_auth.app:app" | ||
|
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,37 +13,34 @@ | |
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^14.2.0", | ||
"@angular/cdk": "^13.0.0", | ||
"@angular/common": "^14.2.0", | ||
"@angular/compiler": "^14.2.0", | ||
"@angular/core": "^14.2.0", | ||
"@angular/forms": "^14.2.0", | ||
"@angular/localize": "^14.2.0", | ||
"@angular/material": "^13.0.0", | ||
"@angular/platform-browser": "^14.2.0", | ||
"@angular/platform-browser-dynamic": "^14.2.0", | ||
"@angular/router": "^14.2.0", | ||
"@ng-bootstrap/ng-bootstrap": "^13.0.0", | ||
"@angular/animations": "^19.0.6", | ||
"@angular/cdk": "^19.0.5", | ||
"@angular/common": "^19.0.6", | ||
"@angular/compiler": "^19.0.6", | ||
"@angular/core": "^19.0.6", | ||
"@angular/forms": "^19.0.6", | ||
"@angular/localize": "^19.0.6", | ||
"@angular/material": "^19.0.5", | ||
"@angular/platform-browser": "^19.0.6", | ||
"@angular/platform-browser-dynamic": "^19.0.6", | ||
"@angular/router": "^19.0.6", | ||
"@ng-bootstrap/ng-bootstrap": "^18.0.0", | ||
"@popperjs/core": "^2.10.2", | ||
"bootstrap": "^5.2.0", | ||
"bootstrap": "^5.3.3", | ||
"rxjs": "~7.5.0", | ||
"tslib": "^2.3.0", | ||
"xng-breadcrumb": "^8.0.2", | ||
"zone.js": "~0.11.4" | ||
"zone.js": "~0.15.0" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^14.2.13", | ||
"@angular/cli": "~14.2.13", | ||
"@angular/compiler-cli": "^14.2.0", | ||
"@angular-devkit/build-angular": "^19.0.7", | ||
"vite": "^5.0.0", | ||
"@angular/cli": "~19.0.7", | ||
"@angular/compiler-cli": "^19.0.6", | ||
"@types/jasmine": "~4.0.0", | ||
"jasmine-core": "~4.3.0", | ||
"karma": "~6.4.0", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage": "~2.2.0", | ||
"karma-jasmine": "~5.1.0", | ||
"karma-jasmine-html-reporter": "~2.0.0", | ||
"@types/node": "^18.0.0", | ||
"rimraf": "^5.0.5", | ||
"typescript": "~4.7.2" | ||
} | ||
"typescript": "5.6.3" | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} |
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
Oops, something went wrong.