Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

chore: add release_stage property to definitions #68

Conversation

jvallesm
Copy link
Collaborator

@jvallesm jvallesm commented Mar 8, 2024

Because

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.

@jvallesm jvallesm self-assigned this Mar 8, 2024
Copy link

linear bot commented Mar 8, 2024

Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.84%. Comparing base (043d5e3) to head (761c554).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   70.84%   70.84%           
=======================================
  Files           7        7           
  Lines         758      758           
=======================================
  Hits          537      537           
  Misses        175      175           
  Partials       46       46           
Flag Coverage Δ
unittests 70.84% <ø> (ø)

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.

@jvallesm jvallesm changed the title y chore: add release_stage property to definitions Mar 8, 2024
@jvallesm jvallesm marked this pull request as ready for review March 8, 2024 16:20
@jvallesm jvallesm merged commit d3a7103 into main Mar 8, 2024
12 of 13 checks passed
@jvallesm jvallesm deleted the jvalles/ins-3737-implement-coming-soon-open-for-contributions-in branch March 8, 2024 16:23
@jvallesm
Copy link
Collaborator Author

jvallesm commented Mar 8, 2024

QA

curl --request GET \
  --url "localhost:8080/vdp/v1beta/component-definitions?filter=release_stage=RELEASE_STAGE_ALPHA" \
  --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 10285    0 10285    0     0   223k      0 --:--:-- --:--:-- --:--:--  228k
{"title":"Instill Model","release_stage":"RELEASE_STAGE_ALPHA"}
{"title":"OpenAI","release_stage":"RELEASE_STAGE_ALPHA"}
{"title":"Numbers Protocol","release_stage":"RELEASE_STAGE_ALPHA"}
{"title":"Pinecone","release_stage":"RELEASE_STAGE_ALPHA"}
{"title":"JSON","release_stage":"RELEASE_STAGE_ALPHA"}
{"title":"Redis","release_stage":"RELEASE_STAGE_ALPHA"}
{"title":"Airbyte Destination","release_stage":"RELEASE_STAGE_ALPHA"}
{"title":"BigQuery","release_stage":"RELEASE_STAGE_ALPHA"}
{"title":"Google Cloud Storage","release_stage":"RELEASE_STAGE_ALPHA"}
{"title":"Google Search","release_stage":"RELEASE_STAGE_ALPHA"}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants