-
Notifications
You must be signed in to change notification settings - Fork 32
Feature/unit tests for integrations #620
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
7bb73a2
chore: update package-lock
lukasz-hycom 4a8489e
chore: add AGENTS.md, CLAUDE.md, and .claude to .gitignore
lukasz-hycom 3652b34
feat(zendesk): add testing support with Vitest and implement unit tes…
lukasz-hycom 9f8cb8e
Merge branch 'main' of https://github.com/o2sdev/openselfservice into…
lukasz-hycom 4d922a3
feat(algolia): add Vitest support and implement unit tests for Search…
lukasz-hycom 62e0948
feat(redis): add Vitest support and implement unit tests for RedisCac…
lukasz-hycom 6c695b5
Merge remote-tracking branch 'origin/main' into feature/unit-tests-fo…
marcinkrasowski 3222fc8
chore(deps): updated lock file
marcinkrasowski 0e06bf2
chore(deps): enable test coverage and update lock file with new depen…
marcinkrasowski c3b647d
chore(ci): configure additional coverage reporters and optimize cover…
marcinkrasowski 2769262
feat(medusajs): add Vitest configuration and implement unit tests for…
lukasz-hycom 6d44cd9
chore(ci): add script for merging coverage-summary files and update r…
marcinkrasowski 8ff44b3
fix(medusajs): correct total count in mapServices and update error me…
lukasz-hycom 39c1c72
Merge branch 'feature/unit-tests-for-integrations' of https://github.…
lukasz-hycom 9dc1b31
feat(tests): add Vitest configuration and unit tests for Contentful a…
lukasz-hycom f11a0f6
fix(graphql): update import path for Strapi generated types
lukasz-hycom d22cfbf
Merge branch 'main' of https://github.com/o2sdev/openselfservice into…
lukasz-hycom 174b88c
chore(integration-tests): add changeset
lukasz-hycom f4adc8c
chore(deps): update package-lock file
lukasz-hycom 2a14738
Merge branch 'main' of https://github.com/o2sdev/openselfservice into…
lukasz-hycom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| '@o2s/integrations.contentful-cms': minor | ||
| '@o2s/integrations.strapi-cms': minor | ||
| '@o2s/integrations.medusajs': minor | ||
| '@o2s/integrations.algolia': minor | ||
| '@o2s/integrations.zendesk': minor | ||
| '@o2s/integrations.redis': minor | ||
| --- | ||
|
|
||
| Across the integrations (Contentful, Strapi, Algolia, Medusa, Redis, Zendesk) tests cover primarily the service and mapper layers (including error handling), verifying configuration, request shaping and delegation to SDK/clients. |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,6 +33,10 @@ yarn-error.log* | |
| .idea | ||
| .vscode | ||
| .cursor | ||
| agent-os | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| .claude | ||
|
|
||
| # Local history | ||
| .lh | ||
|
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.