Commit Graph

1080 Commits

Author SHA1 Message Date
lichenyu
eaf68bea24 Remove unicode literal from code
All strings are considered as unicode literal string from Python 3.

Closes bug: #1995548

Change-Id: I92be0f8be8e66fa13763caab97e9968c2f956e68
2022-11-03 12:46:26 +08:00
Zuul
b971ad860f Merge "feature: Support custom button for the upload" 2022-10-28 10:07:49 +00:00
xusongfu
442d055756 feature: Support custom button for the upload
Support custom button in the upload form item

Change-Id: Ib246c437e91814352d75fa2fc2bde9e7c1be8888
2022-10-28 14:28:10 +08:00
Zuul
f4aaf22573 Merge "Fix : Update labels , filters , keypairs at Magnum Service" 2022-10-25 05:44:35 +00:00
Zuul
51d1f5322a Merge "fix: When the storage backends usage is 0 displayed error as '-'" 2022-10-25 05:44:34 +00:00
Reşit Demir
0849ecea44 Fix : Update labels , filters , keypairs at Magnum Service
Update admissionlabels
Update autoheal and autoscaling labels
Update retrieving keypairs
Update project_id filter when retrieving external networks

Change-Id: Ibe5fc650a7c0cda2516aad09d67ac4f9d40e126f
2022-10-25 03:09:58 +00:00
zhangke
87fa14b09d fix: When the storage backends usage is 0 displayed error as '-'
If the storage backends usage is 0, show the progress component

Change-Id: If5263eb27d3534c37002a97c498f72166d597af8
2022-10-25 03:09:46 +00:00
xusongfu
4639f2a85d fix: The scale of the x-axis is not updated in time
fix the scale of x-axis in the monitor chart

Closes-Bug: #1993997
Change-Id: Ie512a6eed4bec7794a5423bf0a9126ba16c05533
2022-10-25 02:46:11 +00:00
Boxiang Zhu
544f022a87 chore: Replace https with http as default
By default, we use http without ssl.

Depends-On: https://review.opendev.org/c/openstack/skyline-apiserver/+/862220
Change-Id: Ib5e6289e1d58bd368f53c1f35aef27c17dd0c920
2022-10-24 16:40:09 +08:00
Zuul
2127390852 Merge "feat: Support download file progress and abort download" 2022-10-19 15:29:42 +00:00
zhangke
3b1ddc54a0 fix: Calculate quota based on the data disk of the selected instance snapshot
When the Start source is the instance snapshot, the quota
should be calculated according to the data disk of the selected
instance snapshot and the newly added data disk

Closes-Bug: #1992739
Change-Id: I035b1edb5e0441e63d7919ea5933731bd687c1d2
2022-10-19 17:05:05 +08:00
zhangke
33f90ae331 fix: No data disk is displayed on the ConfirmStep
1. get instance snapshot data disks when rendering data disk
2. support contentStyle property for Descriptions component
3. add contentStyle for the data disk item to present multiple data disk values

Closes-Bug: #1992739
Change-Id: I62d92620574a5ee4ffff8f8d20958ad42cc4221a
2022-10-19 16:41:25 +08:00
zhangke
fdd6dbb5e3 fix: Not show the data disk when creating vm by Instance snapshot
Not show the data disk when creating vm by Instance snapshot with system disk and data disk
1. fetch instanceSnapshotDataVolumes data when change instance snapshot
2. add Required Data Disk form item of BaseStep when create instance by snapshot
3. show instance snapshot data disk's info if instance snapshot has system disk and data disk
4. hide render default system disk when selecting Bootable Volume of Start Source's option

Closes-Bug: #1992739
Change-Id: I3a1daa8845cc9f73b8ea8d0216d49ad858b7168b
2022-10-19 16:40:05 +08:00
xusongfu
b7a8b6f335 feat: Support download file progress and abort download
1.Support showing download progress when download file
2.Support abort download file

Closes-Bug: #1990355
Change-Id: I7d29ddfee7ddb79c8b2ddd4359846adee23d0b76
2022-10-19 14:38:22 +08:00
zhangjingwei
27fb2b2db0 fix: fix the row auto selected when click the copy button edge
When click the copy button edge, the event target's node name maybe 'path', not 'svg', so add 'path' to the copy button click check

Change-Id: I48b12a4a002d097afa8703fe66157ba31bf6b126
2022-10-19 10:52:59 +08:00
zhangjingwei
47c34e1100 fix: update the qos policy column in the floating ip list page
1. Update the qos policy name in the floating ip list page, if the user has the admin role, the user can fetch all the qos polices
2. Update the qos policy column title, and support qos policy id and name in the download data

Change-Id: I96a18f24ef2f2e6c09d56eb5ae980202c31b98dd
2022-10-18 17:24:37 +08:00
Zuul
824267546f Merge "fix: fix the download data in the all networks tab" 2022-10-18 09:22:09 +00:00
zhangjingwei
73e6153e24 fix: update the project name display in the rebuild instance action
Show the project name of the images in the rebuild instance action, when the current user has admin role

Change-Id: I1073c398941e43311ab6a6a03e7f36458d8ba70c
2022-10-18 14:35:33 +08:00
zhangjingwei
4edd0784e3 fix: fix the download data in the all networks tab
Fix the project id value in the download data file in the all networks tab in the console.

Closes-Bug: #1993233
Change-Id: I864481ffb8608776ebf000c6a196a215b428ff95
2022-10-18 14:16:31 +08:00
zhangjingwei
2e22275d60 fix: update the id/name column of listener members
Update the id/name column in the member list tab in the load balance listener detail page to keep the unified style

Change-Id: I9c648b56316a48786ae5c67b3dc248ebbd1d481c
2022-10-18 10:41:27 +08:00
zhangjingwei
a29d9dacd3 fix: update the click area of the id link
Reduce the click area of the id link, change the style from block to inline-block to update the click area

Change-Id: I4bfa45c28d6a5e910c802a807ffe3f9b71732c04
2022-10-17 17:39:20 +08:00
zhangjingwei
a17edb45fd fix: fix the row auto selected when copy id
Fix theselected state of the row changed when the id in the row is copied,  check the click event target, if the target is the copy button, then stop propagation.

Change-Id: I3bc2cd0802d2f7dd08a34c9628d282c9c1a09dd4
2022-10-17 17:29:11 +08:00
Zuul
b24698f3e2 Merge "feat: Support for custom prometheus requests" 2022-10-13 07:05:56 +00:00
Zuul
86937127c9 Merge "fix: set the default language is Engilsh" 2022-10-13 04:45:26 +00:00
xusongfu
7c8f9f7e26 feat: Support for custom prometheus requests
1. Support custom prometheus request function
2. Support convert request url in prometheus request

Change-Id: I451282990346c187283dae1cf64e3cb4b9782cb6
2022-10-13 10:29:00 +08:00
Jingwei.Zhang
7b87e7e7ba fix: set the default language is Engilsh
Change the default language from Chinese to English.

Closes-Bug: #1992694
Change-Id: I7d0b7fc96e7118f3db1e1853cce728845a537bcc
2022-10-13 09:26:19 +08:00
xusongfu
3078eacecb fix: Fix the unit transform in prometheus monitor
1. Fix getValueByUnit to get correct value
2. Fix the unit text, it doesn't need i18n

Closes-Bug: #1992407
Change-Id: I6add661f739447666f80308e36991e07f0e8b4aa
2022-10-12 16:49:14 +08:00
Zuul
1506dd9353 Merge "feat: remove id link in the name column in the role list page" 2022-10-12 06:31:33 +00:00
Zuul
e31ee72b7e Merge "feat: update id render to support number format" 2022-10-12 06:31:31 +00:00
Zuul
19d54c3c59 Merge "docs: Change the launchpad url for skyline-console" 2022-10-12 03:44:56 +00:00
Jingwei.Zhang
265e3c7916 feat: remove id link in the name column in the role list page
1. remove id link in the name column in the role list page
2. update the bold name style check: if the name column has the withoutId attribute with the true value, the name defaults unbold

Change-Id: Ia03397d064ae67193382aca483943b92805cfd7c
2022-10-12 11:09:24 +08:00
Jingwei.Zhang
fb3078f740 feat: update id render to support number format
Update the getIdRender func to support resource id of numeric type

Change-Id: I0bec014d1b8e1726ae6092f8d2dd0710151283fb
2022-10-12 11:01:42 +08:00
Jingwei.Zhang
27f127f86d fix: fix the category options in the flavor list page
Fix the category options in the flavor list page, each architecture has its own options.

Closes-Bug: #1992407
Change-Id: I42b571421cd85a48541c82e1e9135c4d729a07d1
2022-10-11 17:52:47 +08:00
Jingwei.Zhang
8398406da8 docs: add the release note
Add the ID/Name column optimization feat release note

Change-Id: I45353987c7045e03e54786d9579ea96e9824e091
2022-10-11 14:54:24 +08:00
Jingwei.Zhang
115015821f feat: update name column in the keypair list page
1. Update nameRender to support without id
2. Update name column in the keypair list page: only show the name with link to the detail page
3. Fix the id value in the keypair detail page

Change-Id: I8c983875425b1c9b31f8b3ea8eb80667b5cfabf6
2022-10-11 14:54:06 +08:00
Jingwei.Zhang
d158a05bfb feat: display the id/name column in the table in a unified style
1. update the port id/name column in the MemberAllocator component which is used in create load balancer action
2. update the database backup id/name column in the database backup list page
3. update the configuration id/name column in the database configuration list page
4. update the id/name columns in the vpn endpoint/ike policy/ipsec policy/gateway list page
5. update the volume id/name column in the volumeSelectTable component which is used in instance attach volumes action
6. update the port id/name column in the network step in create instance action

Change-Id: Idc3bc161a56b06cb83f9e4c9543edaf0762a4669
2022-10-11 11:46:09 +08:00
Boxiang Zhu
f9cc9dea5a docs: Change the launchpad url for skyline-console
Now we create a new launchpad url for skyline-console.

https://launchpad.net/skyline-console

Change-Id: If028182f2d75025642032a56a8dd59280e6ab3e5
2022-10-11 11:41:21 +08:00
Jingwei.Zhang
6371effd7c feat: support id/name in non-bold form
Update the nameRender in the column, to support id/name in non-bold form, usually only the name of the first id/name column is shown in bold, and the id/name of the other associated resource columns does not need to be shown in bold, such as the volume backup list page: the backup name is bold, but the releated volume name is non-bold

Change-Id: I2cff14d64d4a4aa2521b2147f478518fd5203617
2022-10-11 10:09:14 +08:00
Jingwei.Zhang
c3abea1572 feat: update the generic projectRender
1. only show the first 8 character of the project id
2. support id copy
3. the projectRender can be used in the select-table in the actions or
table in the list page

Change-Id: I92a0df708e8d406c8b0e09eadacc8295334f87dc
2022-10-10 18:00:06 +08:00
Jingwei.Zhang
26d6935bed feat: update project id/name column display
Update project column in the list page and selectTable component:

1. update project id to the first 8 characters
2. support copy the project id

Change-Id: Ic7563db2b3d3e99a5bc2b100e7c7d6fc5d54ca68
2022-10-10 17:08:00 +08:00
Jingwei.Zhang
88eb2ad8b6 feat: update the generic idNameColumn
1. only show the first 8 character of the id
2. support id copy
3. bold the name to make it stand out
4. the idNameColumn can be used in the action codes

Change-Id: I5b0cdb0b1d76b795ae5dc83ebb3f6e8d3f4c3eec
2022-10-10 16:35:29 +08:00
Jingwei.Zhang
3026f4fca4 feat: update id/name column display
1. only show the first 8 characters of the id in table
2. can copy the id
3. bold the name to make it stand out
4. update cypress command clickLinkInColumn, click link with the left
position, to avoid clicking the copy button on the right

Change-Id: I91046cac9631bd8d2da5dfd236a8e1f14196e6f9
2022-10-10 16:35:19 +08:00
Zuul
cd7f9bfdf6 Merge "Hide the certificate info in administrator platform" 2022-10-09 11:17:06 +00:00
xusongfu
b927f6c5f5 Hide the certificate info in administrator platform
Certificate information should only be displayed on the console platform

Closes-Bug: #1992274
Change-Id: Iebd5d16fb78ba1704492ae52cab025b3cfb04b24
2022-10-09 16:59:16 +08:00
zhangke
574580a7fa fix: modify padding of security groups on instance detail english page
modify padding of security groups on instance detail english page

Change-Id: Id597c693127d5578b0671ab0173bf55c31d25e91
2022-10-09 11:58:11 +08:00
Zuul
965844d557 Merge "feat: support flavor to add cpu/memory search filters" 2022-10-08 12:03:28 +00:00
zhangke
2f286ce361 fix: add Specify Physical Node label of manually specify when create instance
When creating an instance, switch to manually specify the physical node. The physical node label is missing in compute page.

Change-Id: Ia1c709dc06b8c767c1004a794b22541535f2a2e5
2022-10-08 15:56:36 +08:00
zhangjingwei
ffd7b1a481 feat: update e2e zuul tasks
There is no need to run E2E tasks when updating packaged files

Change-Id: Idfe7c72859343aeafbd36521ad6555f3bb52632a
2022-10-08 09:57:15 +08:00
zhangjingwei
5fc0635853 feat: support flavor to add cpu/memory search filters
1. Support cpu/memory fuzzy search in the flavor list page
2. Support flavor cpu/memory fuzzy search in the FlavorSelectTable component, which is used in:
(1) create instance page
(2) create ironic page
(3) instance resize form
(4) create database instance page
(5) create cluster template page
(6) edit cluster template page

Change-Id: Iba1303a7641621a50b92e21e9173ba65fd7ac669
2022-10-08 09:31:40 +08:00
xusongfu
f9cc92a032 Fix edit member of lb listener
It is forbidden to have the same ip and port when editing a member

Closes-Bug: #1991356
Change-Id: I6e867a9ae70a678574914b639fd5db6d9b32a82b
2022-09-30 14:11:38 +08:00