Thanks to visit codestin.com
Credit goes to github.com

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: mixxorz/slippers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.1
Choose a base ref
...
head repository: mixxorz/slippers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.2
Choose a head ref
  • 4 commits
  • 12 files changed
  • 3 contributors

Commits on Jul 29, 2023

  1. Drop Python 3.7 and add Python 3.11 (#46)

    * Drop Python 3.7 and add Python 3.11
    
    * Drop default_app_config since we only support Django 3.2+
    
    * Run pyupgrade with py38+
    zerolab authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    fb57918 View commit details
    Browse the repository at this point in the history
  2. Update tooling (#47)

    * Drop Python 3.7 and add Python 3.11
    
    * Drop default_app_config since we only support Django 3.2+
    
    * Run pyupgrade with py38+
    
    * Update GitHub Actions versions
    
    * Bump linter versions
    
    * Drop seed-isort-config as it is no longer needed with isort>5
    
    * Upgrade to using tox 4
    
    * Exclude .venv/venv from flake8 checks
    
    * Use wheels in tox
    
     Scenario   | Before | After
    ------------|--------|-------
     Cold start | 100s   | 76s
     Warm start |  37s   | 20s
    
    ---------
    
    Co-authored-by: Mitchel Cabuloy <[email protected]>
    zerolab and mixxorz authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    0ce084f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Sets nodelist on inline components to empty NodeList (#49)

    Christopher Hurt authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f287c6a View commit details
    Browse the repository at this point in the history
  2. Bump version 0.6.2

    mixxorz committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    53d2ac6 View commit details
    Browse the repository at this point in the history
Loading