> On May 26, 2016, 10:01 p.m., Maxim Khutornenko wrote: > > src/test/java/org/apache/aurora/scheduler/events/WebhookTest.java, line 46 > > <https://reviews.apache.org/r/47440/diff/8/?file=1395856#file1395856line46> > > > > kill newline
Done. > On May 26, 2016, 10:01 p.m., Maxim Khutornenko wrote: > > src/main/java/org/apache/aurora/scheduler/events/WebhookModule.java, lines > > 81-82 > > <https://reviews.apache.org/r/47440/diff/8/?file=1395854#file1395854line81> > > > > +4 more spaces Done. > On May 26, 2016, 10:01 p.m., Maxim Khutornenko wrote: > > src/main/java/org/apache/aurora/scheduler/events/WebhookModule.java, line 58 > > <https://reviews.apache.org/r/47440/diff/8/?file=1395854#file1395854line58> > > > > Should be enough to `this(WEBHOOK_CONFIG_FILE.hasAppliedValue() && > > WEBHOOK_CONFIG_FILE.hasAppliedValue()` as `@Exists` already does file > > validation for you. Done. > On May 26, 2016, 10:01 p.m., Maxim Khutornenko wrote: > > src/main/java/org/apache/aurora/scheduler/events/Webhook.java, lines 73-74 > > <https://reviews.apache.org/r/47440/diff/8/?file=1395852#file1395852line73> > > > > -4 spaces Done. - Dmitriy ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47440/#review135087 ----------------------------------------------------------- On May 26, 2016, 10:29 p.m., Dmitriy Shirchenko wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/47440/ > ----------------------------------------------------------- > > (Updated May 26, 2016, 10:29 p.m.) > > > Review request for Aurora, Maxim Khutornenko and Stephan Erb. > > > Bugs: AURORA-1683 > https://issues.apache.org/jira/browse/AURORA-1683 > > > Repository: aurora > > > Description > ------- > > Looking for some feedback whether I'm on the correct path in adding a > webhook. All comments are welcome! > > > Diffs > ----- > > docs/reference/scheduler-configuration.md > f7d676d0ed6bc536f4341dbb9365cf50e8607efb > src/main/java/org/apache/aurora/scheduler/app/SchedulerMain.java > 9ebfe230836e88a97bc60092373f72f176a8f6f2 > src/main/java/org/apache/aurora/scheduler/events/PubsubEvent.java > 2a4c0665e48d30e0655de00bd7f6f9b49f01eafc > src/main/java/org/apache/aurora/scheduler/events/Webhook.java PRE-CREATION > src/main/java/org/apache/aurora/scheduler/events/WebhookInfo.java > PRE-CREATION > src/main/java/org/apache/aurora/scheduler/events/WebhookModule.java > PRE-CREATION > src/main/resources/org/apache/aurora/scheduler/webhook.json PRE-CREATION > src/test/java/org/apache/aurora/scheduler/events/WebhookTest.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/47440/diff/ > > > Testing > ------- > > Need to fix tests. > > > Thanks, > > Dmitriy Shirchenko > >
