Commit Graph

736 Commits

Author SHA1 Message Date
zhangjingwei
44bf15d7e8 feat: support admin_state_up for listener's pool
1. support setting admin_state_up when creating listener's pool in the listener detail page
2. update pool and health monitor cards in the listener detail page

Change-Id: Ifdb16cc3b82dbb928f4c2e3fcf336450cbe7cc3c
2023-11-24 09:18:39 +08:00
zhangjingwei
9fcb6b34a8 fix: fix remove insert_headers for listener
Fix insert_headers to empty object when editting listener and not setting the insert_headers

Change-Id: Ia9155afd9c4d78ed9aa0168a8c9884f1c1d939dd
2023-11-24 08:49:30 +08:00
zhangjingwei
e6cd3d83eb fix: fix i18n for deleteVolumeInstance formItem label
Fix the label of the deleteVolumeInstance formItem

Change-Id: I2078ac1b18914cf39e1254c65788cdd53bac0410
2023-11-23 14:06:16 +08:00
xusongfu
54e64ea9fc fix: Fix action colum of the Table
Fix action list for listener of loaderbalance

Closes-Bug: #2042932
Change-Id: Ie6573cbb7145baf043606c6374ff14ddd83fa4ac
2023-11-22 18:06:38 +08:00
Zuul
7af05b1ef2 Merge "feat: Allow deletion of Volume on Instance Delete setting" 2023-11-22 07:32:08 +00:00
Elly Murillo
639bcedd7d feat: Allow deletion of Volume on Instance Delete setting
This feature allows the user to check whether the selected Volume should be deleted along with the instance
when the user selected the Bootable Volume Start Source via Instance creation module.

Change-Id: Ib7e7da84de8e884e2cec65fa9747f04551e2de96
2023-11-22 12:13:58 +08:00
Zuul
6e5b257191 Merge "feat: update refresh detail top without silence" 2023-11-20 10:52:01 +00:00
Zuul
f57e8e6edc Merge "feat: Adding terminal feature to Zun detail page." 2023-11-20 10:14:13 +00:00
resitdemir
b87846c27a feat: Adding terminal feature to Zun detail page.
Console feature was added to the detail page with
the attach api of the Zun service using Websocket.

Change-Id: Ie6884c21c23c39406f8be49e28941d3a05af1d7c
2023-11-20 06:06:27 +00:00
zhangjingwei
21ac632a43 fix: update the search label in the extra spec
1. update the search label in the extra spec tab in the volume type detail page
2. update the search label in the extra spec tab in the Qos spec detail page

Change-Id: I50e7d1882c83563dd303a43951f08e288f991c17
2023-11-17 17:40:22 +08:00
zhangjingwei
c356e21478 feat: update refresh detail top without silence
1. For some list tab in the detail page, when submit actions in the list tab, the detail info and the list tab is better to refresh without silence.
2. Refresh the whole user detail page when the set/remove default project of the user

Change-Id: I2fcbe8d79eb90250ed05509540bb2e29a310755d
2023-11-17 16:00:43 +08:00
zhangjingwei
968e2cf577 feat: support user's default project
1. support set user's default project
2. display user's default project in the user list page/user detail page
3. support remove user's default project
4. update user e2e to adapt default project column

Change-Id: I4664429c0c01d195bed3701087e92776b068c69d
2023-11-17 09:09:59 +08:00
Zuul
892b511562 Merge "feat: update extra specs of volume type and QoS spec" 2023-11-16 10:52:36 +00:00
zhangjingwei
781ea82a3f feat: update extra specs of volume type and QoS spec
1. update key column title for the extra spec list page in volume type detail page and QoS spec detail page
2. update key label when creating/editing volume type's extra spec and QoS spec's extra spec
3. set only number value for creating/editing QoS spec's extra spec

Change-Id: Ifaa24ce7607cd70425916ccf5e1ab174157b2881
2023-11-16 16:34:19 +08:00
xusongfu
ccf2942c78 fix: Fix GPU type
GPU type was lost for visual GPU

Change-Id: Ibcf62cefb554172841ffee1fffad49cb2ba40dab
2023-11-16 15:23:32 +08:00
zhangjingwei
b2801a7913 feat: update edit health monitor
1. refactor listener detail and actions code to optimize requests
2. fix remove health monitor
3. hide admin_state_up form item when disable health monitor in the lb step create page
4. support updating admin_state_up when editing health monitor
5. support admin_state_up info in the health monitor card in the lisenter detail page

Change-Id: Id1a9c32ddae09b1ae3dfb613bd7468a372aa5478
2023-11-15 10:53:48 +08:00
zhangjingwei
73653da708 feat: update editing admin_state_up for listener
update editing and display admin_state_up for lb's listener

Change-Id: Ie36a59786a278e4ae67d7b95697456e02d97c9e4
2023-11-14 14:39:43 +08:00
zhangjingwei
772b1b5d46 feat: support editing pool admin_state_up
1. support editing admin_state_up when edit listener's pool of lb
2. support display admin_state_up info in the pool info card in the listener detail page
3. update lb algorithm display in the pool info card in the listener detail page

Change-Id: I80a500c6d67b51203c1d2e5868f94c4800c72714
2023-11-14 14:20:51 +08:00
zhangjingwei
081ff7ee8b feat: support insert_headers for listener
support insert_headers for lb's listener when creating lb, creating listener, editin listener

Change-Id: Id9892add8545ec019413bff07ecbdffcfe3dc8d5
2023-11-13 17:21:57 +08:00
zhangjingwei
668180bcd6 feat: support edit domain name
support edit domain name

Change-Id: I81f8718806e6e90ed5564103c4636b205eac3e62
2023-11-13 11:19:41 +08:00
zhangjingwei
9b9c5248a9 fix: fix user group name check
User group names in the domain can not be repeated, update the name check when creating and editing user group

Change-Id: I174318b9b3c3dd6639a96a0f45e6d5a9935c06f8
2023-11-09 10:13:40 +08:00
zhangjingwei
663f8a2665 fix: fix username check
User names in the domain can not be repeated, check the name check when creating and editing user

Change-Id: I2cc2f6c800d85619cb9f3ca12e2e4b7d93c52125
2023-11-09 09:55:17 +08:00
zhangjingwei
2075632e36 fix: fix project name check
Project names in the same domain can not be repeated, fix the name check when creating and editing project

Change-Id: I357b4464aad23da3901b05c9940672a04b0a1861
2023-11-09 09:47:05 +08:00
zhangjingwei
87238aa2f8 feat: update search filters in settings
Update search filters in the system configration page in the administrator.

Change-Id: Ia00eb33b2c7fad98085cb714fd8e5503fa437153
2023-11-01 09:58:30 +08:00
Zuul
14929514b3 Merge "feat: add setting key description" 2023-10-31 19:12:28 +00:00
Zuul
cfefc68963 Merge "fix: fix system disk size check" 2023-10-31 16:02:28 +00:00
zhangjingwei
2af37719c1 fix: fix system disk size check
Add system disk size check when create instance.

Closes-Bug: #2038269
Change-Id: Ib0b1d36fbaee52d3054da826f56e6b5f85a28457
2023-10-31 17:08:22 +08:00
zhangjingwei
59d2a94bec feat: add setting key description
Add a description for each setting key to better understand the meaning of each key.

Change-Id: I35eb7e7c6ad32bf8a13cfb1c0f1029c6c8874e09
2023-10-31 17:06:18 +08:00
xusongfu
e31e47fa32 fix: Fix change password and password validation
1. Show detailed error messages when changing password with previous password

2. Fix user password validation to get better extensions

Change-Id: I5f323f2f622e2a8bdf81a8dc00bc3e674b4c0953
2023-10-31 16:51:51 +08:00
zhangjingwei
f7ded6afc7 feat: support dns zone and recordsets in administrator
1. support dns zone page in the administrator
2. support dns zone's recordsets in the administrator
3. update dns zone fetch to pagination request
4. update recordsets fetch to pagination request
5. support sort zone by api
6. support sort recordsets by api
7. update search filters for the dns zone list page
8. update search filters for the recordset list

Change-Id: If426060bcb0c3ecd3fa485a9be09953ae74734dc
2023-10-30 10:41:17 +08:00
zhangjingwei
91aa92b55a feat: update record set of dns zone
1. update record set tab in the dns zone detail page
2. update create record set
3. update edit record set
4. update delete record set
5. update record set detail

Change-Id: I624c09b7ebab049371ffd0cbe73c6eec55f4a028
2023-10-26 14:29:32 +08:00
zhangjingwei
28c14c426c feat: update dns zone
1. fix dns zone api fetch in the zone list page
2. udpate create dns zone
3. update dns zone list
4. update dns zone detail
5. update edit dns zone
6. update delete dns zone

Closes-Bug: #2032857
Change-Id: Ieb5023f8596c1c401ad2d0868c99f0155c1c45a8
2023-10-26 12:13:31 +08:00
Zuul
8be87ab24e Merge "feat: Add Keypair column list to instances." 2023-10-16 09:46:52 +00:00
resitdemir
b06fc9a3cc feat: Add Keypair column list to instances.
Change-Id: I2ba707e78dfb1dbac6706186bce312b9e8873868
2023-10-16 06:14:07 +00:00
Jingwei.Zhang
d56f8ea6ce refactor: update columns function for image
update getColumns function for image, then other class can better update the columns by inheritance class

Change-Id: I8c5387b4e03edfb5f94764a7bb7c60759962871e
2023-10-12 11:31:34 +08:00
Jingwei.Zhang
dcd8ab479a feat: add container format column for image
1. add container format column for image list page
2. fix request body for create docker image
3. update container format value display

Change-Id: I40ad82385d2f014b1066428e4b30ddd99435d01c
2023-10-11 14:50:53 +08:00
resitdemir
a8e7670082 Feat: Docker images to glance
Change-Id: I8b061e1744c044f24e2704b7a241fc9ef1744c77
2023-10-10 08:48:14 +00:00
Jingwei.Zhang
6a186ee521 feat: support create non-bfv instance
support create non-bfv instance

Closes-Bug: #2003057
Change-Id: If494648f4d42c6da54661400283968c7220bf2a4
2023-10-07 11:00:43 +08:00
xusongfu
8166bade64 fix: remove content validator about certification
remove content validator about certification

Closes-Bug: #2034990
Change-Id: I42502b86b5361f129f4304b94ff294d3ea15c43f
2023-09-27 16:50:05 +08:00
xusongfu
ec21bd17ab fix: show project id and filter data by it
Show project id and filter data by it when create nework,subnet,fip,qos in management platform

Closes-Bug: #2037275
Change-Id: I4e12b423be7662ba83f8efbf55e1b6aa0e31105d
2023-09-26 17:59:58 +08:00
Jingwei.Zhang
b1f8c82010 fix: set az as optional when create network
set the az selector as an optional select when create a network

Closes-Bug: #2035012
Change-Id: Ica30d2b71ad3ef38430c0d862f4d0eab56b6b125
2023-09-20 10:15:45 +08:00
Zuul
1e6ef4866c Merge "Add Masakari UI to Skyline-Console" 2023-09-13 07:52:07 +00:00
Jingwei.Zhang
61e07535a5 feat: add detail info to action in detail tab
1. add instance detail info to the attach volume action in the instance detail page
2. add instance detail info to the manage security group action and detach action in the instance detail page
3. add port detail info to the manage security group action and detach action in the port detail page

Change-Id: Ie63f8d330ad5442fdb5c6263e83e974e53fb1a3e
2023-09-12 11:16:20 +08:00
Zuul
32d07c8a94 Merge "refactor: update render tabs components" 2023-08-19 01:07:53 +00:00
Jingwei.Zhang
3f23280df5 fix: update delete tip for instance soft delete
update delete tip for soft delete instance

Change-Id: Id7492e49668fcd4c6408363ad636e45ba8a67ae8
2023-08-17 17:33:53 +08:00
Jingwei.Zhang
711fdaf541 refactor: update render tabs components
update render tabs components in storage cluster monitor page

Change-Id: I24f2f3ddba27651071a4456e63330726f7a9e0e3
2023-08-15 20:54:17 +08:00
Jingwei.Zhang
06e581191b refactor: refactor create ironic
refact create ironic code

Change-Id: I9aa223951e610e9a63e5fdc680381aea88d08ff0
2023-08-07 20:27:28 +08:00
Jingwei.Zhang
29c4030d0c refactor: refactor create instance
refact create instance code

Change-Id: Ib8ca4af068bd7377c82bee9d0b01df9f1c0ace42
2023-08-07 15:26:35 +08:00
liyoumin
cfe389dd39 fix: fix the domain description
1. fix the domain description
2.filter the disabled domain when get domain options

Change-Id: I6ece6d4cf50fbed3ac2569b70fc47591932d69c6
2023-08-04 09:23:21 +08:00
omar asim mirza
0bc19114c4 Add Masakari UI to Skyline-Console
Change-Id: I74913bbf1c48823ba4a9b68539a2c26582e62939
2023-08-01 10:38:57 +00:00