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

yiconghuang pushed a change to branch xiaozhen-fix-undoredo
in repository https://gitbox.apache.org/repos/asf/texera.git


    from 5d343ace3e fix(gui): enable frontend undo-redo with bugfix for shared 
editing
     add 62dd9d4667 fix(deployment): deduplicate SQL files under `deployment` 
by using symlinks (#3824)
     add 257fbe04c5 chore(ci): automatically assign an author of a PR (#3835)
     add 83076ac501 feat(amber): enable user system by default (#3782)
     add fa1470205a chore(deps): bump prismjs from 1.29.0 to 1.30.0 in 
/core/gui (#3796)
     add cddba96f35 Merge branch 'main' into xiaozhen-fix-undoredo

No new revisions were added by this update.

Summary of changes:
 .github/workflows/github-action-build.yml          |  11 +-
 .../{pr-labeler.yml => pr-automation.yml}          |  11 +-
 .../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/gui/yarn.lock                                 |   6 +-
 core/scripts/sql/texera_ddl.sql                    |  17 +-
 .../files/iceberg_postgres_catalog.sql             |   1 +
 .../k8s/texera-helmchart/files/texera_ddl.sql      | 471 +--------------------
 .../k8s/texera-helmchart/files/texera_lakefs.sql   |   1 +
 .../templates/postgresql-init-script-config.yaml   |  20 +-
 16 files changed, 205 insertions(+), 513 deletions(-)
 rename .github/workflows/{pr-labeler.yml => pr-automation.yml} (79%)
 create mode 120000 
deployment/k8s/texera-helmchart/files/iceberg_postgres_catalog.sql
 mode change 100644 => 120000 
deployment/k8s/texera-helmchart/files/texera_ddl.sql
 create mode 120000 deployment/k8s/texera-helmchart/files/texera_lakefs.sql

Reply via email to