Releases: HiromuHota/pentaho-kettle
Releases · HiromuHota/pentaho-kettle
webSpoon/0.7.0.9
0.7.0.9 - 2017-05-05
Added
- Add login page using Spring Security (optional, disabled by default)
Changed
- Change the build process: ui/ for kettle-ui-swt.jar and assembly/ for spoon.war
- Disable open/save menu items when not connected to a repository
- Disable broken menu items
Fixed
- Fix disappearing buttons (OK, Preview, Cancel) for Generate Rows, DB Procedure Call, and Add constants
- Make Modified Java Script Value, User Defined Java Class, and Script to be multi-session compatible
- Set location of the context menu properly
- Correct the window icon size of KettleWaitBox and KettleDialog
- Restore Export to XML, Export Linked Resources to XML, and repository export
- Restore Drag&Drop to open a Kettle file
- Restore "Show Arguments" menuitem
- Fix UI redrawing for a trans/job that takes a long time to finish
- Fix the window icon and header of the DB Connection dialog
webSpoon/0.7.0.8
0.7.0.8 - 2017-03-21
Added
- Start Carte with webSpoon
Changed
- Rebased to 7.0.0.0-25
- Change url-pattern from
http://address:8080/spoon/
tohttp://address:8080/spoon/spoon
- Build a jar file for kettle-ui-swt
- Refactor build.xml to quickly build a WAR file
Fixed
- Restore repositories-plugin
- Restore the use of dummyGC in TableView
webSpoon/0.6.1.7
0.6.1.7 - 2017-02-28
Changed
- Rework: Take parameters in url to open a file
- Updated
pentaho-xul-swt
andorg.eclipse.rap.rwt
Fixed
- Restore shortcut keys (may conflict with browser's shortcut keys)
- Restore cut/copy/paste of step/job entry
- Restore png image loading
- Restore Metrics drawing
- Restore welcome page
webSpoon/0.6.1.6
0.6.1.6 - 2017-02-08
Added
- Automated UI testing using Selenium.
Changed
- Make Spoon.class a session-unique singleton.
- Remove plugins folder from war file.
Fixed
- Many bugfixes related to multi-session use.
- Restore scrollbar and proper zooming.
- Restore Get Fields of Fixed Input.
- Fix the partially broken DB connection dialog.
- Make "Open Referenced Object" clickable.
webSpoon/0.6.1.5
0.6.1.5 - 2017-01-10
Added
- Add exit confirmation.
- Add license notices for third-party libraries.
- Take parameters in url to open a file (experimental).
- Set favicon.
Changed
- Update dependencies to align w/ the official dist.
Fixed
- Leverage RAP's "Server Push" to trigger UI update.
- Restore Help - About.
- Restore repository export.
- Restore ConditionEditor in FilterRows.
- Fix the hop creation error for multiple streams.
webSpoon/0.6.1.4
0.6.1.4 - 2016-12-21
Changed
- Rebase to 6.1.0.1-R (6.1.0.1-196).
- Change versioning (this is the 4th patch applied to 6.1).
- Change how to deploy (need the
system/karaf
folder).
Fixed
- Restore the ability to launch Apache Karaf.
- Restore the marketplace.
- Restore toolTip and helpTip.
- Fix broken unit tests.
webSpoon/0.0.0.3
0.0.0.3 - 2016-11-22
Fixed
- Restore the missing menubar.
- Revert the type of menuitem from "checkbox" to "push_button" (a fix has been made to pentaho-xul-swt regarding this).
- Fix the issue #3 "Certain keys cannot be typed" by disabling shortcut keys.
webSpoon/0.0.0.2
0.0.0.2 - 2016-11-09
Fixed
- Fix the main Shell resizing: now the app area aligns with the browser window size.
- Fix the Job icon drawing, hop creation, and logging.
- Fix the Run button: now it works even when another session starts.
webspoon/0.0.0.1
Open-sourced