Commit aff3105
authored
feat: enable namespace definition editing and customize entity about cards (#479)
* feat: customize entity about cards and enable namespace definition editing
- Create OpenChoreoAboutCard with permission-gated edit icon linking
to /definition tab, annotation-driven View Source/TechDocs visibility,
and renamed labels (Domain→Namespace, System→Project)
- Keep upstream EntityAboutCard for Backstage-native kinds (API, Resource)
- Add namespace update/delete permissions and wire into
useResourceDefinitionPermission hook
- Add Definition tab to Domain/Namespace entity page with full backend
support (GET/PUT/DELETE /api/v1/namespaces/{namespaceName})
- Add namespace to PlatformResourceService, router valid kinds,
ResourceDefinition utils, and PlatformResourceKind type
- Enable annotation editor for all OpenChoreo-managed entity kinds with
info banner about Backstage-only persistence
Signed-off-by: Kavith Lokuhewage <kaviththiranga@gmail.com>
* fix: alias Domain as Namespace in resource definition tab title
Signed-off-by: Kavith Lokuhewage <kaviththiranga@gmail.com>
* fix: address coderabbit comment
Signed-off-by: Kavith Lokuhewage <kaviththiranga@gmail.com>
---------
Signed-off-by: Kavith Lokuhewage <kaviththiranga@gmail.com>1 parent a869fc1 commit aff3105
File tree
13 files changed
+481
-26
lines changed- packages/app/src/components/catalog
- plugins
- openchoreo-backend/src
- services/PlatformResourceService
- openchoreo-common/src
- openchoreo-react/src/hooks
- openchoreo/src
- api
- components
- AnnotationEditor
- ResourceDefinition
13 files changed
+481
-26
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
264 | 265 | | |
265 | 266 | | |
266 | 267 | | |
267 | | - | |
268 | | - | |
269 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
270 | 280 | | |
271 | 281 | | |
272 | 282 | | |
| |||
605 | 615 | | |
606 | 616 | | |
607 | 617 | | |
608 | | - | |
| 618 | + | |
609 | 619 | | |
610 | 620 | | |
611 | 621 | | |
| |||
681 | 691 | | |
682 | 692 | | |
683 | 693 | | |
684 | | - | |
| 694 | + | |
685 | 695 | | |
686 | 696 | | |
687 | 697 | | |
| |||
694 | 704 | | |
695 | 705 | | |
696 | 706 | | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
697 | 710 | | |
698 | 711 | | |
699 | 712 | | |
| |||
748 | 761 | | |
749 | 762 | | |
750 | 763 | | |
751 | | - | |
| 764 | + | |
752 | 765 | | |
753 | 766 | | |
754 | 767 | | |
| |||
794 | 807 | | |
795 | 808 | | |
796 | 809 | | |
797 | | - | |
| 810 | + | |
798 | 811 | | |
799 | 812 | | |
800 | 813 | | |
| |||
837 | 850 | | |
838 | 851 | | |
839 | 852 | | |
840 | | - | |
| 853 | + | |
841 | 854 | | |
842 | 855 | | |
843 | 856 | | |
| |||
889 | 902 | | |
890 | 903 | | |
891 | 904 | | |
892 | | - | |
| 905 | + | |
893 | 906 | | |
894 | 907 | | |
895 | 908 | | |
| |||
921 | 934 | | |
922 | 935 | | |
923 | 936 | | |
924 | | - | |
| 937 | + | |
925 | 938 | | |
926 | 939 | | |
927 | 940 | | |
| |||
948 | 961 | | |
949 | 962 | | |
950 | 963 | | |
951 | | - | |
| 964 | + | |
952 | 965 | | |
953 | 966 | | |
954 | 967 | | |
| |||
986 | 999 | | |
987 | 1000 | | |
988 | 1001 | | |
989 | | - | |
| 1002 | + | |
990 | 1003 | | |
991 | 1004 | | |
992 | 1005 | | |
| |||
1021 | 1034 | | |
1022 | 1035 | | |
1023 | 1036 | | |
1024 | | - | |
| 1037 | + | |
1025 | 1038 | | |
1026 | 1039 | | |
1027 | 1040 | | |
| |||
1065 | 1078 | | |
1066 | 1079 | | |
1067 | 1080 | | |
1068 | | - | |
| 1081 | + | |
1069 | 1082 | | |
1070 | 1083 | | |
1071 | 1084 | | |
| |||
1094 | 1107 | | |
1095 | 1108 | | |
1096 | 1109 | | |
1097 | | - | |
| 1110 | + | |
1098 | 1111 | | |
1099 | 1112 | | |
1100 | 1113 | | |
| |||
1120 | 1133 | | |
1121 | 1134 | | |
1122 | 1135 | | |
1123 | | - | |
| 1136 | + | |
1124 | 1137 | | |
1125 | 1138 | | |
1126 | 1139 | | |
| |||
1146 | 1159 | | |
1147 | 1160 | | |
1148 | 1161 | | |
1149 | | - | |
| 1162 | + | |
1150 | 1163 | | |
1151 | 1164 | | |
1152 | 1165 | | |
| |||
1175 | 1188 | | |
1176 | 1189 | | |
1177 | 1190 | | |
1178 | | - | |
| 1191 | + | |
1179 | 1192 | | |
1180 | 1193 | | |
1181 | 1194 | | |
| |||
1210 | 1223 | | |
1211 | 1224 | | |
1212 | 1225 | | |
1213 | | - | |
| 1226 | + | |
1214 | 1227 | | |
1215 | 1228 | | |
1216 | 1229 | | |
| |||
1254 | 1267 | | |
1255 | 1268 | | |
1256 | 1269 | | |
1257 | | - | |
| 1270 | + | |
1258 | 1271 | | |
1259 | 1272 | | |
1260 | 1273 | | |
| |||
0 commit comments