-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enable specifying custom Recombee region (also updates a lot of packages and rewrites to Vite) #10
Conversation
✅ Deploy Preview for recombee-rewrite ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
with: | ||
node-version: ${{ matrix.node-version }} | ||
- run: npm ci | ||
- uses: dprint/check@v2.2 | ||
- run: npm run lint |
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.
where format :/
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.
The step above dprint/check@v2.2
checks formatting.
@@ -160,7 +160,7 @@ $ npm install | |||
$ netlify dev | |||
``` | |||
|
|||
The custom element is created with [Create React App](https://create-react-app.dev/). | |||
The custom element is created with [Vite](https://vitejs.dev/). |
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.
let's chage the screenshot for new webhooks 💪
package-lock.json
Outdated
"dprint": "^0.36.1", | ||
"eslint": "^8.41.0", | ||
"@kontent-ai/delivery-sdk": "^14.8.0", | ||
"@kontent-ai/webhook-helper": "^2.1.0", |
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.
new webhooks should be realeased soon. let's see if dependabot will announce it
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.
Dependabot only announces fixes for security issues. I don't believe that this update will be marked as such. 😄
But I updated the package anyway.
: null; | ||
}) | ||
.filter(notNull), | ||
]; | ||
return this.client.send(new Recombee.requests.Batch(requests)); | ||
return this.client.send(new Recombee.requests.Batch(requests)).then(() => {}); |
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.
nit: those looks kind of fun :D still no at level of my logging in data-ops
- update recombee client
da6ec5b
to
f41f578
Compare
Motivation
Which issue does this fix? Fixes #
issue number
If no issue exists, what is the fix or new feature? Were there any reasons to fix/implement things that are not obvious?
Checklist
How to test
If manual testing is required, what are the steps?