-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Trello release status subcommand #6628
Conversation
Codecov Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks awesome!
datadog_checks_dev/datadog_checks/dev/tooling/commands/release/testable.py
Outdated
Show resolved
Hide resolved
datadog_checks_dev/datadog_checks/dev/tooling/commands/release/status.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 💯, very helpful tool!!!
datadog_checks_dev/datadog_checks/dev/tooling/commands/release/status.py
Outdated
Show resolved
Hide resolved
datadog_checks_dev/datadog_checks/dev/tooling/commands/release/status.py
Outdated
Show resolved
Hide resolved
import requests | ||
|
||
TRELLO_DOCSTRING = """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this used?
out = '\n'.join(output) | ||
|
||
try: | ||
pyperclip.copy(out) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add flag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
|
* Add count option for trello cards * Add separate status subcommand * Fix style * Add the actual script * Format docstrings and add totals row * Refactor scripts under trello subcommand * Reformat output and copy to clipboard * Include init * Cleanup and add clipboard option * fix tox
What does this PR do?
Add a subcommand
ddev release trello status
which queries the Trello release board for statistics of each team.Example output:
Motivation
In the past, each Agent team would report on QA status daily, but a recent recommended change would have this reported in one status report instead.
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached