Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/cloudstack-cloudmonkey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.3.0
Choose a base ref
...
head repository: apache/cloudstack-cloudmonkey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.4.0
Choose a head ref
  • 16 commits
  • 8 files changed
  • 6 contributors

Commits on Apr 3, 2023

  1. Optimizing network.go

    davidjumani committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e544cc9 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Fix spelling in README.md (#135)

    jbampton authored May 25, 2023
    Configuration menu
    Copy the full SHA
    97a284d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Fix spelling (#136)

    jbampton authored May 30, 2023
    Configuration menu
    Copy the full SHA
    23852c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. cmk: don't print discovered apis message in cmd line mode

    This avoids printing message in cmd line mode, where output of the cmk
    command may be processed by a shell script.
    
    Signed-off-by: Rohit Yadav <[email protected]>
    yadvr committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e3e577c View commit details
    Browse the repository at this point in the history
  2. about: bump version to next v6.4.0-(rc)

    Signed-off-by: Rohit Yadav <[email protected]>
    yadvr committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2d641ae View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    9f81008 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    35ed628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb51b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e19c4f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    6323a31 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. network: allow breaking async job loop when Ctrl+C is pressed

    This break the async job loop when Ctrl+C is pressed during async job
    polling. May address #126
    
    Signed-off-by: Rohit Yadav <[email protected]>
    yadvr committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d1599ea View commit details
    Browse the repository at this point in the history
  2. network: improve ctrl+c interupts

    This cancels the HTTP request when Ctrl+C is made, without crashing cmk
    and immediately getting the shell back to interacting users.
    
    Fixes #126
    
    Signed-off-by: Rohit Yadav <[email protected]>
    yadvr committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    fedf258 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Update README.md

    yadvr authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8a4a036 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. cmk: don't call sync automatically in CLI mode

    This removes the code to unnecessarily call sync command when api-key
    and secret key is passed in CLI mode.
    
    Signed-off-by: Rohit Yadav <[email protected]>
    yadvr committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7276c1c View commit details
    Browse the repository at this point in the history
  2. precache: update cmk precache to ACS v4.19

    Signed-off-by: Rohit Yadav <[email protected]>
    yadvr committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f1e0e36 View commit details
    Browse the repository at this point in the history
  3. Bump cmk version to v6.4.0

    Signed-off-by: Rohit Yadav <[email protected]>
    yadvr committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    df65df7 View commit details
    Browse the repository at this point in the history
Loading