feat: Add logging format for azure devops#457
Merged
pawamoy merged 7 commits intoMay 24, 2026
Merged
Conversation
Contributor
Author
|
Ok, sorry to say, but I did not change a line associated with that test. And locally, the test is green |
Member
|
It's fixed now :-) (by #459). |
Member
|
Thank you for the contribution! Merging main again should fix CI. @pawamoy, can you take a look? |
Azure DevOps is popular in enterprise contexts Adding the ability use logging commands in griffe during pipeline execution would be great. This commit contains - [X] A new enumeration value - [X] A new _explain_azdo method - [X} Update documentation - [X] A manual test ran against latest tag. --- Details about logging commands can be found here: https://learn.microsoft.com/en-us/azure/devops/pipelines/scripts/logging-commands?view=azure-devops&tabs=bash#task-commands
ce70f73 to
24d11f7
Compare
Contributor
Author
|
Thx, ok, I rebased it again, Let's hope for the best |
pawamoy
reviewed
May 17, 2026
Member
pawamoy
left a comment
There was a problem hiding this comment.
Thanks for the PR @carstencodes! About adding the feature: why not. However I'm not an Azure Devops user, so I won't be able to troubleshoot any issue with the logging format or the documentation. Will you be there if needed to help maintain this?
Contributor
Author
Sure, I will be delighted to help |
Co-authored-by: Timothée Mazzucotelli <dev@pawamoy.fr>
Co-authored-by: Timothée Mazzucotelli <dev@pawamoy.fr>
pawamoy
reviewed
May 24, 2026
pawamoy
approved these changes
May 24, 2026
Member
pawamoy
left a comment
There was a problem hiding this comment.
OK LGTM, thanks for the update!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Azure DevOps is popular in enterprise contexts Adding the ability use logging commands in griffe during pipeline execution would be great.
This commit contains
For reviewers
This commit was purely made by humans
Description of the change
This change introduces a new logging output for griffe: Azure Pipelines Logging Commands to be used in Azure DevOps similar to Github workflows outputs.
Relevant resources