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

Enable specifying custom Recombee region (also updates a lot of packages and rewrites to Vite) #10

Merged
merged 5 commits into from
Apr 29, 2024

Conversation

JiriLojda
Copy link
Member

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

  • Code follows coding conventions held in this repo
  • Automated tests have been added
  • Tests are passing
  • Docs have been updated (if applicable)
  • Temporary settings (e.g. variables used during development and testing) have been reverted to defaults

How to test

If manual testing is required, what are the steps?

@JiriLojda JiriLojda requested a review from a team as a code owner March 27, 2024 17:24
Copy link

netlify bot commented Mar 27, 2024

Deploy Preview for recombee-rewrite ready!

Name Link
🔨 Latest commit f41f578
🔍 Latest deploy log https://app.netlify.com/sites/recombee-rewrite/deploys/662f83ab87117900083cc92e
😎 Deploy Preview https://deploy-preview-10--recombee-rewrite.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- uses: dprint/[email protected]
- run: npm run lint

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where format :/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The step above dprint/[email protected] 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/).

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 💪

"dprint": "^0.36.1",
"eslint": "^8.41.0",
"@kontent-ai/delivery-sdk": "^14.8.0",
"@kontent-ai/webhook-helper": "^2.1.0",

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

Copy link
Member Author

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(() => {});

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

@JiriLojda JiriLojda merged commit 43df8f4 into main Apr 29, 2024
5 checks passed
@JiriLojda JiriLojda deleted the DEVREL-1136_update_packages branch April 29, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants