[cloudstack] branch 4.18-non-strict-affinity-groups updated (8bd4d0c520 -> 1a7497a8cd)

2022-10-25 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-non-strict-affinity-groups in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 8bd4d0c520 Non-strict affinity groups: fix code smells add e85f816b47 Non-strict

[cloudstack] branch 4.18-vm-autoscaling updated (389831301ac -> 16871438333)

2022-10-26 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 389831301ac AS server: fix counter name in debug message add 6a72eab969a XenServer/XCP-ng: fix

[cloudstack] branch 4.18-non-strict-affinity-groups updated (1a7497a8cd0 -> f9d483b08ec)

2022-10-26 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-non-strict-affinity-groups in repository https://gitbox.apache.org/repos/asf/cloudstack.git omit 1a7497a8cd0 Non-strict affinity groups: add test case in

[cloudstack] branch 4.18-vm-autoscaling updated (16871438333 -> 77f7ab71af7)

2022-10-26 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 16871438333 systemvm: use httpclose instead of (deprecated) forceclose add 77f7ab71af7 AS DB

[cloudstack] branch 4.18-non-strict-affinity-groups updated (f9d483b08ec -> 65861fa1387)

2022-10-27 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-non-strict-affinity-groups in repository https://gitbox.apache.org/repos/asf/cloudstack.git from f9d483b08ec Non-strict affinity groups: add test case in

[cloudstack] branch 4.18-vm-autoscaling updated (77f7ab71af7 -> fb868986a29)

2022-10-27 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 77f7ab71af7 AS DB: use 'DROP KEY' instead of 'DROP FOREIGN KEY' add 1493

[cloudstack] branch 4.18-vm-autoscaling updated (fb868986a29 -> 9ec5b687c37)

2022-10-27 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from fb868986a29 AS kvm: add vm.memballoon.stats.period in agent.properties add 9ec5b687c37 AS DB

[cloudstack] branch 4.18-non-strict-affinity-groups updated (65861fa1387 -> 6e14280b30e)

2022-10-28 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-non-strict-affinity-groups in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 65861fa1387 Non-strict affinity groups: use numbers instead of HIGH/LOW/NORMAL

[cloudstack] branch 4.18-non-strict-affinity-groups updated (6e14280b30e -> 2f95523ffc5)

2022-10-28 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-non-strict-affinity-groups in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 6e14280b30e Non-strict affinity groups: refactor as per Daan's comments

[cloudstack] branch 4.18-vm-autoscaling updated (9ec5b687c37 -> 5850335e52e)

2022-11-07 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 9ec5b687c37 AS DB: rollback to 'DROP FOREIGN KEY' and add error code 1025 to handle

[cloudstack] branch 4.18-vm-autoscaling updated (5850335e52e -> d3d95edd975)

2022-11-07 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 5850335e52e AS: display number of available VMs in group add d3d95edd975 AS: use SecureRandom

[cloudstack] branch 4.18-vm-autoscaling updated (d3d95edd975 -> 3356cc4a24c)

2022-11-07 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from d3d95edd975 AS: use SecureRandom in RandomStringUtils.random add 3356cc4a24c AS: rename

[cloudstack] 02/03: AS: check AS group name (a-zA-Z0-9 and hyphen only)

2022-11-08 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 1e4aaa538cd71ad7ebec2bc8e86828e528bf73f4 Author: Wei Zhou AuthorDate: Tue Nov 8 10:43:05 2022 +0100

[cloudstack] 03/03: AS: add capability VmAutoScaling to Lb Service

2022-11-08 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 489cfba381603761556873a725631b402ba57829 Author: Wei Zhou AuthorDate: Tue Nov 8 10:44:45 2022 +0100

[cloudstack] branch 4.18-vm-autoscaling updated (3356cc4a24c -> 489cfba3816)

2022-11-08 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 3356cc4a24c AS: rename counter names new 242398df178 AS: fix code smell and add unit test

[cloudstack] 01/03: AS: fix code smell and add unit test AutoScaleVmProfileVOTest

2022-11-08 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 242398df17878a370785e768512202c6ee498533 Author: Wei Zhou AuthorDate: Tue Nov 8 10:42:58 2022 +0100

[cloudstack] branch 4.18-vm-autoscaling updated: AS: Update column 'supports_vm_autoscaling' to 1 if network offerings support Lb

2022-11-08 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18-vm-autoscaling by this push: new a758f103ec3 AS

[cloudstack] branch 4.18-vm-autoscaling updated (a758f103ec3 -> c8868e90374)

2022-11-08 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from a758f103ec3 AS: Update column 'supports_vm_autoscaling' to 1 if network offerings

[cloudstack] branch 4.18-vm-autoscaling updated (c8868e90374 -> abd09a96301)

2022-11-09 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from c8868e90374 AS: use MBITS_TO_BYTES instead of MBITS_To_BYTES add 4c5a2ba3a6e Updated Hellenic

[cloudstack] branch 4.18-vm-autoscaling updated (abd09a96301 -> d7ed27241bc)

2022-11-11 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from abd09a96301 Merge remote-tracking branch 'apache/main' into 4.18-vm-autoscalin

[cloudstack] branch 4.18-non-strict-affinity-groups updated (2f95523ffc5 -> 32dc4d4fc42)

2022-11-11 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-non-strict-affinity-groups in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 2f95523ffc5 Non-strict affinity groups: fix code smell bug add 32dc4d4fc42 Non

[cloudstack] branch 4.18-vm-autoscaling updated (d7ed27241bc -> 288c58e58e8)

2022-11-23 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from d7ed27241bc AS api: fix description of parameter "interval" in AutoScaleVmGroup AP

[cloudstack] branch 4.18-vm-autoscaling updated (288c58e58e8 -> fa23ec83f24)

2022-11-29 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 288c58e58e8 AS UI: tick VM scaling capability when create new network offering add

[cloudstack] branch 4.18-non-strict-affinity-groups updated (32dc4d4fc4 -> 7e2d40a554)

2022-12-07 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-non-strict-affinity-groups in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 32dc4d4fc4 Non-strict affinity groups: more changes add 7e2d40a554 Non-strict

[cloudstack] 01/01: Merge remote-tracking branch 'apache/4.17'

2022-12-07 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 74623aa3d302351ba2287b27300b662a1c3cf889 Merge: 90413cb307 a4d3780143 Author: Wei Zhou AuthorDate: Wed Dec 7 13:37

[cloudstack] branch main updated (90413cb307 -> 74623aa3d3)

2022-12-07 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 90413cb307 client: Improve cloudstack-setup-management message (#6822) add d182eacf86 host affinity: fix vm

[cloudstack] branch 4.18-new-cipher-aead created (now 1f05d1b116)

2022-12-20 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-new-cipher-aead in repository https://gitbox.apache.org/repos/asf/cloudstack.git at 1f05d1b116 utils,framework/db: Introduce new database encryption cipher based on AesGcmJce This

[cloudstack] 01/01: utils,framework/db: Introduce new database encryption cipher based on AesGcmJce

2022-12-20 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18-new-cipher-aead in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 1f05d1b1165d66978ea870f04464b6d3a0b1951e Author: Wei Zhou AuthorDate: Tue Dec 20 13:15:41 2022 +0100

[cloudstack] branch 4.18-new-cipher-aead updated (1f05d1b1165 -> 534c7114a04)

2022-12-20 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-new-cipher-aead in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 1f05d1b1165 utils,framework/db: Introduce new database encryption cipher based on AesGcmJce

[cloudstack] branch 4.18-new-cipher-aead updated (534c7114a04 -> 1a3aae8114b)

2022-12-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-new-cipher-aead in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 534c7114a04 Update: fix code smells add 1a3aae8114b Update: fix code smells (part2) No new

[cloudstack] branch 4.18-new-cipher-aead updated (1a3aae8114b -> f1975c6a2a2)

2022-12-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-new-cipher-aead in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 1a3aae8114b Update: fix code smells (part2) add f1975c6a2a2 Update: revert FOOTER of

[cloudstack] branch 4.18-new-cipher-aead updated (f1975c6a2a2 -> 3858b257136)

2022-12-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-new-cipher-aead in repository https://gitbox.apache.org/repos/asf/cloudstack.git from f1975c6a2a2 Update: revert FOOTER of cloudstack-migrate-databases to use \n add 3858b257136

[cloudstack] branch 4.18-new-cipher-aead updated (3858b257136 -> b3d47703115)

2022-12-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-new-cipher-aead in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 3858b257136 Update: update help message of cloudstack-setup-databases add b3d47703115 Update

[cloudstack] branch 4.18-new-cipher-aead updated (b3d47703115 -> 52f43ca1d11)

2022-12-22 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-new-cipher-aead in repository https://gitbox.apache.org/repos/asf/cloudstack.git from b3d47703115 Update: fix code smells (part3) add 52f43ca1d11 Update: make changes as per

[cloudstack] branch main updated: server: fix broken unit test in configurationManagerImplTest (#7018)

2022-12-22 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new 4ade096aeb2 server: fix broken unit test in

[cloudstack] branch 4.18-new-cipher-aead updated (52f43ca1d11 -> 4754b73f379)

2022-12-23 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-new-cipher-aead in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 52f43ca1d11 Update: make changes as per suggestions add 440d7805cbc Support for parameter

[cloudstack] branch main updated: Semicolons not required (#7035)

2022-12-30 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new 1c2728da918 Semicolons not required (#7035

[cloudstack] branch main updated (a9b49f3ae90 -> af59e76df6c)

2023-01-03 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git from a9b49f3ae90 Cleanup APIs getCommandName (#7022) add af59e76df6c add index to speed up querying IPs in the

[cloudstack] branch main updated (bf70566 -> 194bf6e)

2022-02-03 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from bf70566 Merge branch '4.16' into main add 62b806a api,server: add params for updatehypervisorca

[cloudstack] 01/01: Merge remote-tracking branch 'apache/4.16'

2022-02-03 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 194bf6ead96a8fbc13028081974a56a821b131ab Merge: bf70566 4a1ebb3 Author: Wei Zhou AuthorDate: Thu Feb 3 20:42:34 2022

[cloudstack] branch 4.16 updated (da56a2a -> 6495bc1)

2022-02-08 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.16 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from da56a2a maven: migrate short-term to reload4j v1.2.18 (#5878) add 6495bc1 packaging: display First Install

[cloudstack] branch 4.16 updated (6495bc1 -> e609aa8)

2022-02-08 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.16 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 6495bc1 packaging: display First Install and Onboarding Message (#5851) add e609aa8 Skip systemVM

[cloudstack] branch main updated: server: fix host anti-affinity when start batch vms (#6002)

2022-02-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new 5d1e54a server: fix host anti-affinity when

[cloudstack] branch main updated (59f0d55 -> d828fd2)

2022-03-14 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 59f0d55 ui: fix mac learning warning visibility in add network offering (#6095) add d828fd2 ui: fix

[cloudstack] branch main updated (56bf418 -> ca9e28d)

2022-03-15 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 56bf418 fixes form.getFieldValue is not a function (#6110) add ca9e28d api: Fix issue observed with

[cloudstack] branch 4.16 updated: api: Allow updating VM settings when custom contrained offering is used (#6136)

2022-03-18 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.16 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.16 by this push: new 4be99fe api: Allow updating VM settings when

[cloudstack] branch pr4687-remove-trailing-whitespace created (now 7d94242)

2022-03-23 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch pr4687-remove-trailing-whitespace in repository https://gitbox.apache.org/repos/asf/cloudstack.git. at 7d94242 Add licenses No new revisions were added by this update.

[cloudstack] branch 4.16 updated (908f594 -> a69ab3b)

2022-03-29 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.16 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 908f594 configDrive: Fix failure to delete (unstarted) VM (#6146) add a69ab3b Ensure configdrive path is

[cloudstack] branch 4.16 updated (bcd1a32 -> 908f594)

2022-03-29 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.16 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from bcd1a32 api: Fix reset configuration (#6168) add 908f594 configDrive: Fix failure to delete (unstarted) VM

[cloudstack] branch main updated (1593736 -> 9162a9b)

2022-03-29 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 1593736 Fix spelling (#6161) add 9162a9b Avoid multiple if else (#6171) No new revisions were added by

[cloudstack] branch main updated (9162a9b -> 944b603)

2022-03-29 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 9162a9b Avoid multiple if else (#6171) add bcd1a32 api: Fix reset configuration (#6168) add 908f594

[cloudstack] branch 4.16 updated (f4b9ab0 -> bcd1a32)

2022-03-29 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.16 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from f4b9ab0 UI: fix create l2 network offering with userdata (#6174) add bcd1a32 api: Fix reset configuration

[cloudstack] branch main updated (944b603 -> aab1e8a)

2022-03-29 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 944b603 Merge remote-tracking branch 'apache/4.16' add aab1e8a ui: Fix scale kubernetes (cks) cl

[cloudstack] branch main updated (aab1e8a -> d910c3c)

2022-03-29 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from aab1e8a ui: Fix scale kubernetes (cks) cluster form (#6176) add d910c3c UI: fix update public IP ranges

[cloudstack] branch main updated (1a304cc -> e339c4b)

2022-03-31 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 1a304cc UI - Fixes UI bugs (#6162) add e339c4b ui: fix vpc tier redirect to show details (#6178) No new

[cloudstack] branch main updated: test: update test_kubernetes_clusters.py to support advanced zone with security groups (#6183)

2022-04-05 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new 960513aa97 test: update

[cloudstack] branch main updated (960513aa97 -> 1c8d8cdef2)

2022-04-05 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 960513aa97 test: update test_kubernetes_clusters.py to support advanced zone with security groups (#6183

[cloudstack] branch 4.17 updated: UI: fix default network is not passed to deployvm API (#7367)

2023-03-28 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.17 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.17 by this push: new 9e1c7a2a90d UI: fix default network is not

[cloudstack] branch 4.18 updated: Add service ip to listManagementServers API response (#7374)

2023-03-29 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18 by this push: new 17b86316155 Add service ip to

[cloudstack] branch 4.18 updated: fixed L2 network creation for particular account (#7382)

2023-03-30 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18 by this push: new f11f1956e86 fixed L2 network creation for

[cloudstack] branch 4.18 updated: server: fix 4.18/main build error after merge forward

2023-04-05 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18 by this push: new 54606dc965 server: fix 4.18/main build error

[cloudstack] branch main updated (b7bd996300 -> 9abf5cf5df)

2023-04-05 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git from b7bd996300 Merge release branch 4.18 to main add 54606dc965 server: fix 4.18/main build error after merge

[cloudstack] 01/01: Merge branch '4.18'

2023-04-05 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 9abf5cf5df2d76837d12d8ca1d7f53e2485b705e Merge: b7bd996300 54606dc965 Author: Wei Zhou AuthorDate: Wed Apr 5 18:30

[cloudstack] branch 4.18 updated: engine/schema: use junit 4 (same as the rest of the project tests)

2023-04-27 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18 by this push: new 8bbe2f7cb22 engine/schema: use junit 4 (same

[cloudstack] branch 4.17 updated: fix tools/build/setnextversion.sh: do not update tools/apidoc/pom.xml (#7163)

2023-05-08 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.17 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.17 by this push: new ea2b5379850 fix tools/build/setnextversion.sh

[cloudstack] branch 4.18 updated (44024a8a8b4 -> 83fd75f7072)

2023-05-12 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 44024a8a8b4 github-actions: fix ui build workflow (#7522) add 83fd75f7072 Marvin: Fix deployDataCenter&#

[cloudstack] branch 4.18 updated: ui: fix tags for security group rules (#7424)

2023-05-12 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18 by this push: new c47554919c4 ui: fix tags for security group

[cloudstack] branch 4.18 updated (c47554919c4 -> 32caf9057e1)

2023-05-12 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git from c47554919c4 ui: fix tags for security group rules (#7424) add 32caf9057e1 engine-storage: fix errored

[cloudstack] branch 4.18 updated: ui: fix infocard tempalte, iso fields (#7527)

2023-05-12 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18 by this push: new 22871ad2da8 ui: fix infocard tempalte, iso

[cloudstack] branch main updated: Fix end of file precommit for TemplateServiceImplTest.java (#7561)

2023-05-25 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new 48af4625a22 Fix end of file precommit for

[cloudstack] branch 4.18 updated: vmware: do not create vm datastore when attach an existing volume on solidfire (#7160)

2023-06-01 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18 by this push: new b2e9993b0ac vmware: do not create vm datastore

[cloudstack] branch 4.16 updated: Refactor test and change IP range (#6512)

2023-06-05 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.16 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.16 by this push: new bd5d478a3ad Refactor test and change IP range

[cloudstack] branch 4.18 updated (b030ea19a47 -> 811b6293afb)

2023-06-07 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git from b030ea19a47 Merge remote-tracking branch 'apache/4.17' into 4.18 add 811b6293afb .github: Use paral

[cloudstack] branch 4.18 updated: ssvm: pass all accessible secondary storage to ssvm (#7410)

2023-06-12 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18 by this push: new 4ef7ebbded8 ssvm: pass all accessible

[cloudstack] branch main updated: agent: remove powermock from tests (#7637)

2023-06-19 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new e26d49de4da agent: remove powermock from tests

[cloudstack] branch 4.17 updated: VR: Fix haproxy log rotation in VR system VM (#7587)

2023-06-20 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.17 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.17 by this push: new 222c03e VR: Fix haproxy log rotation in VR

[cloudstack] 03/03: Merge remote-tracking branch 'apache/4.18'

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 61118444d97f30185f7fea27dbac303e0c2b0152 Merge: 6003f22e47b 40cc10a73de Author: Wei Zhou AuthorDate: Wed Jun 21 15

[cloudstack] 02/03: .github: enable sonar check

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 6003f22e47bd96f361967e687428872948972749 Author: Wei Zhou AuthorDate: Thu Apr 13 15:40:05 2023 +0200 .github

[cloudstack] 01/03: This repo only: run github action only on weizhouapache/cloudstack-new

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 516bdfe41321b8829536b91ac930984694b67b57 Author: Wei Zhou AuthorDate: Tue Feb 7 11:58:04 2023 +0100 This repo

[cloudstack] branch main updated (071a071434d -> 61118444d97)

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 071a071434d backgroundColor of user-menu-avatar was hardcoded to primary color value instead of accessing it from

[cloudstack] branch main updated (61118444d97 -> 09a4a252d7c)

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git omit 61118444d97 Merge remote-tracking branch 'apache/4.18' omit 6003f22e47b .github: enable sonar chec

[cloudstack] 01/01: Merge remote-tracking branch 'apache/4.18' into HEAD

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 09a4a252d7c5423f6e95b0e1b80a851395cd64db Merge: 071a071434d 40cc10a73de Author: Wei Zhou AuthorDate: Wed Jun 21 15

[cloudstack] branch 4.19-fix-scaleio-tests created (now ea05f1cd38f)

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.19-fix-scaleio-tests in repository https://gitbox.apache.org/repos/asf/cloudstack.git at ea05f1cd38f scaleio: fix build error after 4.18 merge forward This branch includes the

[cloudstack] 01/01: scaleio: fix build error after 4.18 merge forward

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.19-fix-scaleio-tests in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit ea05f1cd38fd436e509df539a8e47c9f0358b605 Author: Wei Zhou AuthorDate: Wed Jun 21 17:23:44 2023

[cloudstack] branch 4.19-fix-scaleio-tests deleted (was ea05f1cd38f)

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.19-fix-scaleio-tests in repository https://gitbox.apache.org/repos/asf/cloudstack.git was ea05f1cd38f scaleio: fix build error after 4.18 merge forward The revisions that were on this

[cloudstack] branch main updated: scaleio: fix build error after 4.18 merge forward (#7669)

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new 5347d067b44 scaleio: fix build error after

[cloudstack] branch 4.18 updated: [4.18] Bump the version to 4.18.1.0-SNAPSHOT (#7664)

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18 by this push: new 9e1609dd5ae [4.18] Bump the version to

[cloudstack] branch main updated (5347d067b44 -> b635ecbd8a3)

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 5347d067b44 scaleio: fix build error after 4.18 merge forward (#7669) add 9e1609dd5ae [4.18] Bump the version

[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.18'

2023-06-21 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit b635ecbd8a3c17ce10718b713315b395f9a5247c Merge: 5347d067b44 9e1609dd5ae Author: Wei Zhou AuthorDate: Thu Jun 22 07

[cloudstack] branch main updated: [main] Bump version to 4.19.0.0-SNAPSHOT (#7665)

2023-06-22 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new cb4e35f44b0 [main] Bump version to 4.19.0.0

[cloudstack] branch 4.18 updated: Tungsten: change conserve_mode of default network offering to 0 (#7511)

2023-06-26 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18 by this push: new 985f0ecb533 Tungsten: change conserve_mode of

[cloudstack] branch 4.18-vm-autoscaling created (now bbbd2df2e0)

2022-07-26 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git at bbbd2df2e0 AS: add state to statistics data This branch includes the following new commits

[cloudstack] branch 4.18-vm-autoscaling updated: AS UI: add '(in sec)' label.destroyvmgraceperiod

2022-07-26 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18-vm-autoscaling by this push: new bd56491492 AS

[cloudstack] branch 4.18-vm-autoscaling updated (bd56491492 -> 3678c5a392)

2022-07-26 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from bd56491492 AS UI: add '(in sec)' label.destroyvmgraceperiod add 3678c5a392 AS: fix

[cloudstack] branch 4.18-vm-autoscaling updated (3678c5a392 -> c8aa5af0ac)

2022-07-26 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 3678c5a392 AS: fix sonarcloud bugs add c8aa5af0ac AS: fix potential NPE No new revisions were

[cloudstack] branch 4.18-vm-autoscaling updated (c8aa5af0ac -> cbf4fb9a8f)

2022-07-27 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from c8aa5af0ac AS: fix potential NPE add cbf4fb9a8f AS: fix sonarcloud bugs part2 No new

[cloudstack] branch 4.18-vm-autoscaling updated (cbf4fb9a8f -> 7ca403718b)

2022-07-27 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from cbf4fb9a8f AS: fix sonarcloud bugs part2 add 7ca403718b AS: fix sonarcloud bugs part3 No new

[cloudstack] branch 4.18-vm-autoscaling updated (7ca403718b -> 8606ad72c8)

2022-08-02 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 7ca403718b AS: fix sonarcloud bugs part3 add 3a9932ed19 AS: insert Inactive records if fail to

[cloudstack] branch 4.18-vm-autoscaling updated (8606ad72c8 -> 0be6e13ba1)

2022-08-02 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 8606ad72c8 AS test: fix marvin test failure add 0be6e13ba1 AS: expunge vm instead of destroy

[cloudstack] branch 4.18-vm-autoscaling updated (0be6e13ba1 -> 4df7db72ff)

2022-08-02 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch 4.18-vm-autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 0be6e13ba1 AS: expunge vm instead of destroy add 4df7db72ff AS: fix sonar bug (equals) No new

<    3   4   5   6   7   8   9   10   11   >