1. 8b4f0b4 add performance counters (scripts counts and execute times) to worker. by jschumacher · 10 years ago
  2. ebc67be add tests for failing/skipped records by jschumacher · 10 years ago
  3. df0fb7f cleanup js scripts by aweber · 10 years ago
  4. ffc5311 fixed worker test by aweber · 10 years ago
  5. 75dabd7 added call() with AnyMap param by aweber · 10 years ago
  6. 689fb7a add (ignored) test for ScriptWorker without output bucket. by jschumacher · 10 years ago
  7. 2be510f add first (ignored) test for ScriptProcessorWorker by jschumacher · 10 years ago
  8. 3fe2c75 refactor load-exeption handling by jschumacher · 10 years ago
  9. 1c99147 ScriptProcessorWorker - allow record to overwrite script/function settings by aweber · 10 years ago
  10. 1b67e61 allow one failure in performance test by aweber · 10 years ago
  11. b9f54ef refactor: use fail() instead of assertTrue(false), don't print stacktraces, assert response codes by jschumacher · 10 years ago
  12. d69839d added ScriptProcessorWorker by aweber · 10 years ago
  13. cf34894 start test suite for script processor worker. adapt TestApplicationScripts to changed add/delete scripts by jschumacher · 10 years ago
  14. 324f036 cleanup by aweber · 10 years ago
  15. ae02170 refactor: create pipelets on script load where possible. use formatter. by jschumacher · 10 years ago
  16. 89a4999 rewrite delete script to create pipelet on load instead of on call by jschumacher · 10 years ago
  17. 10da906 test for load/call time comparison. rewrite search script to create pipelet on load instead of on call by jschumacher · 10 years ago
  18. 6dea397 add getScriptExecutor() function to Engine. Make ScriptExecutor an interface, for now implemented by JavascriptExecutor by jschumacher · 10 years ago
  19. b54a037 print result times to stdout by jschumacher · 10 years ago
  20. 80b27aa add test for parallel execution of scripts using require. minor code cleanup (semicolons, exports) by jschumacher · 10 years ago
  21. 4d43adc create new Require with new Provider in each ScriptExecutor to force updates in script become visible immediately. Some tests for "require" behaviour. by jschumacher · 10 years ago
  22. c76a25c cleanup by aweber · 10 years ago
  23. 5651317 don't collect subdirectories of script directory. Call or require of scripts in sub-dirs must be specified explicitly. by jschumacher · 10 years ago
  24. d4ae043 allow that called script can contain 'exports' statement by aweber · 10 years ago
  25. 9f8d950 cleanup by aweber · 10 years ago
  26. 1d07629 added test for calling exported function (ignored) by aweber · 10 years ago
  27. 0193a02 refactor add.js to create pipelets on script loading. fix highlight config in search.js by jschumacher · 10 years ago
  28. 9c09a9b remove import for rhino debugger. by jschumacher · 10 years ago
  29. e866e39 add test for scripts in add/search/delete script in SMILA.application by jschumacher · 10 years ago
  30. 2defad0 use ScriptExecutor to evaluate script catalogs. cleanup. by jschumacher · 10 years ago
  31. 8c23573 fix require identifier by jschumacher · 10 years ago
  32. 2020075 refactor object wrappers to use parent scopes and prototypes so that they behave more compliant (hopefully). Enable require for script catalogs. Add versions to smilaScriptCatalog. by jschumacher · 10 years ago
  33. 9773767 impl. for using scripts in other scripts via 'require' by aweber · 10 years ago
  34. 318754d added commonjs.module to MANIFEST-Exports by aweber · 10 years ago
  35. ec7e6d8 fixed loop by aweber · 10 years ago
  36. e24eddd added test for comparing performance between scripting and BPEL by aweber · 10 years ago
  37. b4ae738 fix a typo by jschumacher · 10 years ago
  38. b5d6eb2 make nightlybuild work again? by jschumacher · 10 years ago
  39. b0949e2 activate scripting by jschumacher · 10 years ago
  40. 35ae111 set complete path as source path when loading a script. by jschumacher · 10 years ago
  41. 0077144 fixed content transformation logic in add.js by aweber · 10 years ago
  42. 644f336 renamed scripts and added to catalog; fixed search.js by aweber · 10 years ago
  43. bf2541e fixed exception text by aweber · 10 years ago
  44. c049ba3 added 'script' to api by aweber · 10 years ago
  45. d2c29d2 PipeletWrapper now always returns an array by aweber · 10 years ago
  46. dffef65 Cleanup by jschumacher · 10 years ago
  47. e42af5d ADD: bpel-pipelines as js-scripts by mstrack · 10 years ago
  48. a85a32d add test for being able to access any Java class by jschumacher · 10 years ago
  49. 8e76ba1 add DynamicImport-Package: * to Rhino bundle so that we can use any Java class in scripts. by jschumacher · 10 years ago
  50. dde2655 add ; at EOL by jschumacher · 10 years ago
  51. 065f3c0 add tests for deleting attributes and attachments. by jschumacher · 10 years ago
  52. 1670411 cleanup by aweber · 10 years ago
  53. 74fb6dd ADD: parallelTests by mstrack · 10 years ago
  54. f7f5042 adapt sample script to changed RecordWrapper by jschumacher · 10 years ago
  55. 66f2000 add javascript formatter, format scripts by jschumacher · 10 years ago
  56. 2be2c23 rewrite RecordWrapper to support special properties $id, $attachments and $metadata and act like an AnyMapWrapper for other properties. Add tests, format and cleanup test scripts. by jschumacher · 10 years ago
  57. 56f0d59 fixed printing of wrapper objects by aweber · 10 years ago
  58. 2aaa60f cleanup by aweber · 10 years ago
  59. 2139db4 Scripting: added access to OSGi services by aweber · 10 years ago
  60. 35724aa cleanup catalog files by jschumacher · 10 years ago
  61. 091e812 add description by jschumacher · 10 years ago
  62. a4557ba change: listScripts response sequence now in map as k/v pair. by mstrack · 10 years ago
  63. 9d8364f Scripting: allow record as pipelet config by aweber · 10 years ago
  64. 9ab0e7c make test more reliable by jschumacher · 10 years ago
  65. 27f6e6c removed unused catalog by mstrack · 10 years ago
  66. 4ffb86e Scripting: Using pipelets - further improvements by aweber · 10 years ago
  67. ffe5a8d add: scriptExecutionHandler tests by mstrack · 10 years ago
  68. 1036b4c add: scriptExecutionHandler responds to get with script information now and returns 404 upon POST calls of inexistent scripts by mstrack · 10 years ago
  69. 2b0b027 add ScriptNotFoundException and throw it when script or function cannot be found. by jschumacher · 10 years ago
  70. b6e7732 test attachments and errors by jschumacher · 10 years ago
  71. d0b7ea7 use Context.reportRuntimeError to report errors. Extend AttachmentWrapper to support more data types for setting attachments. by jschumacher · 10 years ago
  72. 6ffa959 comments comments comments. by jschumacher · 10 years ago
  73. 6c5de18 remove obsolete method by jschumacher · 10 years ago
  74. c419816 add another test for mixed object structures by jschumacher · 10 years ago
  75. d76a923 remove obsolete TODO comments. by jschumacher · 10 years ago
  76. 3fd24ed test for iterating on Any objects in JS by jschumacher · 10 years ago
  77. d3b9dab add: working but basic functionality for the scriptExecutionHandler (WIP) by mstrack · 10 years ago
  78. 3ca3a7f ADD: testClasses for scripting http handler (WIP) by mstrack · 10 years ago
  79. cb000ab Scripting: Using pipelets - some more tests by aweber · 10 years ago
  80. 7ec255f add test for setting values and structures in js. support o.m.j.Undefined as return value. by jschumacher · 10 years ago
  81. e8b4283 Scripting: Using pipelets - initial checkin by aweber · 10 years ago
  82. 344f881 first tests for script execution, some fixes. by jschumacher · 10 years ago
  83. 2c1278f ADD: url in listScripts by mstrack · 10 years ago
  84. 0e3e7d7 initial implementation of script execution by jschumacher · 10 years ago
  85. 0144bc6 add: small changes to scripting handlers by mstrack · 10 years ago
  86. 0b0d500 ADD: scriptExecutionHandler, change: renamed scriptHandler + some headers by mstrack · 10 years ago
  87. 2f7b30f rename scripthandler by mstrack · 10 years ago
  88. e354f9a tried to stabilize tests that use an invalid URL by using .invalid host by aweber · 10 years ago
  89. cdc7e4e Add copyright headers. by jschumacher · 10 years ago
  90. 6657e80 add some validation by jschumacher · 10 years ago
  91. c8538db ADD: scripthandler in jetty configured and delivers list of scripts by mstrack · 10 years ago
  92. f40f4fe extend test for script catalog reading. activate scripting in SMILA.launch by jschumacher · 10 years ago
  93. c23aaae applied (modified) patch for #438911 by aweber · 10 years ago
  94. abb828e first test for reading ScriptCatalog files by jschumacher · 10 years ago
  95. 64b4f68 add: scripthandler (wip) by mstrack · 10 years ago
  96. 95f4cf5 reading ScriptCatalog files ... initial implementation, to be tested. by jschumacher · 10 years ago
  97. e663a9c rename ScriptException to ScriptingEngineException, because there is a javax.script.ScriptException already. by jschumacher · 10 years ago
  98. 4ae1d1c use constants by jschumacher · 10 years ago
  99. 8bc0b7a determine script directory by jschumacher · 10 years ago
  100. 27fbad1 Add bundles for javascript engine and tests by jschumacher · 10 years ago