-
Notifications
You must be signed in to change notification settings - Fork 352
Comparing changes
Open a pull request
base repository: AcademySoftwareFoundation/rez
base: 2.114.1
head repository: AcademySoftwareFoundation/rez
compare: 3.0.0
- 19 commits
- 126 files changed
- 6 contributors
Commits on Dec 13, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for f6d2dc5 - Browse repository at this point
Copy the full SHA f6d2dc5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 01a975e - Browse repository at this point
Copy the full SHA 01a975eView commit details
Commits on Dec 26, 2023
-
Add a mailmap to cleanup our git stats a bit (#1606)
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 85e56b3 - Browse repository at this point
Copy the full SHA 85e56b3View commit details
Commits on Jan 6, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for c23aa07 - Browse repository at this point
Copy the full SHA c23aa07View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7e8617d - Browse repository at this point
Copy the full SHA 7e8617dView commit details
Commits on Jan 27, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 222ee07 - Browse repository at this point
Copy the full SHA 222ee07View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4209c8b - Browse repository at this point
Copy the full SHA 4209c8bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 082ce72 - Browse repository at this point
Copy the full SHA 082ce72View commit details -
Add semantic versioning warning (#1614)
Signed-off-by: brycegbrazen <bryce.gattis@brazenanimation.com>
Configuration menu - View commit details
-
Copy full SHA for 6bdba31 - Browse repository at this point
Copy the full SHA 6bdba31View commit details
Commits on Jan 29, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 24334d3 - Browse repository at this point
Copy the full SHA 24334d3View commit details
Commits on Feb 4, 2024
-
Remove eclipse from default CMake args (#1623)
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 99809d1 - Browse repository at this point
Copy the full SHA 99809d1View commit details -
Add Execution Policy setting to Powershell based shell plugins (#1505)
Signed-off-by: Erwan Leroy <herronelou@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aff89bd - Browse repository at this point
Copy the full SHA aff89bdView commit details
Commits on Feb 5, 2024
-
Add compatibility warning for the Python API (#1613)
Signed-off-by: brycegbrazen <bryce.gattis@brazenanimation.com>
Configuration menu - View commit details
-
Copy full SHA for 7c2bd04 - Browse repository at this point
Copy the full SHA 7c2bd04View commit details
Commits on Feb 8, 2024
-
Add slack release notification (#1626)
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4cb3626 - Browse repository at this point
Copy the full SHA 4cb3626View commit details -
Remove special error message for bez (#1624)
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6e5fd3c - Browse repository at this point
Copy the full SHA 6e5fd3cView commit details -
Set default shell on Windows to "powershell" (#1578)
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for c700e99 - Browse repository at this point
Copy the full SHA c700e99View commit details -
Remove Python 2 support (#1622)
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2a9a99c - Browse repository at this point
Copy the full SHA 2a9a99cView commit details -
Remove deprecated things and change defaults as announced in 2.114.0 (#…
…1625) Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for c8db410 - Browse repository at this point
Copy the full SHA c8db410View commit details -
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 33b8482 - Browse repository at this point
Copy the full SHA 33b8482View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.114.1...3.0.0