This is an automated email from the ASF dual-hosted git repository.

linxinyuan pushed a change to branch xiaozhen-sync-region-kill
in repository https://gitbox.apache.org/repos/asf/texera.git


    from 30f47b0347 Merge branch 'main' into xiaozhen-sync-region-kill
     add 9bc1ebdff0 fix: prevent orphaned sessions when lakeFS abort fails 
(#4197)
     add 179f177d72 feat: add user registration form (#4185)
     new e18c7a831a Merge branch 'main' into xiaozhen-sync-region-kill

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../texera/web/ServletAwareConfigurator.scala      |   2 +
 .../apache/texera/web/auth/GuestAuthFilter.scala   |   2 +-
 .../apache/texera/web/auth/UserAuthenticator.scala |   1 +
 .../dashboard/admin/user/AdminUserResource.scala   |   6 +-
 .../web/resource/dashboard/user/UserResource.scala |  61 ++++++------
 .../scala/org/apache/texera/auth/JwtParser.scala   |   3 +-
 .../texera/service/resource/DatasetResource.scala  |  25 ++---
 .../service/resource/DatasetResourceSpec.scala     |   4 +
 frontend/src/app/app.module.ts                     |   2 +
 .../src/app/common/service/gmail/gmail.service.ts  |   2 +-
 .../src/app/common/service/user/auth.service.ts    | 104 +++++++++++++++++++--
 .../registration-request-modal.component.html      |  54 +++++++++++
 .../registration-request-modal.component.scss}     |  19 ++--
 .../registration-request-modal.component.ts}       |  40 +++++---
 .../app/common/service/user/stub-user.service.ts   |   2 +
 .../src/app/common/service/user/user.service.ts    |  32 -------
 frontend/src/app/common/type/user.ts               |   1 +
 .../component/admin/user/admin-user.component.html |   6 ++
 .../component/admin/user/admin-user.component.ts   |   5 +
 .../dashboard/component/dashboard.component.html   |  32 -------
 .../app/dashboard/component/dashboard.component.ts |  67 +------------
 .../coeditor-user-icon.component.ts                |  10 +-
 sql/texera_ddl.sql                                 |   1 +
 sql/updates/{16.sql => 21.sql}                     |   2 +-
 24 files changed, 267 insertions(+), 216 deletions(-)
 create mode 100644 
frontend/src/app/common/service/user/registration-request-modal/registration-request-modal.component.html
 copy 
frontend/src/app/{dashboard/component/user/search-bar/search-bar.component.scss 
=> 
common/service/user/registration-request-modal/registration-request-modal.component.scss}
 (83%)
 copy 
frontend/src/app/{dashboard/component/user/files-uploader/conflicting-file-modal-content/conflicting-file-modal-content.component.ts
 => 
common/service/user/registration-request-modal/registration-request-modal.component.ts}
 (52%)
 copy sql/updates/{16.sql => 21.sql} (93%)

Reply via email to