Commit Graph

1257 Commits

Author SHA1 Message Date
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
Zuul
2346a98a4a Merge "feature: Add ZUUL JOBs" 2021-08-25 09:47:02 +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
shaleijie
2305aacb93 feature: Add ZUUL JOBs
1. Add `skyline-nodejs14-run-lint-xx` jobs to execute code static
analysis
2. Add `skyline-nodejs14-run-unit-test` jobs to execute unit test

Change-Id: Ic3453c40c54882e72b804d23f6941cb94e83975f
2021-08-25 16:05:22 +08: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
1d4952cf60 fix: Fix display currectly after jumping from the error page
Fix display currectly after jumping from the error page

Change-Id: I3ec80b38d7b4f330c7e65d4e54d6b70668bc6e0d
2021-08-25 13:15:41 +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
Zuul
542f0bc94b Merge "fix: Fix copy volume id in backup detail page && error hint" 2021-08-25 05:03:09 +00:00
xusongfu
f0b260dd90 fix: Fix the configured memory in detail page
Change the unit of configured memory to GB to match list info

Change-Id: I398610e52c4638be4b01d03fa026107cc39735bf
2021-08-25 12:37:30 +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
zhangjingwei
608d9ef5f4 feat: Support network port_security_enabled
1. Update create instance with `port_security_enabled = false` network:
if one of selected networks is disable port security, disable select security group
2. Update create ironic with `port_security_enabled = false` network:
if one of selected networks is disable port security, disable select
security group
3. Update instance manage security group in instance detail page:
disable manage security group for disable security group interface
4. Update create network with port_security_enabled prop:
can change port_security_enabled prop value
5. Update edit network with port_security_enabled prop:
can change port_security_enabled prop value
6. Add port_security_enabled prop in network detail page:
show network port_security_enabled value

Change-Id: I2227a9cb84ed87b5d1eedaea206004498ef0fab9
2021-08-25 11:34:14 +08:00
xusongfu
e504f7e3c6 fix: Fix the prompts in batch deletion
When batch deletion error, the error message will pop up according to the queue

Change-Id: I3b3cf4b2a76aad13ebe79fc1a02d036ed163b9c4
2021-08-25 11:03:03 +08:00
xusongfu
caf0429302 fix: Fix attach & detach iso volume permission
1. Instance can attach iso volume if status is shutoff and it is not ironic
2. Instance can detach iso volume if status is shutoff

Change-Id: I54a2f6c3e1062231992d5926b34a955141963c89
2021-08-25 10:56:48 +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
095006b426 feat: Add float ip address column
Add float ip address column in virtualAdapter

Change-Id: Ib31ea4b0f1394a5fff05747f7c696aeccf541d80
2021-08-24 16:10:05 +08:00
xusongfu
bec7b84845 fix: Fix route name to get better format
Change route from `auth/changepassword` to `auth/change-password`

Change-Id: I5daff7da387be212d380d0d7b844086c912f005e
2021-08-24 08:08:10 +00:00
Jingwei.Zhang
c960f06c1a feat: Support client module
1. Add client module to request openstack api
2. Remove window.request, stores use client to request api
3. Remove window.globals, use globalRootStore to deal with user info

Change-Id: I5657cfd8cf142dbacce8716991f805bbbb4a9222
2021-08-24 15:58:45 +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
xusongfu
8eb796e9c7 feat: Add cache setting for table list
Realize the caching of the table list through loacalstorage function

Change-Id: I87ae129d5adc8649787d6a3626abd3bf9b9e7c67
2021-08-23 14:20:17 +08:00
xusongfu
a5e03f36cb fix: Fix the user's real name field to real_name
For better readability, change the user's real name field to real_name

Change-Id: I509e854102f4e6f90f59b78dbe75953f5c17b4c1
2021-08-23 14:09:10 +08:00
zhuyue
15128f67e3 fix: Fix for 5xx error & errorWithDetail params
1. fix for 5xx error
2. change the order of errorWithDetail params

Change-Id: I7a6807aeb5ca6d6c508d8bdf8dfdbd7e507705d9
2021-08-23 04:34:01 +00:00
zhuyue
6e86749e94 fix: Fix getSinceTime when param is null/undefined
fix getSinceTime when param is null/undefined

Change-Id: I90288dc87afea6402f4663ba0b8100458615fa89
2021-08-23 04:28:35 +00:00
xusongfu
ad4ef3c9fa feat: Add roles column in projcet detail user list
Add roles column in project detail user list

Change-Id: I0350d9ef021d6ac05c62e0a19cebf0fe3a289a10
2021-08-23 11:25:28 +08:00
wuduochao
63ef5d01e3 docs: Update en test docs
Update en test docs

Change-Id: I1d66ff584fea3ffb312e000d46d8481eee623227
2021-08-23 03:13:58 +00:00
Zuul
2cd9913674 Merge "fix: Fix manage metadata" 2021-08-23 03:03:34 +00:00
Zuul
a4944b6cf0 Merge "fix: Fix the stack log is not showed completely" 2021-08-23 02:34:51 +00:00
wuduochao
4ce4746058 fix: Fix the stack log is not showed completely
1. The name of the stack is too long to showed completely
2. Add css style with workbreak & wordwrap to fix this problem

Change-Id: Id19f9e154841e64a9d468b90fee26e86cd06417e
2021-08-23 10:31:40 +08:00
Jingwei.Zhang
9a955f280b feature: Support tips at top in StepForm component
Support tips at top in StepForm component

Change-Id: I4cc4e489a81847f0c3b6190576141b9c39d9075e
2021-08-23 02:24:27 +00:00
zhangjingwei
3093a201ed fix: Fix redirect to overview page
Fix redirect to overview page when user already logged in

Change-Id: I6ec0c021b3c66d03f3d8520f57b80eb18d237162
2021-08-20 16:19:08 +08:00
zhuyue
dfe6bb4e9e fix: Fix manage metadata
make it can't select rows when clicking on the input box

Change-Id: I710c86c7930df6a39734aa9ce21bc3f8dbc7affb
2021-08-20 16:14:35 +08:00
Zuul
e5d1e90ff3 Merge "fix: Fix some style" 2021-08-20 07:57:31 +00:00
zhuyue
df3d0617c7 fix: Fix some style
1. fix overview style
2. change menu position
3. fix metadata detail json css

Change-Id: I656fee63a4d54d3f17ed58617749aa79fa6ab6ec
2021-08-20 07:54:42 +00:00
wuduochao
f17e0896b2 fix: Fix the return information of quota exceeded is not clear
Fix the return information for quota exceeded to simple style but others with detail style

Change-Id: Ie15de4ea52f98eb3e414d64d3b3abf7be02e9fa8
2021-08-20 15:53:29 +08:00
Jingwei.Zhang
34c13a2dcb fix: Fix system_reader role operation permission bug
1. Fix system_reader role has operation permissions on administrator page
2. Mark TODO of supported system scope roles

Change-Id: Icd697e0b5238a25307c3d24fc6742600f892b547
2021-08-20 14:34:33 +08:00
xusongfu
ad94bb6345 fix: Fix securityGroup Rule creating
1. Change protocol list
2. Add creating button in securityGroup list
3. Add link for remote group id

Change-Id: I76f10ffbd513d4e40f658ec8acb61e3311cfedf1
2021-08-19 17:05:12 +08:00
Jingwei.Zhang
74d8165834 fix: Fix hint in List
Fix hint render in BaseList component

Change-Id: I57ee116bfc94dbe64bea66e9b9d13912cb95ab52
2021-08-19 11:21:39 +08:00
zhangjingwei
b14d532eb9 fix:Fix special name in flavor metadata
Remove key of extra_specs to return correct object in mapperBeforeFetchProject

Change-Id: Id8b9f7839432b45af673e33832b36ae06fc7eefd
2021-08-19 10:10:19 +08:00
Jingwei.Zhang
605f31a61b docs: Add en readme
Add en readme

Change-Id: I633fbc90ae42234e50d4176224866fb1d5e4e7af
2021-08-06 17:15:03 +08:00
Gao Hanxiang
5c09f43307 style: Move static_path into skyline_console
1. Move static_path into skyline_console to facilitate
   other modules to import.
2. Rename make build to make package

Change-Id: I7c9c5873f90b80de1203e9a38cf0ee5cc68fc42b
2021-07-15 15:03:18 -04:00
Zuul
04e2a0004a Merge "docs: Add en test docs" 2021-07-07 08:09:05 +00:00
Zuul
028d5ec4a2 Merge "docs: Add English documents" 2021-07-07 08:08:58 +00:00
wuduochao
8f071a29ab docs: Add en test docs
Add en test docs

Change-Id: I821261620dff17738999883ab0323cd616a8ffe6
2021-07-05 14:37:29 +08:00
zhuyue
5b4d3c6fa1 docs: Add en docs
Add en docs

Change-Id: I7c83339b1000f09a2b1812a5150c4a173180b488
2021-07-05 10:15:34 +08:00
xusongfu
4b78cc6c60 docs: Add English documents
Add English development documents

Change-Id: I4b0e7dd346a6167df2a8a2f7380504cdbd32dc96
2021-07-01 15:30:16 +08:00