Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SG API key for creating session and remove login functionality #58

Merged
merged 13 commits into from
Jan 12, 2024

Commits on Dec 1, 2023

  1. client Use API key to create session and remove need for having tra…

    …y module to login
    Fabia Serra Arrizabalaga committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    44a4ad3 View commit details
    Browse the repository at this point in the history
  2. client Only create PublishedFiles if 'shotgridreview' tag exists on…

    … representation
    Fabia Serra Arrizabalaga committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3ab8b6a View commit details
    Browse the repository at this point in the history
  3. client Strip version number from PublishedFiles so they are grouped…

    … together and set basic published file type functionality
    Fabia Serra Arrizabalaga committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4f19aa9 View commit details
    Browse the repository at this point in the history
  4. client Only create SG versions if there's data to update and popula…

    …te some other relevant fields on the version
    Fabia Serra Arrizabalaga committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0dccce7 View commit details
    Browse the repository at this point in the history
  5. client Allow 'admin' roles to publish on any SG project

    Fabia Serra Arrizabalaga committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6650acf View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. services Pass custom project code field to other functions that use it

    Fabia Serra Arrizabalaga authored and Minkiu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fc64c00 View commit details
    Browse the repository at this point in the history
  2. client Fix typo referencing sg_session

    Fabia Serra Arrizabalaga authored and Minkiu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4ef4407 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. services.processor fix incorrect usage of event.summary field

    Summary field must be a dict. Human readable description of an event
    should go to description. Passing strings to summary causes 419 errors.
    martastain authored and Minkiu committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8cea5ae View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

  1. client Update SG user validation to work with Admin permission

    Fabia Serra Arrizabalaga committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9bc1af9 View commit details
    Browse the repository at this point in the history
  2. client Fix typo referencing sg_session

    Fabia Serra Arrizabalaga committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    90537a7 View commit details
    Browse the repository at this point in the history
  3. client Remove bad merge conflict

    Fabia Serra Arrizabalaga committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9b31909 View commit details
    Browse the repository at this point in the history