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: uralbash/sqlalchemy_mptt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: uralbash/sqlalchemy_mptt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.0
Choose a head ref
  • 9 commits
  • 19 files changed
  • 1 contributor

Commits on May 11, 2025

  1. Add PyPI badges (#93)

    * Add PyPI version badge
    
    * Add more PyPI badges
    
    * Update contact emails in README
    fayazkhan authored May 11, 2025
    Configuration menu
    Copy the full SHA
    0256d2c View commit details
    Browse the repository at this point in the history
  2. Create dependabot.yml

    fayazkhan authored May 11, 2025
    Configuration menu
    Copy the full SHA
    705fd9d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Support Python 3.10 & 3.11 (#97)

    * Switch to pytest
    
    * Add a noxfile.py for nox config
    
    * Remove nose specific code from tests
    
    * Update noxfile for pytest
    
    * Drop tests for EOL Python 3.7
    
    * Add test env for Python 3.10
    
    * Add tests env for Python 3.11
    
    * Add session for linting
    
    * Remove redundant requirements
    
    * Update Github Actions for nox/pytest
    
    * Add backend for Github Actions
    
    * Skip coveralls for lint step
    
    * Adjust naming for Github Actions
    
    * Add Github token
    
    * Enable diagnostics
    
    * Generate xml coverage for Github Actions
    
    * Rename build step
    
    * Add additional dependencies
    
    * Use different base action
    
    * Remove container constraint
    
    * Test Python 3.7 on Github Actions
    
    * Undo Python
    
    * Defer SQLA 1.4 changes
    
    * Add session for dev setup
    
    * Stick to uv
    
    * Add EOL
    
    * Add an editorconfig
    
    * Ignore .venv when linting
    
    * Install test dependencies in .venv
    
    * Add hypothesis tests for better coverage
    
    * Use fewer runs
    
    * Tweak hypothesis settings
    
    * Switch to uv build
    
    * Declare that delete_node consumes data
    
    * Document pipeline steps
    
    * Add docstrings and copyright information
    
    * Ignore artifact folders
    
    * Remove tox config
    
    * Remove nose related files and comments
    
    * Update supported Python versions
    
    * Add a contributor guide
    
    * Update project description
    
    * Remove dead link
    
    * Fix typo
    
    * Link to contributor's guide
    
    * Add docstrings
    
    * Fix link
    
    * Update changelog
    fayazkhan authored May 28, 2025
    Configuration menu
    Copy the full SHA
    853fd1b View commit details
    Browse the repository at this point in the history
  2. Fix link

    fayazkhan committed May 28, 2025
    Configuration menu
    Copy the full SHA
    7e406c0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Add release guidelines

    fayazkhan committed May 29, 2025
    Configuration menu
    Copy the full SHA
    c766f58 View commit details
    Browse the repository at this point in the history
  2. Add a build helper session

    fayazkhan committed May 29, 2025
    Configuration menu
    Copy the full SHA
    e67ee9f View commit details
    Browse the repository at this point in the history
  3. Fix documentation

    fayazkhan committed May 29, 2025
    Configuration menu
    Copy the full SHA
    2ad361f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Add new contributors

    fayazkhan committed May 30, 2025
    Configuration menu
    Copy the full SHA
    f4d4b41 View commit details
    Browse the repository at this point in the history
  2. Update release date

    fayazkhan committed May 30, 2025
    Configuration menu
    Copy the full SHA
    a657c7e View commit details
    Browse the repository at this point in the history
Loading