This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from a7f4386ba7 feat(udf): enable Python UDF UI parameters end to end
(#5912)
add 18cdd72c3e feat(frontend): consolidate login onto a dedicated /login
page (#7339)
No new revisions were added by this update.
Summary of changes:
frontend/src/app/app-routing.constant.ts | 1 +
frontend/src/app/app-routing.module.ts | 9 +
frontend/src/app/app.module.ts | 4 +-
.../unauthorized-http-interceptor.service.spec.ts | 8 +-
.../unauthorized-http-interceptor.service.ts | 4 +-
.../common/service/user/auth-guard.service.spec.ts | 8 +-
.../app/common/service/user/auth-guard.service.ts | 4 +-
.../dashboard/component/dashboard.component.html | 14 +-
.../dashboard/component/dashboard.component.scss | 6 +
.../component/dashboard.component.spec.ts | 17 +-
.../app/dashboard/component/dashboard.component.ts | 18 +-
.../app/hub/component/about/about.component.html | 8 -
.../hub/component/about/about.component.spec.ts | 56 +--
.../src/app/hub/component/about/about.component.ts | 34 +-
.../about/local-login/local-login.component.html | 151 -------
.../about/local-login/local-login.component.scss | 33 --
.../local-login/local-login.component.spec.ts | 440 ---------------------
.../about/local-login/local-login.component.ts | 186 ---------
.../component/login/texera-login.component.html | 156 ++++++++
.../component/login/texera-login.component.scss | 151 +++++++
.../component/login/texera-login.component.spec.ts | 309 +++++++++++++++
.../hub/component/login/texera-login.component.ts | 238 +++++++++++
22 files changed, 924 insertions(+), 931 deletions(-)
delete mode 100644
frontend/src/app/hub/component/about/local-login/local-login.component.html
delete mode 100644
frontend/src/app/hub/component/about/local-login/local-login.component.scss
delete mode 100644
frontend/src/app/hub/component/about/local-login/local-login.component.spec.ts
delete mode 100644
frontend/src/app/hub/component/about/local-login/local-login.component.ts
create mode 100644
frontend/src/app/hub/component/login/texera-login.component.html
create mode 100644
frontend/src/app/hub/component/login/texera-login.component.scss
create mode 100644
frontend/src/app/hub/component/login/texera-login.component.spec.ts
create mode 100644
frontend/src/app/hub/component/login/texera-login.component.ts