9/20/2017 4:07:55 PM
already the e-mail title will tell which a) job level SLA, or b) flow level SLA, was triggered.
|
9/19/2017 6:16:56 PM
status was missing color in the UI, so add it.
The issue #1451 has some further details.
|
9/19/2017 5:16:50 PM
tag", doesn't exit. The self-sufficient linebreak tag is `<br/>`.
Save Actions plugin moved the imports around a bit.
|
9/18/2017 6:08:47 PM
with the same name.
|
9/18/2017 2:21:09 PM
(#1476)
Remove code duplication.
|
9/18/2017 2:20:35 PM
now depends on Intellij specific plugins, styles etc.
|
9/18/2017 2:20:14 PM
the common test methods to be usable in all other modules.
Fix #1470
|
9/18/2017 10:43:26 AM
instructions to the dev guide
- Add the todo style guide
- Add the @Ignore coding convention
|
9/18/2017 10:41:53 AM
#1471
|
9/17/2017 12:21:30 AM
metrics in azkaban-db module. The most important metrics are DB connection monitorings. Here's the steps to complete the task:
Create DBMetrics class;
make AzkabanDataSource Guiceable, in order to Inject DBMetrics. Adding Binding method in azkabanCommonModule to guice it;
Moving Common MetricsTestUtility method to Core module, so that db module can call it. Also, add test dependency gradle code.
After that, add 3 metrics to MysqlDataSource.
|