Commit bbcdc56
authored
chore: update the orchestrator workflow overview api (#3328)
* chore: update the workflow overview api to include the success ratio for a worfklow. Also add the total runs(for the last 30 days) for each workflow
* squash: add changeset
* squash: change changeset to be a patch
* squash: small refactor
* squash: return total count, error count, success count. this will be needed for RHIDP-14335
* squash: add a workflowRunStats object to return the stats in
* squash: build api reports
* squash: build api reports
* squash: add the stats for the detail page of the workflow. fixes RHIDP-14335
* squash: only count success and error in the total count and success ratio1 parent daa1e8b commit bbcdc56
19 files changed
Lines changed: 1067 additions & 356 deletions
File tree
- workspaces/orchestrator
- .changeset
- plugins
- orchestrator-backend/src/service
- api
- mapping
- orchestrator-common
- src
- generated
- api
- client
- docs
- api-doc
- html
- markdown
- .openapi-generator
- Models
- openapi
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
0 commit comments