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: apathetic-tools/python-schema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1
Choose a base ref
...
head repository: apathetic-tools/python-schema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0
Choose a head ref
  • 6 commits
  • 44 files changed
  • 2 contributors

Commits on Nov 28, 2025

  1. ci: fix indentation in publish_pypi workflow

    - Fix indentation for Build package step
    - Fix indentation for Publish to TestPyPI step
    - Fix indentation for Publish to PyPI step
    InertSloth committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    a773a51 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. test(pytest): add parallel test execution support

    - Add pytest-xdist dependency for parallel test execution
    - Add parallel test tasks for installed, script, and zipapp modes
    - Add test:parallel task to run all modes in parallel
    - Add test:fast tasks for quick parallel runs (skipping slow tests)
    - Update check:fix and check tasks to use parallel execution by default
    - Update Python version test tasks to use parallel execution
    - Add pytest.ini comments explaining parallel execution options
    InertSloth committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    03fcaef View commit details
    Browse the repository at this point in the history
  2. test(pytest): add parallel execution and organize zipapp tests

    - Add pytest-xdist dependency for parallel test execution
    - Add parallel test tasks for installed, script, and zipapp modes
    - Add test:parallel task to run all modes in parallel
    - Add test:fast tasks for quick parallel runs (skipping slow tests)
    - Update check:fix and check tasks to use parallel execution by default
    - Update Python version test tasks to use parallel execution
    - Fix zipapp deterministic test to work in parallel using temp directories
    - Move zipapp build tests to separate files with __runtime_mode__ = 'zipapp'
    - Update pytest.ini comments explaining parallel execution options
    - Remove skipif markers in favor of conftest runtime mode filtering
    InertSloth committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    fda493c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. refactor: update project structure and dependencies

    - Update GitHub workflows for publishing and releases
    - Update .gitignore and build configuration (.serger.jsonc)
    - Remove bin/serger.py (generated file)
    - Add dev scripts: install_pre_commit_hooks.sh, pyright-quiet.sh
    - Remove dev scripts: list-project.sh, sync_ai_guidance.py
    - Update project dependencies (pyproject.toml, poetry.lock)
    - Update pytest configuration
    - Refactor core schema validation and type checking modules
    - Update all test files for new structure
    - Update documentation (contributing, installation, decisions)
    InertSloth committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    8893d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    746bab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08de031 View commit details
    Browse the repository at this point in the history
Loading