Commit 729dc77
control-service: Add python_version to GraphQL API (#1909)
# Why
As part of the initiative to add support for multiple Python versions,
we need to extend the GraphQL API to return python_version for each
individual execution.
# What
Added job_python_version column to the data_job_execution table and
job_python_version field to all DTOs related to the GraphQL API.
# Test done
Unit tests. IT test will be added later since the feature for adding
support for multiple Python versions is not ready for e2e testing.
Signed-off-by: Miroslav Ivanov miroslavi@vmware.com
---------
Signed-off-by: Miroslav Ivanov miroslavi@vmware.com
Signed-off-by: gorankokin <gorankokin@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Yoan Salambashev <ysalambashev@vmware.com>
Signed-off-by: Duygu Hasan [hduygu@vmware.com](mailto:hduygu@vmware.com)
Signed-off-by: Andon Andonov <andonova@vmware.com>
Co-authored-by: github-actions <>
Co-authored-by: Goran Kokinovski <gorankokin@gmail.com>
Co-authored-by: Goran Kokinovski <gkokinovski@vmware.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yoan Salambashev <36246462+yonitoo@users.noreply.github.com>
Co-authored-by: ivakoleva <ikoleva@vmware.com>
Co-authored-by: Duygu Hasan <87015481+duyguHsnHsn@users.noreply.github.com>
Co-authored-by: Andy <87700128+doks5@users.noreply.github.com>
Co-authored-by: a_git_a <agita.jaunzeme@gmail.com>
Co-authored-by: Antoni Ivanov <aivanov@vmware.com>1 parent f485392 commit 729dc77
File tree
6 files changed
+7
-12
lines changed- projects/control-service/projects/pipelines_control_service/src
- main
- java/com/vmware/taurus
- datajobs
- service/graphql/model
- resources
- test/java/com/vmware/taurus
- datajobs/webhook
- service
6 files changed
+7
-12
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | 167 | | |
180 | 168 | | |
181 | 169 | | |
| |||
0 commit comments