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: ftrackhq/ftrack-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: livache66/ftrack-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 60 files changed
  • 2 contributors

Commits on Feb 22, 2026

  1. chore: ignore local connect.py with credentials and update version

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    f2ee5e2 View commit details
    Browse the repository at this point in the history
  2. commit text

    livache66 committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    82e0f24 View commit details
    Browse the repository at this point in the history
  3. chore: add manual workflow to test ftrack connection using secrets

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    b3996c0 View commit details
    Browse the repository at this point in the history
  4. fix: use poetry to install package in test-connection workflow

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    330125b View commit details
    Browse the repository at this point in the history
  5. fix: install dependencies via pip instead of poetry in test workflow

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    55dafbf View commit details
    Browse the repository at this point in the history
  6. delete test usniy

    livache66 committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    ab645da View commit details
    Browse the repository at this point in the history
  7. fix: use correct secret name FTRACK_API_KEY in test workflow

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    8c1703b View commit details
    Browse the repository at this point in the history
  8. fix: use FTRACK_API_KEY_UNITTEST secret name in test workflow

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    31198c2 View commit details
    Browse the repository at this point in the history
  9. chore: standardize API key secret name to FTRACK_API_KEY_UNITTEST

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    0ee7b8d View commit details
    Browse the repository at this point in the history
  10. fix: replace Poetry curl installer with pip install poetry in cicd.yml

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    2a335bd View commit details
    Browse the repository at this point in the history
  11. chore: disable cicd and pr workflows temporarily

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    a2c4e7c View commit details
    Browse the repository at this point in the history
  12. fix: read FTRACK_API_KEY_UNITTEST env var directly in test workflow

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    8c2e229 View commit details
    Browse the repository at this point in the history
  13. fix: expose FTRACK_API_KEY_UNITTEST as env var in test workflow

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    fcd8081 View commit details
    Browse the repository at this point in the history
  14. fix: simplify to use FTRACK_API_KEY consistently

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    545299a View commit details
    Browse the repository at this point in the history
  15. fix: strip whitespace from env vars to handle accidental newlines

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    104d6bf View commit details
    Browse the repository at this point in the history
  16. fix: strip newlines from secrets at shell level before use

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    7d632d1 View commit details
    Browse the repository at this point in the history
  17. feat: add workflow to create GiTproject with shots and tasks

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    640cd10 View commit details
    Browse the repository at this point in the history
  18. fix: get task types from project schema instead of direct query

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    livache66 and claude committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    8dc6736 View commit details
    Browse the repository at this point in the history
Loading