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: AcademySoftwareFoundation/rez
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.114.1
Choose a base ref
...
head repository: AcademySoftwareFoundation/rez
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
  • 19 commits
  • 126 files changed
  • 6 contributors

Commits on Dec 13, 2023

  1. Bump actions/setup-python from 4 to 5 (#1605)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f6d2dc5 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-python from 4 to 5 in /.github/actions/setup-python (

    #1604)
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    01a975e View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Add a mailmap to cleanup our git stats a bit (#1606)

    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    JeanChristopheMorinPerso authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    85e56b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Bump actions/download-artifact from 3 to 4 (#1608)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    c23aa07 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 3 to 4 (#1607)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    7e8617d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Merge GH Actions workflows that run tests into a single workflow (#1611)

    * Merge GH Actions workflows that run tests into a single workflow
    * Configure default_shell when using per_available_shell decorator in tests to make sure the tests are using the right shell
    * Add test for per_available_shell decorator does what it's supposed to
    * Fix shell tests on Windows by creating an executable for the hello_world package instead of a python script.
    * Skip test_build::TestBuild::test_build_custom on Windows since it depends on make and GCC
    * Create a python rez package on the fly and use it as a dependency on our test packages. This will hopefully fix issues when there is no system python available.
    * Fix linter warnings
    * Remove old workflows
    * Fix test_deprecation_from_user_config on Windows
    * Add python 3.8, 3.9, 3.0 and 3.11 to installation workflow and test with 3.8 in test workflow
    
    ---------
    
    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    JeanChristopheMorinPerso authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    222ee07 View commit details
    Browse the repository at this point in the history
  2. Fix --fail-graph when there is indirect cycles (#1620)

    Fix --fail-graph when there is indirect cycles (#1620)
    
    Signed-off-by: Michael Nowakowski <m_nowakowski@apple.com>
    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    Co-authored-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    Pantsworth and JeanChristopheMorinPerso authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    4209c8b View commit details
    Browse the repository at this point in the history
  3. Add support for overriding built-in bind modules (#1619)

    * Issue #1557 - Add support for overriding built-in bind modules.
    
    Signed-off-by: Michael Nowakowski <m_nowakowski@apple.com>
    
    * Add copyrights
    
    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    
    * Add test for get_bind_modules
    
    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    
    ---------
    
    Signed-off-by: Michael Nowakowski <m_nowakowski@apple.com>
    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    Co-authored-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    Pantsworth and JeanChristopheMorinPerso authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    082ce72 View commit details
    Browse the repository at this point in the history
  4. Add semantic versioning warning (#1614)

    Signed-off-by: brycegbrazen <bryce.gattis@brazenanimation.com>
    brycegbrazen authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    6bdba31 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. New "Caching" doc page (#1615)

    With the help of @predat
    
    ---------
    
    Signed-off-by: brycegbrazen <bryce.gattis@brazenanimation.com>
    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    Co-authored-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    brycegbrazen and JeanChristopheMorinPerso authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    24334d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Remove eclipse from default CMake args (#1623)

    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    JeanChristopheMorinPerso authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    99809d1 View commit details
    Browse the repository at this point in the history
  2. Add Execution Policy setting to Powershell based shell plugins (#1505)

    Signed-off-by: Erwan Leroy <herronelou@gmail.com>
    herronelou authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    aff89bd View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Add compatibility warning for the Python API (#1613)

    Signed-off-by: brycegbrazen <bryce.gattis@brazenanimation.com>
    brycegbrazen authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7c2bd04 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Add slack release notification (#1626)

    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    JeanChristopheMorinPerso authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4cb3626 View commit details
    Browse the repository at this point in the history
  2. Remove special error message for bez (#1624)

    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    JeanChristopheMorinPerso authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6e5fd3c View commit details
    Browse the repository at this point in the history
  3. Set default shell on Windows to "powershell" (#1578)

    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    JeanChristopheMorinPerso authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c700e99 View commit details
    Browse the repository at this point in the history
  4. Remove Python 2 support (#1622)

    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    JeanChristopheMorinPerso authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2a9a99c View commit details
    Browse the repository at this point in the history
  5. Remove deprecated things and change defaults as announced in 2.114.0 (#…

    …1625)
    
    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    JeanChristopheMorinPerso authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c8db410 View commit details
    Browse the repository at this point in the history
  6. Release 3.0.0 (#1627)

    Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    JeanChristopheMorinPerso authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    33b8482 View commit details
    Browse the repository at this point in the history
Loading