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

Replace convertConnectionType with another function in registry(QL) #1493

Merged
merged 3 commits into from
Sep 10, 2024

Conversation

kuzmadom
Copy link
Contributor

@kuzmadom kuzmadom commented Sep 9, 2024

before:

const QLExtendedType = {
  ...generalTypes,
  myConnector: MyConnectionType
};
function customFunctionWithQLExtendedTypes(type) {
  return QLExtendedType[type];
}
registry.registerConvertConnectorTypeToQLConnectionType(convertConnectionType);

after:

const QLExtendedType = {
  ...generalTypes,
  myConnector: MyConnectionType
};
registry.setupQLConnectionTypeMap(QLExtendedType);

Copy link

github-actions bot commented Sep 9, 2024

📦 Statoscope quick diff with main-branch:

⏱ Build time: 34.7 sec (19.2%)

⚖️ Initial size: 0.00 kb (0%)

🕵️ Validation errors: 0

Full Statoscope report could be found here ↗️

Copy link

github-actions bot commented Sep 9, 2024

E2E Report is ready.

@kuzmadom kuzmadom merged commit 0328813 into main Sep 10, 2024
7 checks passed
@kuzmadom kuzmadom deleted the CHARTS-10291 branch September 10, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants