Manoj Kumar
8f71ce6f40
introduce 'unmanage' param in deleteDnsServerCmd to prevent deletion of zones from dns provider
2026-05-01 17:42:40 +05:30
Manoj Kumar
9391ea3fd2
change 'import' to 'existing' for createDnsZone command
2026-04-30 18:57:37 +05:30
Manoj Kumar
ec61f6a289
merge main changes
2026-04-30 17:22:33 +05:30
Manoj Kumar
4972c36f32
introduce import and unmanage option for createDnsZone and deleteDnsZone
2026-04-30 17:01:02 +05:30
Manoj Kumar
1da794f4d9
add dns_server_details table, change param externalserverid to details for AddDnsServerCmd
2026-04-29 19:58:15 +05:30
Manoj Kumar
80f7983910
address review comments
2026-04-28 23:30:07 +05:30
Manoj Kumar
dc18aa7961
make publicdomainsuffix optional from ui and allow deleting NS records for zone
2026-04-28 14:24:31 +05:30
Manoj Kumar
df5c3e6c68
fix nameserver ui validation
2026-04-27 17:10:42 +05:30
Manoj Kumar
172ac67732
rename dnsrecordurl -> nicdnsname, DnsNicJoinView -> nicDnsJoinVo
2026-04-20 14:26:07 +05:30
Henrique Sato
3166e64891
Add support for new variables to the GUI whitelabel runtime system ( #12760 )
...
* Add support for new variables to the GUI whitelabel runtime system
* Address review
2026-04-17 10:59:50 -03:00
Manoj Kumar
001a197689
rename apikey to dnsapikey, refactor ui and add dig verification in integration test
2026-04-17 06:57:12 +05:30
Suresh Kumar Anaparti
2d6280b9da
Merge branch '4.22'
2026-04-17 04:35:25 +05:30
Manoj Kumar
2d14c266ad
rename credentials param in dns server vue files to apikey
2026-04-16 12:16:40 +05:30
Manoj Kumar
30566d1cbd
merge main changes
2026-04-15 19:24:51 +05:30
Harikrishna
0c86899cc1
Added VDDK support in VMware to KVM migrations ( #12970 )
2026-04-14 22:33:01 +05:30
Daan Hoogland
82bfa9fb3f
Merge branch '4.22'
2026-04-14 14:50:44 +02:00
Daan Hoogland
1085da4ef8
Merge commit '19b4ef106931aa1d6a8fed06984009d86760e4de' into 4.22
2026-04-14 13:15:05 +02:00
Henrique Sato
ed575cc0a1
New config.json variable to set the ACS default language ( #12863 )
...
* New config.json variable to set the ACS default language
* Address review
2026-04-13 14:37:45 -03:00
Abhisar Sinha
df7ff97271
Create volume on a specified storage pool ( #12966 )
2026-04-10 14:27:39 +02:00
Suresh Kumar Anaparti
11538df710
Merge branch '4.22'
2026-04-10 12:02:40 +05:30
Nicolas Vazquez
b5858029bb
Fix listing service offerings with different host tags ( #12919 )
2026-04-09 10:55:47 +02:00
Manoj Kumar
1ff9eec997
Load arch data for backup from template during create instance from backup ( #12801 )
2026-04-09 09:49:49 +02:00
Manoj Kumar
8d10ae1094
Following changes are done:
...
1. new messageSubscriber to handle dns record create/delete event
2. instance dns record registration uses hostname, prepend random 3 char if conflict
2026-04-06 17:59:58 +05:30
Suresh Kumar Anaparti
e2d18c0748
Merge branch '4.22'
2026-04-02 10:30:18 +05:30
Manoj Kumar
f524bbe0e2
resolve conflict with main
2026-04-01 09:59:16 +05:30
John Bampton
5d61ba3538
[CI] Create `.codespellrc`; upgrade codespell hook; fix typos ( #12824 )
2026-03-31 15:04:05 +02:00
John Bampton
5d95bdd0eb
pre-commit trailing whitespace auto clean up ( #12841 )
2026-03-31 15:02:39 +02:00
Henrique Sato
7eea9ed448
Add API to enable/disable NICs for KVM ( #12819 )
2026-03-31 10:14:20 +02:00
Pearl Dsilva
18075ae4a9
Add support for Headlamp dashboard for kubernetes; deprecate legacy kubernetes dashboard ( #12776 )
2026-03-30 16:04:45 +02:00
Suresh Kumar Anaparti
59b6c32b60
[UI] Fix create backup notification ( #12903 )
2026-03-30 12:19:35 +02:00
Suresh Kumar Anaparti
1bff543e58
Merge branch '4.22'
2026-03-27 01:25:42 +05:30
Suresh Kumar Anaparti
d6c39772b2
Set management server id from cookies after saml login ( #12858 )
2026-03-25 20:52:44 +05:30
Nicolas Vazquez
7107d28db8
[VMware to KVM] Add guest OS for importing VM based on the source VM OS ( #12802 )
2026-03-24 15:06:38 +05:30
Manoj Kumar
5682a5a997
modify delete flow for dns zone and server, ask to key in name
2026-03-23 18:21:50 +05:30
Manoj Kumar
bde9fd9062
improve cleanup logic for DNS zone and server
2026-03-23 15:00:52 +05:30
Manoj Kumar
981bb64b86
add associate and disassociate dns zone to network ui screens, network response changes
2026-03-19 16:42:17 +05:30
Manoj Kumar
a1eca74de1
work on updateDnsServer ui screen, fixed acl issue for dns server and zone and cleanup methods for dns server and zone
2026-03-18 18:45:03 +05:30
Manoj Kumar
d8cca73780
resolve conflict with main
2026-03-17 19:35:19 +05:30
Manoj Kumar
7f5e2a7d30
continue UI component work, fix minor issue with apis
2026-03-17 19:33:30 +05:30
Pearl Dsilva
3bd5410f9a
Add support to clone existing offerings and update them ( #12357 )
...
* Add support to clone existing offerings and update them
* add support for vpc & backup offerings to be cloned
* fix capability list and mapping of params
* Add support to clone network and vpc offering with the right parameters
* make fields non mandatory for clone offerings APIs
* Add UI support for cloning Compute and System Service offerings
* remove unnecessary changes
* fix license and pre-ccommit issues
* Add UI support to clone disk and network offering
* vpc & backup offering clone api
* add unit tests
* fix pre-commit checks
* increase test coverage
* combine add/clone disk/compute offering forms
* update license
* fix unit tests
* fix test failures
* fix test failure - unnecessary stubbings
* pre-commit check failure
* add recently added domain id for bkp offering to be inherited in clone operation
* extract common code wrt service capability in network & vpc offering in add/clone operations
* add some checks to prevent networkmode change when provider is nsx/netris from the source networkmode
* address copilot comments
* address comments
* combine check
* use appropriate zoneId during clone bkp offering
* add check
* fix issue with test
* remove unused imports
* prevent creating a bkp offering of a bkp repo that already exists
* extend clone disk and service offerings to domain admins
2026-03-17 12:01:43 +05:30
Nicolas Vazquez
93239e09f1
Add conserve mode for VPC offerings ( #12487 )
2026-03-16 09:39:42 +01:00
Manoj Kumar
c74a579b86
resolve build and licensefailure issue
2026-03-14 08:37:56 +05:30
Manoj Kumar
6bcfbc6dfc
resolve conflict with main
2026-03-13 22:34:46 +05:30
Daman Arora
8c579538f9
CKS: Allow affinity group selection during cluster creation ( #12386 )
...
Co-authored-by: Daman Arora <daman.arora@shapeblue.com>
2026-03-13 10:58:55 +01:00
Daman Arora
71daf84c9e
Show security group selection in Basic zone VM deployment and fix SG listing for cross-domain deployments ( #12775 )
2026-03-12 12:06:20 +05:30
Manoj Kumar
a9afbce186
UI related work and fixes in updateDnsServer cmd
2026-03-10 13:10:24 +05:30
Dheeraj Bansal
7aa0558c5b
ui: avoid 404 after deleting template zones ( #12681 )
2026-03-09 14:29:12 +01:00
Abhishek Kumar
db83622956
ui: fix create network from global create menu ( #12677 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-03-09 14:26:19 +01:00
dahn
120a43648b
set width of dropdown select items for Network Offering during add tier dialog ( #11899 )
2026-03-05 19:52:28 +01:00
GaOrtiga
7ad68aafa5
Enable defining a network as redundant during restart through the UI ( #7405 )
...
Co-authored-by: Gabriel <gabriel.fernandes@scclouds.com.br>
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
2026-03-04 17:00:54 +01:00