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

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


    from 9ca0cc3598 Merge branch 'main' into xinyuan-loop-feb
     add 4c0e91fa6a fix: enable ASF nextgen config (#5139)
     add e4557eeb85 feat(frontend): add Python UDF UI parameter form support 
(#5043)
     add 62883b8868 fix: use BINARY type for RAW_BYTES URL fetcher schema 
(#5133)
     add aab4772423 Merge branch 'main' into xinyuan-loop-feb

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   1 +
 .../operator/source/fetcher/URLFetcherOpDesc.scala |   2 +-
 .../source/fetcher/URLFetcherOpDescSpec.scala      |   4 +-
 frontend/package.json                              |   1 +
 frontend/src/app/app.module.ts                     |   2 +
 frontend/src/app/common/formly/formly-config.ts    |   2 +
 .../ui-udf-parameters.component.html}              |  32 ++-
 .../ui-udf-parameters.component.scss}              |  20 +-
 .../ui-udf-parameters.component.spec.ts            | 117 ++++++++++
 .../ui-udf-parameters.component.ts                 | 118 ++++++++++
 .../ui-udf-parameters-parser.service.spec.ts       | 234 ++++++++++++++++++++
 .../ui-udf-parameters-parser.service.ts            | 242 +++++++++++++++++++++
 .../ui-udf-parameters-sync.service.spec.ts         | 222 +++++++++++++++++++
 .../code-editor/ui-udf-parameters-sync.service.ts  | 138 ++++++++++++
 frontend/yarn.lock                                 |  37 ++++
 15 files changed, 1147 insertions(+), 25 deletions(-)
 copy 
frontend/src/app/{hub/component/hub-search-result/hub-search-result.component.html
 => workspace/component/ui-udf-parameters/ui-udf-parameters.component.html} 
(54%)
 copy 
frontend/src/app/{common/formly/collab-wrapper/collab-wrapper/collab-wrapper.component.css
 => workspace/component/ui-udf-parameters/ui-udf-parameters.component.scss} 
(76%)
 create mode 100644 
frontend/src/app/workspace/component/ui-udf-parameters/ui-udf-parameters.component.spec.ts
 create mode 100644 
frontend/src/app/workspace/component/ui-udf-parameters/ui-udf-parameters.component.ts
 create mode 100644 
frontend/src/app/workspace/service/code-editor/ui-udf-parameters-parser.service.spec.ts
 create mode 100644 
frontend/src/app/workspace/service/code-editor/ui-udf-parameters-parser.service.ts
 create mode 100644 
frontend/src/app/workspace/service/code-editor/ui-udf-parameters-sync.service.spec.ts
 create mode 100644 
frontend/src/app/workspace/service/code-editor/ui-udf-parameters-sync.service.ts

Reply via email to