This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a change to branch xinyuan-input-source-operator
in repository https://gitbox.apache.org/repos/asf/texera.git
from 1156a672d4 Merge branch 'xinyuan-dataset-selector' into
xinyuan-input-source-operator
add ddf5e5d68d feat: change project name in email to be configurable
(#4373)
add b74f9c9cd3 fix: old workflows failing to run after input port field
rename (#4379)
add babb1b868e refactor: move text selection handling to workspace
component (#4383)
add e0fc7df17e feat: add File Lister operator (#4364)
add 6e53a554f8 Merge branch 'main' into xinyuan-input-source-operator
No new revisions were added by this update.
Summary of changes:
.../apache/texera/web/resource/EmailTemplate.scala | 7 +-
common/config/src/main/resources/user-system.conf | 3 +
.../apache/texera/config/UserSystemConfig.scala | 1 +
.../apache/texera/amber/operator/LogicalOp.scala | 4 +-
.../texera/amber/operator/PortDescriptor.scala | 5 +-
...ceOpDesc.scala => FileListerSourceOpDesc.scala} | 6 +-
...ceOpExec.scala => FileListerSourceOpExec.scala} | 9 +-
...Spec.scala => FileListerSourceOpDescSpec.scala} | 10 +--
.../dataset-file-selector.component.html | 2 +-
.../dataset-file-selector.component.ts | 2 +-
.../dataset-selection-modal.component.html | 98 ++++++++++-----------
.../dataset-selection-modal.component.scss | 31 +------
.../dataset-selection-modal.component.ts | 79 +++++++----------
.../dataset-version-selector.component.html | 2 +-
.../dataset-version-selector.component.ts | 2 +-
.../component/left-panel/left-panel.component.scss | 1 -
.../property-editor/property-editor.component.scss | 1 -
.../result-panel/result-panel.component.scss | 1 -
.../workspace/component/workspace.component.scss | 5 +-
.../{CSVFileScan.png => FileLister.png} | Bin
20 files changed, 116 insertions(+), 153 deletions(-)
copy
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/dataset/{DatasetSelectorSourceOpDesc.scala
=> FileListerSourceOpDesc.scala} (93%)
copy
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/dataset/{DatasetSelectorSourceOpExec.scala
=> FileListerSourceOpExec.scala} (88%)
copy
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/source/dataset/{DatasetSelectorSourceOpDescSpec.scala
=> FileListerSourceOpDescSpec.scala} (81%)
copy frontend/src/assets/operator_images/{CSVFileScan.png => FileLister.png}
(100%)
mode change 100755 => 100644