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: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.27.1
Choose a base ref
...
head repository: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.27.2
Choose a head ref
  • 11 commits
  • 26 files changed
  • 5 contributors

Commits on Nov 22, 2023

  1. Add Python 3.12 support & fix CI (#350)

    * Add py3.12 support
    
    - CI
    - tox
    - requisite ignore for dateutil (at time of writing)
    - changelog item
    
    * Move pytest config into setup.cfg
    
    * Fix datetime deprecation warning pattern
    
    In pytest config -- using `datetime.datetime.utcfromtimestamp` is
    important for matching correctly.
    
    For some reason, the previous pattern (as well as the fixed one) works
    under a local dev environment with 3.12.
    sirosen authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5bf9c56 View commit details
    Browse the repository at this point in the history
  2. Bump ruamel-yaml from 0.17.33 to 0.18.5 (#355)

    Bumps [ruamel-yaml]() from 0.17.33 to 0.18.5.
    
    ---
    updated-dependencies:
    - dependency-name: ruamel-yaml
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6e70e20 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Support expressions in GHA require-timeout schema

    github-workflows-require-timeout now supports expression eval blocks
    in the value for the timeout. Two test-cases ensure that such
    workflows will pass, based on the example provided in #354
    
    resolves #354
    
    There is also a small refinement to test outputs here, which was added
    while testing this addition.
    sirosen committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2d71566 View commit details
    Browse the repository at this point in the history
  2. [vendor-schemas] automated update (#351)

    Co-authored-by: sirosen <sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d655126 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #356 from python-jsonschema/expression-in-gha-timeout

    Support expressions in GHA require-timeout schema
    sirosen authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2feef16 View commit details
    Browse the repository at this point in the history
  4. Add vendoring of cloudbuild schema

    nikolaik authored and sirosen committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    4e20a2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6524183 View commit details
    Browse the repository at this point in the history
  6. Add test cases for cloudbuild

    sirosen committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    5123e35 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #339 from nikolaik/nikolaik/vendor-cloudbuild

    Add vendoring of cloudbuild schema
    sirosen authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a52d3c5 View commit details
    Browse the repository at this point in the history
  8. Add missing changelog notes

    sirosen committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6325084 View commit details
    Browse the repository at this point in the history
  9. Bump version for release

    sirosen committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    462e628 View commit details
    Browse the repository at this point in the history
Loading