{"id":13617074,"url":"https://github.com/openstack/reviewday","last_synced_at":"2025-05-06T10:32:44.476Z","repository":{"id":6311765,"uuid":"7546628","full_name":"openstack/reviewday","owner":"openstack","description":"OpenStack code review report generator. Mirror of code maintained at opendev.org.","archived":false,"fork":false,"pushed_at":"2020-04-24T12:38:41.000Z","size":123,"stargazers_count":37,"open_issues_count":0,"forks_count":3,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-08T01:39:00.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opendev.org/openstack/reviewday","language":"Python","has_issues":false,"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/openstack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-10T18:54:10.000Z","updated_at":"2023-11-05T17:16:23.000Z","dependencies_parsed_at":"2022-09-12T23:41:48.248Z","dependency_job_id":null,"html_url":"https://github.com/openstack/reviewday","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Freviewday","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Freviewday/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Freviewday/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Freviewday/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack","download_url":"https://codeload.github.com/openstack/reviewday/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224499855,"owners_count":17321605,"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":[],"created_at":"2024-08-01T20:01:36.686Z","updated_at":"2024-11-13T18:14:48.294Z","avatar_url":"https://github.com/openstack.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# ReviewDay\n\nHTML report generator for OpenStack code reviews. Launchpad meets Gerrit.\n\nInspired by 'reviewlist' scripts written by Thierry Carez.\n\n## Description\n\nHTML report generator which creates a prioritized review list w/ function test results. The report includes:\n\n* Prioritized listing of merge proposals by project\n* Direct links to gerrit code reviews\n* Direct links to test results for each branch (Unit, Libvirt, XenServer)\n\n## Installation\n\n1. Git clone the project.\n2. Install Python libraries for launchpadlib and cheetah.\n3. Setup your ssh credentials to work w/ Gerrit. See http://docs.openstack.org/infra/manual/developers.html#development-workflow for details.\n\n```bash\n\t$ cat ~/.ssh/config \n\tHost review\n\t  Hostname review.openstack.org\n\t  Port 29418\n\t  User dan-prince\n```\n\n\n## Execution\n\n\tPYTHONPATH=$PWD ./bin/reviewday\n\nAn output directory called 'out\\_report' is generated in the current directory.\n\nAlternately you can execute reviewday in a tox environment by using:\n\n       tox -erun\n\n## Customizing the projects\n\nIf you wish to customize the output of reviewday you can use the -p (--project-file) option to provide a custom project names file. This file should be\na valid YAML/JSON file formatted like this:\n\n\tprojects:\n\t  - name: dib-utils\n\t  - name: diskimage-builder\n\t  - name: tripleo-heat-templates\n\t    launchpad_project: tripleo\n\t  - name: tripleo-image-elements\n\t    launchpad_project: tripleo\n\t  - name: tripleo-incubator\n\t    launchpad_project: tripleo\n          #Add a custom namespace like this. Defaults to 'openstack/'\n\t  - name: openstack-infra/tripleo-ci\n\t    launchpad_project: tripleo\n\n## License\n\nSee LICENSE.txt for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Freviewday","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack%2Freviewday","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Freviewday/lists"}