ddqa


Nameddqa JSON
Version 0.3.1 PyPI version JSON
download
home_page
SummaryDatadog's QA manager for releases of GitHub repositories
upload_time2023-06-02 05:57:22
maintainer
docs_urlNone
author
requires_python>=3.11
license
keywords datadog qa testing tooling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Datadog QA

| | |
| --- | --- |
| 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": "",
    "name": "ddqa",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "datadog,qa,testing,tooling",
    "author": "",
    "author_email": "\"Datadog, Inc.\" <dev@datadoghq.com>",
    "download_url": "https://files.pythonhosted.org/packages/5e/2e/6ab636010bf08ec9bf1fcfc7d5d5b67eee7dd719ef1f1634d8fc8fdbcdd6/ddqa-0.3.1.tar.gz",
    "platform": null,
    "description": "# Datadog QA\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": "",
    "summary": "Datadog's QA manager for releases of GitHub repositories",
    "version": "0.3.1",
    "project_urls": {
        "Source": "https://github.com/DataDog/ddqa"
    },
    "split_keywords": [
        "datadog",
        "qa",
        "testing",
        "tooling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "808acec8cbb66e12747ff7e9a052b32c8b2ff4c6f1aabd67931030de480e04f3",
                "md5": "85a8f72235128f01e7e3e8702bceae23",
                "sha256": "8af1b9feec4a90abe4fa32b74bb3698ba9670fdfdec9a5f60403f228a7dbff61"
            },
            "downloads": -1,
            "filename": "ddqa-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85a8f72235128f01e7e3e8702bceae23",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 392924,
            "upload_time": "2023-06-02T05:57:20",
            "upload_time_iso_8601": "2023-06-02T05:57:20.603722Z",
            "url": "https://files.pythonhosted.org/packages/80/8a/cec8cbb66e12747ff7e9a052b32c8b2ff4c6f1aabd67931030de480e04f3/ddqa-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e2e6ab636010bf08ec9bf1fcfc7d5d5b67eee7dd719ef1f1634d8fc8fdbcdd6",
                "md5": "abe9b2fa3a618ae9f5aeff5980a4d925",
                "sha256": "9a467bc9c0055c0f70bd9e0158498ddc065250d3a62c29312c8b927c976f47d6"
            },
            "downloads": -1,
            "filename": "ddqa-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "abe9b2fa3a618ae9f5aeff5980a4d925",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 1533104,
            "upload_time": "2023-06-02T05:57:22",
            "upload_time_iso_8601": "2023-06-02T05:57:22.532077Z",
            "url": "https://files.pythonhosted.org/packages/5e/2e/6ab636010bf08ec9bf1fcfc7d5d5b67eee7dd719ef1f1634d8fc8fdbcdd6/ddqa-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-02 05:57:22",
    "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.13560s