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-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.16.1
Choose a base ref
...
head repository: apache/cloudstack-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.17.0
Choose a head ref
  • 16 commits
  • 234 files changed
  • 6 contributors

Commits on Jun 14, 2024

  1. add +30 more apis

    Ahmed Awlaqi committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9994d40 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Update SDK with 4.20 APIs

    Pearl1594 committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d4d7f16 View commit details
    Browse the repository at this point in the history
  2. Update go version

    Pearl1594 committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d7cc5d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Merge pull request #89 from suecodelabs/feature_add_more_apis

    add +30 more apis
    DaanHoogland authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    4f01bd9 View commit details
    Browse the repository at this point in the history
  2. Update go version #94

    DaanHoogland authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    b9fa85f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #93 from apache/sdk-4.20

    Update SDK with 4.20 APIs
    DaanHoogland authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    75d368f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Configuration menu
    Copy the full SHA
    fd3145e View commit details
    Browse the repository at this point in the history
  2. Add generated 4.20 code

    phsm committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    f8d42b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25d94b9 View commit details
    Browse the repository at this point in the history
  4. Remove ShutdownService_test.go

    because ReadyForShutdown() is a part of ManagementService
    phsm committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    f184c7c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Add missing API calls for Cloudstack 4.20 #91

    Add missing API calls for Cloudstack 4.20
    DaanHoogland authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    d654fcc View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Update README.md

    DaanHoogland authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    73eb42d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Pearl Dsilva <[email protected]>
    DaanHoogland and Pearl1594 authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    e570e06 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #95 from apache/DaanHoogland-patch-1

    Update README.md
    DaanHoogland authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    f28c8b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. update listApis.json, Quota API, and fixed double url value handling …

    …(based on #90) (#98)
    
    * listApis.json update
    
    * add initial comments for expanding Quota api
    
    * implement QuotaBalance
    
    * implement QuotaCredits
    
    * implement QuotaStatement
    
    * implement QuotaSummary
    
    * implement QuotaTariffCreate
    
    * implement QuotaTariffDelete
    
    * implement QuotaTariffList
    
    * implemented QuotaTariffUpdate
    
    * implemented QuotaUpdate
    
    * fix url values
    
    * add NewQuotaUpdateParams for QuotaUpdate
    
    * add missing quota api functions to layout.go
    
    * ran make and it auto updated manual changes to QuotaService.go
    
    * fix url value generation for double/float64 types
    
    * update generated files
    
    * ensure that quotaTariffCreate uses POST
    
    * fix types for QuotaService
    
    * fix quotaTariffList
    
    * add custom quotaStatement response type to match actual cloudstack api response
    
    * add custom response type for QuotaBalance
    
    * double API definition fixed
    
    * add quotaTariffList
    
    * regenerate mocks
    
    * Update cloudstack/cloudstack.go
    
    ---------
    
    Co-authored-by: tonymmm1 <[email protected]>
    DaanHoogland and tonymmm1 authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    b8e58e9 View commit details
    Browse the repository at this point in the history
  2. Add test data for register userkeys (#99)

    * Add test data for register userkeys
    
    * add newline
    Pearl1594 authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    bfc6c0c View commit details
    Browse the repository at this point in the history
Loading