ddqa


Nameddqa JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryDatadog's QA manager for releases of GitHub repositories
upload_time2024-07-10 06:45:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords datadog qa testing tooling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Datadog QA

![example screenshot](https://raw.githubusercontent.com/DataDog/ddqa/master/docs/assets/images/creation-screen-full.png)

| | |
| --- | --- |
| CI/CD | [![CI - Test](https://github.com/DataDog/ddqa/actions/workflows/test.yml/badge.svg)](https://github.com/DataDog/ddqa/actions/workflows/test.yml) [![CD - Build](https://github.com/DataDog/ddqa/actions/workflows/build.yml/badge.svg)](https://github.com/DataDog/ddqa/actions/workflows/build.yml) |
| Docs | [![Docs - Build](https://github.com/DataDog/ddqa/actions/workflows/docs.yml/badge.svg)](https://github.com/DataDog/ddqa/actions/workflows/docs.yml) [![Docs - Publish](https://github.com/DataDog/ddqa/actions/workflows/publish-docs.yml/badge.svg)](https://github.com/DataDog/ddqa/actions/workflows/publish-docs.yml) |
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/ddqa.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/ddqa/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/ddqa.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pypi.org/project/ddqa/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ddqa.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/ddqa/) |
| Meta | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff) [![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ddqa",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "datadog, qa, testing, tooling",
    "author": null,
    "author_email": "\"Datadog, Inc.\" <dev@datadoghq.com>",
    "download_url": "https://files.pythonhosted.org/packages/e9/04/77b84f9ce3f239aaa7d007a839c7e6efa536af69379372d37c55e5faf3ce/ddqa-0.5.0.tar.gz",
    "platform": null,
    "description": "# Datadog QA\n\n![example screenshot](https://raw.githubusercontent.com/DataDog/ddqa/master/docs/assets/images/creation-screen-full.png)\n\n| | |\n| --- | --- |\n| CI/CD | [![CI - Test](https://github.com/DataDog/ddqa/actions/workflows/test.yml/badge.svg)](https://github.com/DataDog/ddqa/actions/workflows/test.yml) [![CD - Build](https://github.com/DataDog/ddqa/actions/workflows/build.yml/badge.svg)](https://github.com/DataDog/ddqa/actions/workflows/build.yml) |\n| Docs | [![Docs - Build](https://github.com/DataDog/ddqa/actions/workflows/docs.yml/badge.svg)](https://github.com/DataDog/ddqa/actions/workflows/docs.yml) [![Docs - Publish](https://github.com/DataDog/ddqa/actions/workflows/publish-docs.yml/badge.svg)](https://github.com/DataDog/ddqa/actions/workflows/publish-docs.yml) |\n| Package | [![PyPI - Version](https://img.shields.io/pypi/v/ddqa.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/ddqa/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/ddqa.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pypi.org/project/ddqa/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ddqa.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/ddqa/) |\n| Meta | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff) [![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/) |\n\n-----\n\nDDQA is a tool for users of [Jira](https://www.atlassian.com/software/jira) to perform QA of anticipated releases of code on GitHub.\n\nIt 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.\n\n## Features\n\n- Issue creation is completely configurable by each team, with overrides available at runtime\n- Robust status tracking with optional filters\n- 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\n\n## Documentation\n\nThe [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).\n\n## License\n\nDDQA is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Datadog's QA manager for releases of GitHub repositories",
    "version": "0.5.0",
    "project_urls": {
        "Source": "https://github.com/DataDog/ddqa"
    },
    "split_keywords": [
        "datadog",
        " qa",
        " testing",
        " tooling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38b4dc539c64821e759d2f0a4a281260a454c6934a12655ebd9703ab68a5468b",
                "md5": "5d819ea50b66a797c60996c085afd0d5",
                "sha256": "b7181b651f10ced9f06465d1e2102d382df339ea3d6c2f79d8e232575e35b814"
            },
            "downloads": -1,
            "filename": "ddqa-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5d819ea50b66a797c60996c085afd0d5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 401226,
            "upload_time": "2024-07-10T06:45:20",
            "upload_time_iso_8601": "2024-07-10T06:45:20.032759Z",
            "url": "https://files.pythonhosted.org/packages/38/b4/dc539c64821e759d2f0a4a281260a454c6934a12655ebd9703ab68a5468b/ddqa-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e90477b84f9ce3f239aaa7d007a839c7e6efa536af69379372d37c55e5faf3ce",
                "md5": "ca6a831c59729e84cbf27b0c825ca3b1",
                "sha256": "4c99cb1641340d174e4dd46597e7661605ed69d37a83e970fd9b247a3d33ab3e"
            },
            "downloads": -1,
            "filename": "ddqa-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ca6a831c59729e84cbf27b0c825ca3b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 1547047,
            "upload_time": "2024-07-10T06:45:27",
            "upload_time_iso_8601": "2024-07-10T06:45:27.815957Z",
            "url": "https://files.pythonhosted.org/packages/e9/04/77b84f9ce3f239aaa7d007a839c7e6efa536af69379372d37c55e5faf3ce/ddqa-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-10 06:45:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DataDog",
    "github_project": "ddqa",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ddqa"
}
        
Elapsed time: 0.69771s