-
Notifications
You must be signed in to change notification settings - Fork 3
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
FEAT: The enable cookies option for JavaScriptBuilderElement is now configurable per-request. #115
Conversation
… configurable per-request. Adding the query parameter `fod-js-enable-cookies` will override the option supplied to the element at construction. This PR closes #109.
Unit Tests - Ubuntu_Node_18 1 files 17 suites 46s ⏱️ Results for commit 4e6e148. ♻️ This comment has been updated with latest results. |
Unit Tests - Ubuntu_Node_20 1 files 17 suites 45s ⏱️ Results for commit 4e6e148. ♻️ This comment has been updated with latest results. |
Unit Tests - macOS_Node_20 1 files 17 suites 42s ⏱️ Results for commit 4e6e148. ♻️ This comment has been updated with latest results. |
Unit Tests - macOS_Node_18 1 files 17 suites 43s ⏱️ Results for commit 4e6e148. ♻️ This comment has been updated with latest results. |
Performance Tests - Ubuntu_Node_180 tests 0 ✅ 0s ⏱️ Results for commit 4e6e148. ♻️ This comment has been updated with latest results. |
Unit Tests - Windows_Node_20 1 files 17 suites 49s ⏱️ Results for commit 4e6e148. ♻️ This comment has been updated with latest results. |
Unit Tests - Windows_Node_18 1 files 17 suites 48s ⏱️ Results for commit 4e6e148. ♻️ This comment has been updated with latest results. |
Performance Tests - Windows_Node_200 tests 0 ✅ 0s ⏱️ Results for commit 4e6e148. ♻️ This comment has been updated with latest results. |
Performance Tests - Windows_Node_180 tests 0 ✅ 0s ⏱️ Results for commit 4e6e148. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ben51degrees thanks for implementing this!
Some checks are failing on CI: https://github.com/51Degrees/pipeline-node/actions/runs/8917269314/job/24490060415#step:5:258
Could you please install eslint globally on your machine and fix the errors it reports - mainly indentation and style stuff:
eslint . --ext .js
Performance Tests - macOS_Node_200 tests 0 ✅ 0s ⏱️ Results for commit 4e6e148. ♻️ This comment has been updated with latest results. |
Performance Tests - Ubuntu_Node_200 tests 0 ✅ 0s ⏱️ Results for commit 4e6e148. ♻️ This comment has been updated with latest results. |
Performance Tests - macOS_Node_180 tests 0 ✅ 0s ⏱️ Results for commit 4e6e148. ♻️ This comment has been updated with latest results. |
Adding the query parameter
fod-js-enable-cookies
will override the option supplied to the element at construction.This PR closes #109.