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: shotgunsoftware/python-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.2
Choose a base ref
...
head repository: shotgunsoftware/python-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.7.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 5, 2024

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

Commits on Nov 7, 2024

  1. SG-36700 Upgrade Azure Pipelines vm images (#359)

    * Upgrade Azure Pipelines vm images
    
    * Downgrade codecov to support x86_64 architecture
    carlos-villavicencio-adsk authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b5fc779 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Fix incorrect Shotgun import in Python API example (#355)

    - Corrected the import statement for the Shotgun class to use the proper module path 'shotgun_api3.Shotgun'
    sungbinlee authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d0b5b50 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. SG-36677 Optimize payload by prevent unnecessary data (#360)

    * Optimize payload by prevent unnecessary data
    
    * Packaging for pre-release
    
    * Code review improvements
    
    * Improve example
    
    * Improve example
    
    * Process env var
    
    * Format documentation code
    
    * Swap env var logic
    
    * Restrict env var values
    
    * Remove lowercase transform
    
    * Read env var once
    
    * Add unit tests
    
    * Packaging for v3.7.0
    carlos-villavicencio-adsk authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    31df878 View commit details
    Browse the repository at this point in the history
Loading