Skip to content

Release/v7 #457

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

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft

Release/v7 #457

wants to merge 22 commits into from

Conversation

jkoenig134
Copy link
Member

@jkoenig134 jkoenig134 commented May 14, 2025

Readiness checklist

  • I added/updated tests.
  • I ensured that the PR title is good enough for the changelog.
  • I labeled the PR.
  • I self-reviewed the PR.

…ne completely (#456)

* feat: update controllers

* feat: update sdk

* docs: update openapi doc

* docs: add deprecation notices

* docs: better explanation why the new option is deprecated

* refactor!: completely remove the old qr code format
@jkoenig134 jkoenig134 added enhancement New feature or request breaking-change A breaking change labels May 14, 2025
mergify bot and others added 3 commits May 14, 2025 09:00
* chore: remove the qrcode object

* refactor: simplify BaseController#qrCode

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Copy link

codecov bot commented May 14, 2025

Codecov Report

Attention: Patch coverage is 69.44444% with 11 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...es/src/infrastructure/httpServer/BaseController.ts 16.66% 5 Missing ⚠️
...modules/coreHttpApi/controllers/FilesController.ts 66.66% 2 Missing ⚠️
...Api/controllers/RelationshipTemplatesController.ts 60.00% 2 Missing ⚠️
packages/sdk/src/endpoints/TokensEndpoint.ts 50.00% 1 Missing ⚠️
...odules/coreHttpApi/controllers/TokensController.ts 75.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
packages/sdk/src/endpoints/AttributesEndpoint.ts 97.34% <ø> (-0.12%) ⬇️
packages/sdk/src/endpoints/FilesEndpoint.ts 90.76% <100.00%> (ø)
...sdk/src/endpoints/RelationshipTemplatesEndpoint.ts 90.00% <100.00%> (ø)
packages/sdk/src/types/attributes/IQLQuery.ts 100.00% <ø> (ø)
...sdk/src/types/attributes/IdentityAttributeQuery.ts 100.00% <ø> (ø)
...src/types/attributes/RelationshipAttributeQuery.ts 100.00% <ø> (ø)
...attributes/ThirdPartyRelationshipAttributeQuery.ts 100.00% <ø> (ø)
packages/sdk/src/types/attributes/index.ts 100.00% <ø> (ø)
...es/requests/CanCreateRepositoryAttributeRequest.ts 100.00% <ø> (ø)
...butes/requests/CreateRepositoryAttributeRequest.ts 100.00% <ø> (ø)
... and 19 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

britsta and others added 18 commits May 14, 2025 17:09
* chore: bump Runtime to v7

* chore: remove title from RequestItem

* chore: remove validFrom and validTo

* chore: template of Relationship replaced with templateId

* chore: add validation of tags

* chore: remove onlyValid parameter from Connector routes and getValidAttributes Connector route

* chore: remove truncatedReference property from objects

* chore: remove getValidAttributes route completely

* fix: failing tests due to querying invalid tags

* fix: failing tests due to querying invalid tags

* chore: make title of File optional

* chore: incorporate review comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change A breaking change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants