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)
|
9/28/2016 4:28:04 PM
swap DOM and DOW ? and *
|
9/26/2016 5:42:53 PM
3.3.0
(#751)
|
9/26/2016 2:48:27 PM
(#750)
The distribution tasks for azkaban-test were pointing to an invalid directory and were not resulting in any artifacts. Removing this dead code. The zip / tar archives are not used anywhere else in the project.
|
9/22/2016 6:04:44 PM
Java 8 (#747)
This patch will disable travis build tests for Java 7 and retain only java 8 tests. The motivation is to reduce support load and also incorporate a bunch of syntax goodies and features supported by Java 8.
Since build already succeeds / is deployed for Java 8. No further testing is required.
Also, updated Gradle IntelliJ configuration to use Java 8 language level for the project.
|