Commit Graph

12 Commits

Author SHA1 Message Date
Nancy Butler 2317ab4eea add unit test for vsphere networks 2025-07-23 11:55:28 -07:00
Nancy Butler 7edb3612f5 do not change network name 2025-07-23 11:55:22 -07:00
Mo Mesgin 270b8f7dbf sync network value for selected networks before moid support 2025-03-24 17:57:03 -07:00
Phillip Rak 0fb02f5b2d Unit test updates
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-08-22 16:09:56 -07:00
Phillip Rak e39ce7899f Resolve a batch of unit test failures
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-08-22 16:09:54 -07:00
Giuseppe Leo a2304f462e
Remove or replace all the @nuxt libraries (#11302)
* Update checkout to v4 and bump Node to 16

* Update GHA workflow migration paths

* Removed named exports from Vue files

* Move code outside of the Vue app element

* Remove @nuxtjs/eslint-config-typescript

* Remove @nuxt/types and @nuxt/typescript-build

* Fix import issue with http-proxy-middleware

* Replace @nuxtjs/axios with axios and axios-retry

* Remove @nuxtjs/webpack-profile

* Fix linting issues after Nuxt webpack removal

* Pin resolution for glob after rebase

* Update yarn.lock after rebase

* Fix issue with rancher-components

* Bump rancher-component GHA config to match rebase changes

* Generate yarn file

* Add dependency

* Remove nuxt global var in app template

* Pin version for babel/plugin-proposal-private-methods
2024-08-08 15:31:44 +02:00
Evgeniya Vashkevich 6bd67ba3ff
[INT] Refactored some of the plugins - 3 (#10946)
[INT] Refactored some of the plugins - 3
2024-05-08 15:10:27 -07:00
momesgin ba01b9d9e7
Error handling for contentLibrary, tag and network fields (#10599)
* error handling for contentLibrary, tag and network fields

* fix typo

Co-authored-by: Phillip Rak <rak.phillip@gmail.com>

---------

Co-authored-by: Mo Mesgin <mmesgin@Mos-M2-MacBook-Pro.local>
Co-authored-by: Phillip Rak <rak.phillip@gmail.com>
2024-03-12 15:03:41 -07:00
momesgin ccb88e871f
Fix default values not being set when a new pool is added in edit mode (#10477)
* fix displaying false vsphere errors

* rename variables

* fix default values not being set when a new pool is added in edit mode

* minor refactor

---------

Co-authored-by: Mo Mesgin <mmesgin@Mos-M2-MacBook-Pro.local>
2024-02-20 15:10:15 -08:00
momesgin f05a2bbd94
Fix displaying false vsphere errors (#10473)
* fix displaying false vsphere errors

* rename variables

---------

Co-authored-by: Mo Mesgin <mmesgin@Mos-M2-MacBook-Pro.local>
2024-02-20 12:19:38 -08:00
momesgin 00b773a16d
Expose raw data in vSphere cluster form (#10143)
* expose raw data in vSphere fields + tooltip for select options with possible long values

* fixed tooltip icon overlapping error containers

* passed empty array to ArrayListSelect, used defaultAddValue prop to override default empty string

* pass empty array as a fallback to networks for getDefaultVappOptions

---------

Co-authored-by: Mo Mesgin <mmesgin@Mos-M2-MacBook-Pro.local>
2023-12-18 13:33:51 -08:00
momesgin 9d7b930dbf
expose gracefulShutdownTimeout option for vsphere (#9991)
* expose gracefulShutdownTimeout option for vsphere

* updated tests

* removed console log

---------

Co-authored-by: Mo Mesgin <mmesgin@Mos-M2-MacBook-Pro.local>
2023-11-15 16:16:38 -08:00