-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: support unimplemented release stages in component definitions #414
feat: support unimplemented release stages in component definitions #414
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #414 +/- ##
========================================
- Coverage 1.25% 1.24% -0.01%
========================================
Files 8 8
Lines 3272 3291 +19
========================================
Hits 41 41
- Misses 3231 3250 +19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Because - With instill-ai/pipeline-backend#414 the `release_stage` property will be displayed and filtered by in the component definition lists. This commit - Adds the release property for the existing operators ## Next steps ⏭️ - This field, along with others, will be documented so it is clear how to set it in new contributions. - In the console connector and operator lists, unimplemented components will be hidden.
Because - With instill-ai/pipeline-backend#414 the `release_stage` property will be displayed and filtered by in the component definition lists. This commit - Adds the release property for the existing connectors ## Next steps ⏭️ - This field, along with others, will be documented so it is clear how to set it in new contributions. - In the console connector and operator lists, unimplemented components will be hidden.
This removes the quotes from the release stage filter.
e00c9fb
to
9bddd02
Compare
✅ QAIntroducing a new "coming soon" operator (source) and downgrading Archetype AI to "open for contribution", $ curl --request GET \
--url 'localhost:8080/vdp/v1beta/component-definitions?filter=release_stage=RELEASE_STAGE_COMING_SOON%20OR%20release_stage=RELEASE_STAGE_OPEN_FOR_CONTRIBUTION' \
--header 'accept: application/json' | jq -c '.component_definitions[] | if .type == "COMPONENT_TYPE_OPERATOR" then .operator_definition else .connector_definition end | {title,release_stage}'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1555 100 1555 0 0 127k 0 --:--:-- --:--:-- --:--:-- 138k
{"title":"Archetype AI","release_stage":"RELEASE_STAGE_OPEN_FOR_CONTRIBUTION"}
{"title":"List","release_stage":"RELEASE_STAGE_COMING_SOON"} Before (unimplemented components appear in console)After |
🤖 I have created a release *beep* *boop* --- ## [0.24.0-beta](v0.23.0-beta...v0.24.0-beta) (2024-03-13) ### Features * add migration script for new recipe format ([#415](#415)) ([af8a512](af8a512)) * Introduce component definition list filtering ([#410](#410)) ([08cf677](08cf677)) * revamp recipe format and implement iterator ([#405](#405)) ([1a676ff](1a676ff)) * simplify openapi_specifications to data_specifications ([#411](#411)) ([deaef9b](deaef9b)) * sort component list by score ([#412](#412)) ([2849555](2849555)) * support unimplemented release stages in component definitions ([#414](#414)) ([c235592](c235592)) ### Bug Fixes * allow incomplete configuration in includeIteratorComponentDetail(). ([#413](#413)) ([2999599](2999599)) * fix condition field bugs ([#417](#417)) ([ce720d5](ce720d5)) * fix missing error return in pipeline trigger ([a743ab1](a743ab1)) ### Miscellaneous Chores * release v0.24.0-beta ([e7373fd](e7373fd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [0.24.0-beta](v0.23.0-beta...v0.24.0-beta) (2024-03-13) ### Features * add migration script for new recipe format ([#415](#415)) ([af8a512](af8a512)) * Introduce component definition list filtering ([#410](#410)) ([08cf677](08cf677)) * revamp recipe format and implement iterator ([#405](#405)) ([1a676ff](1a676ff)) * simplify openapi_specifications to data_specifications ([#411](#411)) ([deaef9b](deaef9b)) * sort component list by score ([#412](#412)) ([2849555](2849555)) * support unimplemented release stages in component definitions ([#414](#414)) ([c235592](c235592)) ### Bug Fixes * allow incomplete configuration in includeIteratorComponentDetail(). ([#413](#413)) ([2999599](2999599)) * fix condition field bugs ([#417](#417)) ([ce720d5](ce720d5)) * fix missing error return in pipeline trigger ([a743ab1](a743ab1)) ### Miscellaneous Chores * release v0.24.0-beta ([184f64e](184f64e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [0.24.0-beta](v0.23.0-beta...v0.24.0-beta) (2024-03-13) ### Features * add migration script for new recipe format ([#415](#415)) ([af8a512](af8a512)) * Introduce component definition list filtering ([#410](#410)) ([08cf677](08cf677)) * revamp recipe format and implement iterator ([#405](#405)) ([1a676ff](1a676ff)) * simplify openapi_specifications to data_specifications ([#411](#411)) ([deaef9b](deaef9b)) * sort component list by score ([#412](#412)) ([2849555](2849555)) * support unimplemented release stages in component definitions ([#414](#414)) ([c235592](c235592)) ### Bug Fixes * allow incomplete configuration in includeIteratorComponentDetail(). ([#413](#413)) ([2999599](2999599)) * fix condition field bugs ([#417](#417)) ([ce720d5](ce720d5)) * fix missing error return in pipeline trigger ([a743ab1](a743ab1)) * fix missing param for Instill Model connector ([6d372bb](6d372bb)) ### Miscellaneous Chores * release v0.24.0-beta ([2cddefb](2cddefb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [0.24.0-beta](v0.23.0-beta...v0.24.0-beta) (2024-03-13) ### Features * add migration script for new recipe format ([#415](#415)) ([af8a512](af8a512)) * Introduce component definition list filtering ([#410](#410)) ([08cf677](08cf677)) * revamp recipe format and implement iterator ([#405](#405)) ([1a676ff](1a676ff)) * simplify openapi_specifications to data_specifications ([#411](#411)) ([deaef9b](deaef9b)) * sort component list by score ([#412](#412)) ([2849555](2849555)) * support unimplemented release stages in component definitions ([#414](#414)) ([c235592](c235592)) ### Bug Fixes * allow incomplete configuration in includeIteratorComponentDetail(). ([#413](#413)) ([2999599](2999599)) * fix condition field bugs ([#417](#417)) ([ce720d5](ce720d5)) * fix missing error return in pipeline trigger ([a743ab1](a743ab1)) * fix missing param for Instill Model connector ([6d372bb](6d372bb)) ### Miscellaneous Chores * release v0.24.0-beta ([d4e3f2b](d4e3f2b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Because
This commit
release_stage
property introduced in feat(vdp): add release stage to component definitions protobufs#283