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

Commits on May 15, 2018

  1. Copied build_plugin script.

    gplsteph committed May 15, 2018
    Configuration menu
    Copy the full SHA
    efaf2b1 View commit details
    Browse the repository at this point in the history
  2. Working bake script

    gplsteph committed May 15, 2018
    Configuration menu
    Copy the full SHA
    27889ef View commit details
    Browse the repository at this point in the history
  3. Added zip option.

    gplsteph committed May 15, 2018
    Configuration menu
    Copy the full SHA
    062b830 View commit details
    Browse the repository at this point in the history
  4. Polish

    gplsteph committed May 15, 2018
    Configuration menu
    Copy the full SHA
    3aed203 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Polish

    gplsteph committed May 16, 2018
    Configuration menu
    Copy the full SHA
    fed091d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bd977c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. for #326: add option for baking sparse configs

    Adds a --sparse option that will skip caching app_store bundles to keep baked configs smaller.
    kporangehat committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    80a941b View commit details
    Browse the repository at this point in the history
  2. for #326: fix for not checking caching of apps if the engine skipped.

    Ensures that when an engine is flagged to be skipped in the caching process, the apps in the engine are still checked.
    Previously, the engine's apps were not checked when the engine was skipped.
    kporangehat committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    ba83c55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c784653 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Configuration menu
    Copy the full SHA
    e7c116a View commit details
    Browse the repository at this point in the history
  2. for #326: add callable param to cache_apps to check whether to cache

    Adds an additional parameter to cache_apps() which will be used to check the descriptor type and determine whether to cache the bundle or not. Defaults to using the internal _should_skip_caching() function if not provided.
    kporangehat committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    b9eef8f View commit details
    Browse the repository at this point in the history
  3. for #326: Ensure we are caching tk-core if needed.

    - some additional comment/docstring updates
    kporangehat committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    064de79 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

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

Commits on Jun 22, 2018

  1. Merge pull request #1 from GPLgithub/326_bake_config_sparse

    - Adds a --sparse option that will skip caching any bundles with app_store descriptors in order to keep the bundle_cache smaller
    
    - Fixes a bug in tk-core that would skip checking if an engine's apps needed to be cached if the parent engine was skipped.
    
    - Adds a new parameter to cache_apps() in tk-core. The param "should_skip_caching_callable" accepts a callable which can return True or False, indicating whether caching should be skipped for the bundle. If the parameter isn't provided, cache_apps() falls back on the check built-in to core.
    kporangehat authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    0d62e0d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

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

Commits on May 31, 2019

  1. Merge branch 'sgmaster'

    gplsteph committed May 31, 2019
    Configuration menu
    Copy the full SHA
    2f52b22 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Merge branch 'sgmaster'

    gplsteph committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    4826302 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Merge branch 'sgmaster'

    gplsteph committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d8b87f4 View commit details
    Browse the repository at this point in the history
Loading