This is an automated email from the ASF dual-hosted git repository.

dahn pushed a change to branch add-errorprone
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard b3c17b9e847 change pr branch on which this wf is run - needs to be 
reverted
 discard 58c6e23d1d9 Merge branch 'ghi11438-errorprone-fixes' of 
https://github.com/apache/cloudstack into add-errorprone
 discard f3a66fd65b9 Merge branch '4.20' of 
https://github.com/apache/cloudstack into add-errorprone
 discard 3aae0c202a2 temp: verification related change - needs revert
 discard 43345d4ab86 Update gha
 discard 238d07276f3 fix newline and whitespace issues
 discard a52eadc964b Update gha
 discard a713305e215 omit errorprone spellcheck
 discard 1720ebb23dc temporarily add 4.20 and PR branch to gha
 discard d32ca11747c add newline
 discard 3b708185672 Add support for errorprone 2.24.1 static analysis tool and 
Github Action to check for issues reported
     add 86dfab51a19 fix test
     add 45d623ec0d8 Update search filter size dynamically (#12552)
     add 25eacaa1ff1 set `displayName` to `name` by default (#9719)
     add d0e21a7dba8 UI: Prevent extra API calls in search filter on scrolling 
(#12553)
     add d98511dddd8 Update physical size for the snapshots of the volumes on 
ceph primary storage (#12465)
     add a97e090027e Error Prone integration - Added error prone to the build
     add c057c30d501 fix tests
     add dfed744d4b0 fix copilot comments
     add f059f4a4c1f fix codespell check
     add 10986aed333 fix tests
     add 7028390f49f fix test identified by errorprone
     add e0d310920e7 fix test identified by errorprone
     add cce58d02717 fix test issues identified by errorprone
     add e15d9025bc6 fix issues
     add 39e50b339b9 revert errorprone plugin inclusion in pom
     add 425062acc69 fix linter
     add 1414c0edf77 remove hardcoded hashcode
     add 824257d3684 fix test
     add 1c18ca8f7a3 Merge branch 'ghi11438-errorprone-fixes' of 
https://github.com/apache/cloudstack into ghi11438-errorprone-fixes
     add 778bbaf9cc4 address comments
     add fe21d12ab8c revert setup.py change
     add d03a8457628 fix test
     add 76b00377b8f Add support for errorprone 2.24.1 static analysis tool and 
Github Action to check for issues reported
     add 4d7e8c581b5 add newline
     add 585da2d18bf temporarily add 4.20 and PR branch to gha
     add 7c644a20a30 Update gha
     add 683b7e53465 fix newline and whitespace issues
     add af22db25194 Update gha
     add 076d2508029 temp: verification related change - needs revert
     add 15c14279860 change pr branch on which this wf is run - needs to be 
reverted

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b3c17b9e847)
            \
             N -- N -- N   refs/heads/add-errorprone (15c14279860)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../admin/backup/UpdateBackupOfferingCmd.java      |  4 +-
 .../api/command/user/vm/DeployVMCmd.java           |  5 +-
 .../api/command/user/vm/UpdateVMCmd.java           |  4 ++
 .../cloudstack/storage/to/SnapshotObjectTO.java    |  2 -
 .../java/com/cloud/agent/manager/AgentAttache.java |  5 +-
 .../com/cloud/vm/VirtualMachineManagerImpl.java    |  2 +-
 .../agent/manager/ConnectedAgentAttacheTest.java   |  6 +-
 .../cloud/upgrade/dao/DatabaseAccessObject.java    |  2 +-
 .../storage/snapshot/SnapshotObject.java           |  5 +-
 .../java/com/cloud/utils/db/GenericDaoBase.java    |  4 +-
 .../kvm/resource/LibvirtComputingResource.java     | 15 +++--
 .../kvm/storage/KVMStorageProcessor.java           | 69 ++++++++++++++++------
 .../vmware/VmwareDatacenterApiUnitTest.java        | 26 ++------
 .../java/com/cloud/hypervisor/XenServerGuru.java   |  4 +-
 .../com/cloud/ha/HighAvailabilityManagerImpl.java  |  4 +-
 .../gslb/GlobalLoadBalancingRulesServiceImpl.java  |  8 +++
 ui/src/components/view/SearchFilter.vue            | 16 ++---
 ui/src/views/AutogenView.vue                       | 66 ++++++++++++---------
 18 files changed, 145 insertions(+), 102 deletions(-)

Reply via email to