Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(connector): fix credentialFields bug inside oneOf schema #45

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

donch1989
Copy link
Member

Because

  • The connector credentialFields does not work inside the oneOf JSON schema.

This commit

  • Fixes the credentialFields bug inside the oneOf JSON schema.

Copy link

linear bot commented Jan 9, 2024

Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (abed794) 76.49% compared to head (8dade11) 76.49%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #45   +/-   ##
=======================================
  Coverage   76.49%   76.49%           
=======================================
  Files           1        1           
  Lines         217      217           
=======================================
  Hits          166      166           
  Misses         34       34           
  Partials       17       17           
Flag Coverage Δ
unittests 76.49% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@donch1989 donch1989 merged commit eb76043 into main Jan 9, 2024
11 checks passed
@donch1989 donch1989 deleted the huitang/ins-3332 branch January 9, 2024 07:02
jvallesm pushed a commit that referenced this pull request Jan 15, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.9.0-beta](v0.8.0-beta...v0.9.0-beta)
(2024-01-12)


### Features

* add `instillUpstreamTypes: template` in component condition field
([#46](#46))
([60b2117](60b2117))
* **schema:** add new instillFormat for chat history
([#43](#43))
([abed794](abed794))
* update GetOperatorDefinition functions to support dynamic definition
([#47](#47))
([792559e](792559e))


### Bug Fixes

* **connector:** fix credentialFields bug inside `oneOf` schema
([#45](#45))
([eb76043](eb76043))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
namwoam pushed a commit to namwoam/component that referenced this pull request Jun 24, 2024
…ll-ai#45)

Because

- The connector `credentialFields` does not work inside the `oneOf` JSON
schema.

This commit

- Fixes the `credentialFields` bug inside the `oneOf` JSON schema.
namwoam pushed a commit to namwoam/component that referenced this pull request Jun 24, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.9.0-beta](instill-ai/component@v0.8.0-beta...v0.9.0-beta)
(2024-01-12)


### Features

* add `instillUpstreamTypes: template` in component condition field
([instill-ai#46](instill-ai#46))
([60b2117](instill-ai@60b2117))
* **schema:** add new instillFormat for chat history
([instill-ai#43](instill-ai#43))
([abed794](instill-ai@abed794))
* update GetOperatorDefinition functions to support dynamic definition
([instill-ai#47](instill-ai#47))
([792559e](instill-ai@792559e))


### Bug Fixes

* **connector:** fix credentialFields bug inside `oneOf` schema
([instill-ai#45](instill-ai#45))
([eb76043](instill-ai@eb76043))

---
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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
2 participants