Skip to content
Permalink
main

Commits on Apr 1, 2022

  1. CKS: Support deployment of CKS clusters on Advanced zones with securi…

    …ty groups (#6132)
    
    * CKS: Support deployment of CKS clusters on Advanced zones with security groups
    
    * use available constant
    
    * address comments -
    - Ingress sg rule for port 22 & 6443
    - Use constant to define securityGroup Name
    - rename variable name from type -> vmType
    
    * unique name for security group + foreign key
    
    * use constants
    Pearl1594 committed Apr 1, 2022
  2. Merge branch '4.16'

    nvazquez committed Apr 1, 2022
  3. ui,refactor: fix missing label in update network form (#6181)

    updateinsequence param for updateNetwork API wasn't have correponding label in UI.
    
    Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
    shwstppr committed Apr 1, 2022
  4. KVM: Enhance CPU speed detection on hosts (#6175)

    * KVM: Enhance CPU speed detection on hosts
    
    * Update agent/conf/agent.properties
    
    Co-authored-by: dahn <daan.hoogland@gmail.com>
    
    Co-authored-by: dahn <daan.hoogland@gmail.com>
    nvazquez and DaanHoogland committed Apr 1, 2022

Commits on Mar 31, 2022

  1. ui: fix vpc tier redirect to show details (#6178)

    * ui: fix vpc tier redirect to show details
    
    When redirecting to VPC tier, details tab should be active by default
    
    Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
    
    * fix
    
    Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
    shwstppr committed Mar 31, 2022

Commits on Mar 30, 2022

  1. UI - Fixes UI bugs (#6162)

    * fixes
    
    * remove console
    
    * fix hidden clear notification button
    
    * fixes
    
    * fixes
    
    * fixes navigation to ssh from comments
    utchoang committed Mar 30, 2022
  2. Merge branch '4.16'

    nvazquez committed Mar 30, 2022

Commits on Mar 29, 2022

  1. configDrive: Fix failure to delete (unstarted) VM (#6146)

    * configDrive: Fix failure to delete (unstarted)VM
    
    * Address comments
    
    * Address comments
    Pearl1594 committed Mar 29, 2022
  2. Avoid multiple if else (#6171)

    Use map to avoid multiple if else statement. This will support
    more types in future mithout much code change
    
    Co-authored-by: Rakesh Venkatesh <rakeshv@apache.org>
    ravening and Rakesh Venkatesh committed Mar 29, 2022
  3. Fix spelling (#6161)

    * Fix spelling
    
    * Fix spelling
    jbampton committed Mar 29, 2022
  4. Merge branch '4.16'

    nvazquez committed Mar 29, 2022

Commits on Mar 28, 2022

  1. ui, Adv zone + SG: Fix invocation of create/revoke APIs for ingress/e…

    …gress security group rules (#6170)
    Pearl1594 committed Mar 28, 2022
  2. Add Python flake8 linting for W291 trailing whitespace with Super-Lin…

    …ter (#4687)
    
    * refactor: remove trailing whitespace from Python files
    
    * Add the GitHub Super-Linter
    
    Add Python flake8 linting for W291 trailing whitespace
    
    * Add licenses
    jbampton committed Mar 28, 2022

Commits on Mar 25, 2022

  1. Prevent vm's from stopping while enabling maintenance mode (#4636)

    Sometimes when host isput into maintenance, the connection get
    disconnected and as result vm's are stopped. So check for extra state
    before considering host as down and stopping the vm's
    ravening committed Mar 25, 2022
  2. kvm: support multiple local storage pools (#6147)

    * kvm: support multiple local storage pools
    
    * Update #6147: add method configureLocalStorage
    
    * Update #6147: add method validateLocalStorageUUID
    
    * Update #6147: remove underscore
    
    * Update #6147: add unit tests
    weizhouapache committed Mar 25, 2022

Commits on Mar 23, 2022

  1. Merge branch '4.16'

    nvazquez committed Mar 23, 2022
  2. Fix linux native bridge for SUSE in cloudutils (#6134)

    * fix linux native bridge for SUSE
    
    * apply suggestion
    mib1185 committed Mar 23, 2022
  3. travis: Fix failing travis tests on main (#6152)

    * travis: Fix failing travis tests on main
    
    * address comments
    
    * address comments
    Pearl1594 committed Mar 23, 2022
  4. ui: Fix router link access (#6158)

    * ui: Fix router link access
    
    * Adding more
    davidjumani committed Mar 23, 2022

Commits on Mar 21, 2022

  1. ui: Support to specify security groups when updating/editing a VM (ad…

    …v zone + SG) (#6138)
    
    * ui: Support to specify security groups when updating/editing a VM (adv zone + SG)
    
    * cleanup
    Pearl1594 committed Mar 21, 2022
  2. Router health check notification mail to show router name next to UUID (

    #6130)
    
    * alerrt message altered
    
    * review feedback and format
    
    Co-authored-by: Daan Hoogland <dahn@onecht.net>
    DaanHoogland and Daan Hoogland committed Mar 21, 2022
  3. account check made explicit - cleanup (#6122)

    Co-authored-by: Daan Hoogland <dahn@onecht.net>
    DaanHoogland and Daan Hoogland committed Mar 21, 2022
  4. server: fix NPE when router.service.offering is set due to service/di…

    …sk offering refactoring (#6120)
    
    * server: move files in server/src/main/java/org/cloud/network/router/deployment/
    
    * server: fix NPE when router.service.offering is set due to service/disk offering refactoring
    weizhouapache committed Mar 21, 2022
Older