10/31/2016 10:40:05 PM
3.7.0
(#786)
* Warn Users a pop up window if the cron expression string is not correct
* handle both 6 and 7 fields cases
* replace error code by Constant String
* add unit test
* update version number
|
10/27/2016 6:37:49 PM
(#769)
* Enable using log4j.properties file in conf directory (#768)
Right now, Azkaban searches for a log4j.properties file baked inside of
a jar file. This change makes the Azkaban startup script search for this
file inside of the conf directory and use it if it exists. If it does
not exist, then we will revert to using the properties file found in the
jar by default.
* Allow customization of conf directory location in startup (#768)
|
10/27/2016 12:58:25 AM
3.6.0
|
10/26/2016 2:48:41 PM
execute user override in job configuration
* removing the static variable EXECUTE_AS_USER_OVERRIDE
|
10/18/2016 1:53:54 AM
3.5.0
in the distribution (#772)
Since our internal build system uses a custom build directory, the distribution created was missing some files. Changing to $buildDir removes such issues.
|
10/13/2016 1:31:25 PM
event listener to ensure stand behavior across all "modern" browsers. (#713)
|
10/10/2016 7:03:56 PM
3.4.03.4.1
(#762)
Token toString() and getIdentifier() may reveal sensitive information that should not be visible in logs, if the logs are to be publicly visible. Hence, removing logging statements that include this information.
|
10/8/2016 1:47:31 AM
(#606)
- Instead of getting the mutable node status in callbacks, passing the job status - as at the time of firing the event - in additional event data.
|
|
10/3/2016 11:54:40 PM
Scheduling deployment (#759)
|