Commit Graph

1293 Commits

Author SHA1 Message Date
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
Jingwei.Zhang
781d751722 docs: Add Chinese documents
1. Add Chinese development documents
2. Add Chinese test document

Change-Id: I29cd91f47069c9e64928800094282d4cbc977920
2021-06-25 10:53:34 +08:00
Zuul
f771795307 Merge "fix: Fix folder name" 2021-06-24 04:03:13 +00:00
Jingwei.Zhang
166f8b5ed7 fix: Fix folder name
Fix folder name to avoid docker build failure

Change-Id: I810e948e46698f4acd92b1c3da7e7b200fa8a7dc
2021-06-24 11:49:24 +08:00
yangshaoxue
81fa2248a3 Fix README
fix README.md

Change-Id: I81bc934b915809c2225745314863762982c137d8
2021-06-17 14:21:51 +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
Thierry Carrez
e022d711a1 Add Zuul support for new repository
Before adding any code, add basic Zuul support for the repository
(noop-tests) so that it can pass Zuul checks and gating.

Change-Id: Iba9432b0b915353275bd3d16e4921dd5e5ee85d3
2021-05-10 12:48:50 +02:00
OpenDev Project Creator
86cf82735e Added .gitreview 2021-05-08 17:14:35 +00:00