NathanVaughn / poetry-azure-artifacts-plugin

Poetry plugin to handle Azure Artifacts authentication
https://pypi.org/project/poetry-azure-artifacts-plugin
MIT License
0 stars 0 forks source link

Version 0.1.1 #3

Closed NathanVaughn closed 2 months ago

NathanVaughn commented 2 months ago

Fix syntax errors and add automated tests

Summary by Sourcery

Fix syntax errors in plugin.py, update GitHub Actions workflow to include a 'bake' job for setting up the environment, and modify the 'test' job to use generated Poetry versions. Update README.md for better clarity on Azure DevOps server configuration and add a script to fetch valid Poetry versions.

Bug Fixes:

CI:

Documentation:

Tests:

sourcery-ai[bot] commented 2 months ago

Reviewer's Guide by Sourcery

This pull request addresses syntax errors in the plugin code and enhances the CI workflow by adding a new 'bake' job to set up the environment and a 'test' job to run tests. Additionally, a new script was added to fetch valid Poetry versions, and the README was updated for better clarity on Azure DevOps server configuration.

File-Level Changes

Files Changes
.github/workflows/test.yml
scripts/get_poetry_versions.py
Implemented a new CI workflow with a 'bake' job to set up the environment and a 'test' job to run tests. Added a script to fetch valid Poetry versions for the build matrix.
poetry_azure_artifacts_plugin/plugin.py
README.md
Fixed syntax errors in the plugin code and updated the README for better clarity on Azure DevOps server configuration.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.