Lukasz Ostrowski

Results 118 issues of Lukasz Ostrowski

## Scope of the PR ## Related issues ## Checklist - [ ] I added changesets and [read good practices](/.changeset/README.md). ## Known problems - If deployment of `saleor-app-search` fails -...

App: Avatax

## Scope of the PR ## Related issues ## Checklist - [ ] I added changesets and [read good practices](/.changeset/README.md). ## Known problems - If deployment of `saleor-app-search` fails -...

By default 60s / 1gb is set by Vercel. For many endpoints this is too much, causing high cost 1. Verify each app endpoints logs to check average time and...

Similar to [Order](https://docs.saleor.io/docs/3.x/api-reference/objects/order-event) implement Events Log, that will show history of app represented by events. Example events - installed, updated, reinstalled, crashed etc Start with very simple set of events,...

change in core
RFC
Core review

Based on RFC https://github.com/saleor/saleor/issues/11905 for POC scope 1. Generate schema from pydantic class 2. generate ts from json-schema https://www.npmjs.com/package/json-schema-to-typescript 3. generate zod from json-schema https://www.npmjs.com/package/json-schema-to-zod 4. Ensure these artifacts can...

change in core

`variant.pricing` field is filled only if queries with channel set. In subscription its empty. Initial "bulk sync" sets value properly, but webhooks clear it Saleor doesn't have these fields, so...

bug
App: Search

Spike on replacing auth plugins with apps

Epic

# QA: Taxes vs. Plugin feature parity ## Context The Taxes App is a replacement for the tax plugins (namely, the Avalara plugin). We must make sure all the features...

App: Taxes

Use packages/e2e package to write smoke tests for Taxes app. For now tests are: 1. run locally 2. Assume there is an app installed with hardcoded name Setup and infra...