11/10/2016 12:09:37 AM
schedule page (#796)
|
11/6/2016 8:57:38 PM
3.8.0
web server (#758)
- Add method in WebUtils class to parse real client ip given HTTP headers map and client remote address - Add logic into abstract login servlet to correctly validate client IP vs IP stored for a session - Add logic in REST API to do the same - Unit tests for the above
|
11/4/2016 5:57:52 PM
uploads through Ajax interface reported HTTP code 200 when it
should be 400 or 500. There are other similar errors in this module, but this
commit only fixes failed uploads.
|
|
11/3/2016 3:55:00 PM
add unit test of isCronExpressionValid
* refactor code a little bit
|
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.
|