-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat(accept-blue): fix pagination for blogs #562
Conversation
WalkthroughThe pull request introduces version 2.2.0 of the Changes
Sequence DiagramsequenceDiagram
participant Vendure
participant AcceptBlueService
participant AcceptBlueClient
Vendure->>AcceptBlueService: Create/Update Subscription
AcceptBlueService->>AcceptBlueService: Map Customer Input
AcceptBlueService->>AcceptBlueClient: Upsert Customer
AcceptBlueClient-->>AcceptBlueService: Customer Details
AcceptBlueService-->>Vendure: Subscription Created
Possibly related PRs
Suggested reviewers
Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
packages/vendure-plugin-accept-blue/package.json
is excluded by!**/*.json
📒 Files selected for processing (7)
packages/vendure-plugin-accept-blue/CHANGELOG.md
(1 hunks)packages/vendure-plugin-accept-blue/src/api/accept-blue-client.ts
(4 hunks)packages/vendure-plugin-accept-blue/src/api/accept-blue-service.ts
(3 hunks)packages/vendure-plugin-accept-blue/src/types.ts
(2 hunks)packages/vendure-plugin-accept-blue/test/accept-blue.spec.ts
(9 hunks)packages/vendure-plugin-accept-blue/test/dev-server.ts
(2 hunks)packages/vendure-plugin-accept-blue/test/helpers/test-subscription-strategy.ts
(0 hunks)
💤 Files with no reviewable changes (1)
- packages/vendure-plugin-accept-blue/test/helpers/test-subscription-strategy.ts
👮 Files not reviewed due to content moderation or server errors (4)
- packages/vendure-plugin-accept-blue/test/dev-server.ts
- packages/vendure-plugin-accept-blue/src/types.ts
- packages/vendure-plugin-accept-blue/src/api/accept-blue-client.ts
- packages/vendure-plugin-accept-blue/test/accept-blue.spec.ts
⏰ Context from checks skipped due to timeout of 90000ms (20)
- GitHub Check: packages/vendure-plugin-stripe-subscription/
- GitHub Check: packages/vendure-plugin-stock-monitoring/
- GitHub Check: packages/vendure-plugin-shipping-extensions/
- GitHub Check: packages/vendure-plugin-shipmate/
- GitHub Check: packages/vendure-plugin-sendcloud/
- GitHub Check: packages/vendure-plugin-public-customer-groups/
- GitHub Check: packages/vendure-plugin-primary-collection/
- GitHub Check: packages/vendure-plugin-popularity-scores/
- GitHub Check: packages/vendure-plugin-picqer/
- GitHub Check: packages/vendure-plugin-picklist/
- GitHub Check: packages/vendure-plugin-myparcel/
- GitHub Check: packages/vendure-plugin-multiserver-db-sessioncache/
- GitHub Check: packages/vendure-plugin-modify-customer-orders/
- GitHub Check: packages/vendure-plugin-coinbase/
- GitHub Check: packages/vendure-plugin-anonymized-order/
- GitHub Check: packages/vendure-plugin-admin-ui-helpers/
- GitHub Check: packages/vendure-plugin-admin-social-auth/
- GitHub Check: packages/util/
- GitHub Check: packages/test/
- GitHub Check: Prettier formatting
🔇 Additional comments (1)
packages/vendure-plugin-accept-blue/CHANGELOG.md (1)
1-4
: LGTM!The changelog entry accurately describes the changes made to the customer details update functionality.
Description
2.2.0 (2025-01-14)
Checklist
📌 Always:
👍 Most of the time:
📦 For publishable packages:
package.json
CHANGELOG.md