1324 Commits

Author SHA1 Message Date
Murat Ozcan
42efaa2190 added wofkflow dispatch for Cypress Dashboard rerun test 2022-05-04 12:06:00 -05:00
Murat Ozcan
4e84ee13da added badges 2022-05-04 11:20:47 -05:00
Murat Ozcan
cd462f0bed first attempt took 20 minutes and did not complete, this is 2nd 2022-05-04 11:07:58 -05:00
Murat Ozcan
b6d5277cc7 set path to path: ./packages/**/dist/** 2022-05-04 10:45:19 -05:00
Murat Ozcan
f770ac60d5 set dist as the path 2022-05-04 10:37:11 -05:00
Murat Ozcan
9466366dda you don not need build 2022-05-04 10:28:41 -05:00
Murat Ozcan
c033419212 parallel jobs 2022-05-04 10:25:49 -05:00
Murat Ozcan
bb1252fff9 served locally and addressed issues 2022-05-04 10:11:04 -05:00
Murat Ozcan
c593785565 added Cypress Dashboard 2022-05-04 09:44:39 -05:00
Murat Ozcan
502023d6ba increased timeouts 2022-05-04 09:33:19 -05:00
Murat Ozcan
7a042b60af updated COMMERCE_PROVIDER to be @vercel/commerce-shopify 2022-05-04 08:26:52 -05:00
Murat Ozcan
98cf8d05d2 trigger CI with readme change 2022-05-04 08:22:07 -05:00
Murat Ozcan
a9d1057232 did not use yarn build 2022-05-04 08:19:55 -05:00
Murat Ozcan
0fd76447a1 used wain-ion-timeout at 120 seconds 2022-05-04 08:17:37 -05:00
Murat Ozcan
a649a2f50d trigger CI 2022-05-04 07:48:01 -05:00
Murat Ozcan
906d3db20c added back workspaces 2022-05-04 07:44:44 -05:00
Murat Ozcan
377da5198a removed workspaces from package.json 2022-05-04 07:38:25 -05:00
Murat Ozcan
b376c79f4f used yarn dev for start command 2022-05-04 07:34:23 -05:00
Murat Ozcan
be580666a4 used yarn build 2022-05-04 07:27:13 -05:00
Murat Ozcan
6f97bceb96 used yarn 2022-05-04 07:25:21 -05:00
Murat Ozcan
4ec02302ca used yarn 2022-05-04 07:22:46 -05:00
Murat Ozcan
1cd099e82f try with v2 and npm run build 2022-05-04 07:19:35 -05:00
Murat Ozcan
62584bd91d try with v2 2022-05-04 07:16:26 -05:00
Murat Ozcan
7cde2e8b4e try with npm run build in yml 2022-05-04 07:10:33 -05:00
Murat Ozcan
a0f00c2a3c no yarn 2022-05-04 07:04:47 -05:00
Murat Ozcan
185f9fb48b added workflow 2022-05-04 06:58:00 -05:00
Murat Ozcan
df7c5c1cc7 at part 4 2022-05-04 06:35:52 -05:00
Dom Sip
4bb8fcb06d
docs(sfcc): demo link (#744) 2022-04-28 12:54:14 -05:00
Dom Sip
a40cefc528
issue templates (#733) 2022-04-20 12:40:39 -05:00
Dom Sip
66e3269b0e
SFCC provider (#727)
* new SFCC provider

* add search

* normalization + search

* categories as search results

* adress PR feedback

* Update README.md

* get all paths for SSG

* product variants and options

* Apply suggestions from code review

Co-authored-by: Luis Alvarez D. <luis@vercel.com>

* remove console log

* prettier

* clean console log

* ran prettier

* Updated readme

* remove static data and revert config changes

* set default site

Co-authored-by: Luis Alvarez D. <luis@vercel.com>
2022-04-20 12:08:26 -05:00
Dom Sip
a46057c5ef
docs(core): how to run locally (#716) 2022-04-19 15:19:41 -03:00
Dom Sip
95d09f7ef3
chore: add prettier vscode settings (#735)
* chore: add prettier vscode settings

* simplify
2022-04-19 12:49:30 -05:00
Stefan Horne
dd726aabb5
chore(docs): update .env.template provider names (#721)
Co-authored-by: Stefan Horne <stefanhorne@gmail.com>
2022-04-13 16:45:31 +01:00
markus
acf14b8889
Import config with POSIX path (#728) 2022-04-13 16:19:33 +01:00
Bel
52b25b85d6
Bug Fix Round and Updates (#719)
* Kibo missing dependency
* return 404 for invalid page
* fix and simplify types for pages

Co-authored-by: Dominik Sipowicz <dom@vercel.com>
2022-03-24 11:42:33 +00:00
Stefan Horne
fee16e795c
feat(core): add GBP currency code to product price type (#717)
Co-authored-by: Stefan Horne <stefanhorne@gmail.com>
2022-03-23 15:29:13 +00:00
Lukasz Ostrowski
ee62ea659a
Add lodash.debounce to Shopify provider package.json dependencies (#691)
* Add lodash.debounce to package.json dependencies

Shopify provider requires `lodash.debounce` package. This package is installed in BigCommerce provider, but not in Shopify provider. After BigCommerce is removed, Shopfify provider can't be installed.

This PR fixes this error

* Install lodash debounce and its @types to providers that use this package
2022-03-16 15:27:13 +01:00
Luis Orbaiceta
38df404ab5
Prevent click-outside from losing children refs (#626)
fix(site): prevent click-outside to close children ref
* feat: Add forwardRef for compatibility
* fix(site): remove asChild for dropdown Fragment

Co-authored-by: Dom Sip <dom@vercel.com>
2022-03-16 13:55:41 +00:00
Tommy Sørensen
ac8d4bf63d
Update product.ts (#708) 2022-03-16 12:11:04 +01:00
Bel
172deeee86
Fixes & Updates (#704)
* Adding Dropdown Component

* Styling Issues

* Wishlist Fix

* Fixes for Wishlist View

* Hearts now work again

* Rollback ts

* Removing extra config to disable BigCommerce

* Fixes for Wishlist View

* Remove transition/animation for mobile

* New Updates.

* New Updates.

* Dropdown fix

* Polish

* export

* export

* revert tsconfig

Co-authored-by: Luis Alvarez D. <luis@vercel.com>

Co-authored-by: Dom Sip <dom@vercel.com>
Co-authored-by: Luis Alvarez D. <luis@vercel.com>
2022-03-16 12:05:58 +01:00
Luis Alvarez D
6e6db0773b
Updated deploy button (#705) 2022-03-08 23:24:23 -05:00
Luis Alvarez D
9a45329ad2
Disabled wishlist and user login in bigcommerce (#703) 2022-03-08 00:34:59 +00:00
B
5af4004b57
Bug: Visual Regressions (#699)
* ProductTag offset

* ProductTag offset
2022-03-02 13:59:13 +01:00
Dom Sip
0ae927fbcf
fix(vendure): add new image domain (#698) 2022-03-02 12:49:12 +01:00
B
bbe97ab0cb
Update README.md with correct Shopify provider variable value (#697) 2022-03-02 09:51:31 +00:00
Dom Sip
ddc6f83c2e
add FAQ for cannot find module error (#695) 2022-03-01 18:50:32 -05:00
Andrea Barani
9387178538
fix(bigcommerce): add limit on product variants (#655)
add explicit limit on product variants field to load more than default
2022-02-18 04:40:59 -05:00
Dom Sip
db170558d5
feat: replace next-seo with custom solution (#660)
* replace next-seo with custom solution

* Updated check

Co-authored-by: LFades <luis@vercel.com>
2022-02-18 04:26:31 -05:00
Luis Alvarez D
65c9d39ae6
Add env vars used for provider detection as keys (#679) 2022-02-11 11:42:25 -05:00
Luis Alvarez D
541491f169
Replace tsc with SWC for package compilation and file watching (#675)
* Updated turbo version

* Added taskr to packages/local

* Move json files

* Include missing extension

* Fixed prettierignore

* Updated swc plugin

* Moved swc plugin to its own package

* Added note

* Removed unused package

* Added watch for file changes

* Added taskr deps to every package

* Added taskfile to every package

* Updated scripts in every package

* Added 2 utiity scripts

* Fix turbo dev script

* Update swc plugin to include jsx import

* Updated build script in main package.json
2022-02-09 10:30:59 -05:00