Commit Graph

987 Commits

Author SHA1 Message Date
Zuul
ec8df085e7 Merge "fix: fix timer in InfoButton component" 2022-06-30 14:38:32 +00:00
xusongfu
24dbf8e0f9 fix: fix ip showing and users database access
1. Fix the ip showing in databse instance
2. Support grant database access in databse users

Change-Id: I96f2c9685f9a2c9890005779ff0e8585ad4dfbfb
2022-06-30 18:48:30 +08:00
Zuul
3fd0ec9eaa Merge "feat: support quota info when clone volume" 2022-06-30 10:47:13 +00:00
Zuul
dc8a730c89 Merge "fix: fix policy for all modules" 2022-06-30 10:47:09 +00:00
Jingwei.Zhang
a82cd5883d feat: support quota info when create share
1. Support quota info when create share
2. Disable click submit button when left quota is not enough to create

Change-Id: I6af7cb3c29cad89dbceffb3c33d93eb46d0f963d
2022-06-30 18:12:12 +08:00
Jingwei.Zhang
e7d5cceedc fix: fix timer in InfoButton component
1. Fix timer by useRef instead of useState
2. Clear timer when component was destroyed

Change-Id: I60c23a71ffb50aed866aff947908e72dae3d5585
2022-06-30 17:50:21 +08:00
Jingwei.Zhang
26df0cefe1 feat: support quota info when clone volume
1. Update clone volume form: add volume info, size input, type select
2. Support quota info when clone volume
3. Disable click submit button when left quota is not enough to clone
4. Update clone volume e2e

Change-Id: I3cc1d85fad75b18b88bc49a20e8feaae14d4111a
2022-06-30 16:16:19 +08:00
xusongfu
3ed9d74791 fix: fix policy for all modules
Add prefix to policy

Change-Id: I492f2215af5d02284ce6e24137e190eab5bb355a
2022-06-30 15:20:35 +08:00
Jingwei.Zhang
41eaf509b6 feat: support quota info when extend volume
1. Fix attached instance display in volume list page
2. Support quota info when extend volume
3. Disable click submit button when left quota is not enough to extend
4. Refactor instance detail fetch by instance store, not the client
5. Refactor instance locked hint by using validator, not notice after submit
6. Update instanceName default value in modal action

Change-Id: Ie5e492d1d550b8283b634fcd9fa645394d8ce504
2022-06-30 11:29:12 +08:00
Zuul
c27c84cafe Merge "refactor: refactor create volume" 2022-06-29 13:57:07 +00:00
Zuul
0803ead58b Merge "feat: support quota info when image create volume" 2022-06-29 13:57:05 +00:00
Zuul
cb35054f23 Merge "feat: support quota info when backup create volume" 2022-06-29 11:22:35 +00:00
Zuul
d46091e357 Merge "feat: support quota info when snapshot create volume" 2022-06-29 10:58:44 +00:00
Zuul
e92ea719e4 Merge "feat: support backup quota info when volume create backup" 2022-06-29 08:55:32 +00:00
Jingwei.Zhang
15503b110a refactor: refactor create volume
1. Refactor create volume
2. Disable click submit button when quota is insufficient

Change-Id: I16c28f5b6041d575c2b27cf7fa815ab248971187
2022-06-29 15:41:13 +08:00
Jingwei.Zhang
ef8024f50b feat: support quota info when image create volume
1. Support quota info when image create volume
2. Disable click submit button when quota is insufficient

Change-Id: I0557a1b64a702c5d41fe7b167265c78f7a5b1723
2022-06-29 15:40:11 +08:00
Jingwei.Zhang
132c1d13be feat: support quota info when backup create volume
1. Support quota info when backup create volume
2. Disable click submit button when quota is insufficient

Change-Id: I154a2fd85560c9b27770e4c828321da167d68133
2022-06-29 15:39:31 +08:00
Jingwei.Zhang
b605ac01c4 feat: support quota info when snapshot create volume
1. Support quota info when snapshot create volume
2. Disable click submit button when quota is insufficient

Change-Id: I81a3bde0f4bd7bdc403bea8176754c5dc5a32373
2022-06-29 15:38:34 +08:00
Zuul
b74b026ace Merge "fix: fix multi role select in transfer component" 2022-06-29 02:31:34 +00:00
Jingwei.Zhang
78cb485068 feat: support backup quota info when volume create backup
1. Add backups and backup gigabytes quota when volume create backup
2. Disable click submit button when left backups quota is zero or left backup gigabytes quota is not enough
3. Refactor create backup, extract common function
4. Update Form right extra info span size, support small span for large
modal, also support custom span size

Change-Id: Ib76e6de287f8f84eecc36471dee3b8cce456b17b
2022-06-29 10:12:09 +08:00
Jingwei.Zhang
2431e5a5d5 fix: fix multi role select in transfer component
1. Update Transfer component to support custom table onRow func
2. Fix the trigger to select the row when click select in project manage user form
3. Fix the trigger to select the row when click select in project manage user group form
4. Fix the trigger to select the project when click select in create user page
5. Fix multi select filter the inputed role name in project manage user form
6. Fix multi select filter the inputed role name in project manage user group form
7. Fix multi select filter the inputed role name in create user page

Change-Id: I0ee4a3db3e923384cf62c44e1801cabfca887217
2022-06-28 16:27:53 +08:00
Jingwei.Zhang
e7a225635c feat: support backup quota info when create backup
1. Update backup mode in list page: Incremental Backup / Full Backup
2. Add size column in backup list page
3. Add backups and backup gigabytes quota when create backup
4. Disable click submit button when left backups quota is zero or left backup gigabytes quota is not enough
5. Disable to select volume when the volume size is bigger then the left backup gigabytes quota
6. Disable to select volume when left backups quota is zero

Change-Id: Ib8b0689674e3e96616a97fe55480f789569e6ef1
2022-06-28 14:42:07 +08:00
Jingwei.Zhang
444daccac7 fix: fix cinder snapshot quota in overview page
Fix cinder snapshot quota info in overview page && project detail page: it was replaced by the quota of the same name of share

Change-Id: I2cb72c229f110396a40c1ce8b52e5c588c3f4999
2022-06-28 14:42:06 +08:00
Jingwei.Zhang
e760b2ebee feat: support quota info when volume create snapshot
1. Add snapshot && type quota info when create snapshot
2. Disable click submit button when snapshot && type snapshot left quota is zero

Change-Id: Iebc222fc995df6fdb5bd67bf3b48594451ffd535
2022-06-28 14:42:06 +08:00
Zuul
07b4b2e0c3 Merge "perf: optimize cold start speed, fix hot module reload" 2022-06-28 05:58:07 +00:00
kanyifei
d43d568ef4 perf: optimize cold start speed, fix hot module reload
Change-Id: I9780c873026e54a8e1ff677236760dd6ec68dd97
2022-06-28 10:15:37 +08:00
xusongfu
7d890f64a6 fix: fix cluster
1. Fix the params when create cluster
2. Fix kepair and template to select-table
3. Add status i18n
4. Ignore some params when edit cluster template

Change-Id: I32cd968336c4e6119d08f32429cc15738431f170
2022-06-25 07:40:19 +08:00
Jingwei.Zhang
b22a959e49 feat: support quota info when create key pair
1. Support quota info when create key pair
2. Disable click submit button when user's key pairs exceed project key pair quota
3. Update Ring component to add tooltip when quota is unlimit, better impression quantity information
4. Update Ring component to support left quota < 0 situation
5. Add quota tip in create key pair form for better understander the
quota of key pair

Change-Id: I31282db5a9a3c35c4e3f904df96689b52149b2ec
2022-06-24 17:25:56 +08:00
Jingwei.Zhang
55e0abab85 fix: fix key pair used count in console overview page
1. Fix key pair used count in console overview page: use the key pair count of current user
2. Add tip to key pair quota title
3. Optimize tooltip when hover progress bar instead of title

Change-Id: I66aed4a6a10685be41fb3d7ef282ca02b4b2f831
2022-06-24 15:37:53 +08:00
Jingwei.Zhang
b693d4360d feat: support quota info when create fip
1. Add fip quota info when create fip
2. Disable click submit button when fip left quota is zero
3. Optimize batch allcate input min and max value
4. Support fetch project fip quota when project change
5. Support update batch count value when project change
6. Update batch count input to input int type, avoid decimal

Change-Id: I6df00fc606472f5cf5b7dbe31181cd864a278ab7
2022-06-24 14:04:26 +08:00
Jingwei.Zhang
81f77b555d feat: support quota info when create virtual adapter
1. Add virtual adapter tip in create form
2. Support port quota info in create form
3. Disable click submit button when port left quota is zero
4. Remove useless projects fetch

Change-Id: I6e135930ac2fd1429621dcc3528cea172da2b828
2022-06-24 11:20:27 +08:00
Jingwei.Zhang
31876de016 feat: support quota info when create subnet
1. Support subnet quota info when create subnet
2. Disable create subnet when left quota is zero
3. Optimize the action disabled check by hasAdminRole in rootStore, not policy
4. Support fetch project subnet quota when project change
5. Optimize project select tip
6. Optimize the project id of current network

Change-Id: Ic7b7b528dcc2e2e3ec23cd8be039a10afa3f197a
2022-06-24 11:02:23 +08:00
Zuul
0ce38d730a Merge "fix: fix cluster template" 2022-06-24 02:50:12 +00:00
xusongfu
ec4bcb3c93 fix: fix cluster template
1. Fix the params when create or update cluster template
2. Show search for all select items
3. Fix the route path for update cluster template

Change-Id: Ic3435abb340f6e129815fde368b5b12bcabcdcb5
2022-06-23 18:27:54 +08:00
Jingwei.Zhang
d6b9098645 feat: support show quota info when create network
1. Support show network and subnet quota info when create network
2. Support network left quota and subnet left quota check when create network
3. When change project, fetch project quota and update quota check
4. Update project select disable clear to better quota check

Change-Id: Id5c3919e91b49ecac072bafd1c2ca4c39853c681
2022-06-23 16:35:44 +08:00
Jingwei.Zhang
0a7c3a3f36 feat: support quota info when create security group rule
1. Show quota info when create security group rule
2. Add left quota check when create security group rule

Change-Id: Iab21d57e4e2fd5c3973281256d0aa79d438a2e8c
2022-06-23 15:30:05 +08:00
Jingwei.Zhang
919840a1e0 feat: support quota info when create security group
1. Add security group quota and security group rule quota when create security group
2. Check security group left quota and security group rule left quota to determine if a security group can be created: one security need 2 new rules
3. Add rule tip
4. Update form tip position

Change-Id: I8d7565763c8c325cf89630039e479ed00a70e7c3
2022-06-23 15:29:50 +08:00
Jingwei.Zhang
bf6c765fb1 feat: support show quota info when create router
1. Support show quota info when create router
2. Disable click submit button when lef quota is zero
3. Update size of large modal with quota info

Change-Id: I8f651d58af0b3d7a5915116ea488bc70a3ed902d
2022-06-23 13:00:44 +08:00
Zuul
b8caadf202 Merge "feat: Show quota info when create server group" 2022-06-22 15:35:29 +00:00
Zuul
3f7475e9be Merge "feat: update role detail page" 2022-06-22 14:47:59 +00:00
Jingwei.Zhang
514b213ca7 feat: Show quota info when create server group
1. Update Form/ModalAction/ActionButton to support right extra info display in modal
2. Add quota info when create server group
3. Support disable click submit button in modalAction / formAction

Change-Id: I511c383f0ffa256b76c1a8fd123c6326e7a43ed3
2022-06-22 17:49:33 +08:00
Jingwei.Zhang
e86bff5f0f feat: update role detail page
1. Update TabDetail to support fetch api when router change
2. Update role detail page: show implied roles in detail page

Change-Id: I99cf7510c30d3924a7f7281f3d5fb3f6db67bd4d
2022-06-22 16:56:52 +08:00
xusongfu
a20c01660c fix: fix less-loader options and styles
1. Fix the options of less-loader to match customized themes
2. Fix some color to variable style in tab detail to get better extension

Change-Id: I9cfaf09a72ede2e3db36176c256bbe307f4e5d0b
2022-06-22 14:55:07 +08:00
Jingwei.Zhang
b1591a9a56 feat: update quota display
1. Update quota display: from one row two resources to onw row only one resource
2. Update quota card style

Change-Id: If978a54c53eaad442bc165832cf3fd6e90719080
2022-06-22 09:36:51 +08:00
Jingwei.Zhang
32cb739fd6 fix: fix overview page style when no-cinder
1. Fix cards styles in no-cinder overview page
2. Fix resource card style in no-cinder administra overview page
3. Fix overview cards border-radius, shadow, margin

Change-Id: Ifc44a923300074c07c6ff2eff449b1cfe0d003b1
2022-06-21 11:15:14 +08:00
xusongfu
2e0d504594 fix: Fix the root disk in flavor
Allow set root disk size in flavor creating when no-cinder

Change-Id: Ia68f1c804c2aa359893ffba8344fa5990d368210
2022-06-20 17:34:56 +08:00
Jingwei.Zhang
549e75d011 fix: fix application credential api fetch
1. Fix application credential api fetch
2. Update role display to role name, not i18n name

Change-Id: Iead1af8b8f867c3a8ecd8b3ab8d249b220e8b930
2022-06-17 11:40:39 +08:00
xusongfu
3be608547c feat: Support compute hosts for zun
Support compute hosts for zun

Change-Id: Ie6b3964b46382d167482f01c491de923a85843f7
2022-06-16 16:09:11 +08:00
Zuul
7741b99e1f Merge "fix: Fix certificate and magnum" 2022-06-16 07:15:22 +00:00
Zuul
1cebcc97bc Merge "fix: fix project manage user group" 2022-06-16 06:15:30 +00:00
Zuul
2058063cc4 Merge "fix: Fix user group list in project detail page" 2022-06-16 06:15:29 +00:00
xusongfu
82c138494d fix: Fix certificate and magnum
1. Fix listener value when download
2. Fix type to input-int in magnum
3. Fix route path of create template in magnum
4. Fix network-select-table

Change-Id: Idca75afa46531626b2a0ce1df7af0003e201e89b
2022-06-16 11:32:04 +08:00
Jingwei.Zhang
dadb2f8170 fix: Fix user group list in project detail page
Fix user group list in project detail page: fix request params

Change-Id: I97b097437bb5997a0d1985e4eb99e33293bdd18f
2022-06-16 11:27:40 +08:00
Jingwei.Zhang
5ca7528ef2 fix: fix project manage user group
Fix project remove user group

Change-Id: I4f80998c859d1ee10978fc19c6dd42fcf25a69a6
2022-06-16 11:21:03 +08:00
Jingwei.Zhang
3dc776b68c fix: fix user api fetch in user center overview page
1. Fix user api fetch in user center overview page
2. Remove pureFetchDetail to baseStore to support the method for all store

Change-Id: I59b6f0a8f5b2f844a718f121708f724787d047f0
2022-06-16 10:51:39 +08:00
Zuul
0896ebc917 Merge "feat: add user group info for domain page" 2022-06-15 07:37:27 +00:00
Jingwei.Zhang
ec2e85a551 feat: add user group info for domain page
1. Add user group column in domain list page
2. Add user group tab in domain detail page
3. Update detail path check in list page
4. Remove domain column for user/group list in domain detail page

Change-Id: Ib81db9cac0d213c47c5f45fb8457728d0b96aa76
2022-06-15 12:06:21 +08:00
xusongfu
3c24d74ba2 feat: Support more functions for zun containers
1. Add some operations of zun containers
2. Support zun containers in administrator paltform

Change-Id: Ia8a7a483e72176d595f6e527979485bf322ed279
2022-06-15 11:15:24 +08:00
Zuul
e15dc5f0d6 Merge "fix: fix listener info in certificate" 2022-06-10 10:52:25 +00:00
xusongfu
243f459ecd fix: fix listener info in certificate
Support multiple listeners for one certificate

Change-Id: I2f1f476236fe90293f92cf980c7e1f799b271fb1
2022-06-10 15:46:13 +08:00
Jingwei.Zhang
5c3ea06aba fix: Update user create form style
1. Update style in user create form
2. Refactor pathname check in list page
3. Fix project role when remove project in user create form && project manage user form
4. Add loading style to Transfer component

Change-Id: I6eddf27a096aa35236430595d8329782ae5b6ed1
2022-06-10 15:11:46 +08:00
Zuul
8ed4795ece Merge "fix: certificate expired change" 2022-06-09 14:14:22 +00:00
Jingwei.Zhang
f942c48352 feat: Add quota info when create volume
1. Add quota info display when create volume
2. Add volume type quota check when create volume
3. Update quota ring/line chart to support infinity value

Change-Id: I0f300beb16bcf50008126afab9dac529c1749d09
2022-06-09 17:12:37 +08:00
xusongfu
efaeac8453 fix: certificate expired change
1. Use metadata to instead of actual expired time
2. Delete disabled if the certificate was used for a listener

Change-Id: I8a16c4c1cc6f104c85835906405aba7ae9a3bf02
2022-06-09 16:18:34 +08:00
Zuul
d133705f6f Merge "refactor: Refactor user" 2022-06-09 04:00:57 +00:00
Zuul
902491651e Merge "fix: i18n and validator for zun" 2022-06-09 03:42:02 +00:00
Jingwei.Zhang
992233ab7d feat: Support auto close/expend quota info when create instance
1. Update InfoButton component to support auto close/expend
2. Support auto close/expend quota info when count/size value change in the create instance form

Change-Id: Ida13abe3463af7dc949c51ade267c64029770c93
2022-06-08 17:20:28 +08:00
Jingwei.Zhang
8c979780a0 feat: Add error message when create instance quota exceeded
Show error message when create instance with quota exceeded:
1. change the instance number
2. change the volume type
3. change the volume size
the above situations may trigger a prompt

Update error message style in the footer

Change-Id: I038bb1919d05d78fc8a78b3ab1a6e72cf327f2ce
2022-06-08 17:20:27 +08:00
Jingwei.Zhang
c88cc53580 feat: Add volume quota when create instance
1. Add volume quota when create instance
2. Quota info support line/ring/table display
3. Remove agent add router e2e check, because sometimes the interface removes the router from one agent successfully, but in fact the route is still in the agent

Change-Id: I161fec1bcd7b8704666c66e3a11168d806c57744
2022-06-08 17:20:27 +08:00
Jingwei.Zhang
e47fa9e742 refactor: Refactor user
1. Refactor user store
2. Refactor user list
3. Refactor edit user system role
4. Update system-admin role check in rootStore
5. Refactor user detail page
6. Update forbidden user action to danger style
7. Refactor create user: add domain select && support multi role select for projects
8. Update project manager user e2e
9. Update create user e2e
10. Update user edit system role e2e
11. Remove create user in domain detail page

Closes-Bug: #1942285
Change-Id: Ieba70b002420e20ad7c3f04f5e4f6fb4b6fb1e76
2022-06-08 15:30:21 +08:00
xusongfu
dde1218242 fix: i18n and validator for zun
1. Add Chinese translation in zun
2. Add validator for template file in zun capsule

Change-Id: Icb4bb98978e1a74a22f347e7f6b471ed0266fec8
2022-06-08 15:20:23 +08:00
Jingwei.Zhang
6f9bb5808e refactor: Refactor project
1. Refactor project store
2. Fix projects in domain detail page
3. Update user group role info in user detail page: add auth by group info
4. Refactor create project
5. Refactor edit project: remove project enabled display
6. Refactor manage user: transfer support filter data by domain name
7. Refactor manage user group: transfer support filter data by domain name
8. Update formItem prop wrapperCol to support more flexible styles

Change-Id: I4720277053242c66c49dcde067444e60c14598da
2022-06-08 10:40:59 +08:00
Zuul
71809065d8 Merge "fix: Fix virtual resource about compute" 2022-06-07 10:34:01 +00:00
xusongfu
99d839a24f fix: Fix virtual resource about compute
Use Nova service api to get the correct count of compute

Change-Id: I6a2bd8797e219d31f899f86e338acb5c56fd2707
2022-06-07 14:59:38 +08:00
Jingwei.Zhang
b6999ea0a1 refactor: Refactor user group
1. Refactor group store
2. Refactor create group: add domain prop when create
3. Refactor edit group
4. Refactor user group manage user
5. Refactor group detail
6. Suppport actions in role detail
7. Refactor group list: add project/role column && domain dolumn; remove
user number column

Change-Id: If8f250da3ac27e5050c9fd4d31ad9954177ed0fe
2022-06-07 13:14:50 +08:00
Zuul
633fcdec63 Merge "feat: Support domain actions" 2022-06-07 03:18:33 +00:00
Zuul
50f465eb13 Merge "fix: Fix row hide in base table" 2022-06-07 01:19:20 +00:00
Zuul
b559702f4f Merge "feat: Support role actions" 2022-06-06 14:20:00 +00:00
Zuul
26d706287b Merge "fix: Zun container operate adjust" 2022-06-06 11:38:16 +00:00
Zuul
61097bff8a Merge "[Animbus]fix: Fix danger button style in batch actions" 2022-06-06 11:12:43 +00:00
Jingwei.Zhang
5a8ec658d5 feat: Support domain actions
1. Support create/edit/delete/enable/disable domain actions
2. Set enableColumn to deal with enable column for domain/user/project
3. Update domain detail e2e
4. Update domain store for better fetch user/project data

Change-Id: I37bf708bca9c819f0d5a63d59dafef1959ec8503
2022-06-06 17:47:47 +08:00
xusongfu
0a4508d016 fix: Fix row hide in base table
Get the latest hideable columns using the getter method

Change-Id: I1d41e9671ea6943a2299d3608338a999789c7235
2022-06-06 17:29:10 +08:00
Jingwei.Zhang
083e44a401 feat: Support role actions
Support create/edit/delete role

Change-Id: Ib8c71b2bb193b061ad6db397727fef0129f3bc44
2022-06-06 16:47:44 +08:00
yangao
95fc8be2a1 fix: Zun container operate adjust
Zun container operate adjust

Change-Id: Ic78aab76e4a921a3e512d87975b1a82431bd8824
2022-06-06 16:17:14 +08:00
Jingwei.Zhang
39259b4fbd [Animbus]fix: Fix danger button style in batch actions
1. Fix danger button style in table batch actions
2. Update reboot vm button to danger
3. Update resize vm button to danger

Change-Id: Ibabc1259e4914042214842acecde4c16f7e6d19e
2022-06-06 10:33:07 +08:00
xusongfu
55841fa520 fix: Fix database in user & e2e
1. Fix the associated database of user in trove instance detail
2. Add waitting time to delete router of l3 agent

Change-Id: Ibdea651d968eaf128d273acca7a347e6a9d09453
2022-06-06 09:54:48 +08:00
Zuul
6b34ad1b05 Merge "refactor: Refactor danger from buttonType to isDanger" 2022-06-02 10:27:36 +00:00
Zuul
66fa2cc51a Merge "fix: Fix copyable and delete lb" 2022-06-02 10:02:23 +00:00
Zuul
458b9838a0 Merge "feat: Add quota info in create instance page" 2022-06-02 09:08:16 +00:00
xusongfu
16d14b5cf1 fix: Fix copyable and delete lb
1. Fix copyable in Paragraph
2. Rollback permission of delete loadbalancers

Change-Id: I2621974d64e9c149c7138c0f2d3da301bdf0d73e
2022-06-02 14:58:07 +08:00
Zuul
339468d054 Merge "fix: Hide menu when endpoint not exist" 2022-06-02 06:30:01 +00:00
Jingwei.Zhang
3fd5c14d5f refactor: Refactor danger from buttonType to isDanger
1. Add isDanger prop to support danger style button, remove danger value from buttonType
2. Update docs according to isDanger
3. Add waiting time when close e2e success notice

Change-Id: I87a72ce05f519ce6717f072dc7397f646dfb4ab1
2022-06-02 14:06:44 +08:00
Jingwei.Zhang
3c54d8afab feat: Add quota info in create instance page
1. Add quota info in create instance page
2. Fix volume quota check when create instance

Change-Id: I01fd430996c49083ffb2168e5672d6c080931e6c
2022-06-02 12:53:44 +08:00
Jingwei.Zhang
59424e1c02 fix: Fix last week's monitor data
Fix the last week's monitoring data in the Monitor overview page

Closes-Bug: #1975376
Change-Id: Ia478872afc45049faadf3837a4840b08f58c4316
2022-06-02 10:22:29 +08:00
Jingwei.Zhang
b50da47db0 fix: Hide menu when endpoint not exist
If the service is not deployed, hide the menu: swift, octavia, zun,
magnum, heat, manila, ironic, vpn

Change-Id: Ie87ef9eaa4a1d5da2134907024ed465dcfaa5bd4
2022-06-02 09:49:19 +08:00
yangao
e740c89b9c fix: Zun code adjustment
1. code formatting problem
2. delete capsule problem
3. create container problem

Change-Id: If458dd8c3b0114573512984792f51b6b883a3c8a
2022-06-01 15:40:27 +00:00
Jingwei.Zhang
2fd46f588c fix: Fix create/delete certificate && menu
1. Fix delete server/ca certificate
2. Update cert display in detail page
3. Add default type when create cert
4. Display the cert list page based on the barbican endpoint
5. Temporarily remove network topology e2e because of cypress crashes

Change-Id: Ie0f01bd7c818b4c553351cc1cd8549e79a301c29
2022-06-01 17:48:51 +08:00
xusongfu
93043a2218 feat: Update certificate
1. Remove certificate in administrator platform
2. Add prefix barbican to the policy
3. Allowed delete lb if provisioning_status is PENDING_UPDATE
4. Allowed change certificate when edit listener

Change-Id: I9c754b78fbd19645e11659d06ec6b9ee85ec9714
2022-05-31 09:34:31 +08:00
Jingwei.Zhang
eec23aebf0 fix: Add unit to memory quota
1. Add GiB unit to memory quota
2. Fix database && container volume size unit to GiB

Change-Id: I553a20e9fa620f2cda3509b52d801894d230040c
2022-05-27 16:18:58 +08:00
Zuul
4d3c172e0d Merge "fix: Fix update ironic node traits" 2022-05-27 07:18:55 +00:00
Jingwei.Zhang
993f18dcfb fix: fix GB unit in database
Fix GB to GiB for volume in database

Change-Id: Id34b49b55e221453f5ca1b594821b97ecd6ee381
2022-05-27 11:32:20 +08:00
Jingwei.Zhang
0f1bdfd682 fix: Fix update ironic node traits
1. Fix update iroinc node traits api
2. Add export client for better reusage

Change-Id: I47ef81265bb4f3a198067280f39206bb17b5fdc0
2022-05-26 16:41:31 +08:00
Jingwei.Zhang
e9cd1482c2 fix: fix image required when create ironic
1. Set image is required when create ironic
2. Add image info in confirm step when create ironic

Change-Id: I57de4e5317aab2ee96e012327bb9a5a79f5e7656
2022-05-26 16:02:56 +08:00
xusongfu
3544b35a5b fix: Fix certificate
1. Fix certificate id in listener
2. Fix TERMINATED_HTTPS change to HTTPS in list and detail info

Change-Id: I9d8c52635061f5529f6c86b3bcb0df68e4e2153b
2022-05-26 12:38:29 +08:00
xusongfu
1d5c1acb1f feat: Update certificate
1. Add certificate id in listener
2. SNI certificate change to multiple select
3. TERMINATED_HTTPS change to HTTPS
4. Change validator of certificate content and keypair
5. Hide domain name if in CA certificate

Change-Id: Id613f5c2c7795a477257ec5f71443378ac686007
2022-05-25 22:21:18 +08:00
Jingwei.Zhang
eae1e27256 fix: Fix GB/MB unit to GiB/MiB
1. Fix size unit to GiB/MiB for
volume/snapshot/backup/image/flavor/monitor
2. Update i18n for Zun

Change-Id: I97bc881b438c9922a2123c36b7e8ea40e5307fd2
2022-05-25 14:48:02 +08:00
Zuul
1bb2c20d26 Merge "feat: Update trove database" 2022-05-25 03:26:52 +00:00
Zuul
4dc1baba0d Merge "Add Zun UI to Skyline-Console" 2022-05-25 03:13:45 +00:00
Reşit Demir
d4ae10a03c Add Zun UI to Skyline-Console
Change-Id: I6e52db8547e8bfb1379320c8ff4d16952f3faac3
2022-05-24 16:20:59 +00:00
xusongfu
be1283358b feat: Update trove database
1. Add validator for database and user
2. Add user create in trove instance user list
3. Add database create in trove instance database list
4. Fix database column in trove instance user list

Change-Id: Ifa6143e15049b5a7fd09aa385064e757d834fadc
2022-05-25 00:01:49 +08:00
Zuul
b873107bc8 Merge "fix: Fix capacity unit in create share form" 2022-05-24 06:57:46 +00:00
Jingwei.Zhang
d71494b2ed fix: Fix capacity unit in create share form
Fix capacity unit to GiB when create share

Change-Id: I7317653043ecd78b50147f697503c2437c08efb5
2022-05-24 11:16:03 +08:00
xusongfu
b8b385ef90 fix: Fix monitor data
Fix the state to get the right data of up and down

Closes-Bug: #1975374
Change-Id: I073471e8c0e9d35c6fb802fc1ec9fea67f9b22d4
2022-05-23 16:07:23 +08:00
Zuul
54ce0336b9 Merge "Add Magnum UI to Skyline-Console" 2022-05-23 05:32:22 +00:00
Eunyoung Kim
409b0223c0 fix: Fix Typo - Append closing parenthesis
Fix append closing parenthesis in Memory usage Num Card
in the overview page in the administrator

Change-Id: I524259791064b7dd7c067c1ad7fa4192548440a9
2022-05-23 02:14:43 +00:00
xusongfu
2d130b5e37 feat: Function optimization in certificate
1. Add client_authentication:'MANDATORY' to the params if use CA certificate
2. Add validator for domain name
3. Add pem validator for certificate content and private key

Change-Id: If6197357ee995678e25bb73e44787c016e66e83e
2022-05-20 17:36:47 +08:00
Numan MENEKŞE
2b53286eb0 Add Magnum UI to Skyline-Console
Change-Id: I6ed9def8d7a9fa25b9c43d26cf6d3a1f573f5d19
2022-05-20 05:41:34 +00:00
xusongfu
888d73bf83 fix: fix delete of secrets and trove
1. Fix the delete button text of trove
2. Fix the params when delete secrets in containers store

Change-Id: I7bace5f312aa19caeb4044e02f4a3a3dc04c50ba
2022-05-19 16:34:33 +08:00
Jingwei.Zhang
92da89d34e fix: Fix download share group type
1. Fix download share group type
2. Fix fetch share group params

Change-Id: I74cff4d7538e0e90edf655817d5d6f021b9bd8c0
2022-05-19 10:17:49 +08:00
Jingwei.Zhang
92b3ba546c fix: Fix share api && create share network
1. Fix delete share when share has share group
2. Fix subnet select when create share network: only subnets that are already connected to the router can be selected
3. Remove keywords param when fetch share-access-rules/share-groups/share-group-types/share-instances/share-networks/share-servers/cinder-pools

Change-Id: Icd53239d7cadbfe37369a27d4b53d4edfcbd2c12
2022-05-18 11:21:01 +08:00
xusongfu
b8675c197c feat: Support more protocals for loadbalance
1. Support https、udp、http for listener creating in loadbalance
2. Fix protocals for pool creating and editing in loadbalance
3. Fix protocals for helth monitor editing in loadbalance
4. Change the component definition to get better extension functionality
5. Add certificate for https listener in loadbalance

Change-Id: I51c953c647b23d516461eb3a0c401d4216c1676b
2022-05-17 20:55:01 +08:00
Zuul
ae89da4922 Merge "fix: Decorator style for refactored components" 2022-05-17 09:49:03 +00:00
yangao
3defbe8330 fix: Decorator style for refactored components
Decorator style for refactored components

Change-Id: Ib85517474ace19967b4901e388800c1258f246be
2022-05-17 14:48:38 +08:00
Jingwei.Zhang
3643ca912c feat: Update share actions && fetch
1. Add public policy check when create public share
2. Add public policy check when edit share
3. Disable actions for public share that do not belong to you
4. Remove update-time info from share detail page
5. Remove update-time info from share group detail page
6. Fix share api fetch: add is_public=true to fetch all data
7. Support share api fetch sorter
8. Support share group api fetch sorter

Change-Id: I737747086900626872df3e566f6e4f21c48893f2
2022-05-17 14:02:47 +08:00
Zuul
020defa50b Merge "feat: Support force-delete && reset-status share istance" 2022-05-16 09:09:02 +00:00
Zuul
9c00b99d6b Merge "fix: Optimize the directory structure of the resources folder" 2022-05-16 02:54:38 +00:00
Jingwei.Zhang
bc39f976a3 feat: Support force-delete && reset-status share istance
1. Support force delete share instance
2. Support reset share instance status

Change-Id: I4ddc2c8b023c92e02b3f40406c4342cbd7e4f2c5
2022-05-16 10:36:49 +08:00
yangao
395084d022 fix: Optimize the directory structure of the resources folder
Optimize the directory structure of the resources folder

Change-Id: If33e899550823a66b4784dc6fd23f06d9f5cff11
2022-05-13 17:39:01 +08:00
Zuul
c0d9e39d12 Merge "fix: Optimize the directory structure of the resources folder" 2022-05-13 07:38:01 +00:00
yangao
1da0258d7e fix: Optimize the directory structure of the resources folder
Optimize the directory structure of the resources folder

Change-Id: I34893e2c622254df8d4b94ef11352ef7e97f9418
2022-05-13 11:54:12 +08:00
Jingwei.Zhang
3d8014c2d9 feat: Support manila share server
1. Add share server in administrator
2. Add share server detail in administrator
3. Add share tab in share server detail
4. Add delete && batch delete share server
5. Remove access info from share detail base info tab
6. Add link to network/share/server in share instance page

Change-Id: Ifa1efb75aebb32a2928f7d7db07e228d41d0894b
2022-05-12 14:56:30 +08:00
yangao
bdd5a98ece fix: display port_range in security group rule in instacne detail
display port_range in security group rule in instacne detail

Change-Id: Ie0f8da751c513640b209c8f84ec6a925b643ebea
2022-05-12 10:57:59 +08:00
Jingwei.Zhang
38403a2280 feat: Support update share quota && reset status
1. Support update share quota in project page
2. Support reset share status in administrator
3. Update share network required when choose special share type
4. Update check share group status when choose share group

Change-Id: I15443d418ec5dd841ca33d05dc2540999ecbcf5f
2022-05-10 11:55:44 +08:00
Jingwei.Zhang
8a7959e49c feat: Support extend share
1. Support extend share
2. Add share tab in share group detail page
3. Add share tab in share network detail page
4. Add share tab in share type detail page

Change-Id: I0beecee4b3e145a20da6eaed3db9917ad175367c
2022-05-09 10:25:38 +08:00
Zuul
9ad847728e Merge "feat: Support manila share" 2022-05-07 11:56:52 +00:00
Jingwei.Zhang
0c09862b35 feat: Support manila share
1. Add manila share page in console and administrator
2. Add console create share
3. Add console edit share
4. Add delete share in console and administrator
5. Add share quota info in console overview page
6. Add share quota info in administrator project detail page
7. Add share metadata tab in share detail page
8. Add create share metadata in console
9. Add edit share metadata in console
10. Add delete share metadata in console and administrator
11. Add manage share metadata action in console
12. Add access rule tab in share detail page
13. Add crate access rule in console
14. Add delete acees rule in console and administrator
15. Add manage access rule metadata in console
16. Add manage access rule action in console

Change-Id: I8c80c80340e214827bcde0d62dc0521e4b2b1ea9
2022-05-07 16:26:21 +08:00
yangao
f43a359a63 feat: add renderExtraLink function to support extra link show
add renderExtraLink function to support extra link show

Change-Id: I08bf54eb8791704a692cdc9806d23e6806c786ae
2022-05-07 14:23:05 +08:00
xusongfu
f48011a983 fix: add i18n and fix datastore of trove
1. The trove creates an instance affinity and anti-affinity label that requires i18n
2. Add i18n for trove instance status
3. The value of the database version of the configuration group is incorrectly set
4. Add allowClear true for select component

Change-Id: Ic6058530b57b1f8f7face48061c5a3b018459a5a
2022-05-06 19:25:09 +08:00
yangao
17bd59ec15 fix: remove extra IPv6-ICMP in create security group rule
remove extra IPv6-ICMP in create security group rule

Change-Id: I84321f4348d574504e369de9a556c5e522def7d6
2022-05-06 09:27:51 +08:00
xusongfu
c805074df0 fix: fix component definition of trove
1. Change the component definition to get better extension functionality
2. Add Copyright info to some components
3. Format some codes by prettier plugin

Change-Id: I64f7eb665c85caddcd6cf8b3084e259504c9dee6
2022-04-29 16:27:41 +08:00
Zuul
56c73daf92 Merge "feat: Support manila share group" 2022-04-28 12:59:10 +00:00
Jingwei.Zhang
3e76cb2ffa feat: Support manila share group
1. Add manila share group page in console and administrator
2. Add console create share group
3. Add console edit share group
4. Add delete share group in console and administrator
5. Add share group detail page in console and administrator

Change-Id: Ia96f38c2155210007faedb99bcf3ff49ae291245
2022-04-28 16:29:04 +08:00
yangao
d69bbacca7 fix: fix download floating IP all data error
fix download floating IP all data error

Closes-Bug: #1957862
Change-Id: I1450e963ac7b7afe9add94d18d914aedb8f715b5
2022-04-28 05:38:29 +00:00
Jingwei.Zhang
d472f41913 feat: Support manila share network
1. Add console share network page
2. Add console create share network
3. Add console edit share network
4. Add console delete share netowrk
5. Add console share network detail page
6. Add administrator share network page
7. Add administrator share network detail page
8. Add administrator delete share network
9. Add popover network component

Change-Id: Iade53429f2e432897cd60d1b7d3b6ee91ebcd95c
2022-04-27 17:04:11 +08:00
Jingwei.Zhang
b4e81a76db refactor: Refactor popover resource component
1. Add Popover component
2. Refactor popover subnets component

Change-Id: I41399a60cd343ac7c5fe44bf291d686d8565db76
2022-04-27 12:05:04 +08:00
Jingwei.Zhang
3eb091a54b fix: remove @ alias when import file
Remove @ alias when import file, can use folder in the src to short import

Change-Id: I9fa494cb93f152a03b6dcf3c0ecda0d31e747ea3
2022-04-25 09:58:34 +08:00
Zuul
acedaa9868 Merge "fix: Show importing status when creating image using url link" 2022-04-24 03:23:39 +00:00
yangao
1b4e51c921 fix: Show importing status when creating image using url link
Show importing status when creating image using url link

Change-Id: I863ccaff62c09d09166f08b5181940b9d818b85a
2022-04-24 10:51:13 +08:00
xusongfu
0c11d61548 fix: fix route map and component definition
1. Refresh route map when switch project
2. Change the component definition to get better extension functionality

Change-Id: I6a514914ff711d125b7b280d3415a3f27f58628e
2022-04-23 00:25:30 +08:00
Jingwei.Zhang
4a4ad26a49 fix: Fix create share group type
1. Add share types select when create share group type
2. Add share types column in share group type list page

Change-Id: I729e8120fa2017b277ce6987508c1fc1eca75dc1
2022-04-22 17:57:04 +08:00
Jingwei.Zhang
9b6787121d feat: Support manila instance page
1. Add manila instance list page
2. Add manila instance detail page
3. Refactor request to better config request

Change-Id: I81207ac67d550297057f121842e2f736e450079f
2022-04-22 16:16:59 +08:00
Zuul
443daf560a Merge "fix: fix token storage after login" 2022-04-22 07:46:55 +00:00
Jingwei.Zhang
3091c21e6e fix: fix token storage after login
Save keystone_token after login, earlier than profile api

Change-Id: Ia65a2c386f3f04ebf61b030c28d9efab17d6558d
2022-04-22 11:19:47 +08:00
Jingwei.Zhang
8129af966e feat: Support manila share group type page
1. Add share group type page in administrator
2. Add create share group type
3. Add delete share group type
4. Add share group type detail page
5. Add create group spec
6. Add edit group spec
7. Add delete group spec
8. Add manage group type access

Change-Id: I5292d157ae1b06ba3b35b6f6fd2eeb455b7582a7
2022-04-22 09:30:12 +08:00
Zuul
c0727c95d8 Merge "feat: Support manila share type page" 2022-04-21 10:46:34 +00:00
Jingwei.Zhang
f3c284a835 feat: Support manila share type page
1. Add share type page
2. Add create share type
3. Add update share type
4. Add manage access
5. Add delete share type
6. Add share type detail page
7. Add create extra spec
8. Add update extra spec
9. Add delete extra spec

Change-Id: I2d1497b8716b178693e127ae7350e9946a479817
2022-04-21 15:10:42 +08:00
yangao
e3561599f4 feat: There are more 'more' parameters passed when creating a user
There are more 'more' parameters passed when creating a user

Change-Id: If850de2036265f33686610cb5061dc768ee9ae5f
2022-04-21 14:29:46 +08:00
yangao
db2c0d84b9 feat: The condition for judging the bare metal instance removes the trait: CUSTOM_GOLD is required
The condition for judging the bare metal instance removes the trait: CUSTOM_GOLD is required

Change-Id: I6276918ddb7620dac2ecd261000802e920e2d95e
2022-04-21 09:43:53 +08:00
Zuul
2553207e1f Merge "feat: Support for creating image using file link" 2022-04-20 08:39:53 +00:00
yangao
a241663bb8 feat: Support for creating image using file link
Support for creating image using file link

Change-Id: I73f697f95c0edc947240c562fc9f3e2f6768387f
2022-04-20 13:26:33 +08:00
Jingwei.Zhang
792c530928 fix: fix token storage after switch project
1. Remove useless code in switch project
2. Fix token change for requests after switch project

Change-Id: Ib8757fc918c3068be0a6b9a0d08921f2dc8817fd
2022-04-20 11:36:23 +08:00
Zuul
a0a9813943 Merge "fix: Change the policy name" 2022-04-19 09:27:24 +00:00
Jingwei.Zhang
12adfbf380 refactor: update error handle in request
Make a separate function for request error reporting to better handle various error conditions

Change-Id: I08c44bd9af3258a3338902dcd49c78b954e06c49
2022-04-19 10:29:58 +08:00
zhu.boxiang
8e36355e41 fix: Change the policy name
Change the policy name.

Depends-On: https://review.opendev.org/c/openstack/skyline-apiserver/+/837834
Change-Id: Ie57de25e1d7897c7bac6a8376a84c9ea0665ab7c
2022-04-18 05:18:44 +00:00
xusongfu
f91454fdcb fix: Fix role list and monitor data and others
1. Fix the role list fetch in user manger and system role
2. Fix the state to get the right data of up and down
3. Add rest attribute for better extension functionality in select component
4. Fix create rule error

A recent git update broke our jobs, diskimage-builder was updated to fix

1. This issue but the grenade job doesn't use dib from master (our other
jobs do)
2. This commit ensure that our grenade job pulls dib from the git repo

Change-Id: I2de592a337e769d1604d72b117fd8a44d5777f58
2022-04-15 20:20:02 +08:00
xusongfu
d76bd458fc fix: Modify UserGroups and User definition
1. Modify UserGroups class definition to make it extensible
2. Modify getColumns definition to make it extensible

Change-Id: I8e97da2ec2078a8620cc212f76cfab9e1bedb14e
2022-04-14 15:34:05 +08:00
Zuul
30229526a4 Merge "fix: Fix database and tag" 2022-04-08 08:56:56 +00:00
Jingwei.Zhang
feb7bb1af1 fix: Remove batch delete port forwarding
Concurrent deletion will cause an error in neutron updating the routerId
 attribute of the floating IP, so remove batch delete port forwarding
action.

Change-Id: I18687b80f9a7e239a5ae23d84ae2169ad8491cf0
2022-04-08 03:45:54 +00:00
xusongfu
fed23d5613 fix: Fix database and tag
1. Add i18n for database
2. Add i18n for server tag and project tag
3. Add database instance status

Change-Id: If0d3d0782808a06f51c63bf9d817281ae027972b
2022-04-08 09:56:04 +08:00
Zuul
74df8da69e Merge "fix: Fix source port/port range" 2022-04-07 09:21:21 +00:00
yangao
250c344333 fix: Fix source port/port range
1. When the direction of the security group rule is egress, the following prompt should be the destination port/port range

Issue: 126898
Change-Id: I199fe1d9471c06eac1b00f2f0ec245d9dfb4177c
2022-04-07 14:46:16 +08:00
Zuul
786d956349 Merge "Add Trove UI to Skyline" 2022-04-07 05:19:30 +00:00
xusongfu
e0b40e0c4c fix: Fix error of cinder endpoint
Fix the rootStore path to solve the problem of incorrect cinder endpoint

Change-Id: I4a3b24959f74bfdaa8746d507b05dc3dffeeef4b
2022-04-07 09:39:14 +08:00
Reşit Demir
b3966843f8 Add Trove UI to Skyline
Change-Id: I0502a2043361a57b39c5804e74a443c01b920e62
2022-04-06 11:01:01 +00:00
xusongfu
adabf42783 fix: Fix tags column and validator tips
1. Fix tags error in hypervisors page
2. Fix validator tips about commas

Change-Id: Idb92d62e2f309476b647532e01d3e05fa23c7748
2022-03-30 10:28:29 +08:00
Zuul
76859287e8 Merge "feat: remove useless codes of snat" 2022-03-29 08:55:10 +00:00
xusongfu
981e653148 fix: Refresh data when database change in monitor
1. Refresh the node list when database change
2. Reset the current selected node when database change

Change-Id: Id12ebb729b44bd01893d20d2f2f91d7450fb3186
2022-03-29 09:27:14 +08:00
Jingwei.Zhang
948e246791 feat: remove useless codes of snat
1. Remove useless codes of snat
2. Remove duplicate key "extensions" in neutron client

Change-Id: I1bfa87f3588eac7bc68d2375f8330607b962314c
2022-03-28 16:08:24 +08:00
xusongfu
81c037de41 feat: Add tags to nova service and so on
1.Lists tags, creates, replaces tags for a server
2.Fix input autocomplete in Chrome browser
3.Fix some e2e test bugs

Change-Id: I6236da8670d36c88978317d34a50cde3974b83d9
2022-03-26 20:11:15 +08:00
Zuul
c8fee87d63 Merge "fix: Clear local storage when logout" 2022-03-26 10:03:23 +00:00
Zuul
c8eb7086ad Merge "refactor: Update style" 2022-03-26 09:36:40 +00:00
Zuul
7ee4ce8eaf Merge "feat: support network qos policy actions in console" 2022-03-26 04:29:41 +00:00
Jingwei.Zhang
82df36b307 fix: Clear local storage when logout
Clear local storage which storage keystone_token and other info

Change-Id: Ife904f05918a3b107c55a4db2244b84a01a2dde0
2022-03-25 16:04:15 +08:00
Jingwei.Zhang
9763ce317f feat: support network qos policy actions in console
Support qos policy actions in current project tab in console
1. Support create qos policy in console
2. Support edit qos policy in console
3. Support delete qos policy in console
4. Support create/edit/delete bandwidth in console

Change-Id: I3142f9e9386c85fd99438f7277eaebad0d2c2b6b
2022-03-25 14:47:52 +08:00
xusongfu
7ac40b2650 fix: Support no-cinder
1. Update base client to support service disable
2. Remove volume in create instance if no-cinder
3. Remove cinder services in overview page if no-cinder
4. Remove some storage services if no-cinder
5. Remove volume in monitor centers if no-cinder

Change-Id: Ib6f8f3ed86098b4097b0428b48f0b136bf5ee349
Closes-Bug: #1939984
2022-03-25 12:57:28 +08:00
Jingwei.Zhang
36c5a63196 fix: add json format check when editting setting config
1. Add JSON format check when edtting setting config
2. Update export

Change-Id: I532f6eeac33fb5fc8a8854131b5bc55e13009cf5
2022-03-21 23:06:30 +08:00
Zuul
548f6c684d Merge "feat: add floating ip tab in qos policy detail page" 2022-03-17 10:47:27 +00:00
Jingwei.Zhang
194ac88d24 feat: add floating ip tab in qos policy detail page
Add floating ip tab in network qos policy detail page

Change-Id: I07e30d08b27d51dca7facc12397aab7a72be3669
2022-03-16 10:41:23 +08:00
zhangke
05b28c9344 fix: the host name should show service.host instead of hypervisor_hostname, pages involved are as follows:
Management Platform: Virtual Machine Manager, Virtual Machine Manager Details, Migration, Live Migration

Change-Id: Icb8b9ed8bb61fb6c715193f1c48bd1c2da45316f
2022-03-16 02:30:31 +00:00
xusongfu
2960516e5e fix: Fix the user manager & group manager
Fix the page error when the role list is empty

Change-Id: Id72aaf1da2d96695fdf879de7f57f3a9f0183995
2022-03-15 11:52:49 +08:00
zhangke
83a1b938c1 fix: hide project_id when modifies metadata
1. project_id should not be modified when mirror modifies metadata
2. mirror details page does not need to display the custom attribute project_id

Change-Id: Id629f94429ea1ee6556046f5f3d9e22b3a578b40
2022-03-07 10:36:44 +08:00
Zuul
04d150cc5b Merge "fix: Fix the user manager & group manager" 2022-03-03 07:55:02 +00:00
zhangke
29a0435392 fix: set default expires day of keystone_token
1. set default expires day of keystone_token
2. add tips when keystone_token is expired

Change-Id: Ib5bb97c3c790d9f5c239fc19bb76a95a231ca838
2022-03-03 12:13:48 +08:00
xusongfu
58be21a2b9 fix: Fix the user manager & group manager
The select is single when configuring roles for projects, which is not
matched with horizon

Change to multi-select when configuring roles for projects

Change-Id: I3ecee8431f107e723c0046c549a8e016a846f6a2
2022-03-03 09:39:44 +08:00
Jingwei.Zhang
ce0042945f refactor: Update style
1. Support style check: stylelint
2. Add stylelint check in lint-staged husky
2. Update styles

Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
2022-03-02 11:04:01 +08:00
xusongfu
757047a1cb fix: Fix the encryption provider format
The encryption provider format is wrong, fix it to luks

Change-Id: I264640173e9fb07bf2a11cc8e29d2beeccf8ebae
2022-02-25 14:41:43 +08:00
xusongfu
04e8210fdd fix: Fix the style of AddSelect component
Use float instead of overflow to avoid the inner selects options
being occluded by outer element

Change-Id: I41c6ef3d60e5717c8c9b929091b4383365aa4d29
2022-02-24 18:38:57 +08:00
Zuul
22be7ac616 Merge "fix: fix routerId of router port page" 2022-02-24 08:18:07 +00:00
zhangke
25c36f1bf8 fix: fix routerId of router port page
fix routerId of router port page

Change-Id: I389b588e9aa7e0642649243b5099947c72ab40f6
2022-02-24 15:30:08 +08:00
xusongfu
237ea4a901 fix: Fix the Qos policy data in the list
Modify request parameters to ensure that data can be separated under
different tabs

Change-Id: I2eb396031c140f215b0ea4c1a87269b290d35dcf
2022-02-24 14:23:33 +08:00
xusongfu
088c38e65c fix: Fix the router port & security group
1. The name of router port is empty but it is id in the download file,
we need to modify the column to get the correct name in download file

2. Incorrect routing path parameters cause errors in jumping to the
security group details page

Change-Id: I91bd0873c7b767da5b9b2cdc566389897c230ae1
2022-02-24 09:43:59 +08:00
xusongfu
10c3abdc4b fix: Fix the mtu when create network
Remove mtu if it is empty

If the mtu is empty, it should be removed
from the params of the request, otherwise it will cause
createing net error

Change-Id: I88f1d4398efd2ee70ab984d7598b04f8743c8d66
2022-02-23 10:59:07 +08:00
xusongfu
4f40768854 fix: Fix the gateway_ip when create network
Remove gateway_ip if it is empty

If the gateway_ip is empty, it should be removed
from the params of the request, otherwise it will cause
createing sub-net error

Change-Id: Iecd927034ca9bc14c1bfb28b27f34ef585afa945
2022-02-22 16:59:51 +08:00
xusongfu
0dcf7bd0e3 fix: Fix the status list of volume
Administrators can reset the volume status to in-use

If the volume status is 'error', the volume can not be deleted or
detached, we need to change the status to 'in-use' then do this

Change-Id: Ia250a449fea4dc96186bd1440eadfc0c791f48ac
2022-02-22 16:31:21 +08:00
xusongfu
438772f6f3 fix: Fix the search filters
1. Add search filters of baremetal node list
2. Use public function getOptions to format some select options

Change-Id: I2952878ab21656364031db0216a32879ce87862c
2022-02-21 16:00:47 +08:00
Jingwei.Zhang
f81ac5651a fix: Fix word spell
1. Add eslint plugin spellcheck to check word spell
2. Fix word spell

Change-Id: I73d39cf797ef5bdf993b0154816134a1e93f2ed4
2022-01-18 11:25:58 +08:00
zhuyue
937a17062b feature: update to support configuration
update to support configuration

Change-Id: I9da4178175c3cc5eec9dccab24d1db543ca62821
2022-01-13 19:14:07 +08:00
zhuyue
9bfc537493 fix: Fix for fip's binding resource that not belong to current project
fix for fip's binding resource that not belong to current project

Change-Id: I26e52a4a31e7dd12023fe5fabfb748eb328870f2
2022-01-12 01:18:16 +00:00
Jingwei.Zhang
7419565aa2 refact: Refactoring generation of the link of network and security group when creating instance
Use route name in menu to generate network && security group link

Change-Id: I84c9470a06a5bc41eba19c91c40d40d8cab7f26a
2022-01-10 15:34:30 +08:00
Zuul
24feb71191 Merge "refact: Refact Monitor page" 2022-01-09 14:02:28 +00:00
zhuyue
656ccfc9f6 refact: Refact Monitor page
refact monitor page

Change-Id: Ic7ff74641da63c236e27a146b6f1ab712a780f49
2022-01-09 17:09:34 +08:00
Zuul
37c7f440da Merge "feat: Optimize simple-form component" 2022-01-07 14:03:58 +00:00
Jingwei.Zhang
256d7d473e feat: Optimize simple-form component
1. Optimize simple-form component to support form item onChange function
2. Update login to support custom render

Change-Id: I8952d4bd3cff85eeccd76363a8a9c3f3aff3ee25
2022-01-07 10:07:43 +08:00
Jingwei.Zhang
c96180b723 feat: Support the use of ports when creating an instance
1. Add port select in network step when creating an instance
2. Show port in confirm step when creating an instance

Change-Id: I4adb832d194433f2b201c02c067e72251c6e61e6
2022-01-06 17:27:27 +08:00
xusongfu
6872acf19b fix: Fix the create member disappear when status is changing
Show create member when status is from PENDING_UPDATE to ACTIVE

Change-Id: I594be49113215e2cb9b950d61dae810f6608d61c
2021-12-28 18:20:28 +08:00
Zuul
5b288e6daa Merge "feat: Support ceph rgw swift" 2021-12-22 07:20:40 +00:00
Jingwei.Zhang
0c68086249 feat: Support ceph rgw swift
1. Add format=json when request swift container && object list
2. Remove delimiter when params has path prop

Change-Id: I53e978d44d077337ff555a1aa50489638df37970
2021-12-22 11:58:42 +08:00
xusongfu
c185571953 fix: Fix the create listener disappear when status is changing
Show create listener when status is from PENDING_UPDATE to ACTIVE

Change-Id: I2571548c89ae4b37a5f09d54d277064bd2d6ba5d
2021-12-22 11:03:09 +08:00
xusongfu
bf22ea704e fix: Fix the validate message for some fields with empty value
Change the validate messge for the form item whitch type is select or select-table

Change-Id: I839575099d2385469f4269d1dee4c8c11cc1e9b7
2021-12-20 11:23:37 +08:00
xusongfu
0aaca80308 fix: Fix the value of the name column in the network list which use the simple table
Show id and name to match column headings

Change-Id: Ifea9927b024ae613d2db4f402aa4ad020d767c6e
2021-12-16 15:37:01 +08:00
Zuul
d884b0ba6e Merge "feat: Update flavor detail page" 2021-12-16 07:21:26 +00:00
Zuul
507a86ecd7 Merge "fix: Add tip for ipv6 subnet" 2021-12-16 04:58:45 +00:00
zhuyue
6ea6e2c8d0 fix: Add tip for ipv6 subnet
1. add tip for ipv6 subnet
2. set default value of ipv6_ra_mode & ipv6_address_mode

Change-Id: Ie2cfe736052892b52e508a81a7d5c8e0e2a3528b
2021-12-16 02:40:54 +00:00
Jingwei.Zhang
20cc08159c feat: Update flavor detail page
1. Add numa node info in flavor detail page
2. Add memory page size info in flavor detail page

Change-Id: I6fc4a93c4e78e9a75f32fe1f35e4b73cb504bcca
2021-12-16 10:04:16 +08:00
Jingwei.Zhang
2b82344212 fix: Fix qos policy jump in fip list page
Fix qos policy jump in fip list page

Change-Id: I4912fe6bad60a307a6fe5035f2221489ad226f56
2021-12-15 15:41:14 +08:00
Jingwei.Zhang
91d9c80d09 feat: Support flavor mem page size prop
1. Add mem page set when create flavor
2. Update i18n
3. Update RightContent component extends

Change-Id: I8c714e97300e70cfe8c761736db7076127ba1e7c
2021-12-15 12:21:24 +08:00
Zuul
5d4e204ebe Merge "fix: The default remote ip prefix is ::/0 if ethertype is IPv6" 2021-12-10 07:11:40 +00:00
xusongfu
62149658da fix: The default remote ip prefix is ::/0 if ethertype is IPv6
Use different default remote ip prefix between IPv4 and IPv6

Change-Id: I9f851562da8d8b59cc7ecc51ebeaa285076e1831
2021-12-10 14:18:56 +08:00
zhuyue
7cd19fe428 fix: fix for lb members subnet id params
fix for lb members subnet id params

Change-Id: I875557396867938119ac1f22f3df2818b33b5a48
2021-12-10 12:26:25 +08:00
Zuul
979fbfe6e5 Merge "fix: The default remote ip prefix is ::/0 if ethertype is IPv6" 2021-12-09 07:50:55 +00:00
xusongfu
f562454c5f fix: The default remote ip prefix is ::/0 if ethertype is IPv6
Use different default remote ip prefix between IPv4 and IPv6

Change-Id: I6b50000c0acdeb7956ee9343c295ed62493f7095
2021-12-09 14:23:53 +08:00
zhuyue
a070ecd94e fix: Fix for monitor page
1. fix for object data of formatedData
2. fix for evictions
3. fix for chart modal

Change-Id: I757387714a1088647538870e80615662f830ac1e
2021-12-09 11:16:20 +08:00
zhuyue
1834f92c8a fix: Fix for compute node status & "observable" big array data
1. fix for compute node status
2. fix for observable big array data in monitor

Change-Id: If6946246a8ffe8bbc6a880f0150658a436884613
2021-12-07 08:25:25 +00:00
Jingwei.Zhang
a956a9f3df fix: Hide download btn in swift container page
Hide download btn in swift container list page

Change-Id: I47d0e60220dc216b2a68afd14e2b37e40402e5b5
2021-12-06 10:03:39 +08:00
Zuul
d3674e04a2 Merge "fix: Fix menu click range" 2021-12-03 13:43:16 +00:00
Zuul
ee77a5eab3 Merge "fix: Fix delete swift folder" 2021-12-03 11:19:41 +00:00
Zuul
d74f418f52 Merge "fix: Fix for create lb members" 2021-12-03 11:16:58 +00:00
zhuyue
ea9cbb9455 fix: Fix for create lb members
fix for create lb members

Change-Id: Iabd009f90dfcda329f809d48220bfce97fe63717
2021-12-03 09:27:26 +00:00
Jingwei.Zhang
870907aae3 fix: Fix delete swift folder
Fix delete empty swift folder

Change-Id: I0c781285d35f8585df487634e656ba7464c3c78a
2021-12-03 16:57:36 +08:00
Jingwei.Zhang
6b05d343f1 fix: Fix menu click range
Fix menu click range

Change-Id: Iee68fac62d1f406b7f560ff16ca7e0829eda0c49
2021-12-03 16:00:57 +08:00
Jingwei.Zhang
f37c2338a7 fix: fix i18n
fix i18n due to rebase

Change-Id: I2ff1f3c5cef26354f38eb94f04482f4e746eba01
2021-12-03 11:24:15 +08:00
Zuul
6113ab6331 Merge "fix: Remove pfw tab from fip detail page" 2021-12-02 08:27:30 +00:00
Zuul
cb4502f61c Merge "fix: Fix selection style in header table" 2021-12-02 08:21:27 +00:00
zhuyue
7b2ad4de84 fix: Remove pfw tab from fip detail page
remove the pfw tab in an environment where pfw service is not deployed

Change-Id: Ibc0e3c28e1ef34097818aea5be432d01208d384a
2021-12-02 14:22:27 +08:00
Jingwei.Zhang
18c475987a fix: Fix selection style in header table
Fix selection style in header table

Change-Id: Id2c17ff4dcb0c0c15409268d12e891424de640e5
2021-12-02 10:39:15 +08:00
zhuyue
b4e1789027 feature: Add other service monitor page
add other service monitor page

Change-Id: I1e17919d8d93bf5b46e8f399f1128addf3fbbd6c
2021-12-02 10:10:03 +08:00
Zuul
a78c4a9379 Merge "fix: Fix table header style" 2021-12-02 01:52:15 +00:00
Zuul
8f449b1149 Merge "feature: Add openstack service monitor page" 2021-12-02 01:43:57 +00:00
Zuul
c8f9e19e63 Merge "feature: Add storage cluster monitor page" 2021-12-02 01:24:55 +00:00
Jingwei.Zhang
625342f178 fix: Fix table header style
Fix table header style

Change-Id: I7bc83f1a5fa9c5684e6384f091ff6db5558c469d
2021-12-01 17:49:01 +00:00
Zuul
b2e7aaa3d7 Merge "feat: Add swift" 2021-12-01 17:47:57 +00:00
Zuul
c8319fe03b Merge "feature: Add physical node monitor" 2021-12-01 16:45:16 +00:00
Zuul
145bdfea65 Merge "feature: Add monitor overview" 2021-12-01 13:29:03 +00:00
zhuyue
8dc8a6b200 feature: Add openstack service monitor page
add openstack service monitor page

Change-Id: Ib3e6501bec43edfedb1333aac3a2404173126e8f
2021-12-01 09:30:04 +00:00
zhuyue
8cdbb3d259 feature: Add storage cluster monitor page
add storage cluster monitor page

Change-Id: Ib2eb0e1c711f541713822aae8ec200e9cd0d86f5
2021-12-01 09:30:00 +00:00
zhuyue
4879410e85 feature: Add physical node monitor
add physical node monitor

Change-Id: Ieb7082c91fc5a3da89e76e06abba8b4cac536972
2021-12-01 09:29:53 +00:00
zhuyue
a210d80f5c feature: Add monitor overview
add monitor overview

Change-Id: I1e66ffde80ae2c162c1a68411cdd2cfa98ec8931
2021-12-01 09:27:08 +00:00
Jingwei.Zhang
ace9ca0ece feat: Add swift
1. Add swift container list page
2. Add swift container object list page
3. Add create/delete container
4. Add create/edit/delete/copy/cut/paste/rename file
5. Add create/delete folder

Change-Id: Id4a675688b4a8beb40921173d7637e331a77b77e
2021-12-01 16:20:02 +08:00
Jingwei.Zhang
34976a77b0 fix: Fix baremetal set boot device
Fix baremetal set boot device

Change-Id: I2dec622e6d80016d5884c2b9234ec9681c2e6734
2021-12-01 14:20:50 +08:00
Zuul
bfa613bd34 Merge "fix: Fix create ipv6 subnet with ipv6_address_mode" 2021-12-01 04:15:49 +00:00
Zuul
220f8d4723 Merge "fix: Fix environment with no pfw" 2021-11-30 13:54:32 +00:00
zhuyue
e21ddcf1bd feature: Add prometheus base component
add prometheus base component

Change-Id: I4c3c646ddf94ae3c03e98601dbe301fa2ca9e933
2021-11-30 15:55:03 +08:00
zhuyue
8241ff8be7 fix: Fix environment with no pfw
fix environment with no pfw

Change-Id: I5f836eb028e5d2a3376575fad7e02545c5b513f7
2021-11-30 06:54:00 +00:00
zhuyue
6eddd6e927 fix: Fix create ipv6 subnet with ipv6_address_mode
fix create ipv6 subnet with ipv6_address_mode

Change-Id: I9edfea47a00d00087e5b941ce50727e751906418
2021-11-30 12:57:00 +08:00
xusongfu
5c3c89c78a fix: Show VGPU info if architecture is heterogeneous_computing
Use placement service to get VGPU infomation

Change-Id: Ib6d8b77f562369f69e9a6aa937abde5ef7099cce
2021-11-25 15:26:57 +08:00
Jingwei.Zhang
ba13abec54 fix: Add volume quota check when create instance
Add volume quota check when create instance

Change-Id: I02eeb7b1adb9edffe8506abf9c293606e0bbb573
2021-11-23 14:58:35 +08:00
Jingwei.Zhang
86fd689e78 refactor: Remove useless func getUrl
Remove useless func getUrl

Change-Id: I12989c6efcfc4ba7fb4cd292860be9059b74497b
2021-11-18 09:13:18 +08:00
Zuul
dc0fa2104f Merge "fix: Fix link jump" 2021-11-17 12:24:34 +00:00
Jingwei.Zhang
7af0a9e9c1 fix: Fix link jump
1. Fix fip detail link
2. Fix lb listener detail link
3. Fix network qos policy detail link
4. Fix barematil node detail link

Change-Id: Ib1cbd29182afb8ad15c073e25eecf53c8dd20fb8
2021-11-15 15:12:21 +08:00
zhuyue
eb12eb9e3e fix: Fix for edit user with null phone
fix for edit user with null phone

Change-Id: I09ae91ef69f4d0865f9fbacfa8dfab8131821096
2021-11-15 11:38:34 +08:00
Zuul
d261aaf92a Merge "feat: Make phone number input international & change library related" 2021-11-12 04:03:51 +00:00
zhuyue
98cf22128f feat: Make phone number input international & change library related
1. make phone number input international
2. change phone number library to libphonenumber

Change-Id: I25bb8006646d8f54b5e4bd0f84f713823f45ec5f
2021-11-11 18:54:48 +08:00
Jingwei.Zhang
6d2ea1bf34 refactor: Refactor path jump
Refactor path jump by routeName which is defined in menu as key

Change-Id: I82cda19a2b92b29498238b85c75181848e51e072
2021-11-11 09:59:51 +08:00
Zuul
9d0e402048 Merge "fix: Fix bug in store/neutron/port.js" 2021-11-08 04:51:41 +00:00
zhuyue
e3d617e41d fix: Fix bug in store/neutron/port.js
fix bug in store/neutron/port.js

Change-Id: I34533b28e50b9fed46f67e3d272f8ac129f3260b
2021-11-05 16:53:36 +08:00
zhuyue
ffa59fd088 feat: Make ipProtocol can be entered by user
Make ipProtocol can be entered by user

Change-Id: I74122014b9e209af331db467f7d84e56d70cfc50
2021-11-05 07:10:34 +00:00
xusongfu
a612794349 fix: Fix the convert shell code to base64 errors
Control input must be ASCII code to match StringIO function in cloud-init

Change-Id: I9dd468847043ed1c3e936c6a9605c10367cff21a
2021-11-04 16:58:18 +08:00
xusongfu
6dc359f4a2 fix: Fixed the platform entrance not switching when switching projects
Fix the above issue by mobox observer

Change-Id: I14f14a54586c584f7e6138cfc7aad9721cdfaf7f
2021-11-02 13:43:01 +08:00
Zuul
443cfd9826 Merge "fix: Fix edit subnet allocation pools" 2021-11-01 12:44:40 +00:00
Zuul
8f5931dea7 Merge "feat: Add volume bootable action" 2021-11-01 08:07:40 +00:00
zhuyue
80c257255c feat: Add volume bootable action
add volume bootable action

Change-Id: I3b5e742a75fa5a48634a01d74f2610480e4ada1d
2021-10-29 09:29:41 +00:00
zhuyue
bd6a10f7c6 fix: Fix volume tag judgement logic
fix volume tag judgement logic

Change-Id: I857c1932685a0b555b95b5a29fc6a65e937e00dc
2021-10-29 15:54:27 +08:00
zhuyue
3020d4c88a fix: Fix edit subnet allocation pools
fix remove allocation pools when edit subnet

Change-Id: Id03ab6b5b400bf90e61d52de8825b2e915ec8d36
2021-10-29 15:38:57 +08:00
zhuyue
f4f1a40884 fix: Add tips for application credential roles
Add tips for application credential roles

Change-Id: I25c0d3b58ddfe41dae9464a8b9fc7133b33d8284
2021-10-14 15:01:48 +08:00
Zuul
fcae54e1c7 Merge "fix: Change vpn tunnel to ipsec site connection" 2021-10-11 03:29:18 +00:00
zhuyue
fff9d8ee02 fix: Change vpn tunnel to ipsec site connection
change vpn tunnel to ipsec site connection

Change-Id: Ia59bc87d4e61879b063719c114a02133b7044805
2021-10-11 11:04:55 +08:00
xusongfu
bc23d26a29 fix: Fix the permission of QosPolicy
Fix the permission of QosPolicy by qos endpoint

Change-Id: I149e30c172d889ad4cbc4b7292fb20283f507791
2021-10-11 09:44:50 +08:00
zhuyue
de20284129 fix: Fix for network topology
Fix for network topology

Change-Id: I32d19f9491544283023b2d0721b219990c71992b
2021-10-09 14:46:34 +08:00
zhuyue
64eccc8001 fix: Fix create flavor
fix change access type then create flavor

Change-Id: I442b95227182253e38168320486c93345f5b0d8c
2021-10-09 14:09:19 +08:00
Jingwei.Zhang
ec49fffbe5 fix: Add ipxe, fake boot interface when create bare metal
Add ipxe, fake boot interface when create bare metal

Change-Id: Ie2b73e9ee5e997709dd57dc1dba19ccae5739133
2021-10-08 12:09:06 +08:00
zhuyue
74ee3ec2aa fix: Fix for status check of migrate & live migrate
fix for status check of migrate & live migrate

Change-Id: Id28a1659f8004b657fad863413f83c3baea36c1e
2021-09-30 17:30:18 +08:00
zhuyue
4acc62915a feat: add confirm & revert resize action
add confirm & revert resize action

Change-Id: I2f6efddfe5cd8902a9a38d4af26ef762fea77b4d
2021-09-30 16:47:10 +08:00
Zuul
c6118d915e Merge "fix: Fix flavor show for which ram < 1 GB" 2021-09-29 10:05:22 +00:00
zhuyue
3ff55fda22 fix: Fix flavor show for which ram < 1 GB
fix flavor show for which ram < 1GB

Change-Id: I6cbf151e4b17241a71864fb3736e9276113aa895
2021-09-29 09:16:46 +00:00
zhuyue
520a48e954 fix: Just show session expired error when 401
just show session expired error when 401

Change-Id: If561f233ba87bbb732556a29ac59c4316768b7a6
2021-09-29 17:16:13 +08:00
zhuyue
e04d861d80 fix: move project_id filter at the end of filters
move project_id filter at the end of filters

Change-Id: Ie8cd7d7b7bf9f787ff001c1cccbd690a6ce59b4e
2021-09-29 10:41:04 +08:00
Zuul
e43612a39a Merge "feature: add backup status show" 2021-09-28 09:01:35 +00:00
xusongfu
fc75f6e7a3 fix: Fix the export format of createIronic in images actions
Update export image create ironic module

Change-Id: I8ed8fd494692d63b79f947572ddc4f21f1cda82f
2021-09-28 14:52:25 +08:00
zhuyue
1d2cc435a0 feature: add backup status show
add backup status show

Change-Id: I2526904b511ef2c9b674618077a296f1101536b1
2021-09-28 13:50:29 +08:00
xusongfu
d3fb5a334b fix: Fix the permission of createIronic
Fix the permission of createIronic from license to endpoint

Change-Id: I8409d2f0fa602fadd22c5e0cab533089c07e7131
2021-09-28 10:56:59 +08:00
Jingwei.Zhang
9b510f14a2 fix: Fix the system classsification of image
Fix image os to be others when image has no os_distro metadata or the os_distro is is inconsistent with classification

Closes-Bug: #1945152
Change-Id: Ia9e0d3126732d931933cd1ef00281d971943b21f
2021-09-27 17:39:57 +08:00
Jingwei.Zhang
ae0fb5c2fa fix: Fix batch delete backups
1. Fix batch deelte backups
2. Fix axios yarn lock source

Change-Id: I64bd76c16be77c281362e350c191f3ba21b62ae9
2021-09-27 11:12:31 +08:00
xusongfu
4e7268bdfb fix: In order to better control the display of the menu item name
Control the length from `>15` to `>=14` to show tooltip

Change-Id: I4fef4774a4b86bd261122bb93bab6d9e98984e92
2021-09-24 17:53:54 +08:00
Zuul
73929c7978 Merge "fix: Remove fetching fip in port list page" 2021-09-24 07:32:30 +00:00
zhuyue
444e1f28ae fix: Remove fetching fip in port list page
remove fetching fip in port list page

Change-Id: Ib0452c27c1f2d9510899d32acd070dd7d8177be5
2021-09-24 15:03:59 +08:00
xusongfu
7353c91f61 fix: Fix menu items name is too long
Show elipsis if menu items name is too long

Change-Id: I7ea77c0c27a281c0b84da6e53df82e2ad0195766
2021-09-24 14:24:08 +08:00
Jingwei.Zhang
3109d9bc98 refactor: Refactor manage project quota
Refactor manage project quota

Change-Id: Id81e42080fe9ad296be68a4dedeb24bb24daf9c5
2021-09-23 15:37:14 +08:00
Jingwei.Zhang
ae266d3d74 refactor: Refactor project detail quota codes
1. Refactor project quota in project detail page
2. Add keypair quota display in overview/project detail quota page

Change-Id: I40e5925909d767a87eadd09cfb9c11ea1624cead
2021-09-22 16:39:59 +08:00
Jingwei.Zhang
e182d62b34 refactor: Refactor console overview codes
Refactor console overview codes

Change-Id: I1c64a6def03979d08316d485751acca6dc6341c2
2021-09-18 17:22:54 +08:00
Jingwei.Zhang
cc7222106f feat: Refactor admin overview codes
Refactor overview admin codes

Change-Id: I33dfd8a96ff17b9dac33d53e60dc19a498af4a91
2021-09-18 10:32:56 +08:00
Jingwei.Zhang
6118976855 feat: Refactor rebuild instance
Refactor rebuild instance

Change-Id: Idd8367d66a2c6363a3f24870f2e0eb2730375d06
2021-09-18 09:42:22 +08:00
Jingwei.Zhang
07b381395c feat: Refactor network list page
Refactor network list page

Change-Id: Idd5e972e7c63dbc9e7fdd3c2f2e22cfa60fd67c3
2021-09-17 17:52:09 +08:00
Jingwei.Zhang
62234626f5 fix: Fix delete shelved instance
Fix delete shelved instance

Change-Id: I696be27bcb25b765c1f57ca10be51404cddc1722
2021-09-17 15:46:00 +08:00
Zuul
8622cb97eb Merge "fix: Fix for credential download & show" 2021-09-17 07:06:44 +00:00
zhuyue
20c47ece8a fix: Fix for credential download & show
1. fix credential role show
2. fix credential download

Change-Id: Ib460a507d65395963db0445ca40a3d2a4d5eb83f
2021-09-17 11:33:13 +08:00
Jingwei.Zhang
b59b9304d7 fix: Remove useless actions
Remove useless actions: attach/detach iso volume

Change-Id: Ie8cb684649261cf04c6df7ce72d37c0d1304cf58
2021-09-17 09:18:44 +08:00
Jingwei.Zhang
9c678927d5 fix: Refactor create instance
1. Refactor create instance base step codes
2. Fix fetch all data with sort params

Change-Id: I835c2c29c96dc6fada1c6982539a448363ac684e
2021-09-17 09:17:55 +08:00
zhuyue
6e96e18809 refactor: Refactor QoS Policy code
refactor qos policy code

Change-Id: I22b3655cf879b280a1a30a5516daed1c26a44b32
2021-09-16 17:49:31 +08:00
Zuul
438bc2e6fa Merge "fix: remove port_security_enabled in edit port" 2021-09-16 08:08:49 +00:00
zhuyue
0177308add fix: remove port_security_enabled in edit port
remove port_security_enabled in edit port

Change-Id: Ia3aa005fc1dbafc7f87b415cccd59aa34d30ee1a
2021-09-16 15:30:35 +08:00
Jingwei.Zhang
e1b0db5705 fix: Fix volume restore tip
Fix volume restore tip

Change-Id: I06e42222ef33add2af294a8b9c03852958d48429
2021-09-16 14:38:06 +08:00
Jingwei.Zhang
6f5816efe9 fix: Update instance check for attach/detach volume
Update instance check for attach/detach volume

Change-Id: Ie6396b2b9c42d424d0396f9c840fb6182ebd45e5
2021-09-16 11:18:05 +08:00
Jingwei.Zhang
f50df3da8d feat: Refactor project list page
1. Refactor project list page
2. Remove useless func

Change-Id: I65ae489bf29e61e9745a987c0a42d9aeafc97014
2021-09-15 16:10:52 +08:00
Jingwei.Zhang
318f7b195d fix: Remove useless component && update path && update image
1. Remove useless component: NotFound, EmptyTable
2. Update asset path according to alias in webpack
3. Update page path according to alias in webpack
4. Remove useless image
5. Update image name

Change-Id: I0c8fc48733d0a0f9df80e8cc37db63fdebaa166b
2021-09-15 11:56:56 +08:00
Zuul
21e6a0f80f Merge "fix: Fix for phone number validate" 2021-09-14 10:04:13 +00:00
zhuyue
096e6db691 fix: Fix for phone number validate
use `phone` to validate phone number with different countries

Change-Id: I4f716f9df31af5f0d9643a0a48a64a13a15d2d02
2021-09-14 17:30:40 +08:00
Jingwei.Zhang
5acb43f7ee feat: Update user avatar
1. Update user avatar
2. Update module export

Change-Id: Icd270c2ff153ec51a9c382b372c87fc61da429ab
2021-09-14 15:35:12 +08:00
Zuul
c1b971fbc0 Merge "feat: Add administrator link in header in user center page" 2021-09-14 04:04:42 +00:00
Jingwei.Zhang
a647053b40 feat: Add administrator link in header in user center page
1. Add administrator link in header in user center page
2. Refactor overview component in user center
3. Refactor HeaderRightContent component
4. Add isUserCenterPage prop in containers

Change-Id: I03357e70d4fbe860740c3663f35aef63457835bb
2021-09-14 11:12:11 +08:00
xusongfu
3069f72333 fix: Hide vCPUs & ram in hypervisor
vCPUs and ram are not used for bare metal scheduling

Change-Id: I7272aad91429828f2fae4d44e3bf9552fe63741c
2021-09-14 10:19:06 +08:00
Jingwei.Zhang
5d69f66eac feat: Update download file name in detail page
Add detail resource name and detail id in download file name, such as ,`instance-fd3ec1bb-9423-4537-b74e-8f967ed011c7-volumes-all-2021-09-13 16_15_20.csv` means downlaod all the volumes in instance fd3ec1bb-9423-4537-b74e-8f967ed011c7 detail page

Change-Id: Ied8e9ae5104b821866d44137679cccafc0f69656
2021-09-13 16:56:05 +08:00
zhangjingwei
61f21da7e6 feat: Update datas to data
1. Update datas to data
2. Update metadatas to metadata
3. Update data intro && codes in docs

Change-Id: I2041b69c6d9a9e9ec61c3861ad8860af5ac5cc0b
2021-09-13 14:34:25 +08:00
Jingwei.Zhang
fd69957fcf fix: Fix loading for ConfirmAction component
Fix loading status after click submit button in confirm modal

Change-Id: I27499a5ee0e568bef202cf6367c7ed22344e6c37
2021-09-13 13:22:06 +08:00
Jingwei.Zhang
30210e33c6 fix: Fix redirect to pre page after login
1. Fix redirect to pre page after login when visit page first
2. Fix gotoLogin in client request
3. Refactor functions in create instance
4. Refactor functions in instance detail
5. Update module export

Change-Id: If7b166afc70e807c753ebf5901434166d4a7b602
2021-09-10 15:55:19 +08:00
zhangjingwei
1aaff3bab3 fix: Fix volume type quota of project in administrator
1. Fix volume type quota in project detail page
2. Fix volume type quota in manage quota action
3. Update module export

Change-Id: I17795422508e5a61e6f12903808586e1f940030b
2021-09-10 11:42:22 +08:00
Jingwei.Zhang
d9b940f5ae fix: Update instance delete
1. Update instance delete in order to be compatible with the recycling instance interval
2. Add getSubmitData for form to better change the submit data
3. Update create instance/iroinc to use getSubmitData
4. Update module export

Change-Id: I102cb7f097556586673fb0f40c8c71dd5e028516
2021-09-10 11:01:37 +08:00
Jingwei.Zhang
299efc2ee1 fix: Update Table component && update stack codes
1. Update Table component
2. Remove useless action: extend root volume
3. Update export of stack codes
4. Remove useless func of stack codes

Change-Id: I47b9aaa92d0cc8fa6cf8d00ebc185e6b15bd2568
2021-09-09 11:01:53 +08:00
Zuul
936f598932 Merge "fix: Show the image which has no usage_type" 2021-09-09 02:31:21 +00:00
Zuul
543d3fbfd5 Merge "fix: Fix column in volume backup" 2021-09-09 02:12:47 +00:00
xusongfu
afffef2ace fix: Show the image which has no usage_type
Show the image which has no usage_type in the image list when create instace or ironic

Change-Id: I3d9cc0578eddb10942e039e507c63bf3ec6662c5
2021-09-09 09:40:53 +08:00
xusongfu
dcbfa1b2f2 fix: Fix column in volume backup
Show volumes id & name in volume backup

Change-Id: I655e6345bc52c5a07ffe9ebc86b061eb0e6ddf89
2021-09-09 09:39:08 +08:00
xusongfu
1491201580 fix: Fix action log popup with debounce
Fix action log popup with debounce

Change-Id: I412bb4091b987755c1be12b6eec353119de3c3e2
2021-09-09 09:35:27 +08:00
Zuul
f15ea203a2 Merge "fix: Fix extend volume with large volume size" 2021-09-08 10:40:10 +00:00
zhuyue
8bbb0e1f28 fix: Fix extend volume with large volume size
fix extend volume with large volume size limited by quota

Change-Id: I57402313acca715d22e9ec8794fe6b66a40f0544
2021-09-08 18:11:48 +08:00
Jingwei.Zhang
2b68f2a3d7 fix: Update component && validate
1. Add 'ready' status to State component
2. Add price render in table
3. Support children column in table
4. Fix image/instance name validate
5. Support loading in Label component
6. Fix MagicInput component style
7. Fix role check in layout
8. Update class export
9. Remove useless component

Change-Id: I0e5d7e4a23fb0a68e17ae57eba83608be3a3df0e
2021-09-08 15:49:11 +08:00
zhuyue
a6f387d67e feat: Add application credential
add application credential

Change-Id: Id07525e3bc8709aa4226dabd8084d9a09821c397
2021-09-08 15:24:46 +08:00
Jingwei.Zhang
360f387aa8 fix: Remove useless api codes
1. Remove useless api codes
2. Remove useless endpoints in client
3. Update arrow func in overview admin to normal func for better inheritance
4. Remove useless libs codes
5. Remove useless variables in overview codes

Change-Id: Iffecb73fe0a4a23c57303f67965d9528688da87a
2021-09-08 10:27:57 +08:00
Zuul
dbcf276094 Merge "fix: Remove price codes && update stores" 2021-09-07 12:07:35 +00:00
Zuul
f86b7a3207 Merge "feat: Add error card for instance with 'fault'" 2021-09-07 10:44:25 +00:00
Jingwei.Zhang
49b07a6f70 fix: Remove price codes && update stores
1. Remove useless codes related to prices
2. Update client usage in stores

Change-Id: I1c717842b4f9918ab7e1665c99847aa6960b9e44
2021-09-07 17:56:23 +08:00
zhuyue
f24eda0de3 feat: Add error card for instance with 'fault'
add error card for instance with 'fault' in detail page

Change-Id: I781f9ea4f726c1b175c424d1b3f1cdd40e747eb8
2021-09-07 17:41:51 +08:00
Jingwei.Zhang
535badf92e fix: Fix import circle
Fix import circle

Change-Id: I3588254da48ade79c31c99a6f03bd48c82350116
2021-09-07 12:57:18 +08:00
Jingwei.Zhang
f21c5a6daa fix: Update link generate for security group rule
1. Update link generate for security group rule
2. Update export

Change-Id: I12ea81aab8ff697e1b0764ae9592d0de4ee00bc4
2021-09-06 16:24:57 +08:00
Zuul
ca4f999c7f Merge "fix: Fix unit test case" 2021-09-06 07:57:00 +00:00
zhuyue
4297fa2d34 fix: Fix unit test case
fix unit test case

Change-Id: Id08e37e603a897e9da895e229fa2b82a460718d5
2021-09-06 15:14:09 +08:00
zhuyue
b6a9ece014 fix: Fix locked instance extend volume notify twice time
fix locked instance extend volume notify twice time

Change-Id: I056cc1770467c85541fe22f08f464316c3b9d76f
2021-09-06 15:11:26 +08:00
Zuul
6bbfce1586 Merge "fix: Fix stack template && filter" 2021-09-06 04:44:47 +00:00
Zuul
5227597e34 Merge "fix: Fix cannot create network with ipv6 and other issues" 2021-09-06 03:10:18 +00:00
Zuul
2aef4e897c Merge "fix: remove interface number check of detach action" 2021-09-06 02:58:50 +00:00
xusongfu
22bd292634 fix: Fix cannot create network with ipv6 and other issues
1. Fix the gateway_ip form item to prevent wrong verification
2. Fix checkCidr function to make sure correct verification of empty values
3. Fix rule message to match form label with empty value
4. Add `maskClosable = false` to prevent closing the modal by mistake when filling in the form, causing all inputs to be cleared

Change-Id: I55f504b6a457de7ff0dd1017453a1cd800f4610a
2021-09-06 10:42:28 +08:00
zhuyue
504dd24da4 fix: remove interface number check of detach action
remove interface number check of detach action

Change-Id: I86e904f9d59ef67a0aff6c78f598aa2344bd56a4
2021-09-06 02:14:04 +00:00
zhuyue
e379fe4d53 fix: Fix for vpn resource download
fix for vpn resource download

Change-Id: I38243981aefd7238973ace7fb6e9c1fd30e46fcc
2021-09-06 02:14:02 +00:00
zhangjingwei
b1805a9869 fix: Fix stack template && filter
1. Fix stack template in detail page
2. Fix stack search filter

Change-Id: I37d53a700e63e19b57f2965ccbd1ca200720638e
2021-09-06 09:50:04 +08:00
Zuul
a33636340d Merge "fix: Fix edit subnet params" 2021-09-03 09:59:38 +00:00
Zuul
239274fa5b Merge "fix: Close batch action modal when error" 2021-09-03 09:55:16 +00:00
Zuul
c5a1321e77 Merge "fix: Fix lb download" 2021-09-03 07:59:45 +00:00
zhuyue
31575ba70c fix: Close batch action modal when error
close batch action modal when error

Change-Id: I0c1e6a4e9f961b32dd171caae9be83fe8ec6ffaf
2021-09-03 15:43:17 +08:00
Zuul
d4300f113e Merge "fix: Fix manage port security group" 2021-09-03 07:24:05 +00:00
Zuul
117426b132 Merge "fix: Fix port download column" 2021-09-03 07:20:07 +00:00
zhuyue
1d504c7645 fix: Fix lb download
fix lb download

Change-Id: Ibe33b212d8b5097c9ea33074f6e51fcf746bc0a7
2021-09-03 15:06:36 +08:00
zhuyue
54b4106d5c fix: Fix manage port security group
fix manage port security group

Change-Id: Id8a79ef642cb5f81183c080b2288e4224c24109c
2021-09-03 14:54:40 +08:00
zhuyue
63e97657d5 fix: Fix port download column
fix port download column

Change-Id: Icc4b287311a39eb36ae9f21950b795d8c79722e6
2021-09-03 13:42:06 +08:00
Zuul
63915c881b Merge "fix: Fix create user in domain detail page" 2021-09-03 04:51:30 +00:00
Zuul
07a34abd9b Merge "fix: Fix volume columns" 2021-09-03 04:38:36 +00:00
zhuyue
2984fba525 fix: Fix edit subnet params
fix edit subnet params

Change-Id: Id8473c12f272c0b082bb9c9f5629ea965cd9a10b
2021-09-03 11:59:33 +08:00
zhuyue
efe6ff81cd fix: Fix volume columns
fix volume columns

Change-Id: I261fefdab1bfe3dd12445710be59278fbc4204cb
2021-09-03 11:55:44 +08:00
zhuyue
7a11c3e279 fix: Fix create user in domain detail page
fix error name when creating user in domain detail page successfully

Change-Id: I123d158d9398469cc26b879c795b0944f9978c4c
2021-09-03 11:50:59 +08:00
zhuyue
40a7831e79 fix: Fix magic input css
fix magic input css

Change-Id: Ifcbedbb46102fa217794c573bb6d4eba2956aaa2
2021-09-03 11:33:29 +08:00
Zuul
73300c38d8 Merge "fix: Fix table height with hint" 2021-09-03 02:39:16 +00:00
Zuul
672c8d0f9b Merge "fix: Fix spelling & remove link" 2021-09-03 02:35:07 +00:00
Zuul
4eca73c6fd Merge "fix: Fix for select table init & LB listener download" 2021-09-03 02:35:05 +00:00
Zuul
9dd11c8296 Merge "fix: Fix for magic input with boolean option show & etc." 2021-09-03 02:28:08 +00:00
Zuul
88ac78a8db Merge "feature: Add allocation pools validate rules" 2021-09-02 10:39:47 +00:00
Zuul
70ff7bd7d6 Merge "fix: Fix project detail policy" 2021-09-02 10:39:46 +00:00
zhuyue
e9d2152e32 fix: Fix spelling & remove link
1. fix spelling
2. remove link at login page

Change-Id: I9210891c3d00ca23a67cf300ab4d44cbe1176505
2021-09-02 18:24:51 +08:00
zhuyue
d7d78a1be5 fix: Fix for select table init & LB listener download
1. fix for select table init
2. fix for lb listener download

Change-Id: Idb6840bfbc9c4dc48414f3cfdd57a86f112a9126
2021-09-02 18:18:51 +08:00
Zuul
1d675b4362 Merge "fix: Fix floating ip detail when router is not private" 2021-09-02 10:06:45 +00:00
zhuyue
fab8cf703a fix: Fix for magic input with boolean option show & etc.
1. fix for magic input with boolean option show
2. add filter params for security group rule

Change-Id: Ibc278779487a3678193749b741f090d2b55e2be9
2021-09-02 18:01:31 +08:00
zhuyue
2a3018a52d feature: Add allocation pools validate rules
add allocation pools validate rules

Change-Id: I285c8f2a4f0ec8581e88425306744f1f3a53572c
2021-09-02 17:50:03 +08:00
zhuyue
376aa6b05c fix: Fix project detail policy
fix project detail policy

Change-Id: I593439ad902fe06904271e0c946910cf075083a2
2021-09-02 17:40:44 +08:00
zhuyue
938d432479 fix: Fix floating ip detail when router is not private
fix floating ip detail when router is not private

Change-Id: I8554a3c1cc9f2f25616875b24601f8e329edfc19
2021-09-02 09:11:24 +00:00
zhuyue
101025eaac fix: Fix extend volume when instance is locked
fix extend volume when instance is locked

Change-Id: Ib5333ee118cf95d46790ed8548a172845d2b4a23
2021-09-02 09:11:05 +00:00
Zuul
fd6340c84d Merge "feat: Add tree select form item" 2021-09-02 08:58:05 +00:00
Zuul
9c2be5b8a0 Merge "fix: Fix TimeFilter style" 2021-09-02 08:55:08 +00:00
zhangjingwei
bc9b43e08c fix: Fix table height with hint
Fix table height with hint

Change-Id: I89f9db8d93590922ab02f6ad025c9a253bc56034
2021-09-02 16:42:37 +08:00
Zuul
923fdf003b Merge "fix: Fix ip-distributer initial value" 2021-09-02 08:32:36 +00:00
Zuul
2c24992e5d Merge "fix: Fix for port manage security groups & delete" 2021-09-02 08:32:35 +00:00
Zuul
39d3d56dfe Merge "fix: Fix models & eslint" 2021-09-02 08:30:02 +00:00
Zuul
1e4ebf9a04 Merge "feat: Add user-center page" 2021-09-02 08:28:21 +00:00
Zuul
c94c6be516 Merge "fix: Fix i18n of ip_address when create allowed address pair" 2021-09-02 08:03:57 +00:00
Zuul
e52903cd33 Merge "fix: Fix port download" 2021-09-02 08:03:56 +00:00
zhuyue
b62093e25a fix: Fix TimeFilter style
fix TimeFilter style

Change-Id: Ia1ae76e8d942738534bbb37cf2416052184274c8
2021-09-02 15:47:22 +08:00
zhuyue
2ac761eec3 feat: Add tree select form item
add tree select form item

Change-Id: I203e63f6e11608ff7cffcb5f5e09518e880303f6
2021-09-02 15:44:48 +08:00
xusongfu
d74c640adc fix: Fix models & eslint
1. The response of models has been changed from array to map, we should make it compatible with old data

2. Change level to `off` for import/prefer-default-export to remove annoying unnecessary warnings

Change-Id: I6feac90b3db36b2c0929b27bb82dee8536951bb3
2021-09-02 15:38:23 +08:00
zhuyue
79c3fa5d8f fix: Fix ip-distributer initial value
fix ip-distributer initial value

Change-Id: I3c605ae0f4d4a69ad9beb6cf45680b18cd556703
2021-09-02 15:36:12 +08:00
zhuyue
a24a4bc4a9 feat: Add user-center page
add user-center page

Change-Id: Ic973390c74ede418426e101fc71a01a67e3bee42
2021-09-02 15:32:30 +08:00
zhuyue
74e1006ced fix: Fix for port manage security groups & delete
1. fix for port manage security groups
2. fix port delete allowed address pair

Change-Id: Ifbff7d6de779227b53880dd70dc811693be9b0ab
2021-09-02 15:24:58 +08:00
Zuul
af6a745eea Merge "fix: Update List component to support init filter" 2021-09-02 07:02:46 +00:00
zhuyue
6c99d92d69 fix: Fix i18n of ip_address when create allowed address pair
fix i18n of ip_address when create allowed address pair

Change-Id: Ie9a1e90d7fb68fe8bfa99497b9aaa580f69122a1
2021-09-02 14:58:34 +08:00
zhuyue
50454df894 fix: Fix port download
fix port download

Change-Id: I00678744b5cd9b7729712c5d1564dc75fe3718ec
2021-09-02 14:47:48 +08:00
Zuul
e63243dbb4 Merge "fix: Fix change volume type result hint" 2021-09-02 05:12:36 +00:00
zhangjingwei
23083c1643 fix: Update List component to support init filter
Update List component to support init filter

Change-Id: I0a20e9d57b958be73b144e7eb026459f05699d9f
2021-09-02 12:52:17 +08:00
Zuul
f6a7306cd4 Merge "fix: Fix download csv" 2021-09-02 04:28:50 +00:00
zhangjingwei
8af39e71a6 fix: Fix change volume type result hint
Fix change volume type result hint to async type hint

Change-Id: I7ed6ca77b8918737984c2e7eedb4995f4730b6b4
2021-09-02 12:15:28 +08:00
Zuul
7b1e35c1f0 Merge "fix: Fix for create image from volume" 2021-09-02 03:54:40 +00:00
zhangjingwei
4767477cd6 fix: Fix download csv
1. Fix download security goup rule
2. Fix export for SetGateway && RouterPortDetail

Change-Id: I07ea1f8aa683c64116fbb6da373b1d52a25bff60
2021-09-02 11:31:21 +08:00
Zuul
bbef970619 Merge "fix: fix edit unique project name & etc." 2021-09-02 03:30:03 +00:00
Zuul
0a97de8efd Merge "fix: Fix create user in domain list" 2021-09-02 03:30:02 +00:00
zhuyue
c7dad26700 fix: Fix for create image from volume
Only row & qcow2 are supported to create image from volume

Change-Id: I837bd1cf8059d19ab652d344f587de04f6010789
2021-09-02 03:27:32 +00:00
zhuyue
e7308d04ac fix: Fix create user in domain list
fix create duplicate name user in domain detail page

Change-Id: Ife379caf4b1da5a88aae6103a55e353cf2c8407a
2021-09-02 10:27:38 +08:00
zhangjingwei
824ebdd984 fix: Fix user columns
1. Fix user columns
2. Update isInxxx name to inxxx
3. Fix inDetailPage intro in md

Change-Id: I377215e853de0ddbadd255a9b82459ca4343b037
2021-09-02 10:09:03 +08:00
zhuyue
c2e4c6feaf fix: fix edit unique project name & etc.
1. add 'enabled' column for switch project
2. fix edit unique project name

Change-Id: I50f2cf73d21094d10b127cac561d9b1b892efc49
2021-09-02 10:08:46 +08:00
Zuul
323396b545 Merge "fix: Fix 'enabled' when edit project" 2021-09-02 02:01:58 +00:00
Zuul
ec26595faf Merge "fix: Fix for lb status render" 2021-09-02 01:53:43 +00:00
zhuyue
c79ae9b9f1 fix: Fix 'enabled' when edit project
fix 'enabled' when edit project

Change-Id: I05712cf5dd3d071b99d632aacff551c2702ad5b7
2021-09-01 18:17:38 +08:00
zhuyue
e1b289385c fix: Fix for lb status render
fix for lb status render

Change-Id: Idebf3504a07a8287cf7b34e5ed6f1008998c5330
2021-09-01 18:06:01 +08:00
zhuyue
b2f798a359 fix: Fix for project tag filter & switch project
1. fix for project tag filter
2. can not switch to project that disabled

Change-Id: I82805e2d408de21c8026c59f90a9a1addd823d67
2021-09-01 17:49:07 +08:00
Zuul
e4de1c12b3 Merge "fix: Fix for project download" 2021-09-01 09:45:24 +00:00
Zuul
5eb1ef2cbe Merge "feat: Add tip for vcpus when creating flavor" 2021-09-01 09:26:25 +00:00
Zuul
83700f932f Merge "feat: Add filter for fip port forwarding & fix download" 2021-09-01 09:16:25 +00:00
zhuyue
e25659ce6e fix: Fix for project download
fix for project download

Change-Id: I89c49f76ec6af87bae70324d01d8fb6a3425781b
2021-09-01 17:03:09 +08:00
Zuul
27a09bc5e6 Merge "fix: Fix for security groups" 2021-09-01 08:59:32 +00:00
zhuyue
2b14e14f87 feat: Add tip for vcpus when creating flavor
add tip for vcpus when creating flavor

Change-Id: Ibad74c8a47658ba0e21613dccbbd422b8afff6bb
2021-09-01 16:40:54 +08:00
zhuyue
08c558a3ef feat: Add filter for fip port forwarding & fix download
1. add filter for fip port forwarding
2. fix for download
3. make external_port not hideable

Change-Id: I549925ee1403de99e9a543936bb4f4d44e764b4e
2021-09-01 16:32:07 +08:00
zhuyue
62fa7f3dd1 fix: Check status of instance when attaching port
check status of instance when attaching port

Change-Id: I1eabd674b475f627ae4b70d21a6cfe2f87ef84ee
2021-09-01 16:15:40 +08:00
zhuyue
44b8a7d297 fix: Fix for security groups
1. fix for security groups page in port detail
2. add loading for security groups in port detail

Change-Id: I825050097ec763fa6ef6db2bbd9a2955e62f7a13
2021-09-01 16:06:50 +08:00
Zuul
cd917640eb Merge "fix: Fix for getGBValue return" 2021-09-01 07:59:44 +00:00
Zuul
be03ba1037 Merge "fix: Fix for refresh and then delete allowed-address-pair" 2021-09-01 07:38:43 +00:00
Zuul
e480ec5dde Merge "fix: Fix for create & edit fip port forwarding" 2021-09-01 07:08:54 +00:00
zhuyue
4a41e9a9bf fix: Fix for getGBValue return
fix for getGBValue return

Change-Id: I530fa6fe1359696b10ddf879ff99093cbbbd1e88
2021-09-01 14:38:45 +08:00
Zuul
96d3924fbc Merge "fix: Fix for checkPolicy function change" 2021-09-01 06:31:46 +00:00
zhuyue
b421f04a3f fix: Fix for refresh and then delete allowed-address-pair
fix for refresh and then delete allowed-address-pair

Change-Id: I90103a394cbb01c02c31a278f0413c12560752ca
2021-09-01 14:30:33 +08:00
zhuyue
85a9a831b9 fix: Fix for create & edit fip port forwarding
fix for create & edit fip port forwarding

Change-Id: I40f6a413f275a215d63d592c7818d200bd6c7a9d
2021-09-01 14:20:51 +08:00
Zuul
b5bb49b077 Merge "fix: Fix for updateDefaultValue & add display params" 2021-09-01 06:05:16 +00:00
Zuul
0775720d25 Merge "fix: Fix for null/undefined column" 2021-09-01 06:02:45 +00:00
zhuyue
1afc27e20d fix: Fix for checkPolicy function change
fix for checkPolicy function chagne

Change-Id: Ic63b81538027bb1481f40d52e471b517a3ca8786
2021-09-01 05:50:21 +00:00
zhuyue
e45557dba0 fix: Fix for updateDefaultValue & add display params
1. fix for update default value
2. add display params

Change-Id: I3c1d5bad32ebabe6bbeadeee51292a8b8bfd2df5
2021-09-01 05:33:51 +00:00
Zuul
66415afea8 Merge "fix: Fix for newtork config show" 2021-09-01 04:16:23 +00:00
Zuul
125ccd3c6d Merge "fix: Make port's fixed_ip not required" 2021-09-01 04:14:20 +00:00
zhuyue
9029c35277 fix: Fix for null/undefined column
fix for null/undefined column to render "-"

Change-Id: Ic6bd5b66ff2ba06f4ac3623eac76e0e754fd46e6
2021-09-01 12:04:24 +08:00
zhuyue
8009bc8c41 fix: Fix for newtork config show
fix for network config show

Change-Id: I5448aca49a972c651e262130e0033158abe9d6ba
2021-09-01 03:46:22 +00:00
zhuyue
88d6fb1b81 fix: Make port's fixed_ip not required
make port's fixed_ip not required

Change-Id: I80389983aa3d9b652f33e712ee5589d8975bec9d
2021-09-01 03:45:20 +00:00
zhuyue
5afd75a690 fix: Fix edit port qos policy & fip
1. fix edit port qos policy
2. fix edit fip

Change-Id: Ic16ca06fb0494b231547f886562924b5c849f6cc
2021-09-01 03:44:25 +00:00
Zuul
94b3d6ed7e Merge "feat: Update import && export" 2021-08-31 14:23:24 +00:00
Zuul
54a4c25c8b Merge "fix: Support multi add networks/routers to neutron agent" 2021-08-31 13:04:53 +00:00
Jingwei.Zhang
73e352c4d5 feat: Update import && export
1. Update import with @ to relative path
2. Update decorator export

Change-Id: Ib199a7c5eb54e1f30377af0349bca5959a1e54cc
2021-08-31 17:47:01 +08:00
zhangjingwei
2912303311 fix: Support multi add networks/routers to neutron agent
1. Support multi add networks to DHCP agent
2. Support multi add routers to L3 agent

Change-Id: I375e3c0f39da8be2b3839cd5c057b5b6005be2f0
2021-08-31 11:16:00 +08:00
xusongfu
6476cfe31e fix: Fix tip for manage metadata
Change name to `Manage Metadata` to match the tip of manage metadata operation

Change-Id: Ibf457718a7d10fc73a5810b886838761e4448771
2021-08-31 09:34:47 +08:00
xusongfu
3ba3223cf9 fix: Fix download file name
Add name in action log to fix empty download file name

Change-Id: I570a2294c57323de9ee8ad345e5ae3ad76592746
2021-08-30 17:04:04 +08:00
Zuul
abcced1fb5 Merge "fix: Fix inspect error message" 2021-08-30 07:32:58 +00:00
Zuul
1cece9b384 Merge "fix: Add filter status in volume" 2021-08-30 07:00:41 +00:00
zhangjingwei
0f788dc2cb fix: Fix inspect error message
1. Update error message display: auto parse json str
2. Disable inspect when baremetail's driver is ipmi

Change-Id: I81ec6271b2eac779c9308c2e4a169b72b38d76de
2021-08-30 14:48:08 +08:00
xusongfu
18070b722a fix: Add filter status in volume
Add maintenance in volume filter

Change-Id: Icb921bd49f6b6ff47159cc8743a8cb23325cf0b5
2021-08-30 14:09:22 +08:00
zhangjingwei
eff7345154 fix: Check file type when create image
1. Check file type when create image
2. Update image format types

Change-Id: I68f58767e77c5a4749863723d3d92d2f2079d6a1
2021-08-30 12:52:15 +08:00
zhangjingwei
53f398b8c6 fix: Fix create instance error hint
1. Fix create instance error hint
2. Fix create ironic error hint

Change-Id: I42371374d1e7d70d6b6b81fbf451603138ed0b24
2021-08-30 11:52:59 +08:00
zhangjingwei
1b122869f7 fix: Support cancel upload && show progress
1. Support cancel upload file
3. Show upload progress when upload image
4. Fix delete file after select file

Change-Id: I021fee23980e203be68252246d5eb1b5418774fc
2021-08-30 10:34:45 +08:00
Zuul
4a8970a134 Merge "fix: Fix for network download & vpn tunnel create css" 2021-08-27 11:30:41 +00:00
Zuul
094b50f135 Merge "feat: Add cidr in subnet-select-options & subnet details in column" 2021-08-27 11:28:24 +00:00
zhuyue
2d6971dc95 fix: Fix for network download & vpn tunnel create css
1. fix network download subnets column
2. fix create vpn tunnel css

Change-Id: I819d32108a66cc07b1f80ec7f0b5843bfc45b3f0
2021-08-27 18:24:12 +08:00
zhuyue
e72e9beb5d feat: Add cidr in subnet-select-options & subnet details in column
1. add cidr in subnet-select-options
2. add subnet information in network's subnet number column

Change-Id: I2d782557b183fd35c436dc8e0ec39802dd8eb999
2021-08-27 18:15:53 +08:00
Zuul
28e1db10b2 Merge "fix: Fix delete image error display" 2021-08-27 10:07:57 +00:00
xusongfu
4f48242fac fix: Fix auto resize
Auto resize table height when windows size change

Change-Id: Ic40d4520d1d62a64f3471e2f169f6f1f99d29f80
2021-08-27 17:27:16 +08:00
zhangjingwei
273378039b fix: Fix delete image error display
1. Fix delete image error display
2. Disable delete protected image

Change-Id: I3a3ad0ba3ac676b40f627df29f6bac1c57234c7d
2021-08-27 17:14:47 +08:00
Zuul
31fdc5c62f Merge "fix: Fix locked value in instance download csv etc." 2021-08-27 09:02:30 +00:00
zhangjingwei
925c0ead0b fix: Fix locked value in instance download csv etc.
1. Fix locked value in instance download csv
2. Hide custom column button in hypervisor page
3. Fix storage backend name

Change-Id: I7ee66e7688be03863706977a80912f12b9386671
2021-08-27 15:52:30 +08:00
xusongfu
3fda776217 fix: Fix batch actions
Add batch actions for ironic

Change-Id: I3ed5cb85ae4f03568b9bdc3f303efa3127bc3dd1
2021-08-27 15:51:27 +08:00
zhangjingwei
1f80bdee8d fix: Support download 1W data when total count is more
Support download 1W data when total count is more than 1W

Change-Id: I312c38e764cdcdca605d4c94006b836d8dc61d7c
2021-08-27 14:34:32 +08:00
Zuul
6e0e2724c4 Merge "feat: Action log in instance" 2021-08-27 06:33:21 +00:00
xusongfu
f04aec1749 feat: Action log in instance
Add action log in instance to better monitor

Change-Id: Icdd9ceeb78b5820b32ccce8a1b13e785b5258330
2021-08-27 11:46:38 +08:00
Jingwei.Zhang
52bb515916 feat: Update console && administrator to link
Update console && administrator to link

Change-Id: I471d7688f73e78155bffbe34908ba2abadb05a5f
2021-08-27 11:07:48 +08:00
Zuul
e242bc5855 Merge "fix: Fix ip name of topology to match the route list" 2021-08-27 02:42:23 +00:00
Zuul
3b4577bda3 Merge "feature: Update instance batch action error hint" 2021-08-27 02:38:29 +00:00
xusongfu
39ad45b55a fix: Fix ip name of topology to match the route list
Change the name from 'Floating IP' to 'External Fixed IP'

Change-Id: I1b7b0e0ed58cfbae778ee52e44a2a9e4c7cc907f
2021-08-27 10:11:43 +08:00
zhangjingwei
558b2d56a3 feature: Update instance batch action error hint
Update instance batch action error hint:
delete, start, stop, soft delete, reboot, soft reboot

Change-Id: I58e3b9ed224370df78fef0b0271d1a0e6c51c7a3
2021-08-26 17:58:36 +08:00
xusongfu
008dde73fb fix: Fix auto refresh in volume detail
1. Add refresh button in detail top
2. Remove useless codes

Change-Id: Ia5c6ec82667b6e55437555c30f38144c101309d3
2021-08-26 17:36:11 +08:00
Zuul
fdaf0ac24b Merge "fix: Fix styles in Form & renderBadge & external network" 2021-08-26 09:24:48 +00:00
zhangjingwei
983af51a91 fix: Fix show qos name in volume type list page
Fix show qos name in volume type list page

Change-Id: I51f9ee503c4742b47ef95b1a282738af1178f129
2021-08-26 15:39:21 +08:00
zhangjingwei
20a309ef83 fix: Fix select table loading in form
Add loading when SelectTable component fetch data

Change-Id: If36411e74304061d305fb61b7954e1e564ce40e1
2021-08-26 14:39:07 +08:00
Zuul
4135fc378d Merge "fix: Fix callback after action submit" 2021-08-26 06:18:47 +00:00
xusongfu
10f1020591 fix: Fix columns and download file
1. Split column of XXX ID/NAME when download file
2. Remove useless stringify in columns
3. Remove some columns in volume backup list which is useless
4. Add the data judgment to prevent the wrong content of the downloaded file

Change-Id: I412975e3fdb87c255d8252efa0240f4593b5f95d
2021-08-26 13:43:35 +08:00
zhangjingwei
af6446ceb2 fix: Fix callback after action submit
Fix callback after action submit

Change-Id: I6b63e3219402e9ac0008145fddff7f417fc7b6df
2021-08-26 13:40:19 +08:00
xusongfu
1ab6cf9b34 fix: Add error status for volume and polyfill allSettled
1. Add error status for update status in volume
2. Add allSettled polyfill

Change-Id: I4d2cb54b3f4d57ce40806978c20191c101e864c0
2021-08-26 11:18:17 +08:00
xusongfu
cc897b08b7 fix: Fix the prompts when form submit
1. Modify response processing to distinguish single operation or batch operation
2. Modify the request function  of creating volume in batches

Change-Id: Iffcd8174cf69191b8c36aa0f4de1853c8284fa93
2021-08-26 10:50:55 +08:00
xusongfu
b80b85911a fix: Fix filter search error in admin page
Use getSearchFilters function to filter data to avoid above problem

Change-Id: If560fb1c9b89d71e6bd2ebda2184859d1f868ef1
2021-08-26 09:37:54 +08:00
Zuul
0feb52d99a Merge "fix: Fix refresh data in detail page after finishing action" 2021-08-25 10:25:31 +00:00
Jingwei.Zhang
19fab7e17f fix: Fix refresh data in detail page after finishing action
1. Fix edit metadata success hint
2. Fix manage image metadata success hint
3. Fix create/edit project modal top padding
4. Fix edit user modal top padding
5. Fix create user group modal top padding
6. Fix refresh list page in detail after finishing action in detail page
7. Remove useless fetch in base detail page

Change-Id: I80fe346cc0be4bdb8607088578fa2acb446cf084
2021-08-25 09:50:37 +00:00
xusongfu
cf54b76936 fix: Fix backup from vpn detail
Fix the query of url to back to correct tab in vpn tunnel list from detail

Change-Id: I296dfe7bff8d0e1910fdb3104cd112c3a92458d4
2021-08-25 09:48:39 +00:00
xusongfu
a66c8316c8 fix: Fix styles in Form & renderBadge & external network
1. Fix the footer of Form component with flex layout to get better showing
2. Add initial value in renderBadeg to hide Badge
3. Use isExternalNetwork function to judge network to prevent unknown bug

Change-Id: Ib2a4e341b8cfe9432c406f5dd33b9bffd2304f33
2021-08-25 16:39:58 +08:00
Jingwei.Zhang
8788c7a2e5 fix: Fix notify with promise reject
1. Fix notify with promise reject
2. Fix constants module import

Change-Id: I36d70c9421b1df26a379d692490a64f82654ea12
2021-08-25 16:39:46 +08:00
Jingwei.Zhang
e915d13e4a fix: Fix disabled user hint when login
1. Fix disabled user hint when login
2. Clear error message when login again

Change-Id: Ic04270e53e8a27d4d8f23b201848db4e43e9cc74
2021-08-25 16:18:21 +08:00