Branch: refs/heads/master
Home: https://github.com/jenkinsci/active-choices-plugin
Commit: fdea6b4298c100dc0c0519a9e7a0fe591f41535c
https://github.com/jenkinsci/active-choices-plugin/commit/fdea6b4298c100dc0c0519a9e7a0fe591f41535c
Author: Rahul Somasunderam <[email protected]>
Date: 2023-07-22 (Sat, 22 Jul 2023)
Changed paths:
M package.json
M pom.xml
M src/main/resources/org/biouno/unochoice/CascadeChoiceParameter/index.jelly
M
src/main/resources/org/biouno/unochoice/DynamicReferenceParameter/index.jelly
M src/main/resources/org/biouno/unochoice/stapler/unochoice/UnoChoice.es6
M src/test/java/org/biouno/unochoice/UiAcceptanceTest.java
M webpack.config.js
M yarn.lock
Log Message:
-----------
refactor: Replace synchronous proxy with standard proxy
The code in `makeStaplerProxy2` used `prototype.js` to create a synchronous
version of the standard proxy that comes with Jenkins Core.
This code switches back to the standard proxy.
That requires making the code execute in the correct order when there were
dependencies.
That is achieved by using `async`/`await` in the `.es6` code and transpiling it
down to use Promises so HtmlUnit tests continue to work.
Refs: JENKINS-71365
Co-authored-by: Basil Crow <[email protected]>
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/active-choices-plugin/push/refs/heads/master/8c6de3-fdea6b%40github.com.