This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a change to branch xinyuan-loop-feb
in repository https://gitbox.apache.org/repos/asf/texera.git
from 2d86c45ca4 fix
add f8999290fa feat(ci): automatically send an email to dev list on ddl
change (#4250)
add 3e46ceaf3d fix(operator): prevent KeywordSearch operator from running
with an empty keywords field (#4277)
add 25f0b362e0 fix(dashboard): copy workflow opens preview page instead of
workspace (#4280)
add 0b3f97d9ad chore(ci): replace `nightly` with `latest` for image
building cron job (#4282)
add 47bb2e43b1 chore(license): switch to DISCLAIMER-WIP and add ASF
licensing files to JARs and Docker images (#4288)
add 46f7a26231 chore: rewrite code snippets that are referenced to Stack
Overflow (#4283)
add bcbf58b6a1 chore(gui): add edit description button in workspace (#4271)
add c134106199 Merge branch 'main' into xiaozhen-sync-region-kill
add 0c72e255e6 Merge branch 'xiaozhen-sync-region-kill' into
xinyuan-loop-feb
No new revisions were added by this update.
Summary of changes:
.../automatic-email-notif-on-ddl-change.yml | 62 ++++++++++++++++++++++
.github/workflows/build-and-push-images.yml | 2 +-
.licenserc.yaml | 1 +
DISCLAIMER | 10 ----
DISCLAIMER-WIP | 23 ++++++++
LICENSE | 4 ++
.../architecture/controller/Controller.scala | 3 +-
.../texera/web/ServletAwareConfigurator.scala | 9 ++--
bin/access-control-service.dockerfile | 3 ++
bin/computing-unit-master.dockerfile | 3 ++
bin/computing-unit-worker.dockerfile | 3 ++
bin/config-service.dockerfile | 3 ++
bin/file-service.dockerfile | 3 ++
bin/texera-web-application.dockerfile | 3 ++
bin/workflow-compiling-service.dockerfile | 3 ++
...flow-computing-unit-managing-service.dockerfile | 3 ++
build.sbt | 33 ++++++++++--
.../texera/amber/core/workflow/PhysicalOp.scala | 4 +-
.../jackson/jsonSchema/JsonSchemaGenerator.scala | 37 +++++++++----
.../keywordSearch/KeywordSearchOpDesc.scala | 3 +-
frontend/custom-webpack.config.js | 4 +-
.../src/app/common/service/user/auth.service.ts | 6 +--
.../src/app/common/type/generic-web-response.ts | 5 +-
.../user/user-workflow/user-workflow.component.ts | 3 ++
.../workspace/component/menu/menu.component.html | 8 +++
.../app/workspace/component/menu/menu.component.ts | 39 ++++++++++++++
26 files changed, 237 insertions(+), 43 deletions(-)
create mode 100644 .github/workflows/automatic-email-notif-on-ddl-change.yml
delete mode 100644 DISCLAIMER
create mode 100644 DISCLAIMER-WIP