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

Update enmeshed-middleware to enmeshed version 2 #1087

Merged
merged 24 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
77fae3c
fix(enmeshed): update webhook to enmeshed version 2, fixing accept rel
hugotiburtino Oct 27, 2023
65014df
refactor(enmeshed): fix syntax, remove unnecessary check and minor re…
hugotiburtino Oct 27, 2023
4cd3834
feat(enmeshed): reintroduce custom att for user journey
hugotiburtino Oct 27, 2023
0c446a7
refactor(enmeshed): make property public, minor updates to v2 and ref…
hugotiburtino Oct 27, 2023
228db09
fix(enmeshed): start fixing the sendAttributesChageRequest and
hugotiburtino Oct 30, 2023
90c3c71
refactor(enmeshed): remove the share part from the prototype
hugotiburtino Oct 30, 2023
a68d0d3
refactor(enmeshed): fix flow between user journey and prototype
hugotiburtino Oct 30, 2023
194b3bb
Release version 0.57.7-staging.0
hugotiburtino Oct 30, 2023
c2b0033
fix(enmeshed): dont set sessionId in cache to try to fix staging
hugotiburtino Oct 31, 2023
f38bbf2
Release version 0.57.7-staging.1
hugotiburtino Oct 31, 2023
4edd3a3
refactor(enmeshed): adapt set enpoint to v2, enabling userjourney flow
hugotiburtino Nov 1, 2023
03d30d1
Release version 0.57.7-staging.2 and remove unnecessary loggings
hugotiburtino Nov 1, 2023
eb623f7
fix(enmeshed): make getAttributes work for user journey, refactorings
hugotiburtino Nov 2, 2023
f903252
refactor(enmeshed): remove unnecessary code
hugotiburtino Nov 2, 2023
24177a9
Release version 0.57.7-staging.3
hugotiburtino Nov 2, 2023
1a04f63
Release version 0.57.7-staging.4 just to be sure the previous is ok
hugotiburtino Nov 3, 2023
c4232e9
debug(enmeshed): add console logs to try to debug not accepting rel
hugotiburtino Nov 3, 2023
d256d9b
Release version 0.57.7-staging.5 for debugging
hugotiburtino Nov 3, 2023
94a0aa2
debug(enmeshed): log entirely webhook endpoint
hugotiburtino Nov 6, 2023
2e998e8
Release version 0.57.7-staging.6 for debugging
hugotiburtino Nov 6, 2023
c2be2a0
wip: Use body of trigger event
kulla Nov 6, 2023
770b7ac
Release 0.57.7-staging.7
kulla Nov 6, 2023
e059632
refactor(enmeshed): remove logs, add sentry, and tidy up
hugotiburtino Nov 7, 2023
9dcf77b
Release version 0.57.7
hugotiburtino Nov 7, 2023
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [v0.57.7](https://github.com/serlo/api.serlo.org/compare/v0.57.6..v0.57.7) - November 7, 2023

### Fixed

- Re-enable user journey in enmeshed middleware

## [v0.57.6](https://github.com/serlo/api.serlo.org/compare/v0.57.5..v0.57.6) - October 18, 2023

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "0.57.6"
"version": "0.57.7"
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serlo/api.serlo.org",
"version": "0.57.6",
"version": "0.57.7",
"private": true,
"repository": "serlo/api.serlo.org",
"license": "Apache-2.0",
Expand Down
Loading
Loading