-
Notifications
You must be signed in to change notification settings - Fork 29
Comparing changes
Open a pull request
base repository: zmievsa/cadwyn
base: 4.4.3
head repository: zmievsa/cadwyn
compare: 4.4.5
- 15 commits
- 40 files changed
- 2 contributors
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1df6dcf - Browse repository at this point
Copy the full SHA 1df6dcfView commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b9700b - Browse repository at this point
Copy the full SHA 5b9700bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6466bbf - Browse repository at this point
Copy the full SHA 6466bbfView commit details
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dca5610 - Browse repository at this point
Copy the full SHA dca5610View commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4724940 - Browse repository at this point
Copy the full SHA 4724940View commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78da760 - Browse repository at this point
Copy the full SHA 78da760View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a53f1 - Browse repository at this point
Copy the full SHA d6a53f1View commit details
Commits on Dec 9, 2024
-
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`
Configuration menu - View commit details
-
Copy full SHA for 5f93626 - Browse repository at this point
Copy the full SHA 5f93626View commit details
Commits on Dec 11, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 99fd274 - Browse repository at this point
Copy the full SHA 99fd274View commit details
Commits on Dec 12, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 6b39ad6 - Browse repository at this point
Copy the full SHA 6b39ad6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4d8fe9d - Browse repository at this point
Copy the full SHA 4d8fe9dView commit details -
Configure pytest to ignore known
DeprecationWarning
s (#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>
Configuration menu - View commit details
-
Copy full SHA for 2f5a2b6 - Browse repository at this point
Copy the full SHA 2f5a2b6View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bb1f953 - Browse repository at this point
Copy the full SHA bb1f953View commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 219096f - Browse repository at this point
Copy the full SHA 219096fView commit details
Commits on Dec 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 179b407 - Browse repository at this point
Copy the full SHA 179b407View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.4.3...4.4.5