Adding last action status code in view Rolloutgroup targets (#1295)
* added column action status code to RolloutGroupTarget view, currently bug too many rows * changed JPA query to return also action status code * added repository tests * additional checks in tests * improved jpa query to retrieve targets of rollout group * added new property lastActionStatusCode to action for performance reasons * added new property lastActionStatusCode to action for performance reasons * adapted test cases * fixing build problems on MAC with asciidoctor * added testcase to ensure action status code is stored on action * setting min push size to this value reduces multiple calls to the db * renamed properties for consistency * incorporated code review remarks
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE sp_action ADD COLUMN last_action_status_code INTEGER;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE sp_action ADD column last_action_status_code integer;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE sp_action ADD COLUMN last_action_status_code integer;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE sp_action ADD last_action_status_code INTEGER;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE sp_action ADD last_action_status_code INT;
|
||||
Reference in New Issue
Block a user