PromucFlow_constructor/app/client/src/workers/Evaluation
arunvjn 7ca4f73cdf
fix: library installation failure in public apps (#20112)
- Feature flag API returns an empty response for public applications.
The API to fetch installed libraries was behind the custom JS library
feature flag and thus wasn't invoked. This PR removes all the references
to CUSTOM_JS_LIB feature flag in the code base.
- Add change to make Custom JS Lib view endpoint accessible without
login.
- Add JUnit TC to test for js lib presence in view mode.
2023-02-01 10:37:39 +05:30
..
__tests__ fix: missing reference to installed libraries when an application is deployed (#20200) 2023-01-31 14:08:13 +05:30
fns fix: Make async evaluation as default (#20095) 2023-01-30 10:57:12 +05:30
handlers fix: library installation failure in public apps (#20112) 2023-02-01 10:37:39 +05:30
JSObject fix: Handle clone errors in async executions (#20097) 2023-01-28 14:12:11 +01:00
errorModifier.ts fix: improve error message and performance in JS functions (#19137) 2022-12-23 15:34:39 +05:30
evaluate.ts fix: Make async evaluation as default (#20095) 2023-01-30 10:57:12 +05:30
evaluation.worker.ts chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
evaluationSubstitution.ts feat: Split evaluation and linting (#17287) 2022-11-03 14:53:15 +05:30
formEval.ts chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
functionDeterminer.ts fix: Make async evaluation as default (#20095) 2023-01-30 10:57:12 +05:30
helpers.ts feat: Split evaluation and linting (#17287) 2022-11-03 14:53:15 +05:30
HTTPRequestOverride.ts fix: Make async evaluation as default (#20095) 2023-01-30 10:57:12 +05:30
indirectEval.ts feat: Enable fetch API (#17832) 2022-12-01 03:28:58 +05:30
PromisifyAction.ts fix: Make async evaluation as default (#20095) 2023-01-30 10:57:12 +05:30
ReplayDSL.ts feat: Split evaluation and linting (#17287) 2022-11-03 14:53:15 +05:30
replayUtils.ts feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
SetupDOM.ts fix: library installation failure in public apps (#20112) 2023-02-01 10:37:39 +05:30
TimeoutOverride.ts fix: Make async evaluation as default (#20095) 2023-01-30 10:57:12 +05:30
types.ts feat: meta rehydration (#19683) 2023-01-13 23:59:03 +05:30
UserLog.ts fix: Disable console logs for internal operation (#19551) 2023-01-13 18:16:19 +05:30
validations.ts feat: Dynamic Menu Items - Table Widget (#18945) 2022-12-30 16:22:11 +05:30