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

[Feature] Add SDK example integrations #431

Merged
merged 16 commits into from
Mar 14, 2024
Merged

Conversation

brapoprod
Copy link
Member

@brapoprod brapoprod commented Mar 8, 2024

This PR adds examples of simple SDK integrations and validates them in the CICD pipeline
Also it includes the deprecation of the setPointer tool in toolcontroller in favour of a streamlined naming in the tool select namespace.

PR Guidelines

@brapoprod brapoprod added documentation Improvements or additions to documentation enhancement New feature or request ready for review labels Mar 8, 2024
@brapoprod brapoprod self-assigned this Mar 8, 2024
Copy link
Contributor

github-actions bot commented Mar 8, 2024

Coverage Report

Coverage report can be checked at https://cdnepgrafxstudiodev.azureedge.net/sdk/coverage/431/coverage.html

Use PR sdk package

Tarball can be downloaded from https://cdnepgrafxstudiodev.azureedge.net/sdk/dev-packages/431/studio-sdk.tgz

To use in local project, change package.json to use local tarball

"dependencies": {
    "@chili-publish/studio-sdk": "https://cdnepgrafxstudiodev.azureedge.net/sdk/dev-packages/431/studio-sdk.tgz"
}

Copy link
Contributor

github-actions bot commented Mar 8, 2024

Unit Test Results

    1 files    31 suites   39s ⏱️
285 tests 285 ✔️ 0 💤 0
289 runs  289 ✔️ 0 💤 0

Results for commit 18466db.

♻️ This comment has been updated with latest results.

Matthiee
Matthiee previously approved these changes Mar 8, 2024
examples/sdk/basic-javascript-example/integration.js Outdated Show resolved Hide resolved
examples/sdk/basic-typescript-example/src/integration.ts Outdated Show resolved Hide resolved
Co-authored-by: Matthias Beerens <3512339+Matthiee@users.noreply.github.com>
Co-authored-by: Matthias Beerens <3512339+Matthiee@users.noreply.github.com>
@brapoprod brapoprod requested a review from Matthiee March 11, 2024 08:48
.github/workflows/pr-build.yml Outdated Show resolved Hide resolved
packages/sdk/src/types/ConnectorTypes.ts Outdated Show resolved Hide resolved
Co-authored-by: Caribou (lraymond) <1528484+Dvergar@users.noreply.github.com>
psamusev
psamusev previously approved these changes Mar 13, 2024
@brapoprod brapoprod merged commit d0950f6 into main Mar 14, 2024
4 checks passed
@brapoprod brapoprod deleted the feature/add-sdk-examles branch March 14, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request ready for review
Development

Successfully merging this pull request may close these issues.

7 participants