Releases: HiromuHota/pentaho-kettle
Releases · HiromuHota/pentaho-kettle
webSpoon/0.8.1.16-RC1
webSpoon/0.8.1.16-RC1
webSpoon/0.8.0.16
0.8.0.16 - 2018-05-17
Added
- Include WEB-INF/classes/log4j.xml to configure log4j logging framework
- Support the system clipboard
- Restored "Snapshot Canvas"
Changed
- Let logger "org.pentaho.di" write out to logs/pdi.log
- Log4j writes to spoon.log unless otherwise configured like "org.pentaho.di"
- Change the logging framework for Carte config to Log4j
- Use spring-tx which supersedes spring-dao as of 2.5
Removed
- Remove apacheds-all to resolve version conflicts of slf4j
- Remove the example ldif file (fix #102)
Fixed
- [#103] Unintentional triggering of the selection mode
Security
- vulnerable component spring-security: upgrade from 4.1.3 to 4.1.5 (https://pivotal.io/security/cve-2018-1199)
- Update vulnerable component: Spring Ldap Core (https://pivotal.io/security/cve-2017-8028)
- Update vulnerable component: Spring Framework (https://pivotal.io/security/cve-2018-1275)
webSpoon/0.8.0.15
0.8.0.15 - 2018-03-19
Added
- Canvas drawing instructions at client-side to improve interactivity
- Support attribute "disabled" to turn menuitems on/off
Changed
- No drawGrid instructions from the server-side to improve responsiveness
- Disable the capability manager and kettle.properties editor only when they are disabled="true" in menubar.xul
Fixed
- [#99] Clear the entire canvas before drawing
webSpoon/0.8.0.14
0.8.0.14 - 2018-02-07
Added
- Add a custom security manager (disabled by default)
- Add jars required for LDAP authentication and example .ldif file
Changed
- Update RAP/RWT to 3.3.0
- Exclude jetty jars
- Add pentaho-platform-scheduler
- Add jersey-spring
- Add required spring jars for user auth
- [#90] Configure Carte if slave-server-config.xml exists
- Add the patched pentaho-vfs-browser as a dependency
- Secure Carte endpoints by BASIC-Auth
- Move user-service element under authentication-manager/authentication-provider
Fixed
- [#45] Fixed the popupmenu location (by the patched pentaho-vfs-browser)
- [#85] Fixed "No suitable driver found for Hive2/Impala" error
- [#86] Fixed "NoClassDefFoundError: org/eclipse/jface/window/DefaultToolTip" error
- [#88] Include commons-fileupload (required for "Import from an XML file")
- [#92] Fixed "UI session stops working after 500 (Internal Server Error)"
- [#94] Adding
save as
behaviour forFileDialog.open()
(Thanks to @Valeran86) - [HiromuHota/rap#1] Set correct message on finish button in Wizard (Thanks to @Valeran86)
webSpoon/0.8.0.13
0.8.0.13 - 2017-11-17
Changed
- kettle-engine needs patching
- Move WebSpoonTest.java to integration
webSpoon/0.7.1.13
0.7.1.13 - 2017-10-20
Changed
- Make repositories-plugin multi-user enabled
Fixed
- [#58] Cursor position of a script editor is not accurate
- [#75] File > Open... does not open a Kettle file
- [#78] Checkboxes not drawn for the database connection pooling parameters
- [#80] Location is not reflected in the Repository Manager dialog
- Use logError instead of ErrorDialog b/c shell is not yet available in the Spoon constructor
webSpoon/0.7.1.12
0.7.1.12 - 2017-08-16
Added
- Add some more Selenium UI tests to detect regressions caused by version upgrade
Changed
- Eable open/save menus even when not connected to a repository
- Firewall / port forward for the OSGI Service (e.g., 9051) is no longer required
Fixed
- Restored the Repository dialog that was missing when deployed to a url other than localhost
- Upgrade xalan from 2.6.0 to 2.7.2 to resolve the issue that Karaf not starting up when webSpoon deployed in a Docker container
webSpoon/0.7.1.11
0.7.1.11 - 2017-07-14
Changed
- More multi-user friendly by assigning
.kettle
and.pentaho/metastore
to each user - VfsFileChooserDialog for FileDialog
- Move OSGi HTTP service to /osgi (to align with Pentaho Server)
- Move ui/* from WEB-INF/classes/ui/ to the inside of kettle-ui-swt-XXX.jar
- Create webSpoon_OSS_Licenses.html for webSpoon-specific OSS
- ShowExitWarning=Y by default and respect the property
- Disable the capability manager and kettle.properties editor when used by multi-user
Fixed
- Metrics tabs in Test Data Service dialog
- PDI-14492: Copy Table Wizard_UI Issue
webSpoon/0.7.1.10
0.7.1.10 - 2017-06-14
Changed
- VfsFileChooserDialog for DirectoryDialog
- Use headless Chrome for UI testing
- Disable keyboard shortcut F4 because it is invoked when Enter key is pressed for unknown reason
- Disable keyboard shortcuts under "Edit" menu while a dialog (e.g., step dialog) is focused
- Do not share logs across sessions and do not show the general logs
Removed
- Remove the Timer for setControlStates() and execute it when trans/job Finished
- Stop using DelayTimer because it does not effectively work in webSpoon
Fixed
- Make RunConfigurationPopupMenu multi-session enabled
- Fix the "SWTError: BrowserFunction is disposed" when pressing Connect Now
- Refresh the log display periodically
- Restore the ability to connect to a repository by query parameters
- Restore the connectivity to Pentaho Repository and Database Repository
- Catch any exception when executing trans.startThreads() or job.start()
- Move steps/job entries only if a cursor moves
webSpoon/0.7.1.9
0.7.1.9 - 2017-05-23
Changed
- Rebased to 7.1.0.0-12