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

docs(headless commerce SSR): basics for commerce SSR + Remix sample #4708

Merged
merged 66 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
187fc0b
recs server-side working
y-lakhdar Oct 31, 2024
d571439
recognize search action promises
y-lakhdar Nov 1, 2024
4dc2717
add typeguard
y-lakhdar Nov 1, 2024
2e5f794
prevent multiple recommendations with the same slot
y-lakhdar Nov 1, 2024
de43049
clean
y-lakhdar Nov 3, 2024
9254b93
draft
y-lakhdar Nov 14, 2024
f2d1fa1
working draft
y-lakhdar Nov 15, 2024
bc63a92
test
y-lakhdar Nov 15, 2024
8d170d2
Merge branch 'master' of github.com:coveo/ui-kit into ssr-recs
y-lakhdar Nov 15, 2024
e60bfe5
update sample
y-lakhdar Nov 15, 2024
be888c8
recommendation hydration working
y-lakhdar Nov 15, 2024
c4ff2b9
clean build function
y-lakhdar Nov 15, 2024
2783740
clean exports
y-lakhdar Nov 15, 2024
8a6f9d8
filter invalid and duplicate recommendations
y-lakhdar Nov 16, 2024
025b34f
refacto
y-lakhdar Nov 16, 2024
07d1ec8
simplify build factory
y-lakhdar Nov 17, 2024
9b049fd
adjust factory params and throw error on bad engine definition
y-lakhdar Nov 17, 2024
84e5c53
do not ask props for disabled controllers
y-lakhdar Nov 17, 2024
018c0be
remove comments
y-lakhdar Nov 17, 2024
a7200d8
update warning message
y-lakhdar Nov 17, 2024
785951f
fix export
y-lakhdar Nov 17, 2024
f342da5
clean PR
y-lakhdar Nov 18, 2024
677fd45
clean controller build condition
y-lakhdar Nov 18, 2024
87d0792
create commerce build result type
y-lakhdar Nov 18, 2024
16c2b5e
remove unnecessary error
y-lakhdar Nov 18, 2024
dbffb51
revert EngineDefinitionControllersPropsOption
y-lakhdar Nov 18, 2024
961c28e
update UT
y-lakhdar Nov 18, 2024
c58b3ae
Add recs to sample
alexprudhomme Nov 18, 2024
81ba114
Merge branch 'master' into ssr-recs
alexprudhomme Nov 18, 2024
b8e6e16
no core engine
alexprudhomme Nov 18, 2024
3f93d51
add todo
alexprudhomme Nov 18, 2024
93b3967
Merge branch 'master' into ssr-recs
alexprudhomme Nov 22, 2024
a73f175
fix build
alexprudhomme Nov 22, 2024
5e28632
Basics for Commerce SSR + Remix sample
fbeaudoincoveo Nov 25, 2024
df4d77f
Destructure fetcher.data
fbeaudoincoveo Nov 25, 2024
5f59af2
Fix build and apply review comments
fbeaudoincoveo Nov 25, 2024
c15a0bb
Remove next/core-web-vitals from remix sample eslint config
fbeaudoincoveo Nov 25, 2024
ee66da1
Remove comment
fbeaudoincoveo Nov 25, 2024
ad61fd8
Rename props interface
fbeaudoincoveo Nov 25, 2024
365a0f0
Add react plugins
fbeaudoincoveo Nov 25, 2024
394e224
Replace deprecated function use
fbeaudoincoveo Nov 25, 2024
a508273
Attempt to fix lint / CDN build
fbeaudoincoveo Nov 25, 2024
15247f3
Merge branch 'master' into KIT-3704
fbeaudoincoveo Dec 5, 2024
b75a82e
Adjust sample
fbeaudoincoveo Dec 5, 2024
497d736
Merge branch 'master' into KIT-3704
fbeaudoincoveo Dec 5, 2024
43a7e17
Revert plock changes
fbeaudoincoveo Dec 5, 2024
e550219
Revert more plock changes
fbeaudoincoveo Dec 5, 2024
da8d288
Fix pjson
fbeaudoincoveo Dec 5, 2024
80edc27
Merge branch 'master' into KIT-3704
fbeaudoincoveo Dec 11, 2024
7b2d68f
Refactoring
fbeaudoincoveo Dec 11, 2024
497571e
Remove non-mandatory options
fbeaudoincoveo Dec 11, 2024
e122660
Merge branch 'master' into KIT-3704
fbeaudoincoveo Dec 12, 2024
2e7082a
Fix project file
fbeaudoincoveo Dec 12, 2024
bb59c94
delete faulty plock
fbeaudoincoveo Dec 12, 2024
3dc106e
re-commit plock from master
fbeaudoincoveo Dec 12, 2024
d7dfb54
recommit modified plock
fbeaudoincoveo Dec 12, 2024
ae6ac8e
Revert "recommit modified plock"
fbeaudoincoveo Dec 12, 2024
31e302e
recommit plock
fbeaudoincoveo Dec 12, 2024
dcdfcbf
Merge branch 'master' into KIT-3704
fbeaudoincoveo Dec 12, 2024
37ff180
Ignore build folder when linting
fbeaudoincoveo Dec 12, 2024
5774994
Try to fix linting again
fbeaudoincoveo Dec 13, 2024
f1a48b5
Attempt to fix linting another time...
fbeaudoincoveo Dec 13, 2024
c818677
Attempt removing eslint from headless-commerce-ssr-remix project
fbeaudoincoveo Dec 13, 2024
b0d5e28
Try removing lint script...
fbeaudoincoveo Dec 13, 2024
b74c792
Another attempt to make linting check pass
fbeaudoincoveo Dec 16, 2024
4969088
Merge branch 'master' into KIT-3704
fbeaudoincoveo Dec 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ packages/atomic/src/generated/**
packages/headless/src/external-builds/**/*
packages/quantic/docs/out/quantic-docs.json
packages/samples/headless-react/build/**/*
packages/samples/headless-commerce-ssr-remix/build/**/*
packages/samples/angular/src/lang/*.json
packages/samples/vuejs/public/lang/*.json
.deployment.config.json
Loading
Loading