This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch
dependabot/npm_and_yarn/frontend/js-yaml-4.3.1
in repository https://gitbox.apache.org/repos/asf/texera.git
from 0b6ced4ffb chore(deps): bump js-yaml from 4.2.0 to 4.3.1 in /frontend
add 06845321bc refactor(auth): store the identity provider's full avatar
URL (#7563)
add a40752aa5a Merge branch 'main' into
dependabot/npm_and_yarn/frontend/js-yaml-4.3.1
No new revisions were added by this update.
Summary of changes:
.../resource/auth/ExternalAuthProvisioner.scala | 12 ++--
.../web/resource/auth/GoogleAuthResource.scala | 10 +--
.../web/resource/dashboard/DashboardResource.scala | 6 +-
.../dashboard/admin/user/AdminUserResource.scala | 6 +-
.../user/workflow/WorkflowExecutionsResource.scala | 2 +-
.../texera/web/auth/UserAuthenticatorSpec.scala | 2 +-
.../auth/ExternalAuthProvisionerSpec.scala | 41 ++++++++---
.../web/resource/auth/GoogleAuthResourceSpec.scala | 45 ++++++++++--
.../admin/user/AdminUserResourceSpec.scala | 2 +-
.../workflow/WorkflowExecutionsResourceSpec.scala | 4 +-
.../scala/org/apache/texera/auth/JwtAuth.scala | 9 +--
.../scala/org/apache/texera/auth/JwtParser.scala | 9 ++-
.../org/apache/texera/auth/JwtAuthFilterSpec.scala | 2 +-
.../scala/org/apache/texera/auth/JwtAuthSpec.scala | 2 +-
.../org/apache/texera/auth/JwtParserSpec.scala | 22 +++++-
.../org/apache/texera/common/util/AvatarUtil.scala | 65 +++++++++++++++++
.../apache/texera/common/util/AvatarUtilSpec.scala | 81 ++++++++++++++++++++++
.../resource/ComputingUnitManagingResource.scala | 10 +--
.../texera/service/util/ComputingUnitHelpers.scala | 2 +-
.../resource/AdminComputingUnitResourceSpec.scala | 4 +-
.../service/util/ComputingUnitHelpersSpec.scala | 4 +-
.../app/common/service/user/auth.service.spec.ts | 12 +++-
.../src/app/common/service/user/auth.service.ts | 5 +-
.../app/common/service/user/stub-user.service.ts | 2 +-
.../app/common/service/user/user.service.spec.ts | 27 ++++++--
.../src/app/common/service/user/user.service.ts | 22 ++++--
frontend/src/app/common/type/user.ts | 2 +-
.../src/app/common/type/workflow-computing-unit.ts | 2 +-
.../app/common/util/computing-unit.util.spec.ts | 2 +-
.../component/admin/user/admin-user.component.html | 2 +-
.../component/user-dashboard-test-fixtures.ts | 6 +-
.../list-item/card-item/card-item.component.html | 2 +-
.../user/list-item/list-item.component.html | 2 +-
.../user/user-avatar/user-avatar.component.ts | 11 +--
...user-computing-unit-list-item.component.spec.ts | 2 +-
.../user-computing-unit.component.spec.ts | 2 +-
.../user/user-icon/user-icon.component.html | 2 +-
.../workflow-execution-history.component.html | 2 +-
.../workflow-execution-history.component.spec.ts | 2 +-
.../user-workflow/user-workflow.component.spec.ts | 4 +-
.../user/user-workflow/user-workflow.component.ts | 2 +-
.../app/dashboard/service/user/search.service.ts | 2 +-
.../dashboard/service/user/stub-search.service.ts | 2 +-
.../src/app/dashboard/type/dashboard-entry.spec.ts | 12 ++--
frontend/src/app/dashboard/type/dashboard-entry.ts | 18 ++---
.../src/app/dashboard/type/type-predicates.spec.ts | 2 +-
.../dashboard/type/workflow-executions-entry.ts | 2 +-
.../browse-section/browse-section.component.html | 2 +-
.../coeditor-user-icon.component.html | 2 +-
.../computing-unit-selection.component.html | 4 +-
.../computing-unit-selection.component.spec.ts | 2 +-
sql/changelog.xml | 5 ++
sql/texera_ddl.sql | 2 +-
sql/updates/{29.sql => 35.sql} | 25 ++++---
54 files changed, 402 insertions(+), 131 deletions(-)
create mode 100644
common/util/src/main/scala/org/apache/texera/common/util/AvatarUtil.scala
create mode 100644
common/util/src/test/scala/org/apache/texera/common/util/AvatarUtilSpec.scala
copy sql/updates/{29.sql => 35.sql} (53%)