This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
==========================================
+ Coverage 62.14% 62.18% +0.04%
==========================================
Files 15 18 +3
Lines 1305 1489 +184
==========================================
+ Hits 811 926 +115
- Misses 382 440 +58
- Partials 112 123 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
jvallesm
requested review from
donch1989,
pinglin and
xiaofei-du
as code owners
January 24, 2024 14:30
This was referenced Jan 25, 2024
jvallesm
added a commit
to instill-ai/pipeline-backend
that referenced
this pull request
Jan 26, 2024
Because - instill-ai/connector#113 introduced an [end-user error](https://github.com/instill-ai/connector/pull/113/files#diff-ccd0d26c1e8d29bcffb2741e853132db31305425679cdc929b82eb8af6c3824cR79) in a `CreateExecution` function, which isn't displayed correctly in console. This commit - Checks the response from `CreateExecution` and adds any potential end-user error as a Temporal error message.
jvallesm
added a commit
to instill-ai/pipeline-backend
that referenced
this pull request
Jan 26, 2024
Because - instill-ai/connector#113 introduced a new connector, Archetype AI. This commit - go.mod is updated in order to reflect the addition of the connector in VDP.
donch1989
pushed a commit
that referenced
this pull request
Jan 30, 2024
🤖 I have created a release *beep* *boop* --- ## [0.11.0-beta](v0.10.0-beta...v0.11.0-beta) (2024-01-30) ### Features * accept videos in Archetype upload task ([#115](#115)) ([9b6fdb7](9b6fdb7)) * add Archetype AI connector ([#113](#113)) ([d12b6f8](d12b6f8)) * add task title and description ([#116](#116)) ([7688b0f](7688b0f)) * **numbers:** use only Capture registration API to streamline the process ([#117](#117)) ([f6d6896](f6d6896)) * **openai:** update OpenAI schema to support latest models ([#121](#121)) ([7b64a70](7b64a70)) * **redis:** update task name ([#120](#120)) ([48fa414](48fa414)) --- 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Because
This commit
Notes 🗒️
In order to have a working prototype early, some parts were left out of the feature: