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

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


    from 54d9c3dfbf Merge branch 'main' into xinyuan-fix-state-processing
     add 0afeea1a03 fix: add missing Set group to operator panel (#4418)
     add 782069dbfc feat: add ECDF plot visualization operator (#4406)
     add 54fea636e2 chore: sbt 1.12.9 (#4423)
     add 585751c3cc chore(deps): upgrade frontend to Angular 17 (#4403)
     add 346114c8a4 chore: Update typesafe config version to 1.4.6 (#4419)
     add 639cece38b Merge branch 'main' into xinyuan-fix-state-processing

No new revisions were added by this update.

Summary of changes:
 access-control-service/build.sbt                   |    2 +-
 access-control-service/project/build.properties    |    2 +-
 amber/build.sbt                                    |    2 +-
 amber/project/build.properties                     |    2 +-
 amber/project/plugins.sbt                          |    4 +-
 build.sbt                                          |    2 +-
 common/auth/build.sbt                              |    4 +-
 common/config/build.sbt                            |    4 +-
 common/dao/build.sbt                               |    2 +-
 common/pybuilder/build.sbt                         |    2 +-
 common/workflow-core/build.sbt                     |    4 +-
 common/workflow-operator/build.sbt                 |    2 +-
 common/workflow-operator/project/build.properties  |    2 +-
 .../apache/texera/amber/operator/LogicalOp.scala   |    2 +
 .../operator/metadata/OperatorGroupConstants.scala |    7 +-
 .../visualization/ecdfPlot/ECDFPlotOpDesc.scala    |  186 +
 .../ecdfPlot/ECDFPlotOpDescSpec.scala              |   61 +
 computing-unit-managing-service/build.sbt          |    7 +-
 .../project/build.properties                       |    2 +-
 config-service/build.sbt                           |    4 +-
 file-service/build.sbt                             |    2 +-
 frontend/package.json                              |   48 +-
 .../collab-wrapper/collab-wrapper.component.css    |    1 -
 .../markdown-description.component.ts              |   17 +-
 .../user-computing-unit.component.scss             |    2 +-
 .../dataset-detail.component.html                  |    2 +-
 .../computing-unit-selection.component.scss        |    6 +-
 .../workspace/service/joint-ui/joint-ui.service.ts |    3 +-
 frontend/src/assets/operator_images/ECDFPlot.png   |  Bin 0 -> 1297 bytes
 frontend/yarn.lock                                 | 5887 +++++++++++---------
 project/build.properties                           |    2 +-
 project/plugins.sbt                                |    8 +-
 workflow-compiling-service/build.sbt               |    2 +-
 .../project/build.properties                       |    2 +-
 34 files changed, 3653 insertions(+), 2632 deletions(-)
 create mode 100644 
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/ecdfPlot/ECDFPlotOpDesc.scala
 create mode 100644 
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/visualization/ecdfPlot/ECDFPlotOpDescSpec.scala
 create mode 100644 frontend/src/assets/operator_images/ECDFPlot.png

Reply via email to