Commit efa1152
authored
feat: Implement Create New Volume Modal (#960)
* feat: Add volume create modal and MountPathCell
Signed-off-by: Charles Thao <cthao@redhat.com>
* Refactor ResourceInput Wrapper to /components/ Add storage type to ResourceInputWrapper
Signed-off-by: Charles Thao <cthao@redhat.com>
* add access mode info
Signed-off-by: Charles Thao <cthao@redhat.com>
Remove edit
* add tests
Signed-off-by: Charles Thao <cthao@redhat.com>
* Fix after rebase
Signed-off-by: Charles Thao <cthao@redhat.com>
* Use Select instead of FormSelect for StorageClass
Signed-off-by: Charles Thao <cthao@redhat.com>
* Updated mod-arch to latest version
Signed-off-by: Charles Thao <cthao@redhat.com>
* Reorganize Create Modal
Signed-off-by: Charles Thao <cthao@redhat.com>
* Fix tests
Signed-off-by: Charles Thao <cthao@redhat.com>
* Refactor Edit Volume Mount
Signed-off-by: Charles Thao <cthao@redhat.com>
* Make sure Home Volume entry is Required
Signed-off-by: Charles Thao <cthao@redhat.com>
* Add Confirm Modal for Secrets and Volumes
Signed-off-by: Charles Thao <cthao@redhat.com>
* fix(tests): enforce page object model and improve Cypress test quality
Signed-off-by: Charles Thao <cthao@redhat.com>
---------
Signed-off-by: Charles Thao <cthao@redhat.com>1 parent 69649f0 commit efa1152
File tree
24 files changed
+1501
-489
lines changed- workspaces/frontend
- src
- __tests__/cypress/cypress
- pages
- workspaceKinds
- workspaces
- tests/mocked
- workspaceKinds
- workspaces
- app
- pages
- WorkspaceKinds/Form
- podConfig
- podTemplate
- Workspaces/Form
- properties
- secrets
- volumes
24 files changed
+1501
-489
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
165 | | - | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
179 | | - | |
180 | | - | |
181 | 180 | | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
Lines changed: 15 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
735 | | - | |
| 735 | + | |
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
| |||
755 | 755 | | |
756 | 756 | | |
757 | 757 | | |
758 | | - | |
759 | | - | |
760 | | - | |
761 | | - | |
762 | | - | |
763 | | - | |
| 758 | + | |
| 759 | + | |
764 | 760 | | |
765 | 761 | | |
766 | 762 | | |
| |||
793 | 789 | | |
794 | 790 | | |
795 | 791 | | |
796 | | - | |
| 792 | + | |
797 | 793 | | |
798 | 794 | | |
799 | 795 | | |
| |||
808 | 804 | | |
809 | 805 | | |
810 | 806 | | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
811 | 811 | | |
812 | | - | |
| 812 | + | |
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
| 820 | + | |
820 | 821 | | |
| 822 | + | |
821 | 823 | | |
822 | 824 | | |
823 | 825 | | |
824 | 826 | | |
825 | 827 | | |
826 | 828 | | |
827 | 829 | | |
828 | | - | |
| 830 | + | |
829 | 831 | | |
830 | 832 | | |
831 | 833 | | |
832 | | - | |
| 834 | + | |
833 | 835 | | |
834 | 836 | | |
835 | 837 | | |
| |||
870 | 872 | | |
871 | 873 | | |
872 | 874 | | |
873 | | - | |
| 875 | + | |
874 | 876 | | |
875 | 877 | | |
876 | 878 | | |
877 | | - | |
| 879 | + | |
878 | 880 | | |
879 | 881 | | |
880 | 882 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
112 | 130 | | |
113 | 131 | | |
114 | 132 | | |
| |||
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
132 | 166 | | |
133 | 167 | | |
| 168 | + | |
0 commit comments