Pearl Dsilva
09cdd31cb4
Merge branch 'main' of https://github.com/apache/cloudstack into clone-edit-existing-offerings
2026-02-02 08:27:38 -05:00
Suresh Kumar Anaparti
a5b6bc3be6
Merge branch '4.22'
2026-01-30 21:15:58 +05:30
Suresh Kumar Anaparti
30d306622a
Merge branch '4.20' into 4.22
2026-01-30 21:15:21 +05:30
Vishesh
d0e21a7dba
UI: Prevent extra API calls in search filter on scrolling ( #12553 )
2026-01-30 09:53:28 +01:00
Abhishek Kumar
18972caf5f
api,server: allow cleaning up vm extraconfig ( #11974 )
2026-01-30 13:54:01 +05:30
Vishesh
45d623ec0d
Update search filter size dynamically ( #12552 )
2026-01-30 08:51:47 +02:00
Abhishek Kumar
8bea89a80b
Merge remote-tracking branch 'apache/4.22'
2026-01-30 10:09:16 +05:30
Abhishek Kumar
29ce03e946
Merge remote-tracking branch 'apache/4.20' into 4.22
2026-01-30 10:08:36 +05:30
Abhishek Kumar
d7bdbcc4ed
pre-commit: fix inconsistent license ( #12551 )
...
Fix inconsistent license with UI .vue file.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-01-30 10:05:50 +05:30
Vishesh
0e94f7d771
UI: Show applied search filters ( #9520 )
2026-01-29 15:17:11 +01:00
Suresh Kumar Anaparti
a55f85af50
Merge branch '4.22'
2026-01-29 15:55:03 +05:30
Suresh Kumar Anaparti
d700e2db64
Merge branch '4.20' into 4.22
2026-01-29 15:51:58 +05:30
Manoj Kumar
a8f1e4a5ba
import network acl rules using csv ( #12013 )
2026-01-29 09:10:28 +01:00
Abhishek Kumar
bd459a4c4c
ui: allow viewing hosts from management server connected agents ( #12149 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-01-29 10:00:54 +02:00
Abhishek Kumar
10e0d42f45
ui: introduce section-level “advisories” with quick-fix actions ( #11763 )
...
* ui: introduce section-level “advisories” with quick-fix actions
This change adds a lightweight “advisories” mechanism to section configs and ships the first advisory to help operators satisfy some of the CKS prerequisites.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* fix endpoint.url check
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* label consistency
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* Update ui/src/components/view/AdvisoriesView.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* improvements
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* remove comments
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* allow disabling
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
---------
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-29 09:37:52 +02:00
Abhishek Kumar
286e406e38
ui: clear selected resource when no items in listview ( #11946 )
...
Fixes #11922
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-01-29 12:05:51 +05:30
Suresh Kumar Anaparti
65e9bebc69
Show parent snapshot (along with the chain size) for incremental snapshots ( #12468 )
...
* Show parent snapshot (along with the chain size) for incremental snapshots
* review
* review changes
2026-01-29 08:16:10 +02:00
Vishesh
243872a771
Use infinite scroll select ( #11991 )
...
* addresses the domain selection (listed after the page size) with keyword search
2026-01-29 11:40:23 +05:30
Abhishek Kumar
9fc93af85f
ui: allow actions for other users of root admin ( #11319 )
...
Fixes #10306
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-01-28 16:06:04 +02:00
Rohit Yadav
8c2ba2b341
ui: bump nodejs v24 LTS usage ( #12471 )
2026-01-28 12:16:34 +01:00
Harikrishna
6932cacabc
Allow copy of templates from secondary storages of other zone when adding a new secondary storage ( #12296 )
...
* Allow copy of templates from secondary storages of other zone when adding a new secondary storage
* Add API param and UI changes on add secondary storage page
* Make copy template across zones non blocking
* Code fixes
* unused imports
* Add copy template flag in zone wizard and remove NFS checks
* Fix UI
* Label fixes
* code optimizations
* code refactoring
* missing changes
* Combine template copy and download into a single asynchronous operation
* unused import and fixed conflicts
* unused code
* update config message
* Fix configuration setting value on add secondary storage page
* Removed unused code
* Update unit tests
2026-01-28 16:00:30 +05:30
Tonitzpp
434e472ef8
Change to display if public IPs are reserved in the tab ( #12461 )
...
Co-authored-by: toni.zamparetti <toni.zamparetti@scclouds.com.br>
2026-01-28 10:10:43 +01:00
Abhishek Kumar
1b2ae13df7
ui: add cache for oslogo request using osId ( #11422 )
...
When OsLogo component is used in the items of a list having same OS type
it was causing listOsTypes API call multiple time. This change allows
caching request and response value for 30 seconds. Caching behaviour is
controlled using `useCache` flag.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-01-28 12:40:34 +05:30
Abhishek Kumar
25cb545325
Merge remote-tracking branch 'apache/4.22'
2026-01-28 11:33:03 +05:30
Abhishek Kumar
572aa19564
ui: show usage server restart message on usage config change ( #11969 )
...
Fixes #10853
---------
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-01-28 11:01:53 +05:30
Abhishek Kumar
5aced73250
ui: reset configuration allowed only when value not default ( #11728 )
2026-01-27 16:48:18 +01:00
Daan Hoogland
cb822feb72
Merge branch '4.22'
2026-01-27 16:21:59 +01:00
Daan Hoogland
75db42bca6
Merge branch '4.20' into 4.22
2026-01-27 15:23:23 +01:00
Abhishek Kumar
d722c9551a
ui: fix form data double fetch/reset DeployVMFromBackup form data by ownership selection ( #11706 )
...
* ui: fix form data double fetch/reset DeployVMFromBackup form data by ownership selection
Related #11705
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
---------
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-01-27 14:46:06 +02:00
Erik Böck
cd2d71104e
Implement SSVM storage network IP to API response and GUI details tab ( #11979 )
...
* Implement SSVM storage network IP to API response and GUI details tab
* remove network mention from attribute name
* remove network from serialized name
* fix parameter name in the UI
2026-01-27 17:29:06 +05:30
Abhishek Kumar
ac2242ece2
api,server,ui: support tags for domains ( #11964 )
...
* api,server,ui: support tags for domains
Fixes #11608
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* address copilot comment
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* fix import
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* Added tags support to listDomains API
---------
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Harikrishna Patnala <harikrishna.patnala@gmail.com>
2026-01-27 14:37:51 +05:30
Erik Böck
cabd9a98e1
Implemented auto refresh button for VM metrics ( #10900 )
...
* added auto refresh button for vm metrics
* refactored getStartDate method and fixed auto refresh date period not being update
* switch variables from var to const
2026-01-27 09:59:12 +02:00
Wei Zhou
63c8b5fc56
api/server: support deploy-as-is template as VNF template ( #12499 )
2026-01-26 15:23:27 +01:00
Manoj Kumar
7536516e41
add missing label text for label.aclname ( #12511 )
2026-01-26 13:42:43 +01:00
Suresh Kumar Anaparti
4bcf3ea57d
Merge branch '4.22'
2026-01-26 12:46:54 +05:30
Suresh Kumar Anaparti
000919d6e5
Merge branch '4.20' into 4.22
2026-01-26 12:46:09 +05:30
Pearl Dsilva
7b2be10492
extract common code wrt service capability in network & vpc offering in add/clone operations
2026-01-23 12:46:09 -05:00
Daman Arora
bce3e54a7e
improve error handling for template upload notifications ( #12412 )
...
Co-authored-by: Daman Arora <daman.arora@shapeblue.com>
2026-01-22 15:02:46 +01:00
Wei Zhou
b5e9178078
UI: fix issues when deploy VNF applicance on network with SG ( #12436 )
2026-01-22 10:56:03 +01:00
Suresh Kumar Anaparti
420bf6dff8
Merge branch '4.22'
2026-01-22 13:24:08 +05:30
Suresh Kumar Anaparti
b1f870ae83
Merge branch '4.20' into 4.22
2026-01-22 13:23:21 +05:30
Pearl Dsilva
10333dfd0e
add recently added domain id for bkp offering to be inherited in clone operation
2026-01-21 17:02:28 -05:00
Pearl Dsilva
6e68f80106
Merge branch 'main' of https://github.com/apache/cloudstack into clone-edit-existing-offerings
2026-01-21 08:29:05 -05:00
Pearl Dsilva
4e97874c7d
update license
2026-01-20 18:27:09 -05:00
Pearl Dsilva
3981d423d3
combine add/clone disk/compute offering forms
2026-01-20 16:33:44 -05:00
Vitor Hugo Homem Marzarotto
2a6ce0c8a8
Adds url kubernetes iso ( #10862 )
...
Co-authored-by: Vitor Hugo Homem Marzarotto <vitor.marzarotto@scclouds.com.br>
Co-authored-by: Henrique Sato <henriquesato2003@gmail.com>
2026-01-20 08:10:42 +01:00
Suresh Kumar Anaparti
04b58acdd6
Merge branch '4.22'
2026-01-19 19:50:51 +05:30
Suresh Kumar Anaparti
3828a3b744
Merge branch '4.20' into 4.22
2026-01-19 19:50:10 +05:30
Pearl Dsilva
8b2f1f19c2
Support dedicating backup offerings to domains ( #12194 )
...
* Add support for dedicating backup offerings to domains
* Add tests and UI support and update response params
* add license header
* exclude backupofferingdetailsvo from sonar
* fix pre-commit checks - missing / extra EOF line
* add test
* EOF
* filter backup offerings by domain id
* add unit tests
* add more unit tests and remove response file from code coverage check
* update checks
* address review comments: extract common code, fix tests
* added bean definition
* address comments
* add unit tests to increase coverage
* pre-commit check failure fix
* address merge issue
* allow updating backup offering when only domain id is modified
2026-01-19 14:21:47 +05:30
Abhishek Kumar
a4b1a27c7d
ui: fix 404 on login after forgot password ( #12448 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-01-19 08:50:07 +01:00