-
Saleor Commerce
- Warsaw
Highlights
- 5 discussions answered
Block or Report
Block or report korycins
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
newspaper Public
Forked from codelucas/newspaper
💡 News, full-text, and article metadata extraction in Python 3Python 1
-
django-prices-vatlayer Public
Forked from mirumee/django-prices-vatlayer
Vatlayer API support for django-prices
Python
-
-
mermaid Public
Forked from mermaid-js/mermaid
Generation of diagram and flowchart from text in a similar manner as markdown
JavaScript
-
saleor Public
Forked from saleor/saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and ReactJS.
Python
-
saleor-app-framework-python Public
Forked from mirumee/saleor-app-framework-python
Python Saleor App/Extension boilerplate. Batteries included.
Python
873 contributions in the last year
Activity overview
Contribution activity
April 2022
Created 12 commits in 2 repositories
Created a pull request in saleor/saleor that received 10 comments
Limit transaction mutations to be used only by apps
I want to merge this change because the transactionCreate, transactionUpdate should be only accessible by App. Impact
New migrations
New/Updated…
Opened 20 other pull requests in 2 repositories
saleor/saleor
3
open
15
merged
- Fix incorect price send to avatax
- Use event.reference instead of event.payment_id for transactions
- Add subscription for transaction action request
- Attach transactions to checkout type
- Fix for raising Permission Denied when Anonymous user calls checkout.customer field
- Use error code checkout_not_found for mutation order create from checkout
- Transaction mutations for new checkout flow
- Generic clean up for new payment flow
- Add TransactionEvent to track changes made on TransactionItem
- Add mutation to call transaction action
- Add TransactionItem model for new checkout approach
- Assign missing user to context
- Remove list from subsription payload. Use camel case for attached meta
- Fix mocks in oidc tests
- Add support for refund action request to fulfillment mutation related to return&refund
- Payment action request for order mutations
- Add payment action request hooks to payment mutations
- Payment action request: new handler in manager and webhook plugin
saleor/saleor-docs
1
open
1
merged
Reviewed 45 pull requests in 3 repositories
saleor/saleor
25 pull requests
- Limit transaction mutations to be used only by apps
- New events related to gift card changes
- Update changelog
- Tighten the schema types for output fields
- Precise timestamps for publication dates
- New events for changes related to channels
- Update address database
- Observability reporter
- Better API for fetching metadata
- Optimize stock warehouse resolver performance
- Generic clean up for new payment flow
- Benchmark tests for stock warehouse query
- Bump dependencies
- Include permissions in schema descriptions of protected fields
- Add TransactionItem model for new checkout approach
- Handle all Braintree errors
- Event category_delete added to category bulk_delete mutation
- Fix filtering product attributes by date range
- Change gateway validation in CheckoutPaymentCreate mutation
- Shipping price and zone actions for webhooks events added
- Drop distinct and icontains in favor of ilike in apps filtering
- Refactor csv filters to improve performance
-
Rename models fields from
createdtocreated_at - Fix payment flow
- Move get_webhooks_for_event to webhook utils
- Some pull request reviews not shown.