23
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for field specification of text file output type More... over 19 years ago
Removed debugging code and made Element field empty if the element is the same as the name of the field. More... over 19 years ago
Make clone() code cleaner, fixed a XMLOutput bug More... over 19 years ago
Make SelectValues compare case sensitive. This is useful if you want to change "ok" into "OK" for example. More... over 19 years ago
Change Request - [# 1432] Create XMLOutput step Initial commit, working without field specs, but *with* dialog bug More... over 19 years ago
Removed default value (mostly just "") in all columns of all TableViews in all dialogs. The default feature wasn't used and wasn't working either. The default values just were overwritten by the parent dialogs. More... over 19 years ago
Improve error reporting when giving warnings (ignored errors). Ignored errors are always tricky: it's not always the error you expect ;-) More... over 19 years ago
git-svn-id: svn://source.pentaho.org/svnkettleroot/mirror/Kettle/trunk@227 5fb7f6ec-07c1-534a-b4ca-9155e429e800 More... over 19 years ago
Copy nullif value to shield it from changed in next steps: new Value(data.nullif); More... over 19 years ago
Copy nullif value to shield it from changed in next steps: new Value(data.nullif); More... over 19 years ago
Added checkbox to add time to target file as well as the target filename extention Improved logging, set result to true in case all goes well (bugfix) More... over 19 years ago
Progress dialog to allow tracking of preview of rows as well as cancelling. More... over 19 years ago
Changed the preview method to the new TransPreviewFactory More... over 19 years ago
Removed demo boolean (always false now ;-)) Also, added extra "simple" constructor if you just want to generate an image of the transformation. More... over 19 years ago
Changed preview method using TransPreviewFactory More... over 19 years ago
Changed preview method using TransPreviewFactory More... over 19 years ago
Factory to create a new transformation using one StepMetaInterface. The other step in the transformation is a dummy step. This is the most simple transformation possible in Kettle and we can run previews on it. Can be used in step dialogs for all kind of purposes. More... over 19 years ago
Huge performance upgrade by removing the set of default values. These values are overwritten anyway by the parent dialog. 50.000 rows of 30 fields now show in under 1 minute on my laptop. More... over 19 years ago
Trying to speed up preview of rows by asynchronous fill of table values. More... over 19 years ago
Default values are not used in Columns, the constructors using default methods are deprecated. More... over 19 years ago
Even if we didn't specify a log date connection, we still have to respect the max. time difference between start and end date range. More... over 19 years ago
Removed licensing trace, demo warning code and moved to "/" use in Repository paths More... over 19 years ago
Added static final method to be use in Comparable() when sorting Rows More... over 19 years ago
Changed the File separator for Repository object to "/" instead of "/" or "\" system dependand. Otherwise, you get conflicts when working on both windows and unix systems simultanious. More... over 19 years ago
Added extra logging abot repository and username usage More... over 19 years ago
Oups, setDate uses wrong precision to save timestamps, has to be NOT supportsTimeStamp... More... over 19 years ago
Trying to create a cross table More... over 19 years ago
Added extra rowlevel logging for Bug - [# 1424] Filter step problem More... over 19 years ago
Rename return fields of DimensionLookup More... over 19 years ago
git-svn-id: svn://source.pentaho.org/svnkettleroot/mirror/Kettle/trunk@205 5fb7f6ec-07c1-534a-b4ca-9155e429e800 More... over 19 years ago