|
|
6/1/2017 3:52:46 PM
the entire codebase excluding files under development based on our coding style
reorganize the order of import
rearrange member methods
also leverage save action plugin to refactor code(https://github.com/dubreuia/intellij-plugin-save-actions):
Add final to local variable
Add final to field
Remove explicit generic type for diamond
Qualify field access with this
Remove unused suppress warning annotation
Remove final from private method
Remove unnecessary semicolon
Add missing @override annotations
|
6/1/2017 3:20:21 PM
3.25.1
(#1139)
In this patch, I added two method setTriggerCondition and setExpireCondition to the Trigger Class. The reason behind is that one of our products relying on Azkaban library needs to modify Trigger object by inserting newly constructed ExpireCondition.
|
6/1/2017 2:41:52 PM
intellij plugin save actions
|
5/31/2017 9:49:30 PM
(#1136)
|
5/31/2017 6:53:19 PM
(#1133)
|
|
5/30/2017 2:12:18 PM
3.25.0
(#1108)
* fix AZKABAN_OPTS handling in azkaban-{web,executor}-start.sh
If the value contains spaces, the comparison causes an error
to be logged. If the reference to AZKABAN_OPTS is wrapped in
quotes, spaces are handled properly.
|
5/27/2017 12:34:19 PM
caused by UpdaterThread in ExecutorManager (#1076)"
This reverts commit de648b96e7a2479132c1b294d5784de64e668125.
* Revert running flows cache change
|