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: zmievsa/cadwyn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.3
Choose a base ref
...
head repository: zmievsa/cadwyn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.5
Choose a head ref
  • 15 commits
  • 40 files changed
  • 2 contributors

Commits on Nov 15, 2024

  1. Update ruff config

    zmievsa committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1df6dcf View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    5b9700b View commit details
    Browse the repository at this point in the history
  2. Fix coverage

    zmievsa committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6466bbf View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

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

Commits on Nov 29, 2024

  1. Update fastapi and pre-commit

    zmievsa committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    4724940 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Update monite logo

    zmievsa committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    78da760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6a53f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Fix most typos (#231)

    This is a mechanical change. I spotted `Currerntly` while reading the
    docs, the ran the codebase through the `typos` and `codespell` tools.
    
    I two typos reported by the tools: "unparseable" (because it's a valid
    alternative spelling to "unparsable") and "dependant" (because it would
    become an API change).
    
    * `applicaton` -> `application`
    * `Currerntly` -> `Currently`
    * `didnt` -> `didn't`
    * `enpoint` -> `endpoint`
    * `existense` -> `existence`
    * `incoveniences` -> `inconveniences`
    * `indepent` -> `independent`
    * `Insteaad` -> `Instead`
    * `intructions` -> `instructions`
    * `overriden` -> `overridden`
    * `unparseable` -> `unparsable`
    kurtmckee authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    5f93626 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Update actions/(upload|download)-artifact to v4 (#235)

    > [!NOTE]
    >
    > This resolves a warning currently thrown in CI ([recent
    example](https://github.com/zmievsa/cadwyn/actions/runs/12256876257)):
    >
    >
    ![image](https://github.com/user-attachments/assets/4ff8ee98-855a-4116-91b5-e2fccb75e179)
    
    
    `actions/upload-artifact` v3 and `actions/download-artifact` v3 [will be
    disabled on
    2025-01-31](https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/).
    
    The only change from v3 to v4 that affects this workflow is that
    artifacts with the same name can only be overwritten, so the artifact
    names must now be unique.
    
    Merging now happens at download, not at upload, so this commit modifies
    the Python and docs test artifact names to share the same prefix and
    downloads them all in one shot.
    kurtmckee authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    99fd274 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Update old action versions (#236)

    This resolves warnings in CI that two actions use Node.js 16 and must be
    upgraded to versions that use Node.js 20 ([recent
    example](https://github.com/zmievsa/cadwyn/actions/runs/8683445478)).
    
    Would you be interested in a PR to configure Dependabot to monitor for
    updates to action versions on a monthly basis?
    
    Co-authored-by: Stanislav Zmiev <zmievsa@gmail.com>
    kurtmckee and zmievsa authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    6b39ad6 View commit details
    Browse the repository at this point in the history
  2. Fix a key name change for actions/download-artifact@v4 (#238)

    I overlooked this change in #235, and that PR didn't change files that
    would have triggered the CI test suite to run.
    
    So, in addition, this PR modifies `ci.yaml` so that changes to that file
    trigger the workflow, too.
    
    Co-authored-by: Stanislav Zmiev <zmievsa@gmail.com>
    kurtmckee and zmievsa authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    4d8fe9d View commit details
    Browse the repository at this point in the history
  3. Configure pytest to ignore known DeprecationWarnings (#233)

    Older starlette and pydantic syntax is currently supported, so these
    warnings are known and expected.
    
    There are still two `ResourceWarning`s from anyio left to address. These
    are thrown due to unclosed `MemoryObjectReceiveStream` objects.
    
    Co-authored-by: Stanislav Zmiev <zmievsa@gmail.com>
    kurtmckee and zmievsa authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    2f5a2b6 View commit details
    Browse the repository at this point in the history
  4. Configure pytest to escalate warnings to errors (#239)

    This commit introduces the following change:
    
    * Configure pytest to escalate warnings to errors.
    * Ignore a `ResourceWarning` caused by starlette.
    
    starlette opens an anyio object without closing it; there are several
    open and merged PRs about this problem but no open issues to link to.
    kurtmckee authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    bb1f953 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Fix a typo (#242)

    Spotted this while reviewing some docs.
    kurtmckee authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    219096f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

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