Dashboards/API: Keep original when conversion fails (#109912)

* keep original

* openapi

* update tests

* workspace

* workspace

* fix ts

* merge main

* update snapshots
This commit is contained in:
Ryan McKinley
2025-10-10 15:37:32 +03:00
committed by GitHub
parent 09a3498552
commit fdccc3e33c
27 changed files with 3779 additions and 8 deletions
@@ -49,6 +49,7 @@ func Convert_V1_to_V2alpha1(in *dashv1.Dashboard, out *dashv2alpha1.Dashboard, s
StoredVersion: ptr.To(dashv1.VERSION),
Failed: true,
Error: ptr.To("backend conversion not yet implemented"),
Source: in,
},
}
@@ -65,6 +66,7 @@ func Convert_V1_to_V2beta1(in *dashv1.Dashboard, out *dashv2beta1.Dashboard, sco
StoredVersion: ptr.To(dashv1.VERSION),
Failed: true,
Error: ptr.To("backend conversion not yet implemented"),
Source: in,
},
}