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

[XM Cloud Proxy] API /api/editing/render endpoint #1908

Merged
merged 44 commits into from
Aug 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
acb2953
Initial changes
illiakovalenko Aug 22, 2024
196919c
Merge branch 'feature/jss-3541' into feature/jss-3528
yavorsk Aug 22, 2024
8f35003
Update
illiakovalenko Aug 22, 2024
6becaae
Added unit tests chunk
illiakovalenko Aug 22, 2024
926670b
Update
illiakovalenko Aug 22, 2024
87658dd
Updated unit test
illiakovalenko Aug 22, 2024
6ec93ca
Updated CHANGELOG, UPGRADE_GUIDE
illiakovalenko Aug 22, 2024
e93eeda
Merge branch 'dev' of https://github.com/Sitecore/jss into feature/JS…
illiakovalenko Aug 22, 2024
63501a2
Updated lock file
illiakovalenko Aug 22, 2024
a4d677f
Updated unit tests
illiakovalenko Aug 22, 2024
f6dd5c6
Fixed lint step
illiakovalenko Aug 22, 2024
de55f36
initial commit - wip
yavorsk Aug 23, 2024
8fe0556
Merge branch 'feature/jss-3541' into feature/jss-3528
yavorsk Aug 23, 2024
692db32
fix render config call
yavorsk Aug 23, 2024
3586769
move MetadataQueryParams model to base; update render middleware
yavorsk Aug 23, 2024
37b3e46
unit tests wip
yavorsk Aug 23, 2024
a27e0e8
minor updates
yavorsk Aug 23, 2024
03acf72
Merge branch 'dev' of https://github.com/Sitecore/jss into feature/js…
illiakovalenko Aug 26, 2024
802b9bd
pass layout kind to grapqhl request
apathania22 Aug 26, 2024
8ea475b
update changelog
apathania22 Aug 26, 2024
c266155
refactor
apathania22 Aug 27, 2024
048da12
resolve merge conflicts
apathania22 Aug 27, 2024
900d960
remove only
apathania22 Aug 27, 2024
b2ebb9f
Refactoring and updates
illiakovalenko Aug 27, 2024
649cf83
Moved MetadataQueryParams to Editing models
illiakovalenko Aug 27, 2024
53a4f1b
Merge branch 'feature/jss-3978-layout-kind' of https://github.com/Sit…
illiakovalenko Aug 27, 2024
42ddeef
Updated RenderMetadataQueryParams to include sc_layoutKind property
illiakovalenko Aug 27, 2024
4f49551
Reverted back LayoutKind
illiakovalenko Aug 27, 2024
b97b002
Updated UT
illiakovalenko Aug 27, 2024
1837d9d
Remove apiKey, siteName from server.exports in xmcloud addon
illiakovalenko Aug 27, 2024
7fdce85
Updated response
illiakovalenko Aug 27, 2024
dbb64de
Update CHANGELOG.md
addy-pathania Aug 27, 2024
aae85a3
Update packages/sitecore-jss/src/editing/graphql-editing-service.ts
addy-pathania Aug 27, 2024
a6ae9f9
Update packages/sitecore-jss/src/editing/graphql-editing-service.ts
addy-pathania Aug 27, 2024
f4ddba6
Quick change
illiakovalenko Aug 27, 2024
f66926f
Updated CHANGELOG
illiakovalenko Aug 27, 2024
318cc20
resolve review comments
apathania22 Aug 27, 2024
7138f5a
Update CHANGELOG.md
addy-pathania Aug 27, 2024
2aba3c2
Merge branch 'feature/jss-3978-layout-kind' of https://github.com/Sit…
illiakovalenko Aug 27, 2024
2c92103
Merge branch 'dev' of https://github.com/Sitecore/jss into feature/js…
illiakovalenko Aug 27, 2024
dfe0ce3
Extra line
illiakovalenko Aug 27, 2024
d0731c9
remove duplicate import
yavorsk Aug 28, 2024
c3afdc3
Updated unit tests
illiakovalenko Aug 28, 2024
c89c079
Merge branch 'feature/jss-3528' of https://github.com/Sitecore/jss in…
illiakovalenko Aug 28, 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
Prev Previous commit
Next Next commit
Updated lock file
illiakovalenko committed Aug 22, 2024
commit 63501a2ed713e49a9a3e442be3e38818ddc51121
2 changes: 1 addition & 1 deletion packages/sitecore-jss-proxy/package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"url": "https://github.com/sitecore/jss/issues"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "22.2.0-canary.26",
"@sitecore-jss/sitecore-jss": "22.2.0-canary.32",
"http-proxy-middleware": "^2.0.6",
"http-status-codes": "^2.2.0",
"set-cookie-parser": "^2.5.1"
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
@@ -6267,7 +6267,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sitecore-jss/sitecore-jss-proxy@workspace:packages/sitecore-jss-proxy"
dependencies:
"@sitecore-jss/sitecore-jss": 22.2.0-canary.26
"@sitecore-jss/sitecore-jss": 22.2.0-canary.32
"@types/chai": ^4.3.4
"@types/express": ^4.17.17
"@types/mocha": ^10.0.1