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

Remove corresponding draft order lines when variant is removing #6119

Merged

Conversation

IKarbowiak
Copy link
Member

@IKarbowiak IKarbowiak commented Sep 11, 2020

When the variant is removing, the corresponding draft order lines too.

Impact

  • New migrations
  • New/Updated API fields or mutations
  • Deprecated API fields or mutations
  • Removed API types, fields, or mutations
  • Documentation needs to be updated

Pull Request Checklist

  • Privileged queries and mutations are guarded by proper permission checks
  • Database queries are optimized and the number of queries is constant
  • Database migration files are up to date
  • The changes are tested
  • GraphQL schema and type definitions are up to date
  • Changes are mentioned in the changelog

@github-actions github-actions bot temporarily deployed to removing-variant-removes-corresponding-draft-order-lines September 11, 2020 05:56 Inactive
@IKarbowiak IKarbowiak force-pushed the removing-variant-removes-corresponding-draft-order-lines branch from 5d9e860 to 03c0339 Compare September 11, 2020 06:32
@github-actions github-actions bot temporarily deployed to removing-variant-removes-corresponding-draft-order-lines September 11, 2020 06:33 Inactive
@codecov
Copy link

codecov bot commented Sep 11, 2020

Codecov Report

Merging #6119 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6119      +/-   ##
==========================================
+ Coverage   91.80%   91.81%   +0.01%     
==========================================
  Files         390      390              
  Lines       25673    25715      +42     
  Branches     2414     2414              
==========================================
+ Hits        23568    23610      +42     
  Misses       1519     1519              
  Partials      586      586              
Impacted Files Coverage Δ
saleor/graphql/product/bulk_mutations/products.py 97.66% <100.00%> (+0.11%) ⬆️
saleor/graphql/product/mutations/products.py 95.73% <100.00%> (+0.10%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8252623...ffeed09. Read the comment docs.

@github-actions github-actions bot temporarily deployed to removing-variant-removes-corresponding-draft-order-lines September 11, 2020 06:41 Inactive
@db-queries
Copy link

db-queries bot commented Sep 11, 2020

Here is the report for ffeed09 (mirumee/saleor @ removing-variant-removes-corresponding-draft-order-lines)
Base comparison is 8252623.

**Found 1 differences!** (click me)

# saleor.graphql.accountbenchmark account
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  delete staff members                                       	         32	         32	              0
  query staff user                                           	         20	         20	              4
  staff create                                               	         22	         22	              4
  staff update groups and permissions                        	         33	         33	              5

# saleor.graphql.accountbenchmark permission group
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  permission group create                                    	         19	         19	              2
  permission group delete                                    	         20	         20	              3
  permission group query                                     	          7	          7	              0
  permission group update                                    	         33	         33	              1
  permission group update remove users with manage staff     	         27	         27	              3

# saleor.graphql.checkoutbenchmark checkout mutations
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  add billing address to checkout                            	         72	         72	             42
  add shipping to checkout                                   	         50	         50	             19
  checkout email update                                      	         41	         41	             21
  checkout payment charge                                    	         38	         38	             10
  checkout shipping address update                           	         58	         58	             19
  checkout voucher code                                      	         85	         85	             53
- complete checkout                                          	        118	        119	             25
  create checkout                                            	        130	        130	             64
  update checkout lines                                      	        114	        114	             54

# saleor.graphql.checkoutbenchmark homepage
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  user checkout details                                      	         51	         51	             27

# saleor.graphql.menubenchmark homepage
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  retrieve main menu                                         	          5	          5	              0
  retrieve secondary menu                                    	          5	          5	              0

# saleor.graphql.orderbenchmark order
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  user order details                                         	         17	         17	              3

# saleor.graphql.productbenchmark category
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  category view                                              	         18	         18	              1

# saleor.graphql.productbenchmark collection
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  collection view                                            	         17	         17	              0

# saleor.graphql.productbenchmark homepage
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  featured products list                                     	         14	         14	              0
  retrieve product list                                      	          5	          5	              0

# saleor.graphql.productbenchmark product
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  product details                                            	         16	         16	              0
  retrieve product attributes                                	          7	          7	              0

# saleor.graphql.productbenchmark variant
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  product variant bulk create                                	         47	         47	              2
  retrieve variant list                                      	         18	         18	              2

# saleor.graphql.productbenchmark variant stocks
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  product variants stocks create                             	         22	         22	              5
  product variants stocks delete                             	         19	         19	              5
  product variants stocks update                             	         27	         27	              5

# saleor.graphql.producttest product sorting attributes
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  sort product not having attribute data                     	         20	         20	              0

# saleor.graphql.shopbenchmark homepage
  test name                                                  	left count 	right count	duplicate count
  -----------------------------------------------------------	-----------	-----------	---------------
  retrieve shop                                              	          2	          2	              0

@IKarbowiak IKarbowiak self-assigned this Sep 11, 2020
@IKarbowiak IKarbowiak requested a review from a team September 11, 2020 06:58
Copy link
Member

@maarcingebala maarcingebala left a comment

Choose a reason for hiding this comment

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

I think we need this logic in a few more places:

  • productVariantBulkDelete mutation
  • deleting a product, its variant will be deleted as well
  • on deleting product types, as it also removes products

If it's problematic for some reasons, we don't have to cover all cases in this one PR, but we will need to have a task for that.

saleor/graphql/product/mutations/products.py Outdated Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to removing-variant-removes-corresponding-draft-order-lines September 11, 2020 09:10 Inactive
@github-actions github-actions bot temporarily deployed to removing-variant-removes-corresponding-draft-order-lines September 11, 2020 09:35 Inactive
@github-actions github-actions bot temporarily deployed to removing-variant-removes-corresponding-draft-order-lines September 11, 2020 10:12 Inactive
@IKarbowiak IKarbowiak force-pushed the removing-variant-removes-corresponding-draft-order-lines branch from 756f481 to 4c7f1bf Compare September 11, 2020 10:46
@github-actions github-actions bot temporarily deployed to removing-variant-removes-corresponding-draft-order-lines September 11, 2020 10:47 Inactive
@github-actions github-actions bot temporarily deployed to removing-variant-removes-corresponding-draft-order-lines September 11, 2020 11:15 Inactive
@maarcingebala maarcingebala merged commit e613538 into master Sep 11, 2020
@maarcingebala maarcingebala deleted the removing-variant-removes-corresponding-draft-order-lines branch September 11, 2020 12:12
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.

None yet

3 participants