6/4/2018 8:24:53 PM
is follow-up of #1712 .
We move job summary module from Azkaban-plugins to the main AZ repo.
|
6/4/2018 7:55:50 PM
parameterized logging
2. remove some logging to reduce the noise
|
6/4/2018 7:53:36 PM
originally built distribution package missed velocity files. This change moves VM files to resources and fixes the bug.
|
|
6/1/2018 8:38:04 PM
3.47.1
vulnerability.
* Fix typo.
* Adress comments.
* Address comments.
|
6/1/2018 6:56:55 PM
#1783
"warning
Task :azkaban-solo-server:compileTestJava
The SimpleWorkResult type has been deprecated and is scheduled to be removed in Gradle 5.0. Please use WorkResults.didWork() instead.
"
Verified with
./gradlew clean build -Dorg.gradle.warning.mode=all
|
6/1/2018 5:48:35 PM
(#1749)
This PR added more information to alerting email sent on flow trigger cancellation.
Email content includes - flow trigger instance start/end time, flow trigger instance page link and cancelled dependency instances and the corresponding cancel reason.
|
6/1/2018 5:47:11 PM
period of historic trigger execution rows to 30 days.
2. some code refactoring:
2.1 separate runnable code from methods which submit those runnable.
2.2 rearrange method/member variable order to make it more organized
2.3 use constant to keep the hard coded thread pool size.
|
6/1/2018 5:42:54 PM
PR is follow-up of #1712 .
We move hdfs viewer module from Azkaban-plugins to the main AZ repo.
Note: We decprecated JsonSequenceFileViewer out in this change, because voldemort jars cannot be found through maven. Also, we cannot find any users who still use this functionality.
|
5/31/2018 6:27:58 PM
user zip to AZ (#1722)
A user is able to user.to.proxy any user in Reportal today. This has been a security vulnerability issue for long time. This PR proposes a fix to validate user.to.proxy configuration before the zip being uploaded to AZ. If the session user is not part of userToProxy user, error is returned to browser to prevent users saving the Reportal.
|