Skip to content

control-service: add last execution info to the data_job table - #480

Merged
tpalashki merged 5 commits into
mainfrom
person/tpalashki/current
Nov 5, 2021
Merged

control-service: add last execution info to the data_job table#480
tpalashki merged 5 commits into
mainfrom
person/tpalashki/current

Conversation

@tpalashki

Copy link
Copy Markdown
Contributor

As part of preparation for the implementation of the ability to filter
and sort data jobs by their last execution status, time, and duration,
add the respective columns to the data_job table.

Testing done: Start the service and verify that the columns are created
in the data_job table.

Signed-off-by: Tsvetomir Palashki tpalashki@vmware.com

As part of preparation for the implementation of the ability to filter
and sort data jobs by their last execution status, time, and duration,
add the respective columns to the data_job table.

Testing done: Start the service and verify that the columns are created
in the data_job table.

Signed-off-by: Tsvetomir Palashki <tpalashki@vmware.com>
tpalashki and others added 2 commits November 5, 2021 11:09
@tpalashki
tpalashki requested a review from mivanov1988 November 5, 2021 10:39
tpalashki and others added 2 commits November 5, 2021 15:01
The H2 database used when running tests fails if the new three
columns are added all at once. Change the flyway script to add
the columns one by one.

Testing done: running locally against an in-memory H2 database
and verified that the script is run successfully.

Signed-off-by: Tsvetomir Palashki <tpalashki@vmware.com>
@tpalashki
tpalashki merged commit a75e27b into main Nov 5, 2021
@tpalashki
tpalashki deleted the person/tpalashki/current branch November 5, 2021 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants