{"id":20358695,"url":"https://github.com/boubkerbribri/prestashopissuesreport","last_synced_at":"2026-04-13T01:32:32.870Z","repository":{"id":37555487,"uuid":"263287804","full_name":"boubkerbribri/prestashopIssuesReport","owner":"boubkerbribri","description":"Simple PHP tool to gather issues data from GitHub aPI for the PrestaShop project","archived":false,"fork":false,"pushed_at":"2023-04-19T19:36:29.000Z","size":38,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-23T23:37:34.904Z","etag":null,"topics":["api","github","php","prestashop"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boubkerbribri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-05-12T09:10:47.000Z","updated_at":"2025-04-10T12:37:33.000Z","dependencies_parsed_at":"2024-11-14T23:28:33.586Z","dependency_job_id":"cf129728-7566-4120-870f-1c04441e3589","html_url":"https://github.com/boubkerbribri/prestashopIssuesReport","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boubkerbribri/prestashopIssuesReport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boubkerbribri%2FprestashopIssuesReport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boubkerbribri%2FprestashopIssuesReport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boubkerbribri%2FprestashopIssuesReport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boubkerbribri%2FprestashopIssuesReport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boubkerbribri","download_url":"https://codeload.github.com/boubkerbribri/prestashopIssuesReport/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boubkerbribri%2FprestashopIssuesReport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31736723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api","github","php","prestashop"],"created_at":"2024-11-14T23:28:21.230Z","updated_at":"2026-04-13T01:32:32.842Z","avatar_url":"https://github.com/boubkerbribri.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Issues report tool\n\nThis tool is used to track all issues created in the last month (4 weeks) for the \n[PrestaShop](https://github.com/PrestaShop/PrestaShop) project. It will gather all its data from the GitHub v3 API.\n\n## How it works\n\nYou give the script a `START_DATE` and an `END_DATE` through environment variables.\n\nIt will gather all issues created on this timeframe and :\n- count the open and closed issues\n- count regressions (including those found by automated tests)\n- count duplicates\n- create a table showing all duplicates and their original issue (along with the original issue status and priority)\n\n## How to use\n\nCreate a file named `token.txt` at the root of the project and put your GitHub token in it.\n\nYou can use these environment variables:\n- `START_DATE` : specify the start date of the timeframe (**mandatory**).\n- `END_DATE`   : specify the end date of the timeframe. If not specified, will be calculated by adding 4 weeks \nto `START_DATE`. \n\nLaunch the script by using this command :\n\n```php\nSTART_DATE=2020-05-01 END_DATE=2020-05-29 php generate.php\n```\n\nThe final report is created in the `/reports/` folder. It uses the `template.md` file (you can modify it). \n\nHere are the main variables:\n\n| Variable | Description |\n| -------- | ----------- |\n| %start-date% | Start date of the timeframe. Format `YYYY-M-DD` |\n| %end-date% | End date of the timeframe. Format `YYYY-M-DD` |\n| %issues-created% | Number of issues created on the period |\n| %issues-open% | Number of open issues |\n| %issues-closed% | Number of closed issues |\n| %issues-duplicates% | Number of duplicates |\n| %issues-duplicates-percentage% | Number of duplicates as a percentage (from all issues) |\n| %issues-regressions% | Number of regressions |\n| %issues-regressions-percentage% | Number of regressions as a percentage (from all issues) |\n| %issues-detected-by-te% | Number of issues detected by automated tests |\n| %issues-detected-by-te-percentage% | Number of issues detected by automated tests as a percentage (from all issues) |\n| %duplicate-table% | Table of duplicate (fields: #, title, creation date, targeting BO or FO, Original issue, Origin status, Origin priority) |\n|%creation-date% | Report creation datetime |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboubkerbribri%2Fprestashopissuesreport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboubkerbribri%2Fprestashopissuesreport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboubkerbribri%2Fprestashopissuesreport/lists"}