Commit Graph

1211 Commits

Author SHA1 Message Date
zhangjingwei
2075632e36 fix: fix project name check
Project names in the same domain can not be repeated, fix the name check when creating and editing project

Change-Id: I357b4464aad23da3901b05c9940672a04b0a1861
2023-11-09 09:47:05 +08:00
zhangjingwei
2d6eeec796 feat: update modal action for batch items
When selecting multi items in the table list page, and the action is a ModalAction, update the judgment: whether the OK button is clickable.

Change-Id: Ib14934b510e3788530e758a406d9801d7e22ab52
2023-11-08 12:26:38 +08:00
zhangjingwei
87238aa2f8 feat: update search filters in settings
Update search filters in the system configration page in the administrator.

Change-Id: Ia00eb33b2c7fad98085cb714fd8e5503fa437153
2023-11-01 09:58:30 +08:00
Zuul
14929514b3 Merge "feat: add setting key description" 2023-10-31 19:12:28 +00:00
Zuul
cfefc68963 Merge "fix: fix system disk size check" 2023-10-31 16:02:28 +00:00
zhangjingwei
2af37719c1 fix: fix system disk size check
Add system disk size check when create instance.

Closes-Bug: #2038269
Change-Id: Ib0b1d36fbaee52d3054da826f56e6b5f85a28457
2023-10-31 17:08:22 +08:00
zhangjingwei
59d2a94bec feat: add setting key description
Add a description for each setting key to better understand the meaning of each key.

Change-Id: I35eb7e7c6ad32bf8a13cfb1c0f1029c6c8874e09
2023-10-31 17:06:18 +08:00
xusongfu
e31e47fa32 fix: Fix change password and password validation
1. Show detailed error messages when changing password with previous password

2. Fix user password validation to get better extensions

Change-Id: I5f323f2f622e2a8bdf81a8dc00bc3e674b4c0953
2023-10-31 16:51:51 +08:00
zhangjingwei
e25560d3a6 fix: fix instance stop e2e case
Fix the stop e2e case of the instance, which always gets a failed result.

Change-Id: I04be0a63157d6fb7493062e872170db17ff5043f
2023-10-31 11:25:47 +08:00
zhangjingwei
f7ded6afc7 feat: support dns zone and recordsets in administrator
1. support dns zone page in the administrator
2. support dns zone's recordsets in the administrator
3. update dns zone fetch to pagination request
4. update recordsets fetch to pagination request
5. support sort zone by api
6. support sort recordsets by api
7. update search filters for the dns zone list page
8. update search filters for the recordset list

Change-Id: If426060bcb0c3ecd3fa485a9be09953ae74734dc
2023-10-30 10:41:17 +08:00
xusongfu
af379a457c fix: Fix some styles about monitor charts
1. Remove chart's style width=100%, because <Row> was block element yet
2. Fix margin style of nodes select component because it doesn't work

Change-Id: I7219dfd1f6a0123ec44366148d5763b9a3311183
2023-10-27 16:31:39 +08:00
xusongfu
af9f6b74cc fix: Values in the hypervisor were not matched
Ironic node has no vcpu and memory usages data

Closes-Bug: #2040971
Change-Id: I918c1abdba059866ac86f53b5e7e2b7fbdfdfc98
2023-10-26 17:52:18 +08:00
zhangjingwei
91aa92b55a feat: update record set of dns zone
1. update record set tab in the dns zone detail page
2. update create record set
3. update edit record set
4. update delete record set
5. update record set detail

Change-Id: I624c09b7ebab049371ffd0cbe73c6eec55f4a028
2023-10-26 14:29:32 +08:00
zhangjingwei
28c14c426c feat: update dns zone
1. fix dns zone api fetch in the zone list page
2. udpate create dns zone
3. update dns zone list
4. update dns zone detail
5. update edit dns zone
6. update delete dns zone

Closes-Bug: #2032857
Change-Id: Ieb5023f8596c1c401ad2d0868c99f0155c1c45a8
2023-10-26 12:13:31 +08:00
zhangjingwei
521b965a23 fix: remove volume create image case
remove the volume create image e2e case, the case remains in the uploading status, causing subsequent e2e cases to fail

Change-Id: I5e2333fa84a7bc988c8efc80c7f48511cb988e5e
2023-10-26 08:58:13 +08:00
resitdemir
065242761a Do not add all_projects = true when fetching ports
When go to the instance detail page it tries to fetch ports

with all_projects = true but its API does not contain all_projects

Change-Id: I6acd1fa5f2c8bb817f29f0e11b0908cf73c7653c
2023-10-17 06:17:11 +00:00
Zuul
8be87ab24e Merge "feat: Add Keypair column list to instances." 2023-10-16 09:46:52 +00:00
resitdemir
b06fc9a3cc feat: Add Keypair column list to instances.
Change-Id: I2ba707e78dfb1dbac6706186bce312b9e8873868
2023-10-16 06:14:07 +00:00
Jingwei.Zhang
d56f8ea6ce refactor: update columns function for image
update getColumns function for image, then other class can better update the columns by inheritance class

Change-Id: I8c5387b4e03edfb5f94764a7bb7c60759962871e
2023-10-12 11:31:34 +08:00
Zuul
c2a80fda7a Merge "feat: add container format column for image" 2023-10-12 02:51:37 +00:00
Jingwei.Zhang
dcd8ab479a feat: add container format column for image
1. add container format column for image list page
2. fix request body for create docker image
3. update container format value display

Change-Id: I40ad82385d2f014b1066428e4b30ddd99435d01c
2023-10-11 14:50:53 +08:00
Jingwei.Zhang
fa829ea7c4 fix: support custom fetch for detail monitor modal
support use custom fetch when click the extend icon in the monitor chart card

Change-Id: Ibbe4cf0ae22fa6523f1968ab99fab972c2e9331a
2023-10-11 12:39:58 +08:00
resitdemir
a8e7670082 Feat: Docker images to glance
Change-Id: I8b061e1744c044f24e2704b7a241fc9ef1744c77
2023-10-10 08:48:14 +00:00
Jingwei.Zhang
43e93feec4 feat: update i18n for no-bfv
update i18n for no-boot-from-volume

Change-Id: Ibae83f170cd7848f3f47584ddb31319363592684
2023-10-08 09:26:32 +08:00
Jingwei.Zhang
6a186ee521 feat: support create non-bfv instance
support create non-bfv instance

Closes-Bug: #2003057
Change-Id: If494648f4d42c6da54661400283968c7220bf2a4
2023-10-07 11:00:43 +08:00
Jingwei.Zhang
12bc328c24 feat: update data mapper in the base store
update the data mapper in the base store, add extra params for the function, which can be better rebuild the data used in the list page or detail page

Change-Id: Idb02ff0cce8ef48318b6eb9f0b5c8c6521fc961b
2023-09-28 14:34:19 +08:00
xusongfu
8166bade64 fix: remove content validator about certification
remove content validator about certification

Closes-Bug: #2034990
Change-Id: I42502b86b5361f129f4304b94ff294d3ea15c43f
2023-09-27 16:50:05 +08:00
Zuul
68d0863478 Merge "Update master for stable/2023.2" 2023-09-27 04:14:24 +00:00
xusongfu
ec21bd17ab fix: show project id and filter data by it
Show project id and filter data by it when create nework,subnet,fip,qos in management platform

Closes-Bug: #2037275
Change-Id: I4e12b423be7662ba83f8efbf55e1b6aa0e31105d
2023-09-26 17:59:58 +08:00
Jingwei.Zhang
7662ae6a09 fix: fix request twice
fix request twice when change the menu

Change-Id: I8f3262f6fcaacb20a82bb82636d9ccfce921c064
2023-09-26 12:59:55 +08:00
Jingwei.Zhang
b1f8c82010 fix: set az as optional when create network
set the az selector as an optional select when create a network

Closes-Bug: #2035012
Change-Id: Ica30d2b71ad3ef38430c0d862f4d0eab56b6b125
2023-09-20 10:15:45 +08:00
Jingwei.Zhang
dc07a3506d fix: fix i18n for affinity(not mandatory) server group
fix the tip of the affinity(not mandatory) server group

Change-Id: Ie3831b3d575c156245d99762892a9a19ba2e727f
2023-09-19 15:44:58 +08:00
OpenStack Release Bot
da7555d213 Update master for stable/2023.2
Add file to the reno documentation build to show release notes for
stable/2023.2.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.2.

Sem-Ver: feature
Change-Id: I8d04d8558b2fb89457efd820e3c88c3ec91d0eb6
2023-09-14 08:59:18 +00:00
Numan MENEKŞE
312c27c038 Edit the Object Storage > Public Access directory listing link
On the Storage > Object Storage page, the directory listing page was not working because the "Public Access" link in the Detail Info popup was redirecting.
Added "/" to the end of the link address.

Change-Id: I27904475edc48404271bea1c42634f23be8ffbd1
2023-09-13 13:03:18 +00:00
Zuul
0f25664254 Merge "admin-menu.jsx updated." 2023-09-13 07:52:08 +00:00
Zuul
1e6ef4866c Merge "Add Masakari UI to Skyline-Console" 2023-09-13 07:52:07 +00:00
Jingwei.Zhang
61e07535a5 feat: add detail info to action in detail tab
1. add instance detail info to the attach volume action in the instance detail page
2. add instance detail info to the manage security group action and detach action in the instance detail page
3. add port detail info to the manage security group action and detach action in the port detail page

Change-Id: Ie63f8d330ad5442fdb5c6263e83e974e53fb1a3e
2023-09-12 11:16:20 +08:00
omar asim mirza
8d0678db83 admin-menu.jsx updated.
Change-Id: I4e11cd7a3461c20678d142bfdd4e9a27c95af2b8
2023-09-08 14:22:55 +00:00
Jingwei.Zhang
d5b58ac16d feat: add action props to ModalAction component
add action props to ModalAction component, then can use the action static props for the instance function

Change-Id: Ib22120105deb30f108218d040fc1fc33f88b39bc
2023-09-07 10:25:18 +08:00
Jingwei.Zhang
74ffcc6215 feat: update ActionButton component
1. refactor ActionButton
2. support ok/cancel button props for confirm/modal action

Change-Id: I07ba1e7b3ef7c7ef998aacf54bd5329d01737d0e
2023-09-06 17:27:04 +08:00
Jingwei.Zhang
19e1de7760 feat: update Confirm component
update Confirm component to support ok/cancel button props

Change-Id: I75c71666a32e4aee28a4d12c94e5e3eec629a98d
2023-09-06 17:01:02 +08:00
Zuul
de2793ddfb Merge "fix: fix table height" 2023-09-05 04:21:22 +00:00
Jingwei.Zhang
94b2e8d58f feat: update Action component
update Action component to check allowed by other func first

Change-Id: I656d853417dd5969fd5c4f226689111f9043b993
2023-09-04 10:09:15 +00:00
Jingwei.Zhang
961d6d21e1 fix: fix table height
1. fix table height when the magicInput has opened search menu
2. fix table height when the page has sub tab

Change-Id: I5f57030d65d0d7e17681d0579fc57c7441e1ecfa
2023-09-04 10:09:02 +00:00
Jingwei.Zhang
e1893756d6 fix: remove reboot e2e case
remove reboot and soft reboot e2e cases, for the devstack reboot instance always get error instance

Change-Id: I046cb196688c245cd7a3a4071e9bf2905c923ad3
2023-09-04 14:22:57 +08:00
xusongfu
bf74084a53 fix: fix the magic input
Remove the focus when the selected item is clicked to avoid the failure of the refresh button

Closes-Bug: #2032763
Change-Id: I50601a6b2bd9b36b0835fdb104f4d66b1707e728
2023-08-23 16:07:23 +08:00
Zuul
32d07c8a94 Merge "refactor: update render tabs components" 2023-08-19 01:07:53 +00:00
Jingwei.Zhang
3f23280df5 fix: update delete tip for instance soft delete
update delete tip for soft delete instance

Change-Id: Id7492e49668fcd4c6408363ad636e45ba8a67ae8
2023-08-17 17:33:53 +08:00
Jingwei.Zhang
711fdaf541 refactor: update render tabs components
update render tabs components in storage cluster monitor page

Change-Id: I24f2f3ddba27651071a4456e63330726f7a9e0e3
2023-08-15 20:54:17 +08:00
Jingwei.Zhang
b36d5593e6 feat: support custom locale language
support custom locale language and custom support languages.

Change-Id: Ia235cb83b65c8530449f52d9ea575c3d6f603f04
2023-08-09 09:25:11 +08:00