Dominik Żegleń
e55805a79d
Add zip code exclusion ( #877 )
...
* Clean up stories
* Add missing props
* Add zip codes section (#861 )
* Add zip code listing
* Add list wrapping
* Update snapshots
* Set up API data
* Fix lgtm warning
* Update snapshots
* Run Actions on all PR
* Checks on PR
* Test envs on PR
* Cleanup action on PR
* Update messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* Add zip code range dialog
* Fix path management
* Use query params to handle modal actions
* Allow zip codes to be assigned to shipping method
* Make params optional
* Fix types
* Add zip code deletion (#871 )
* Add zip code range dialog
* Fix path management
* Use query params to handle modal actions
* Allow zip codes to be assigned to shipping method
* Make params optional
* Fix types
* Clean up urls
* Add zip code range delete action
* Update snapshots and messages
* Update testing and changelog
* Update schema
* Simplify code
* Refresh zip code list after assigning them
* Update view after zip code deletion
* Update types and snapshots
* Update snapshots
* Fix error message, checkbox default value (#880 )
* Fix error message, checkbox default value
* Update snapshots
* Use price instead of weight variant
* Update schema and types
* Hide exclude/include zip codes section
* Update stories
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Tomasz Szymański <lime129@gmail.com>
2020-12-01 16:42:25 +01:00
Dawid Tarasiuk
eb351b396a
Refunds ( #870 )
...
* 1721 - add refunds miscellaneous view (#860 )
* Create new page for Miscellaneous Refunds
* Replace refund order dialog with dedicated page
* Add data test ids
* Update order details view for refunds (#874 )
* 1719 - add refund entry to order history (#875 )
* Add refund order history entry
* Update refund event with the right query
* 1722 - add refunds product view (#873 )
* Create new page for Miscellaneous Refunds
* Replace refund order dialog with dedicated page
* Add data test ids
* Create refund products table
* Implement refund products view
* Update refund mutation with product lines input
* Fix products quantities on refund page
* Fix order refund submission
* Fix products refund submission input variables
* Filter out fulfillments on refund page
* Update refund page in storybook
* Fix test snapshots after wrong refunds rebase
* Set max refund as captured amount
* Refund queries adjustments
* Display refund values with nullish coalescing operator
* Update test snapshots with refunds
* Refactor order refund values calculation
* Create and use refund order line fragment
* Use old simple refund mutation for miscellaneous refund
* Submit for refund only lines with non-zero quantity set
* Fix showing refund error
* Fix refund details on order details page (#879 )
* Update order details view for refunds (#874 )
* 1719 - add refund entry to order history (#875 )
* Add refund order history entry
* Update refund event with the right query
* 1722 - add refunds product view (#873 )
* Create new page for Miscellaneous Refunds
* Replace refund order dialog with dedicated page
* Add data test ids
* Create refund products table
* Implement refund products view
* Update refund mutation with product lines input
* Fix products quantities on refund page
* Fix order refund submission
* Fix products refund submission input variables
* Filter out fulfillments on refund page
* Update refund page in storybook
* Fix test snapshots after wrong refunds rebase
* Set max refund as captured amount
* Refund queries adjustments
* Display refund values with nullish coalescing operator
* Update test snapshots with refunds
* Refactor order refund values calculation
* Create and use refund order line fragment
* Use old simple refund mutation for miscellaneous refund
* Submit for refund only lines with non-zero quantity set
* Fix showing refund error
* Add missing refund amount to order history
* Merge repeated order lines in fulfillment lines
* Update order history events types and test snapshots
* Update changelog with refunds changes
2020-12-01 14:13:05 +01:00
Krzysztof Wolski
07f8f4b0b8
Order confirmation ( #840 )
...
* Order confirmed webhook
* Add status chip component and update order details page header
* refactor
* refactor and update types
* Remove rebase leftovers
* Create order settings page
* Add order setting query
* Connct order settings view with api
* Show order settings update error message
* Popup menu routing to order settings
* Fix circular import error with order settings form types
* Update order settings story
* Update order settings messages
* wip
* Add order confirm mutation and types
* Add confirm order feature to order details
* Update global types
* refactor after review
* refactor after review
* update types
* Revert settings menu removal
* Add changelog entry
Co-authored-by: Tomasz Szymanski <lime129@gmail.com>
Co-authored-by: Magdalena Markusik <magdalena.markusik@mirumee.com>
Co-authored-by: Dawid Tarasiuk <tarasiukdawid@gmail.com>
2020-11-30 14:19:57 +01:00
Marek Choiński
9069b6bc80
Saleor 1680 add shipping methods to translation section ( #864 )
...
* Add update shipping method translations query
* Added queries and types for shipping method translation tab
* Fix tab view for shipping method
* Fix query and view for shipping method
* Revert password credentials type any
* Update storybook
* Update locale
* Update CHANGELOG.md
2020-11-27 16:53:48 +01:00
Dawid Tarasiuk
fc02fce701
Page types ( #807 )
...
* Create attribute class selector
* Use ProductAttributeType to check if product is simple or with variants
* Allow attribute class selection only during its creation
* Update attribute type selection translations
* Show only product attributes in columns picker on product list view
* Cleanups in Attribute Organization component
* Create Page Types list page
* Create content management section in settings
* Implement page types list view
* Remove unused imports from page type list
* Updatte page type list style
* Remove legacy code from page type list component
* Update PageTypeListPage component
* Create Page Types details page
* Fix page type attribute reordering
* Implement PageType create view
* Implement PageType update view
* gUpdate page type details components
* Fix page type update component
* Update page type components stories
* Update page type errors handling
* Update page type details view
* Create Page Types details page
* Implement PageType create view
* Update product attribute assignment mutations
* Add page types attribute assignment mutations
* Add page types attribute assignment handling
* Temporarily fix page create mutation
* Update page type error messages
* Remove legacy storybook page type stories
* Update attribute assignment dialogs stories
* Update page type details error handling
* Update props for page type components
* Create attribute class selector
* Implement page types list view
* Add page type selector on page create and details views
* Add attributes list to page details views
* Update page types list
* Use attribute errors for attributes muatations
* Save attribute values on page create and update
* Update messages for page view
* Update page attributes fragment
* Use AttributeError in AttributeBulkDelete
* Update page type and its attribute selection
* Handle page types deleting
* Update page types deleting messages
* Handle page types attribute reorder
* Fix PageOrganizeContent component types
* Update graphqql types
* Fix page fixture
* Update messages
* Update test snapshots
* Pass pageTypes to PageForm
* Update changelog with page type addition note
* Update package-lock
* Update test snapshots
* Fix malformed generated type
* Update messages after rebase
2020-11-19 15:42:14 +01:00
Marcin Gębala
1d8f912fc6
Update changelog
2020-11-13 11:39:22 +01:00
Marcin Gębala
38d3386045
Update after release
2020-11-04 12:32:10 +01:00
Dominik Żegleń
d16cf2c6da
Merge branch 'master' into SALEOR-1403-cannot-fulfill-order-when-product-quantity-is-one
2020-11-03 12:15:39 +01:00
Dominik Żegleń
e39f24cc0c
Merge branch 'master' into lush-collection-load-more
2020-10-30 15:38:37 +01:00
dominik-zeglen
ec25e521df
Update changelog
2020-10-30 15:01:29 +01:00
Grzegorz Derdak
e14b144636
Merge branch 'master' into SALEOR-1403-cannot-fulfill-order-when-product-quantity-is-one
2020-10-30 14:13:02 +01:00
Grzegorz Derdak
9036294491
Changes after code review
2020-10-23 13:21:04 +02:00
dominik-zeglen
f65ef4d39b
Update changelog
2020-10-23 12:28:14 +02:00
Grzegorz Derdak
41a749d5af
Update CHANGELOG.md
2020-10-22 12:03:18 +02:00
Magdalena Markusik
f38cb690de
update changelog
2020-10-19 13:08:14 +02:00
Dawid Tarasiuk
7e8f5373a1
Update changelog
2020-10-15 15:23:05 +02:00
Krzysztof Wolski
6275f257ac
Locale and changelog
2020-10-13 18:10:55 +02:00
Dawid Tarasiuk
0423b24716
Update changelog
2020-10-08 13:51:21 +02:00
Dawid Tarasiuk
46cadf0c48
Merge pull request #713 from mirumee/fix/no-warehouses-in-variant-creator
...
Add no warehouses info when working with stock quantities
2020-10-08 12:42:10 +02:00
Dawid Tarasiuk
8dcb263cd3
Update product type test snapshot
2020-10-02 12:50:58 +02:00
Dawid Tarasiuk
9d306863f0
Update changelog
2020-09-28 14:46:56 +02:00
Dawid Tarasiuk
4cb5a1114c
Update changelog
2020-09-28 14:40:53 +02:00
Marcin Gębala
7e24e4a14f
Merge pull request #720 from mirumee/feat/add-slug-to-seo-form
...
Add slug field to category, product, collection & page details
2020-09-25 18:44:08 +02:00
Marcin Gębala
55d748e3c6
Merge pull request #731 from mirumee/revert-menu
...
Revert menu
2020-09-25 18:16:18 +02:00
Magdalena Markusik
8f43226e95
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-25 17:41:58 +02:00
Dominik Żegleń
b571eef598
Merge pull request #728 from mirumee/add/taxes-per-product
...
Allow taxes to be configured per product
2020-09-25 17:28:56 +02:00
Marcin Gębala
cf91edaaf9
Revert "Merge pull request #697 from mirumee/ref/sidebar"
...
This reverts commit b1623eaaf5
, reversing
changes made to 14da39ebfa
.
2020-09-25 16:45:27 +02:00
mmarkusik
c8e06812e6
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-25 15:39:05 +02:00
Tomasz Szymański
4cecf238d6
Allow product variant to be set as default ( #721 )
...
* Add drag-and-drop to allow variants reordering
* Handle variants reordering
* Allow product variant to be set as default
* Display default variant and perform refresing after set
* Move ProductVariantSetDefault to separate component
* Changes to new schema
Co-authored-by: Dawid Tarasiuk <tarasiukdawid@gmail.com>
2020-09-25 14:33:01 +02:00
dominik-zeglen
5b6a420199
Update changelog, stories and messages
2020-09-24 13:49:49 +02:00
Dawid Tarasiuk
c43014e375
Update changelog
2020-09-23 17:59:11 +02:00
mmarkusik
8093876c7b
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-23 09:39:29 +02:00
mmarkusik
ce77c9df10
Fix strings containing "informations" ( #722 )
...
* update
* update changelog
Co-authored-by: Magdalena Markusik <magdalena.markusik@mirumee.com>
2020-09-22 18:04:06 +02:00
mmarkusik
c7124ffc41
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-22 09:58:33 +02:00
Magdalena Markusik
977fbce34c
update changelog
2020-09-21 17:02:17 +02:00
Dominik Żegleń
a78af2b9db
Merge branch 'master' into fix/avatar-change-button
2020-09-21 11:12:56 +02:00
Dawid Tarasiuk
b39183da93
Update changelog
2020-09-21 10:34:33 +02:00
Dawid Tarasiuk
865c9ad3b5
Update changelog
2020-09-18 17:01:36 +02:00
Dawid Tarasiuk
45d33c3920
Fix return to previous page on screen size change ( #710 )
...
* Fix header responsiveness
* Update changelog
2020-09-18 15:08:50 +02:00
Dawid Tarasiuk
40d27a9280
Merge pull request #711 from mirumee/fix/order-details-update
...
Fix updating order details on address change
2020-09-17 16:16:21 +02:00
Dawid Tarasiuk
f3f6143f87
Update changelog
2020-09-15 18:08:29 +02:00
Dominik Żegleń
2600767431
Add error info when fetching taxes ( #701 )
...
* Add error info
* Update changelog
2020-09-15 14:03:39 +02:00
dominik-zeglen
39425b9f36
Update changelog and messages
2020-09-09 12:59:48 +02:00
Marcin Gębala
984e794fd9
Merge branch 'master' into feature/update-default-decimal-places
2020-09-09 11:33:54 +02:00
Dawid Tarasiuk
0a3c9146e6
Update changelog
2020-09-08 16:26:26 +02:00
AlicjaSzu
90057a9536
update changelog
2020-09-07 13:06:00 +02:00
dominik-zeglen
08b9fb50e3
Update changelog
2020-09-04 16:12:50 +02:00
dominik-zeglen
9ff8f0fafe
Update changelog
2020-09-04 13:06:04 +02:00
dominik-zeglen
4780d8fb79
Update changelog
2020-09-03 19:03:32 +02:00
AlicjaSzu
eba4ba2edf
update VisibilityCard component ( #679 )
...
* update VisibilityCard component
* add visibleInListings in Product
* update mutations and types with visibleInListings
* update ProductExportDialogInfo with availableForPurchase
* update defaultMessages
* update useDateLocalize hook
* update cypress tests
* update orders with availability info
* revert cypress changes
* update changelog
* update product update handlers
* fix VisibilityCard styles
* create AvailabilityCard component
* update defaultMessages
* update snapshots and messages
* fix ProductCreatePage form data types
* update defaultMessages
2020-09-03 12:25:16 +02:00
Dominik Żegleń
bba1840b92
Merge branch 'master' into metadata/create-views
2020-09-02 17:41:54 +02:00
dominik-zeglen
06ba16ee58
Update changelog
2020-09-02 11:43:34 +02:00
dominik-zeglen
cddb73d0ca
Update changelog
2020-09-01 17:42:25 +02:00
Dominik Żegleń
7770ae34df
Add metadata ( #670 )
...
* Add metadata editor component
* Add tests
* Fix plurals
* Use pascal case in selectors
* Update product metadata
* Add metadata handler decorator
* Update snapshots
* wip
* Remove operation provider component
* Add metadata to collections
* Add metadata editor to variant
* Add metadata editor to categories
* Add metadata to product types
* Simplify code
* Add metadata to attributes
* Drop maybe
* Rename Metadata to MetadataFragment
* Update changelog and snapshots
2020-08-28 14:45:11 +02:00
dominik-zeglen
4f4c4bb0da
Update changelog
2020-08-26 11:51:00 +02:00
dominik-zeglen
7ce0b6c3b3
Update changelog
2020-08-24 12:45:23 +02:00
Dominik Żegleń
1badb8a1e2
Merge branch 'master' into fix/navigator-button
2020-08-20 16:39:51 +02:00
Krzysztof Wolski
6f3c8647f0
Merge branch 'master' into fix/unassign_user
2020-08-20 14:13:48 +02:00
dominik-zeglen
7cdb120d38
Update messages and changelog
2020-08-18 16:20:52 +02:00
dominik-zeglen
cb775a9cb3
Update changelog
2020-08-18 16:10:21 +02:00
Dominik Żegleń
cc2fb0ae4e
Fix updating product that has no variants ( #649 )
...
* Fix updating product that has no variants
* Update changelog
2020-08-18 16:09:01 +02:00
dominik-zeglen
e9d5462d08
Update changelog
2020-08-18 12:06:36 +02:00
Dominik Żegleń
8f64d8b8fb
Do not use devserver to run cypress tests ( #650 )
...
* Do not use devserver to run cypress tests
* Update changelog
2020-08-18 10:22:39 +02:00
dominik-zeglen
42d01e600d
Update changelog
2020-08-13 16:44:07 +02:00
dominik-zeglen
12ddf1f31a
Update changelog
2020-08-13 13:28:58 +02:00
dominik-zeglen
c0b19da229
Update changelog
2020-08-12 14:55:50 +02:00
dominik-zeglen
7e3ad3ba56
Update changelog
2020-08-12 14:54:14 +02:00
dominik-zeglen
40dc1d9dbb
Update changelog
2020-08-12 12:49:06 +02:00
dominik-zeglen
0e0b90e3bd
Update changelog
2020-08-12 11:28:47 +02:00
Vladimir Romashchenko
895f10f772
Reverted changes to changelog.md
2020-08-11 20:08:06 -04:00
Vladimir Romashchenko
1480a4478c
Added fix in changelog
2020-08-11 04:03:39 -04:00
dominik-zeglen
dbbe2d7287
Update snapshots, messages and changelog
2020-08-10 15:12:21 +02:00
dominik-zeglen
e530429427
Update changelog
2020-07-30 14:28:42 +02:00
Dominik Żegleń
df5aea6200
Add product export ( #620 )
...
* Add component backbone
* Make step component generic and typed
* Add step tabs
* Add settings view
* Encapsulate all dialog components in one directory
* Move types to separate file
* Add mutations
* Use gql types
* Add error handling
* Do not keep separate types file
* Allow products to be exported
* Fix types
* Update snapshots
* Update to latest schema
* Add disabled option
* Use wizard hook
* Update type definitions
* Queue export check task
* Fix bug causing jobs to be endless and duplicated
* Fix minor bugs
* Add accordion component
* Allow selection of fields to be exported
* Add attribute export
* Update snapshots
* Update messages
* Update changelog
* Add missing key
* Add quick peek to accordioin
* Sort imports
* Remove unused files
* Add chiips to attribute selection
* Change menu positioning
* Add product counter
* Add select all option
* Update snapshots
* Update messages
* Remove unused import
* Add chips
* Add test tags
* Update snapshots
* Change number of max chips
* Add accordion tags
* Update messages
2020-07-30 11:54:16 +02:00
dominik-zeglen
9d4398a6c8
Update changelog
2020-07-27 13:25:29 +02:00
AlicjaSzu
211b0b892d
Apps ( #599 )
...
* create Apps view
* create more app components, generate types and messages
* apps refactor, update snapshots
* show error message in tooltip when app installation fail
* update apps components and view, add apps list to storybook
* update defaultMessages
* create app details view
* update AppListPage with Skeleton component
* create app activate/deactivate dialogs, create app details stories
* add AppHeader to AppDetailsPage
* update defaultMessages
* update AppDetails view and components after review
* create custom app details view
* refactor webhooks
* update webhooks fixtures
* update WebhookDetailsPage story
* update strings
* create CustomAppCreate view and components
* update AppListPage story
* create AppInstall view and page
* handle errors in AppInstall view
* update defaultMessages
* add AppInstallPage to storybook
* add status prop to MessageManager
* update defaultMessages
* remove service account section
* remove service account routes
* remove as operator from notify status
* add notifications for app installations
* update styles for deactivated app
* update app installations with local storage
* update defaultMessages
* AppInstall update
* dd delete button to ongoin installations table
* fix active installations condition
* fix error messages in AppsList
* update defaultMessages
* add iframe to AppDetailsPage
* create AppDetailsSettingsPage
* install macaw-ui
* apps styles clean up
* update schema, fixtures
* few apps updates
* WebhookCreate - fix onBack button name
* WebhookCreatePage story update
* rename apps table from external to thirdparty
* update defaultMessages
* fix test, update snapshots
* AppDetailsSettings - add token to headers
* fix first number in local apps query
* app details settings - use shop domain host
* add onSettingsRowClick to InstalledApps
* resolve conflicts
* update changelog and messages
* add noopener noreferrer do app privacy link
* update snapshots
* update snapshots
* updates after review
* update defaultMessages
* CustomAppDetails - add missing notify status
2020-07-22 12:54:15 +02:00
Krzysztof Wolski
c778c200ed
Move from test cafe to Cypress ( #584 )
...
* Typo
* Add cypress config
* Login and logout tests
* Typo
* Add basic test for warehouse
* Wrong password test
* Fixes and docs
* Remove testcafe
* Add gh action
* Update changelog
* Fix typo
* Update msgs
* Work on GH action
* Record artifacts
* Fix warehouse test
2020-07-20 11:42:44 +02:00
dominik-zeglen
c09fc4ce00
Apply fixes from 2.10.1
2020-07-16 13:48:00 +02:00
Dawid Tarasiuk
5b69669fe5
Update changelog
2020-07-08 10:45:21 +02:00
dominik-zeglen
db52c9548e
Update changelog
2020-07-07 16:05:58 +02:00
Dominik Żegleń
9a7c8553e5
Merge pull request #588 from mirumee/fix/task-queue
...
Handle task failure and fix task duplication
2020-07-06 19:05:15 +02:00
dominik-zeglen
48bb868a01
Update changelog
2020-07-06 16:36:00 +02:00
AlicjaSzu
372929218d
update changelog with notifications migrate
2020-07-06 12:50:18 +02:00
dominik-zeglen
c57598fb09
Update changelog
2020-06-26 13:09:56 +02:00
Dawid Tarasiuk
2d55cb85e1
Update changelog
2020-06-16 18:46:43 +02:00
dominik-zeglen
539f72150d
Update changelog
2020-05-25 12:06:37 +02:00
Dominik Żegleń
355fe30715
Merge branch 'master' into fix/network-error
2020-05-11 18:49:20 +02:00
dominik-zeglen
34c78b7da3
Update changelog
2020-05-11 17:25:18 +02:00
dominik-zeglen
101341c1c5
Update changelog
2020-05-08 16:01:49 +02:00
Marcin Gębala
807f9c193b
Bump version
2020-05-07 13:53:52 +02:00
dominik-zeglen
170130eb21
Update changelog
2020-05-07 13:48:16 +02:00
dominik-zeglen
f58ee61ca5
Update changelog
2020-05-07 13:21:37 +02:00
dominik-zeglen
f969ddf376
Update messages and changelog
2020-05-04 18:07:02 +02:00
Marcin Gębala
4f45a6e14a
Bump version
2020-05-04 15:20:53 +02:00
dominik-zeglen
be1750530c
Update changelog
2020-04-28 16:33:12 +02:00
Krzysztof Wolski
082a12e0b8
Permission groups section ( #406 )
...
* Add permission groups 👪
2020-04-23 17:43:08 +02:00
Gabriel L Martinez
7226a58688
Merge branch 'master' into fix/changing-sorting-option-should-reset-pagination
2020-04-15 07:55:34 -04:00
Gabriel L Martinez
21b43295b1
Merge branch 'master' into fix/sending-invalid-ids-to-grid-attributes-request
2020-04-14 06:17:43 -04:00
Gabriel L Martinez
c800de35fc
Merge branch 'master' into fix/changing-sorting-option-should-reset-pagination
2020-04-14 06:16:41 -04:00
Gabriel L Martinez
5095cfef69
Update CHANGELOG.md to include the fix
2020-04-10 20:52:28 -04:00