Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

fix(pipeline-builder): fix data connector can't have multiple free-form fields #960

Conversation

EiffelFly
Copy link
Member

Because

  • data connector can't have multiple free-form fields

This commit

  • fix data connector can't have multiple free-form fields

@linear
Copy link

linear bot commented Oct 12, 2023

@vercel
Copy link

vercel bot commented Oct 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
design-system ✅ Ready (Inspect) Visit Preview Oct 12, 2023 4:50pm

@EiffelFly EiffelFly merged commit 64d48df into main Oct 13, 2023
4 checks passed
@EiffelFly EiffelFly deleted the pochunchiu/ins-2336-fix-bigquery-connector-cant-have-multiple-free-form-fields branch October 13, 2023 02:20
@droplet-bot droplet-bot mentioned this pull request Oct 13, 2023
EiffelFly pushed a commit that referenced this pull request Oct 13, 2023
🤖 I have created a release *beep* *boop*
---


<details><summary>@instill-ai/design-system: 0.55.7</summary>

##
[0.55.7](https://github.com/instill-ai/cortex/compare/@instill-ai/design-system-v0.55.6...@instill-ai/design-system-v0.55.7)
(2023-10-13)


### Miscellaneous

* **design-system:** add story about how to build the autoresize input
([#947](#947))
([c0c3e2d](c0c3e2d))
</details>

<details><summary>@instill-ai/toolkit: 0.69.0</summary>

##
[0.69.0](https://github.com/instill-ai/cortex/compare/@instill-ai/toolkit-v0.68.2...@instill-ai/toolkit-v0.69.0)
(2023-10-13)


### Features

* **pipeline-builder:** user can duplicate the pipeline they owned
([#945](#945))
([e8719d3](e8719d3))
* **pipeline-builder:** Make the array fields on start node start with
only one field ([#959](#959))
([e203cde](e203cde))
* **pipeline-builder:** User can better differentiate the resource_name
on right panel and the node_name on the node
([#953](#953))
([4e21a13](4e21a13))
* **pipeline-builder:** User can have cleaner canvas by introducing
smooth-edge edges
([#958](#958))
([780ee01](780ee01))
* **pipeline-builder:** user can have consistent node width between
TEST_VIEW and BUILD_VIEW
([#957](#957))
([82f2a04](82f2a04))
* **toolkit:** adapt the new component input structure
([#951](#951))
([9dc5835](9dc5835))
* **toolkit:** user can better identify some nested output on connector
nodes ([#954](#954))
([f1c6b38](f1c6b38))
* **toolkit:** User can better identify the process is still running
when doing actions
([#952](#952))
([4a1f433](4a1f433))
* **toolkit:** User can have autoresize input when edit node and
pipeline name ([#948](#948))
([4d2bbc5](4d2bbc5))


### Bug Fixes

* **pipeline-builder:** fix a bug when create fields on the end operator
will wrongly use the key from the previous edited field
([#956](#956))
([a679fd6](a679fd6))
* **pipeline-builder:** fix data connector can't correctly display the
free-form's value
([#962](#962))
([5625723](5625723))
* **pipeline-builder:** fix data connector can't have multiple free-form
fields ([#960](#960))
([64d48df](64d48df))
* **pipeline-builder:** fix a bug when trigger pipeline, we wrongly
parsed string value to number
([#955](#955))
([be87383](be87383))
* **pipeline-builder:** fix console doesn't correctly handle boolean
value on pipeline builder
([#961](#961))
([2e4159a](2e4159a))
* **pipeline-builder:** fix rename pipeline issue when there has unsaved
changes ([#950](#950))
([0fafdb3](0fafdb3))
* **pipeline-builder:** fix start operator wrongly delete input when you
edit without saving then creating a new field
([#949](#949))
([b75cddc](b75cddc))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
EiffelFly pushed a commit to instill-ai/console that referenced this pull request Oct 13, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.30.0-alpha](v0.29.0-alpha...v0.30.0-alpha)
(2023-10-13)


### Features

* **general:** User can better identify the process is still running
when doing actions
([#592](#592))
([638cc23](638cc23))
* **pipeline-builder:** Adapt new component input structure
([#590](#590))
([0e15855](0e15855))
* **pipeline-builder:** Make the array fields on start node start with
only one field
([#594](#594))
([53f1b9e](53f1b9e))
* **pipeline-builder:** User can create the copy of their pipeline with
one click ([#584](#584))
([060cb6b](060cb6b))
* **pipeline-builder:** User can have autoresize input when edit node
and pipeline name
([#585](#585))
([07cd7aa](07cd7aa))
* **pipeline-builder:** User can better differentiate the resource name
and the component name
([#953](instill-ai/cortex#953))
([4e21a13](instill-ai/cortex@4e21a13))
* **pipeline-builder:** User can have cleaner canvas by introducing
smooth-edge edges
([#958](instill-ai/cortex#958))
([780ee01](instill-ai/cortex@780ee01))
* **pipeline-builder:** user can have consistent node width between
TEST_VIEW and BUILD_VIEW
([#957](instill-ai/cortex#957))
([82f2a04](instill-ai/cortex@82f2a04))
* **pipeline-builder:** user can better identify nested output on
component ([#954](instill-ai/cortex#954))
([f1c6b38](instill-ai/cortex@f1c6b38))

### Bug Fixes

* **cicd:** fix GitHub action labeler issue
([#591](#591))
([9be1110](9be1110))
* **pipeline-builder:** fix a bug when create fields on the end operator
will wrongly use the key from the previous edited field
([#593](#593))
([e7ed100](e7ed100))
* **pipeline-builder:** fix path issue when get input/output schema for
data connector
([#589](#589))
([e77c459](e77c459))
* **pipeline-builder:** fix rename pipeline issue when there has unsaved
changes ([#588](#588))
([e5688d5](e5688d5))
* **pipeline-builder:** fix start operator wrongly delete input when you
edit without saving then create a new field
([#586](#586))
([dda2435](dda2435))
* **general**: fix the wrong onboarding greeting title
([#582](#582))
([ab31c07](ab31c07))
* **pipeline-builder:** fix data connector can't correctly display the
free-form's value
([#962](instill-ai/cortex#962))
([5625723](instill-ai/cortex@5625723))
* **pipeline-builder:** fix data connector can't have multiple free-form
fields ([#960](instill-ai/cortex#960))
([64d48df](instill-ai/cortex@64d48df))
* **pipeline-builder:** fix a bug when trigger pipeline, we wrongly
parsed string value to number
([#955](instill-ai/cortex#955))
([be87383](instill-ai/cortex@be87383))
* **pipeline-builder:** fix console doesn't correctly handle boolean
value on pipeline builder
([#961](instill-ai/cortex#961))
([2e4159a](instill-ai/cortex@2e4159a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
EiffelFly pushed a commit to instill-ai/console that referenced this pull request Oct 13, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.30.0-alpha](v0.29.0-alpha...v0.30.0-alpha)
(2023-10-13)


### Features

* **general:** User can better identify the process is still running
when doing actions
([#592](#592))
([638cc23](638cc23))
* **pipeline-builder:** Adapt new component input structure
([#590](#590))
([0e15855](0e15855))
* **pipeline-builder:** Make the array fields on start node start with
only one field
([#594](#594))
([53f1b9e](53f1b9e))
* **pipeline-builder:** User can create the copy of their pipeline with
one click ([#584](#584))
([060cb6b](060cb6b))
* **pipeline-builder:** User can have autoresize input when edit node
and pipeline name
([#585](#585))
([07cd7aa](07cd7aa))
* **pipeline-builder:** User can better differentiate the resource name
and the component name
([#953](instill-ai/cortex#953))
([4e21a13](instill-ai/cortex@4e21a13))
* **pipeline-builder:** User can have cleaner canvas by introducing
smooth-edge edges
([#958](instill-ai/cortex#958))
([780ee01](instill-ai/cortex@780ee01))
* **pipeline-builder:** user can have consistent node width between
TEST_VIEW and BUILD_VIEW
([#957](instill-ai/cortex#957))
([82f2a04](instill-ai/cortex@82f2a04))
* **pipeline-builder:** user can better identify nested output on
component ([#954](instill-ai/cortex#954))
([f1c6b38](instill-ai/cortex@f1c6b38))

### Bug Fixes

* **cicd:** fix GitHub action labeler issue
([#591](#591))
([9be1110](9be1110))
* **pipeline-builder:** fix a bug when create fields on the end operator
will wrongly use the key from the previous edited field
([#593](#593))
([e7ed100](e7ed100))
* **pipeline-builder:** fix path issue when get input/output schema for
data connector
([#589](#589))
([e77c459](e77c459))
* **pipeline-builder:** fix rename pipeline issue when there has unsaved
changes ([#588](#588))
([e5688d5](e5688d5))
* **pipeline-builder:** fix start operator wrongly delete input when you
edit without saving then create a new field
([#586](#586))
([dda2435](dda2435))
* **general**: fix the wrong onboarding greeting title
([#582](#582))
([ab31c07](ab31c07))
* **pipeline-builder:** fix data connector can't correctly display the
free-form's value
([#962](instill-ai/cortex#962))
([5625723](instill-ai/cortex@5625723))
* **pipeline-builder:** fix data connector can't have multiple free-form
fields ([#960](instill-ai/cortex#960))
([64d48df](instill-ai/cortex@64d48df))
* **pipeline-builder:** fix a bug when trigger pipeline, we wrongly
parsed string value to number
([#955](instill-ai/cortex#955))
([be87383](instill-ai/cortex@be87383))
* **pipeline-builder:** fix console doesn't correctly handle boolean
value on pipeline builder
([#961](instill-ai/cortex#961))
([2e4159a](instill-ai/cortex@2e4159a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant