Commit ee73678
committed
Remove cycles in module dependencies
Having cycles in the modules occaisionally prevents the extension from starting.
- Run GitHub Actions check for cycles in module dependencies using dpdm
- Fix cli -> tools cycle
- Remove cluster -> clusterViewLoader cycle
- Move name validation functions out of OpenShiftItem to avoid cycles
- Refactor ServerlessFunction -> ServerlessFunctionModel to avoid cycles
- Remove view -> loader -> functions cycle
Signed-off-by: David Thompson <davthomp@redhat.com>1 parent d854988 commit ee73678
File tree
31 files changed
+1168
-942
lines changed- .github/workflows
- src
- helm
- k8s
- openshift
- serverlessFunction
- util
- webview
- cluster
- common-ext
- serverless-function
- test/unit
- k8s
- openshift
- util
31 files changed
+1168
-942
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments