{"id":24107907,"url":"https://github.com/ricardobranco777/bugme","last_synced_at":"2025-05-12T18:27:01.436Z","repository":{"id":193136753,"uuid":"688182755","full_name":"ricardobranco777/bugme","owner":"ricardobranco777","description":"Show bug and issue status","archived":false,"fork":false,"pushed_at":"2024-12-07T13:36:25.000Z","size":451,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-07T14:25:29.044Z","etag":null,"topics":["bitbucket-api","bugzilla","docker","gitea-api","github-api","github-graphql-api","github-graphql-apiv4","gitlab-api","gogs-api","jira-rest-api","launchpad-api","openqa","pagure","podman","python","redmine-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ricardobranco777.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-06T20:26:37.000Z","updated_at":"2024-12-07T13:36:29.000Z","dependencies_parsed_at":"2023-10-16T03:42:44.042Z","dependency_job_id":"3fb0d7c2-86de-4079-a939-a79c44f76b23","html_url":"https://github.com/ricardobranco777/bugme","commit_stats":null,"previous_names":["ricardobranco777/bugme"],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardobranco777%2Fbugme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardobranco777%2Fbugme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardobranco777%2Fbugme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardobranco777%2Fbugme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricardobranco777","download_url":"https://codeload.github.com/ricardobranco777/bugme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233418659,"owners_count":18673474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitbucket-api","bugzilla","docker","gitea-api","github-api","github-graphql-api","github-graphql-apiv4","gitlab-api","gogs-api","jira-rest-api","launchpad-api","openqa","pagure","podman","python","redmine-api"],"created_at":"2025-01-10T22:53:15.400Z","updated_at":"2025-05-12T18:27:01.424Z","avatar_url":"https://github.com/ricardobranco777.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build Status](https://github.com/ricardobranco777/bugme/actions/workflows/ci.yml/badge.svg)\n\n# bugme\n\nShow bug and issue status for:\n\n- [Bugzilla](https://www.bugzilla.org/)\n- [Gitea](https://about.gitea.com/)\n- [GitHub](https://github.com/)\n- [GitLab](https://gitlab.com/)\n- [Jira](https://www.atlassian.com/software/jira)\n- [Pagure](https://pagure.io/)\n- [Redmine](https://www.redmine.org/)\n\nDocker image available at `ghcr.io/ricardobranco777/bugme:latest`\n\n## Usage\n\n```\nusage: bugme.py [-h] [-c CREDS] [-f FIELDS]\n                [-l {none,debug,info,warning,error,critical}]\n                [-o {text,html,json}] [-r]\n                [-s {tag,url,status,created,updated,assignee,creator}]\n                [-S STATUS] [-t TIME_FORMAT] [--version]\n                [url ...]\n\npositional arguments:\n  url\n\noptions:\n  -h, --help            show this help message and exit\n  -c CREDS, --creds CREDS\n                        path to credentials file (default: ~/creds.json)\n  -f FIELDS, --fields FIELDS\n                        output fields (default: tag,status,updated,title)\n  -l {none,debug,info,warning,error,critical}, --log {none,debug,info,warning,error,critical}\n                        log level (default: warning)\n  -o {text,html,json}, --output {text,html,json}\n                        output type (default: text)\n  -r, --reverse         reverse sort (default: False)\n  -s {tag,url,status,created,updated,assignee,creator}, --sort {tag,url,status,created,updated,assignee,creator}\n                        sort key (default: None)\n  -S STATUS, --status STATUS\n                        filter by status (may be specified multiple times) (default: None)\n  -t TIME_FORMAT, --time TIME_FORMAT\n  --user                get user issues (default: False)\n  --version             show program's version number and exit\n\noutput fields for --fields: tag url status created updated title assignee creator\n```\n\n## Example\n\nCopy [creds-example.json](creds-example.json) to `~/creds.json` and run:\n\n```\n$ podman run --rm -v ~/creds.json:/root/creds.json:ro ghcr.io/ricardobranco777/bugme -f url,status,updated,title bsc#1213811 gh#containers/podman#19529 poo#133910 gl#gitlab-org/gitlab#424503  jsc#SCL-8 soo#rbranco/test#1 coo#rbranco/test#1\nURL                                                   STATUS       UPDATED       TITLE\nhttps://bugzilla.suse.com/show_bug.cgi?id=1213811     NEW          27 days ago   podman network unreachable after starting docker\nhttps://github.com/containers/podman/issues/19529     CLOSED       2 months ago  Unexpected error with --volumes-from\nhttps://progress.opensuse.org/issues/133910           RESOLVED     1 month ago   We need a suite of tests to check volume operations in container runtimes\nhttps://gitlab.com/gitlab-org/gitlab/-/issues/424503  CLOSED       24 days ago   Prepare UI/UX when monetisation transition period ends (cut-off)\nhttps://jira.suse.com/browse/SCL-8                    IN_PROGRESS  1 year ago    Documentation\nhttps://src.opensuse.org/rbranco/test/issues/1        OPEN         4 days ago    test\nhttps://code.opensuse.org/rbranco/test/issue/1        OPEN         4 days ago    test\n```\n\nTo scan a repository:\n\n```\n$ podman run --rm -v ~/creds.json:/root/creds.json:ro -v ~/suse/os-autoinst-distri-opensuse:/bugme:ro ghcr.io/ricardobranco777/bugme\n```\n\n## Supported tags\n\n- bnc# boo# bsc#: [openSUSE's Bugzilla](https://bugzilla.suse.com)\n- gh#: [Github](https://github.com)\n- gl#: [Gitlab](https://gitlab.com)\n- gsd#: [SUSE's Gitlab](https://gitlab.suse.de)\n- jsc#: [SUSE's Jira](https://jira.suse.com)\n- poo#: [openSUSE's Redmine](https://progress.opensuse.org)\n- soo#: [openSUSE's Gitea](https://src.opensuse.org)\n- coo#: [openSUSE's Pagure](https://code.opensuse.org)\n\n## Requirements\n\n- Docker or Podman to run the Docker image.\n- Python 3.11+ and [requirements](requirements-dev.txt) to run stand-alone.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricardobranco777%2Fbugme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricardobranco777%2Fbugme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricardobranco777%2Fbugme/lists"}