Initial Contribution of the rollout-management feature
- Repository functionality for rollout, rolloutgroup entities - Rollout scheduler to watch and handle running rollouts and start next group of rollout - Vaadin view to administrate rollouts and reflect the current rollout status - REST resources to cover rollout creation, updating, starting, pausing and resuming Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
<!-- We are doing "inplace" gwt compilation but into subdir VAADIN/widgetsets -->
|
||||
<webappDirectory>${project.build.directory}/classes/VAADIN/widgetsets</webappDirectory>
|
||||
<hostedWebapp>${project.build.directory}/classes/VAADIN/widgetsets</hostedWebapp>
|
||||
<warSourceDirectory>src/main/resources</warSourceDirectory>
|
||||
<noServer>true</noServer>
|
||||
<!-- Remove draftCompile when project is ready -->
|
||||
<draftCompile>false</draftCompile>
|
||||
@@ -212,6 +213,16 @@
|
||||
<groupId>org.vaadin.addons</groupId>
|
||||
<artifactId>tokenfield</artifactId>
|
||||
</dependency>
|
||||
<!-- To be mentioned in release notes -->
|
||||
<dependency>
|
||||
<groupId>org.vaadin.alump.distributionbar</groupId>
|
||||
<artifactId>dbar-addon</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.vaadin.addons</groupId>
|
||||
<artifactId>contextmenu</artifactId>
|
||||
</dependency>
|
||||
<!-- To be mentioned in release notes -->
|
||||
|
||||
<!-- Test -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user