This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a change to branch xinyuan-remove-jooq-gen
in repository https://gitbox.apache.org/repos/asf/texera.git
from 635c8bfaa4 Merge remote-tracking branch 'origin/main' into
xinyuan-remove-jooq-gen
add bc53831a66 feat: add current branding preview to admin settings (#3700)
add b65f18bb47 feat: reorganize dataset creation time display with
timezone tooltip (#3702)
add 07f293e3ed chore: rename time_log and column last_login (#3694)
add 1c3284534a chore: change jwt token expiration as a configurable
variable (#3693)
add 57c6a4a55b chore: fix token refresh interval to prevent frequent
logout (#3703)
add 6e41ff7800 chore: change function name listUserWithActivity to list in
AdminUserResource (#3704)
add 750ba398cd chore: add drop user_last_active_time statement to ddl
files (#3708)
add 52ed19f9f6 fix: improve equality check for PortSchemas (#3667)
add d02936c78e Merge branch 'main' into xinyuan-remove-jooq-gen
No new revisions were added by this update.
Summary of changes:
.../dashboard/admin/user/AdminUserResource.scala | 10 +--
.../scala/edu/uci/ics/texera/auth/JwtAuth.scala | 2 +-
.../edu/uci/ics/texera/auth/JwtAuthFilter.scala | 12 +--
.../texera/service/resource/ConfigResource.scala | 6 +-
core/config/src/main/resources/auth.conf | 3 +
.../edu/uci/ics/texera/config/AuthConfig.scala | 3 +
.../app/common/service/gui-config.service.mock.ts | 1 +
.../src/app/common/service/user/auth.service.ts | 3 +-
core/gui/src/app/common/type/gui-config.ts | 1 +
.../app/common/util/workflow-compilation-utils.ts | 3 +-
.../admin/settings/admin-settings.component.ts | 99 +++++++++-------------
.../component/admin/user/admin-user.component.ts | 11 +--
.../dataset-detail.component.html | 11 ++-
.../dataset-detail.component.ts | 13 ++-
core/scripts/sql/texera_ddl.sql | 8 +-
.../sql/updates/12.sql} | 11 +--
.../k8s/texera-helmchart/files/texera_ddl.sql | 7 +-
17 files changed, 110 insertions(+), 94 deletions(-)
copy
core/{amber/src/main/scala/edu/uci/ics/amber/engine/common/AmberConfig.scala =>
scripts/sql/updates/12.sql} (80%)