Phase 1 for Node Connector#60
Open
swapnil-nagar wants to merge 2 commits into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add Phase-1 connector expansion and release prep in Connectors-NodeJS-SDK, including new generated connector clients, tests/samples, docs/version updates, and stronger coverage enforcement for hand-written runtime code.
https://github.com/Azure/azure-functions-bucees-planning/issues/1190
Changes
Added 9 new generated connector clients: DocuSign, GitHub, Jira, Microsoft Forms, Power BI, Salesforce, Shifts, Slack, and To Do, and updated generated registries/exports.
Added detailed unit tests and TypeScript ESM/CJS samples for those new connectors; fixed Teams generated type naming (NewMeetingResponse).
Updated docs and release metadata: README, CHANGELOG, GENERATION guide, and bumped package version to 0.3.0-preview.
Fixed install/build blocker by updating @types/node to a feed-available version and refreshing lockfile.
Enforced coverage for hand-written SDK runtime code (azureConnectors) at >=95% and raised it to 100% with targeted tests; final test run passed (30 suites, 322 tests).
Testing
Addedd unit tests and Samples for newly generated connectors
npm run build
npm run typecheck
npm test
npm run typecheck:samples
npm test -- --coverage --runInBand
npm test)Checklist
src/generated/(see CONTRIBUTING.md)