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: wntrblm/nox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2022.11.21
Choose a base ref
...
head repository: wntrblm/nox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2023.04.22
Choose a head ref
  • 20 commits
  • 31 files changed
  • 7 contributors

Commits on Nov 23, 2022

  1. chore: switch to hatchling (#659)

    * chore: switch to hatchling
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    * fix: deactivate extras name normalization
    
    * Update pyproject.toml
    
    * Apply suggestions from code review
    
    * style: run pre-commit
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    53c8d7c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Fix assertion in GHA tests (#670)

    * Fix assertion in GHA tests
    
    * Remove ubuntu 18.04 from actions default tests as it's deprecated
    FollowTheProcess authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    cc710bd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. ci: some minor fixes (#675)

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    828bc82 View commit details
    Browse the repository at this point in the history
  2. Constrain tox to <4.0.0 and minor fixes (#677)

    * Constrain to tox<4.0.0 until #673 is addressed
    
    * Use recommended pypa/publish version syntax
    
    * Ignore B905 warning
    
    * Remove rogue mocking of py._path
    
    * Forgot to install pre-commit hooks :)
    FollowTheProcess authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    da36519 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

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

Commits on Jan 11, 2023

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

Commits on Jan 13, 2023

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

Commits on Feb 8, 2023

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

Commits on Feb 15, 2023

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

Commits on Feb 22, 2023

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

Commits on Mar 5, 2023

  1. feat: --json --list-sessions (#665)

    Closes #658
    henryiii authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    119fd00 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. test: don't run python 2.7 virtualenv tests for newer versions of vir…

    …tualenv (#702)
    
    * Don't run python 2.7 virtualenv tests for newer versions of virtualenv
    * exercise inner functions to ensure coverage if we can't run python 2.7 tests.
    * fix lint, remove Unused type: ignore[no-any-return, no-untyped-call] comment
    crwilcox authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    0dd1a51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301354f View commit details
    Browse the repository at this point in the history
  3. fix: enable list_sessions for session completion (#699)

    Otherwise we end up erroring out due to no session being selected (which
    in turn errors out due to global color setting not finalized/available
    at this phase yet.)
    scop authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    45acf03 View commit details
    Browse the repository at this point in the history
  4. chore: remove 3.6 tests, min version is 3.7 (#703)

    * drop 3.6 tests as 3.7 is min version
    crwilcox authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    27b9665 View commit details
    Browse the repository at this point in the history
  5. Release 2023.04.23

    crwilcox committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    2bba9da View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    843d380 View commit details
    Browse the repository at this point in the history
  2. Release 2023.04.23

    crwilcox committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    9ab9f1b View commit details
    Browse the repository at this point in the history
  3. Release 2023.04.23

    crwilcox committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    98561bb View commit details
    Browse the repository at this point in the history
  4. Release 2023.04.23

    crwilcox committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    2e8d24a View commit details
    Browse the repository at this point in the history
Loading