Comparing v6.2.8...v6.2.9 · softlayer/softlayer-python · GitHub
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: softlayer/softlayer-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.8
Choose a base ref
...
head repository: softlayer/softlayer-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.9
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 23, 2026

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

Commits on Mar 24, 2026

  1. Add 100% test coverage for Client.cf_call method

    - Added 11 comprehensive tests in CfCallTests class
    - Tests cover all code paths including:
      - Basic functionality with default and custom limits
      - Offset parameter handling
      - Non-list result early return
      - Single page results (no threading needed)
      - Invalid limit validation (zero and negative)
      - Args and kwargs pass-through
      - Large datasets with multiple parallel calls
      - Threading behavior verification
    - All 41 tests in api_tests.py pass
    - Fixed all flake8 formatting issues
    allmightyspiff committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    fc73173 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ee0e12 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2246 from softlayer/cf_call

    Fixed an issue with cf_call not getting the last page of results
    allmightyspiff authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    715bb2e View commit details
    Browse the repository at this point in the history
  4. v6.2.9 version bump

    allmightyspiff committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    5d0e6d4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2247 from softlayer/v629

    v6.2.9 version bump
    allmightyspiff authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    892e367 View commit details
    Browse the repository at this point in the history
Loading