This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a change to branch
dependabot/npm_and_yarn/core/gui/prismjs-1.30.0
in repository https://gitbox.apache.org/repos/asf/texera.git
from 05d21562e8 Merge branch 'main' into
dependabot/npm_and_yarn/core/gui/prismjs-1.30.0
add 83076ac501 feat(amber): enable user system by default (#3782)
add 2a6fb16000 Merge branch 'main' into
dependabot/npm_and_yarn/core/gui/prismjs-1.30.0
No new revisions were added by this update.
Summary of changes:
.github/workflows/github-action-build.yml | 4 +
.../ics/amber/engine/e2e/DataProcessingSpec.scala | 51 +++++++------
.../edu/uci/ics/amber/engine/e2e/PauseSpec.scala | 19 ++++-
.../edu/uci/ics/amber/engine/e2e/TestUtils.scala | 89 ++++++++++++++++++++++
core/config/src/main/resources/storage.conf | 6 ++
core/config/src/main/resources/user-system.conf | 2 +-
.../edu/uci/ics/amber/config/StorageConfig.scala | 1 +
.../scala/edu/uci/ics/texera/dao/SqlServer.scala | 4 +
.../edu/uci/ics/texera/dao/MockTexeraDB.scala | 8 +-
core/scripts/sql/texera_ddl.sql | 17 ++++-
10 files changed, 169 insertions(+), 32 deletions(-)