Dominik Żegleń
|
a78af2b9db
|
Merge branch 'master' into fix/avatar-change-button
|
2020-09-21 11:12:56 +02:00 |
|
Dawid Tarasiuk
|
8d9162cd1d
|
Update test snapshots
|
2020-09-21 10:34:34 +02:00 |
|
Dawid Tarasiuk
|
88b8950408
|
Add drag-and-drop to allow variants reordering
|
2020-09-21 10:33:24 +02:00 |
|
Dawid Tarasiuk
|
e474f90a8e
|
Update test snapshots
|
2020-09-18 17:01:36 +02:00 |
|
Magdalena Markusik
|
7631a7a281
|
Merge branch 'master' into feat/add-slug-to-seo-form
|
2020-09-18 15:35:22 +02:00 |
|
Dawid Tarasiuk
|
62b5219af8
|
Update translations
|
2020-09-18 11:42:36 +02:00 |
|
dominik-zeglen
|
668290d500
|
Update snapshots
|
2020-09-09 13:21:29 +02:00 |
|
dominik-zeglen
|
1e1bb03b4e
|
Update fixtures
|
2020-09-04 13:06:03 +02:00 |
|
dominik-zeglen
|
488a2a02ff
|
Update snapshots
|
2020-09-04 13:06:02 +02:00 |
|
AlicjaSzu
|
7d5d3698e8
|
update snapshots
|
2020-09-03 16:19:47 +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
|
0f3b061f18
|
Add payment authorized event
|
2020-09-02 11:57:48 +02:00 |
|
dominik-zeglen
|
d720389ba7
|
Update order history information
|
2020-09-02 11:43:33 +02:00 |
|
dominik-zeglen
|
6181b1139c
|
Update snapshots
|
2020-09-01 17:31:13 +02:00 |
|
dominik-zeglen
|
7bb5ca231b
|
Update changelog and snapshots
|
2020-09-01 17:14:42 +02:00 |
|
dominik-zeglen
|
0abf151073
|
Update snapshots
|
2020-09-01 17:13:50 +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 Żegleń
|
265c8bc0ca
|
Merge pull request #664 from mirumee/add/data-test-filters
Add test ids to filters
|
2020-08-27 16:56:00 +02:00 |
|
dominik-zeglen
|
affb8e031b
|
Use pascal case
|
2020-08-24 16:23:45 +02:00 |
|
dominik-zeglen
|
5e73440e4f
|
Add test ids to filters
|
2020-08-21 13:03:14 +02:00 |
|
dominik-zeglen
|
48e9fe1366
|
Fix minor bugs in plugin details view
|
2020-08-19 13:35:35 +02:00 |
|
dominik-zeglen
|
ff41fb4845
|
Update snapshots
|
2020-08-18 16:10:19 +02:00 |
|
dominik-zeglen
|
ccee92a8d0
|
Fix incorrect messages
|
2020-08-13 16:44:05 +02:00 |
|
dominik-zeglen
|
6d8a06af41
|
Update to newest schema
|
2020-08-12 11:28:45 +02:00 |
|
Dominik Żegleń
|
9a86c6beb5
|
Merge pull request #635 from mirumee/add/navigator-btn
Add navigator button
|
2020-08-11 15:35:23 +02:00 |
|
dominik-zeglen
|
dbbe2d7287
|
Update snapshots, messages and changelog
|
2020-08-10 15:12:21 +02:00 |
|
Krzysztof Wolski
|
fdb8d1e272
|
Handle situation when email is removed from user (#631)
|
2020-08-07 17:15:18 +02:00 |
|
dominik-zeglen
|
2bfe1226d5
|
Update snapshots
|
2020-07-30 14:28:44 +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 |
|
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
|
c6f36de80d
|
Fix rebase errors
|
2020-07-16 13:48:02 +02:00 |
|
dominik-zeglen
|
c09fc4ce00
|
Apply fixes from 2.10.1
|
2020-07-16 13:48:00 +02:00 |
|
dominik-zeglen
|
8173624fca
|
Fix order note when no user was given
|
2020-07-13 11:21:52 +02:00 |
|
dominik-zeglen
|
1bbc7aa9b9
|
Update snapshots
|
2020-07-09 15:47:08 +02:00 |
|
dominik-zeglen
|
e066d3171f
|
Add weight to simple products
|
2020-07-09 14:53:08 +02:00 |
|
dominik-zeglen
|
4efce141da
|
Add weight to variant
|
2020-07-09 13:45:01 +02:00 |
|
Dawid Tarasiuk
|
8a22155b6e
|
Update order invoices list design
|
2020-07-08 15:29:47 +02:00 |
|
Mohamed Wael
|
8d6d50fbc8
|
Add/edit tracking number (#562)
* edit tracking number button
* Update snapshot
* Update messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
|
2020-07-08 12:33:50 +02:00 |
|
Dawid Tarasiuk
|
fea369be80
|
Update test snapshots
|
2020-07-08 10:44:37 +02:00 |
|
Dawid Tarasiuk
|
c4c9895a56
|
Create story for invoice list
|
2020-07-08 10:44:34 +02:00 |
|
Dawid Tarasiuk
|
b0c62d7ad9
|
Update invoice request types
|
2020-07-08 10:44:32 +02:00 |
|
Dawid Tarasiuk
|
80ace6e435
|
Update test snapshots
|
2020-07-08 10:44:29 +02:00 |
|
Dawid Tarasiuk
|
25b0082455
|
Implement generate invoice mutation
|
2020-07-08 10:44:29 +02:00 |
|
Dawid Tarasiuk
|
cd761d0990
|
Query invoices for order
|
2020-07-08 10:44:28 +02:00 |
|
Dawid Tarasiuk
|
624f3954df
|
Update invoice callback names
|
2020-07-08 10:44:28 +02:00 |
|
Dawid Tarasiuk
|
e48e0a030e
|
Query invoices for order
|
2020-07-08 10:44:27 +02:00 |
|
dominik-zeglen
|
eddec1a5c2
|
Move fragments to avoid circular imports
|
2020-07-07 12:14:12 +02:00 |
|
AlicjaSzu
|
adebcc4452
|
remove react-alert lib, create MessageManagerProvider
|
2020-07-02 14:49:45 +02:00 |
|
AlicjaSzu
|
2921d14b75
|
update messages stories
|
2020-07-02 14:49:41 +02:00 |
|
AlicjaSzu
|
58c0a5859a
|
use react-alert to render multiple notifications
|
2020-07-02 14:49:38 +02:00 |
|
Krzysztof Wolski
|
f4d570c7e5
|
Fix warnings and better test tag (#582)
* Resolve test warnings
* Tename data-tc to data-test
* Update src/orders/components/OrderFulfillPage/OrderFulfillPage.tsx
|
2020-07-02 12:59:09 +02:00 |
|
Dawid Tarasiuk
|
9e66d99dca
|
Use productRangeUndiscounted instead of calculating variant prices range
|
2020-06-18 17:01:36 +02:00 |
|
Dawid Tarasiuk
|
e450dd4c4d
|
Update product type in product list
|
2020-06-17 12:28:15 +02:00 |
|
Dawid Tarasiuk
|
02472d611e
|
update snapshots
|
2020-06-16 15:19:30 +02:00 |
|
Dawid Tarasiuk
|
2d9385554b
|
Update category product list
|
2020-06-16 13:13:10 +02:00 |
|
Dawid Tarasiuk
|
2fdda2db55
|
Update product list UI
|
2020-06-16 12:48:57 +02:00 |
|
Dawid Tarasiuk
|
1e93827deb
|
Update product list tests
|
2020-06-12 16:44:35 +02:00 |
|
Dawid Tarasiuk
|
43aeff8e68
|
Update product variant creator
|
2020-06-12 13:19:44 +02:00 |
|
Dawid Tarasiuk
|
8fa7eb2b8a
|
Revert "Remove base price from product create page"
This reverts commit 0b099e882c .
|
2020-06-12 12:17:17 +02:00 |
|
Dawid Tarasiuk
|
0b099e882c
|
Remove base price from product create page
|
2020-06-08 13:52:20 +02:00 |
|
dominik-zeglen
|
2129596944
|
Add sku column to fulfillment cards
|
2020-05-25 11:59:23 +02:00 |
|
Krzysztof Wolski
|
a82de30309
|
Add circleci config and enhance our linters (#519)
* Add circleci config
* Season linting config
* Apply code style
|
2020-05-14 11:30:32 +02:00 |
|
dominik-zeglen
|
a5da3ea872
|
Fix CI build
|
2020-05-12 03:20:21 +02:00 |
|
dominik-zeglen
|
b971363b9f
|
Handle untracked products
|
2020-05-08 15:38:44 +02:00 |
|
dominik-zeglen
|
6af08af910
|
Update product stock management to newest design
|
2020-05-04 18:06:36 +02:00 |
|
Dominik Żegleń
|
87fcc812a6
|
Merge pull request #508 from mirumee/fix/error-on-group-deletion
Handle errors on group deletion
|
2020-04-30 11:34:23 +02:00 |
|
Krzysztof Wolski
|
da950ce079
|
Review fixes
|
2020-04-30 11:06:09 +02:00 |
|
dominik-zeglen
|
e84aefab9a
|
Use quantity allocated to get available variants
|
2020-04-29 18:51:19 +02:00 |
|
Dominik Żegleń
|
c41e7b8bf2
|
Merge pull request #509 from mirumee/tx/sync
Sync translations with transifex
|
2020-04-29 17:23:53 +02:00 |
|
dominik-zeglen
|
89bae127d2
|
Update translations
|
2020-04-29 17:11:02 +02:00 |
|
dominik-zeglen
|
6fb5c3d4e5
|
Fix form error
|
2020-04-29 16:53:52 +02:00 |
|
Krzysztof Wolski
|
3d7a638b20
|
Handle errors on group deletion
|
2020-04-29 08:47:08 +02:00 |
|
dominik-zeglen
|
57038445c9
|
Update snapshots
|
2020-04-28 17:00:52 +02:00 |
|
dominik-zeglen
|
3f5474659f
|
Update snapshots
|
2020-04-28 16:53:55 +02:00 |
|
dominik-zeglen
|
14d89d2ab9
|
Use quantityAllocated
|
2020-04-28 16:53:15 +02:00 |
|
dominik-zeglen
|
c4fdfd2498
|
Update stories
|
2020-04-28 16:53:13 +02:00 |
|
dominik-zeglen
|
7cc3492e71
|
Add warehouse selection to restock items
|
2020-04-28 16:52:34 +02:00 |
|
dominik-zeglen
|
bcc4f96f82
|
Enable assigning multiple warehouses to zone
|
2020-04-28 16:37:21 +02:00 |
|
dominik-zeglen
|
94dad3e4d7
|
Improve single warehouse UX
|
2020-04-28 16:37:19 +02:00 |
|
dominik-zeglen
|
3ad8440c29
|
Update test cases
|
2020-04-28 16:37:11 +02:00 |
|
dominik-zeglen
|
85b730bce8
|
Update stories
|
2020-04-28 16:37:07 +02:00 |
|
dominik-zeglen
|
8b5b3c81d5
|
Fix type errors
|
2020-04-28 16:33:25 +02:00 |
|
dominik-zeglen
|
1e37867e3e
|
Update stories and messages
|
2020-04-28 16:33:13 +02:00 |
|
dominik-zeglen
|
369be96850
|
Fix types
|
2020-04-28 16:33:11 +02:00 |
|
Krzysztof Wolski
|
a44e96a278
|
Update chosen pills
|
2020-04-27 09:53:34 +02:00 |
|
Krzysztof Wolski
|
082a12e0b8
|
Permission groups section (#406)
* Add permission groups 👪
|
2020-04-23 17:43:08 +02:00 |
|
Maciej Korycinski
|
75b2487c57
|
Rename variables service_account to apps
|
2020-04-22 12:17:19 +02:00 |
|
Gabriel L Martinez
|
910f721088
|
Add story to test not published list of products
Update Stories Snapshot
|
2020-04-14 00:25:31 -04:00 |
|
Gabriel L Martinez
|
7f2361c025
|
Add story to test list of products published
|
2020-04-13 23:46:40 -04:00 |
|
Gabriel L Martinez
|
06e78acbf6
|
Adding storyshot for password too short error
|
2020-04-07 09:29:31 -04:00 |
|
dominik-zeglen
|
381665409f
|
Rebase fixes
|
2020-03-24 15:05:26 +01:00 |
|
dominik-zeglen
|
7b77d8b126
|
Update stories
|
2020-03-24 13:54:35 +01:00 |
|
dominik-zeglen
|
6ab6cf4e68
|
Use error codes in webhook section
|
2020-03-24 13:54:30 +01:00 |
|
dominik-zeglen
|
d92a8028cb
|
Fix type errors
|
2020-03-24 13:54:29 +01:00 |
|
dominik-zeglen
|
1446a993a5
|
Update stories
|
2020-03-24 13:54:27 +01:00 |
|
dominik-zeglen
|
51d1594509
|
Update stories
|
2020-03-24 13:54:23 +01:00 |
|
dominik-zeglen
|
b4d16517b0
|
Display order errors
|
2020-03-24 13:54:20 +01:00 |
|
dominik-zeglen
|
40a6594688
|
Update snapshots
|
2020-03-24 13:54:17 +01:00 |
|