Skip to content

Shotgun Basic Configuration v1.1.15

Choose a tag to compare

@mathurf mathurf released this 12 Nov 13:29

What’s new?
Added support for distributed configs in the setup wizard, as well as a number of improved features and bug fixes, including:

  • Introduced the standalone publish API, and
  • Resolved issues around project filtering with the Software entity.

Features/Polish

  • Added support for distributed configs in the setup wizard. [SG-8474]

    • We added a new dialog to choose between a Distributed or Centralized setup.
      distributedcentrilized

    • There is a new app, tk-multi-devutils, which will be available when running a distributed setup project. The “New config sandbox...” option will be available after you select your project inside Shotgun Desktop. This replaces the Clone configuration actions, which are not available for distributed setup.
      newconfigsandbox

    • When selecting the “New config sandbox...”, a new dialog will open to create your config sandbox.
      createconfigsandbox

    • New tools will be available within your created config sandbox.
      checkupdates

    • It will be now possible to do core and config updates directly from Shotgun Desktop.
      updates

  • Introduced the standalone publish API. The standalone publish API allows you to do the same operations in a script that you can do with the Toolkit application. As such, you can entirely automate the publish process without any user interaction or use it on a render farm in order to automate the publication of rendered jobs. [SG-7260]

  • Added the post phase hook, which allows you to do some post-processing after validation, publish and finalize. [SG-2871]

  • Publisher log messages in the UI are now colorized. A big thanks to Joe Hultgren for his contribution to this feature. [SG-9236]
    colorlogs

  • Cloning repositories on Windows will now display a terminal only if authentication is required with the Git server. [SG-4824]

  • Updated some third-party libraries of tk-framework-desktopserver. [SG-9003]

Bugs

  • There were issues around project filtering with the Software entity. This fix ensures the project filtering is working fine either with no engines associated or when two software with the same engine use different project restrictions. [SG-4623]
  • There was an issue where a cached configuration was always considered out of date and therefore always deleted and rewritten when bootstrapping. The fix ensures we are are not rewriting a cached configuration over and over again. [SG-8646]