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

Xiao-zhen-Liu pushed a change to branch xinyuan-fix-state-processing
in repository https://gitbox.apache.org/repos/asf/texera.git


    from 7785150b73 Merge branch 'main' into xinyuan-fix-state-processing
     add f33caa2035 fix(build): centralize organization, version, and 
scalaVersion via ThisBuild (#4447)
     add 5d49015a73 chore(dependencies): drop `twittered` (#4463)
     add c075fdda9e chore(dependencies): upgrade frontend Yarn to 4.14.1 (#4470)
     add 16fde90f21 chore(dependencies): Remove jschardet from the frontend 
dependency graph (#4475)
     add 6d0ff81bbe chore(dependencies): drop `python-lsp-server` (#4474)
     add ea110e798a chore(dependencies): pin torch to CPU wheel on Linux x86_64 
(#4473)
     add 7486f61e17 feat(frontend): fix console message display issue (#4483)
     add 7ccc97a1d9 fix(dependencies): remove jschardet from the frontend 
dependency graph (#4480)
     add 0316204fc2 fix: add quotes around enum string values in visualization 
operators (#4351)
     add b5a18a0f28 fix: pass different environment variables to computing unit 
and Python worker based on the catalog type (#4478)
     add fdb9e0c78a feat(frontend): Support text selection and copy/paste on 
Dataset File Tree (#4481)
     add 91f5da58d3 Merge branch 'main' into xinyuan-fix-state-processing

No new revisions were added by this update.

Summary of changes:
 .github/workflows/github-action-build.yml          |   4 +-
 access-control-service/build.sbt                   |   3 -
 amber/build.sbt                                    |   6 -
 amber/operator-requirements.txt                    |   7 +-
 amber/requirements.txt                             |   2 -
 .../pythonworker/PythonWorkflowWorker.scala        |  13 +-
 bin/computing-unit-worker.dockerfile               |   1 -
 build.sbt                                          |   7 +-
 common/auth/build.sbt                              |   3 -
 common/config/build.sbt                            |   3 -
 common/dao/build.sbt                               |   3 -
 common/pybuilder/build.sbt                         |   3 -
 common/workflow-core/build.sbt                     |   3 -
 common/workflow-operator/build.sbt                 |   6 +-
 .../apis/reddit/RedditSearchSourceOpDesc.scala     |   2 +-
 .../source/apis/twitter/TwitterSourceOpDesc.scala  |   1 +
 .../source/apis/twitter/TwitterSourceOpExec.scala  |  33 +-
 .../v2/TwitterFullArchiveSearchSourceOpDesc.scala  |   1 +
 .../v2/TwitterFullArchiveSearchSourceOpExec.scala  | 128 +--
 .../twitter/v2/TwitterSearchSourceOpDesc.scala     |   1 +
 .../twitter/v2/TwitterSearchSourceOpExec.scala     | 120 +--
 .../source/apis/twitter/v2/TwitterUtils.scala      | 105 ---
 .../ContinuousErrorBandsOpDesc.scala               |   2 +-
 .../contourPlot/ContourPlotOpDesc.scala            |   2 +-
 .../histogram2d/Histogram2DOpDesc.scala            |   2 +-
 computing-unit-managing-service/build.sbt          |   3 -
 .../resource/ComputingUnitManagingResource.scala   |  98 ++-
 config-service/build.sbt                           |   3 -
 file-service/build.sbt                             |   3 -
 frontend/.yarn/releases/yarn-4.14.1.cjs            | 940 +++++++++++++++++++++
 frontend/.yarn/releases/yarn-4.5.1.cjs             | 934 --------------------
 frontend/.yarnrc.yml                               |   2 +-
 frontend/package.json                              |   5 +-
 .../user-dataset-version-filetree.component.scss   |   5 +
 .../console-frame/console-frame.component.scss     |  24 +-
 .../tools/jschardet-stub/index.js                  |  11 +-
 frontend/tools/jschardet-stub/package.json         |   7 +
 frontend/yarn.lock                                 |  11 +-
 workflow-compiling-service/build.sbt               |   3 -
 39 files changed, 1078 insertions(+), 1432 deletions(-)
 delete mode 100644 
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/apis/twitter/v2/TwitterUtils.scala
 create mode 100644 frontend/.yarn/releases/yarn-4.14.1.cjs
 delete mode 100755 frontend/.yarn/releases/yarn-4.5.1.cjs
 copy 
amber/src/main/scala/org/apache/texera/amber/engine/architecture/controller/execution/ChannelExecution.scala
 => frontend/tools/jschardet-stub/index.js (66%)
 create mode 100644 frontend/tools/jschardet-stub/package.json

Reply via email to