6/3/2017 6:29:25 PM
(#1146)
Issue: The javadoc of the FlowRunnerTest2 class uses ascii art to describe the DAG. When intellij auto format runs, it renders the art incorrectly. Fix: Wrapped the parts affected in <pre> </pre> blocks.
|
|
|
|
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)
|
|