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.47.0
Choose a base ref
...
head repository: AcademySoftwareFoundation/rez
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.47.1
Choose a head ref
  • 5 commits
  • 16 files changed
  • 2 contributors

Commits on Sep 14, 2019

  1. -clean up code related to shell executable

    -add 'is_available' method to shells
    -update tests to run only on available shells
    -renamed 'shell_dependent' to more intuitive 'per_available_shell'
    -made a Shell method a classmethod
    ajohns committed Sep 14, 2019
    1 Configuration menu
    Copy the full SHA
    3d7cacb View commit details
    Browse the repository at this point in the history
  2. version change

    ajohns committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    7b0edc6 View commit details
    Browse the repository at this point in the history
  3. -conform all test skips to use TestCase.skipTest

    -remove unused function
    ajohns committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    1cbc456 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Merge pull request #747 from nerdvegas/issue_696-shell-availability

    Issue 696 shell availability
    nerdvegas authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    99e0ddb View commit details
    Browse the repository at this point in the history
  2. -changelog update\

    - closes #696
    ajohns committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    c6970f2 View commit details
    Browse the repository at this point in the history
Loading