0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
mentionned our TerminatOOOR OpenERP - Kettle plugin More... about 14 years ago
the startup script compilation support was missing; now activated More... over 14 years ago
added support for script compilation; much like original Kettle code, reducing the gap to only the effective lack of support for the "ScriptValuesAddedFunctions" currently More... over 14 years ago
replaced by README.md More... over 14 years ago
improved README, added screenshots More... over 14 years ago
decent README file More... over 14 years ago
made script variable persistent for JRuby; has no side effects for the other JSR223 languages but was required for proper JRuby execution More... over 14 years ago
cleanup More... over 14 years ago
refactored ScriptValuesAddedFunctions.java (Java merthods made available to the script context), but couldn't add them easily in the context in a backward compatible way: looks like JSR223 doesn't offer such a thing like ScriptableObject#defineFunctionProperties . I suggest making the methods part of an Utility object available in the scope, but that would break backward compat; this is up to Pentaho... More... over 14 years ago
removed some comments things I changed I'm now sure it works, implemented a few missing things More... over 14 years ago
now able to pick up any of the JSR 223 language interpreter (including JRuby, Jython, Javascript, Groovy...) provided it's in the classpath and based on the stepname extension (because adding a GUI param sucks so much in Kettle due to the childish programming of the whole GUI. Code clean up: removed unused imports More... over 14 years ago
getting simple Javascript transfos such as "JavaScript - Add 2 and a half seconds to a Date.ktr" sample working again, using pure JSR 223 generic interfaces!!! Removed ScriptValuesAddedFunctions for now More... over 14 years ago
added basic Eclipse project to get the scriptvalues_mod mostly compile More... over 14 years ago
added required Kettle Java libs (from trunk revision r11443) to make the scriptvalues_mod package mostly compile, only Mail and Javascript stuff in ScriptValuesAddedFunctions class don't compile yet; we will freak with them later on More... over 14 years ago
initial import from the orginial scriptvalues_mod (Modified Javascript Step) from Pentaho, trunk revision r11443, we will refactor it later into a JRuby script step More... over 14 years ago
first commit More... over 14 years ago