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
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
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
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
yangao
3defbe8330
fix: Decorator style for refactored components
...
Decorator style for refactored components
Change-Id: Ib85517474ace19967b4901e388800c1258f246be
2022-05-17 14:48:38 +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
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
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
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
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
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
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
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
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
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
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
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
zhuyue
80c257255c
feat: Add volume bootable action
...
add volume bootable action
Change-Id: I3b5e742a75fa5a48634a01d74f2610480e4ada1d
2021-10-29 09:29:41 +00:00
zhuyue
1d2cc435a0
feature: add backup status show
...
add backup status show
Change-Id: I2526904b511ef2c9b674618077a296f1101536b1
2021-09-28 13:50:29 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Jingwei.Zhang
d422bd59aa
fix: Update volume type hint when create volume by snapshot
...
1. Auto select correct volume type when change snapshot
2. Show confirm modal when first change volume type used by snapshot
Change-Id: I37a70414e835c8c187ce5edd858b83c2273d5ca8
2021-08-25 15:38:36 +08:00
Jingwei.Zhang
f1c3df26a4
fix: Fix action hint without name
...
Fix action hint without name
Change-Id: Ie1e88b2749399dbe0291d739e18a25aaaf0faaac
2021-08-25 13:36:01 +08:00
zhangjingwei
8dac045ee2
fix: Fix unique name when create/edit volume type
...
1. Check unique name when create volume type
2. Check unique name when edit volume type
Change-Id: I4d736c3b30ff718a8dd00d05890cb67cdbabec94
2021-08-25 13:06:29 +08:00
Jingwei.Zhang
9d438cdb77
fix: Fix copy volume id in backup detail page && error hint
...
1. Fix copy volume id in backup detail page
2. Fix error hint display
Change-Id: I6e6f482f13c891313a9ef853fb76699efffa1fea
2021-08-25 12:26:21 +08:00
xusongfu
66cd6d5a45
fix: Fix snapshot revert for volume
...
1. Change modal size to large to get better showing
2. Prevent revert when the status is not available
3. Add powerStatus to instanceStatus for instanceResult.server
Change-Id: If6d24acf2140fd90b72a1123cd7aeec2ea6192a1
2021-08-24 17:41:25 +08:00
xusongfu
0061ce4f15
feat: Restore volume use snapshot
...
Restore volume based on its own snapshot
Change-Id: I2e65474d3805b919552fbc16869a8bffda0edd08
2021-08-24 15:28:06 +08:00
Jingwei.Zhang
ae3b0fa579
fix: Fix pass props from layout
...
1. Fix pass props from layout
2. Fix space to tab in Makefile
Change-Id: I6de5a95360b2cbe4ad35162a6f83decd2ba506c1
2021-08-24 11:30:09 +08:00
xusongfu
42a5e8331d
fix: Fix white screen problem
...
Change layouts stack to avoid the white screen problem when route change
Change-Id: Ie14b4cde7f0e4ac347b1fc108c648fef91b8e0c9
2021-08-23 17:09:38 +08:00
Hanxiang Gao
4eb68e7fb2
feat: Add initial code of skyline-console
...
Add initial code of skyline-console
Change-Id: Icba2152a014761f53789357b5085d0779cd0e2a4
2021-06-01 23:29:30 +08:00