{"id":20746073,"url":"https://github.com/vijaycs85/reroller","last_synced_at":"2026-04-24T11:36:29.810Z","repository":{"id":146391444,"uuid":"91929134","full_name":"vijaycs85/reroller","owner":"vijaycs85","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-21T02:53:53.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T12:53:15.737Z","etag":null,"topics":["contribution","drupal"],"latest_commit_sha":null,"homepage":null,"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/vijaycs85.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":"2017-05-21T02:49:24.000Z","updated_at":"2017-05-21T02:54:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9af4ef5-a3dd-4a13-babf-ad04ec3fc499","html_url":"https://github.com/vijaycs85/reroller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vijaycs85/reroller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijaycs85%2Freroller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijaycs85%2Freroller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijaycs85%2Freroller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijaycs85%2Freroller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vijaycs85","download_url":"https://codeload.github.com/vijaycs85/reroller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijaycs85%2Freroller/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261338998,"owners_count":23143900,"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":["contribution","drupal"],"created_at":"2024-11-17T07:23:57.521Z","updated_at":"2026-04-24T11:36:24.787Z","avatar_url":"https://github.com/vijaycs85.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REROLLER\nChecks if latest patch on RTBCed issues are still apply with HEAD on Drupal.org\n\n## Usage\n\n```php\n\u003c?php\n// index.php\nrequire __DIR__ . '/vendor/autoload.php';\n\nuse Vijaycs85\\Reroller\\Controller;\n\n$branch = '8.4.x';\n$drupal_root = '/var/www/html/drupal8';\n$debug = TRUE;\n$query = [\n  // Drupal core project.\n  'field_project' =\u003e 3060,\n  // Status RTBC.\n  'field_issue_status' =\u003e 14,\n  // Number of issues to fetch.\n  'limit' =\u003e 1,\n  // 8.4.x branch.\n  'field_issue_version' =\u003e $branch . '-dev',\n];\n\n$controller = Controller::create($drupal_root, $debug);\n$controller-\u003ebyBranch($query, $branch);\n```\n\n### Result\n#### Debug ON\n\n```bash\n# Success\n➜  php index.php\nAlready on '8.4.x'\nM\tcore/modules/user/src/Controller/UserController.php\nM\tcore/modules/user/src/Tests/UserLoginTest.php\nYour branch is up-to-date with 'origin/8.4.x'.\nHEAD is now at b5742e6 Issue #2795051 by legovaer, Lendude, dawehner: Move \\Drupal\\simpletest\\WebTestBase::drupalBuildEntityView into a trait and make it available in BTB\nFrom https://git.drupal.org/project/drupal\n * branch            8.4.x      -\u003e FETCH_HEAD\nCurrent branch 8.4.x is up to date.\npatch in 992540 is green!\n\n# Error\n➜  php index.php\nAlready on '8.4.x'\nM\tcore/modules/user/src/Controller/UserController.php\nM\tcore/modules/user/src/Tests/UserLoginTest.php\nYour branch is up-to-date with 'origin/8.4.x'.\nerror: patch failed: core/modules/user/src/Controller/UserController.php:6\nerror: core/modules/user/src/Controller/UserController.php: patch does not apply\nerror: patch failed: core/modules/user/src/Tests/UserLoginTest.php:63\nerror: core/modules/user/src/Tests/UserLoginTest.php: patch does not apply\nCan't apply patch in https://www.drupal.org/node/992540\n```\n### Debug OFF\n```bash\n\n# Success\n➜  php index.php\npatch in 992540 is green!\n\n# Error\n➜  php index.php\nCan't apply the latest patch at https://www.drupal.org/node/992540\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvijaycs85%2Freroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvijaycs85%2Freroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvijaycs85%2Freroller/lists"}