This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-state-materialization
in repository https://gitbox.apache.org/repos/asf/texera.git
from 04ccda6bde fix
add 43f276e897 refactor(pyamber): collapse DataProcessor per-call
boilerplate (#4685)
add aa82c6a8f6 docs(license): bundle full third-party MIT license texts
(#4942)
add b9c899f32f feat(docker): run service containers as non-root user
(#4941)
add a6221a7ced Merge branch 'main' into xinyuan-state-materialization
No new revisions were added by this update.
Summary of changes:
LICENSE | 9 +-
.../main/python/core/runnables/data_processor.py | 103 ++++------
.../python/core/runnables/test_data_processor.py | 207 +++++++++++++++++++++
.../main/python/core/runnables/test_main_loop.py | 57 ++++++
bin/access-control-service.dockerfile | 6 +
bin/agent-service.dockerfile | 5 +
bin/computing-unit-master.dockerfile | 6 +
bin/computing-unit-worker.dockerfile | 6 +
bin/config-service.dockerfile | 6 +
bin/file-service.dockerfile | 6 +
bin/texera-web-application.dockerfile | 6 +
bin/workflow-compiling-service.dockerfile | 6 +
...flow-computing-unit-managing-service.dockerfile | 6 +
licenses-3rd-party-code/angular.md | 9 +
.../mbknor-jackson-jsonschema.txt | 4 +-
licenses-3rd-party-code/monaco-languageclient.txt | 9 +
16 files changed, 381 insertions(+), 70 deletions(-)
create mode 100644 amber/src/main/python/core/runnables/test_data_processor.py
create mode 100644 licenses-3rd-party-code/angular.md
copy licenses/LICENSE-MIT.txt =>
licenses-3rd-party-code/mbknor-jackson-jsonschema.txt (95%)
create mode 100644 licenses-3rd-party-code/monaco-languageclient.txt