https://github.com/DataDog/ddqa
Datadog's QA manager for releases of GitHub repositories
https://github.com/DataDog/ddqa
github jira python testing tui
Last synced: 15 days ago
JSON representation
Datadog's QA manager for releases of GitHub repositories
- Host: GitHub
- URL: https://github.com/DataDog/ddqa
- Owner: DataDog
- License: mit
- Created: 2023-02-21T15:54:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T11:19:48.000Z (4 months ago)
- Last Synced: 2025-03-28T21:08:37.529Z (18 days ago)
- Topics: github, jira, python, testing, tui
- Language: Python
- Homepage: https://datadoghq.dev/ddqa/
- Size: 2.81 MB
- Stars: 89
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-3rdparty.csv
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-tuis - ddqa
README
# Datadog QA

| | |
| --- | --- |
| CI/CD | [](https://github.com/DataDog/ddqa/actions/workflows/test.yml) [](https://github.com/DataDog/ddqa/actions/workflows/build.yml) |
| Docs | [](https://github.com/DataDog/ddqa/actions/workflows/docs.yml) [](https://github.com/DataDog/ddqa/actions/workflows/publish-docs.yml) |
| Package | [](https://pypi.org/project/ddqa/) [](https://pypi.org/project/ddqa/) [](https://pypi.org/project/ddqa/) |
| Meta | [](https://github.com/pypa/hatch) [](https://github.com/charliermarsh/ruff) [](https://github.com/psf/black) [](https://github.com/python/mypy) [](https://spdx.org/licenses/) |-----
DDQA is a tool for users of [Jira](https://www.atlassian.com/software/jira) to perform QA of anticipated releases of code on GitHub.
It works by finding test candidates between two Git references and translates each pull request or direct commit into a Jira issue per designated GitHub team, assigned to a semi-randomly chosen member of that team.
## Features
- Issue creation is completely configurable by each team, with overrides available at runtime
- Robust status tracking with optional filters
- Providing a [TUI](https://en.wikipedia.org/wiki/Text-based_user_interface) allows for running via SSH on other machines, which is useful when there is restricted access to Git repositories## Documentation
The [documentation](https://datadoghq.dev/ddqa/) is made with [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) and is hosted by [GitHub Pages](https://docs.github.com/en/pages).
## License
DDQA is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.