|
6/3/2016 9:26:24 PM
changes to analyze execution with an external analyzer like Dr. Elephant
|
5/26/2016 3:20:26 AM
feature is turned off by default and can be enabled by configuring properties
in 'azkaban.properties'. When turned on a button will appear in the flow execution
details page which can query the external analyzer with the flow execution id.
Please refer to 'azkaban.properties' to know more about the configuration details.
|
6/1/2016 6:56:59 PM
#661 : Log download timeout is too short
|
6/1/2016 10:13:46 AM
is a hard coded timeout of 10 seconds from the start of the download of execution logs to the end. This is too short for longer logs and for connections that have longer latencies.
The suggested action item to refresh the page won't help either.
"
The log is taking a long time to finish loading. Azkaban has stopped loading them. Please click Refresh to restart the load.
"
Fix:
Removed the limit which is set in the client side Javascript.
Test:
Manually shortened the timeout value to 10 milliseconds to reproduce the behavior. Applied the fix and verified that the log displayed correctly.
|
5/31/2016 9:35:59 PM
#658: fix Cross Site Scripting Vulnerability in Displaying Proj…
|
5/31/2016 4:21:55 PM
syntax used in the test. Should be window.alert instead of window.echo
|
5/29/2016 12:15:44 AM
Project Description
Fix:
HTML encode the description before displaying it.
Test:
Add a unit test
Manually tested.
Searched for occurrences of "$project.description".
Also change Gradle wrapper to bring Gradle source to enable autocomplete.
|
5/3/2016 2:51:59 PM
to disable project uploading
|
|