Skip to content

Instantly share code, notes, and snippets.

@rhoboat
Created February 7, 2022 17:19
Show Gist options
  • Save rhoboat/985a04e46403209e817aae8f1652df85 to your computer and use it in GitHub Desktop.
Save rhoboat/985a04e46403209e817aae8f1652df85 to your computer and use it in GitHub Desktop.
Output from run with git-xargs without rate-limit awareness.
// Run without PR changes, on trunk
./git-xargs \
--branch-name test-ratelimiting-28 \
--github-org zack-test-org \
--commit-message "Create hello-zack.txt" \
touch hello-zack.txt 2>&1 > output3.txt
*****************************************************************
GIT-XARGS RUN SUMMARY @ 2022-02-07 17:16:19.372392 +0000 UTC
Runtime in seconds: 4
*****************************************************************
COMMAND SUPPLIED
[touch hello-zack.txt]
REPO SELECTION METHOD USED FOR THIS RUN - (see README.md for more information)
github-org
REPOS SUCCESSFULLY FETCHED VIA GITHUB API
│───────────────────│────────────────────────────────────────────────────│
β”‚ REPO NAME (34)  β”‚ REPO URL  β”‚
│───────────────────│────────────────────────────────────────────────────│
β”‚ circleci-test-1 β”‚ https://github.com/zack-test-org/circleci-test-1 β”‚
β”‚ terraform-aws-eks β”‚ https://github.com/zack-test-org/terraform-aws-eks β”‚
β”‚ module-security β”‚ https://github.com/zack-test-org/module-security β”‚
β”‚ terraform-aws-vpc β”‚ https://github.com/zack-test-org/terraform-aws-vpc β”‚
β”‚ module-asg β”‚ https://github.com/zack-test-org/module-asg β”‚
β”‚ git-xargs β”‚ https://github.com/zack-test-org/git-xargs β”‚
β”‚ archived-repo β”‚ https://github.com/zack-test-org/archived-repo β”‚
β”‚ test1 β”‚ https://github.com/zack-test-org/test1 β”‚
β”‚ test2 β”‚ https://github.com/zack-test-org/test2 β”‚
β”‚ test3 β”‚ https://github.com/zack-test-org/test3 β”‚
β”‚ test4 β”‚ https://github.com/zack-test-org/test4 β”‚
β”‚ test5 β”‚ https://github.com/zack-test-org/test5 β”‚
β”‚ test6 β”‚ https://github.com/zack-test-org/test6 β”‚
β”‚ test7 β”‚ https://github.com/zack-test-org/test7 β”‚
β”‚ test8 β”‚ https://github.com/zack-test-org/test8 β”‚
β”‚ test9 β”‚ https://github.com/zack-test-org/test9 β”‚
β”‚ test10 β”‚ https://github.com/zack-test-org/test10 β”‚
β”‚ test11 β”‚ https://github.com/zack-test-org/test11 β”‚
β”‚ test12 β”‚ https://github.com/zack-test-org/test12 β”‚
β”‚ test13 β”‚ https://github.com/zack-test-org/test13 β”‚
β”‚ test14 β”‚ https://github.com/zack-test-org/test14 β”‚
β”‚ test15 β”‚ https://github.com/zack-test-org/test15 β”‚
β”‚ test16 β”‚ https://github.com/zack-test-org/test16 β”‚
β”‚ test17 β”‚ https://github.com/zack-test-org/test17 β”‚
β”‚ test18 β”‚ https://github.com/zack-test-org/test18 β”‚
β”‚ test19 β”‚ https://github.com/zack-test-org/test19 β”‚
β”‚ test20 β”‚ https://github.com/zack-test-org/test20 β”‚
β”‚ test21 β”‚ https://github.com/zack-test-org/test21 β”‚
β”‚ test22 β”‚ https://github.com/zack-test-org/test22 β”‚
β”‚ test23 β”‚ https://github.com/zack-test-org/test23 β”‚
β”‚ test24 β”‚ https://github.com/zack-test-org/test24 β”‚
β”‚ test25 β”‚ https://github.com/zack-test-org/test25 β”‚
β”‚ test26 β”‚ https://github.com/zack-test-org/test26 β”‚
β”‚ test27 β”‚ https://github.com/zack-test-org/test27 β”‚
│───────────────────│────────────────────────────────────────────────────│
ALL REPOS THAT WERE TARGETED FOR PROCESSING AFTER FILTERING MISSING / MALFORMED REPOS
│───────────────────│────────────────────────────────────────────────────│
β”‚ REPO NAME (34)  β”‚ REPO URL  β”‚
│───────────────────│────────────────────────────────────────────────────│
β”‚ circleci-test-1 β”‚ https://github.com/zack-test-org/circleci-test-1 β”‚
β”‚ terraform-aws-eks β”‚ https://github.com/zack-test-org/terraform-aws-eks β”‚
β”‚ module-security β”‚ https://github.com/zack-test-org/module-security β”‚
β”‚ terraform-aws-vpc β”‚ https://github.com/zack-test-org/terraform-aws-vpc β”‚
β”‚ module-asg β”‚ https://github.com/zack-test-org/module-asg β”‚
β”‚ git-xargs β”‚ https://github.com/zack-test-org/git-xargs β”‚
β”‚ archived-repo β”‚ https://github.com/zack-test-org/archived-repo β”‚
β”‚ test1 β”‚ https://github.com/zack-test-org/test1 β”‚
β”‚ test2 β”‚ https://github.com/zack-test-org/test2 β”‚
β”‚ test3 β”‚ https://github.com/zack-test-org/test3 β”‚
β”‚ test4 β”‚ https://github.com/zack-test-org/test4 β”‚
β”‚ test5 β”‚ https://github.com/zack-test-org/test5 β”‚
β”‚ test6 β”‚ https://github.com/zack-test-org/test6 β”‚
β”‚ test7 β”‚ https://github.com/zack-test-org/test7 β”‚
β”‚ test8 β”‚ https://github.com/zack-test-org/test8 β”‚
β”‚ test9 β”‚ https://github.com/zack-test-org/test9 β”‚
β”‚ test10 β”‚ https://github.com/zack-test-org/test10 β”‚
β”‚ test11 β”‚ https://github.com/zack-test-org/test11 β”‚
β”‚ test12 β”‚ https://github.com/zack-test-org/test12 β”‚
β”‚ test13 β”‚ https://github.com/zack-test-org/test13 β”‚
β”‚ test14 β”‚ https://github.com/zack-test-org/test14 β”‚
β”‚ test15 β”‚ https://github.com/zack-test-org/test15 β”‚
β”‚ test16 β”‚ https://github.com/zack-test-org/test16 β”‚
β”‚ test17 β”‚ https://github.com/zack-test-org/test17 β”‚
β”‚ test18 β”‚ https://github.com/zack-test-org/test18 β”‚
β”‚ test19 β”‚ https://github.com/zack-test-org/test19 β”‚
β”‚ test20 β”‚ https://github.com/zack-test-org/test20 β”‚
β”‚ test21 β”‚ https://github.com/zack-test-org/test21 β”‚
β”‚ test22 β”‚ https://github.com/zack-test-org/test22 β”‚
β”‚ test23 β”‚ https://github.com/zack-test-org/test23 β”‚
β”‚ test24 β”‚ https://github.com/zack-test-org/test24 β”‚
β”‚ test25 β”‚ https://github.com/zack-test-org/test25 β”‚
β”‚ test26 β”‚ https://github.com/zack-test-org/test26 β”‚
β”‚ test27 β”‚ https://github.com/zack-test-org/test27 β”‚
│───────────────────│────────────────────────────────────────────────────│
REPOS THAT WERE SUCCESSFULLY CLONED TO THE LOCAL FILESYSTEM
│───────────────────│────────────────────────────────────────────────────│
β”‚ REPO NAME (14)  β”‚ REPO URL  β”‚
│───────────────────│────────────────────────────────────────────────────│
β”‚ test16 β”‚ https://github.com/zack-test-org/test16 β”‚
β”‚ test12 β”‚ https://github.com/zack-test-org/test12 β”‚
β”‚ test7 β”‚ https://github.com/zack-test-org/test7 β”‚
β”‚ test26 β”‚ https://github.com/zack-test-org/test26 β”‚
β”‚ test24 β”‚ https://github.com/zack-test-org/test24 β”‚
β”‚ module-asg β”‚ https://github.com/zack-test-org/module-asg β”‚
β”‚ test20 β”‚ https://github.com/zack-test-org/test20 β”‚
β”‚ terraform-aws-eks β”‚ https://github.com/zack-test-org/terraform-aws-eks β”‚
β”‚ test25 β”‚ https://github.com/zack-test-org/test25 β”‚
β”‚ test27 β”‚ https://github.com/zack-test-org/test27 β”‚
β”‚ module-security β”‚ https://github.com/zack-test-org/module-security β”‚
β”‚ circleci-test-1 β”‚ https://github.com/zack-test-org/circleci-test-1 β”‚
β”‚ terraform-aws-vpc β”‚ https://github.com/zack-test-org/terraform-aws-vpc β”‚
β”‚ git-xargs β”‚ https://github.com/zack-test-org/git-xargs β”‚
│───────────────────│────────────────────────────────────────────────────│
REPOS THAT WERE UNABLE TO BE CLONED TO THE LOCAL FILESYSTEM
│─────────────────│────────────────────────────────────────────────│
β”‚ REPO NAME (20)  β”‚ REPO URL  β”‚
│─────────────────│────────────────────────────────────────────────│
β”‚ test13 β”‚ https://github.com/zack-test-org/test13 β”‚
β”‚ test18 β”‚ https://github.com/zack-test-org/test18 β”‚
β”‚ test5 β”‚ https://github.com/zack-test-org/test5 β”‚
β”‚ test6 β”‚ https://github.com/zack-test-org/test6 β”‚
β”‚ test19 β”‚ https://github.com/zack-test-org/test19 β”‚
β”‚ test10 β”‚ https://github.com/zack-test-org/test10 β”‚
β”‚ test4 β”‚ https://github.com/zack-test-org/test4 β”‚
β”‚ test1 β”‚ https://github.com/zack-test-org/test1 β”‚
β”‚ archived-repo β”‚ https://github.com/zack-test-org/archived-repo β”‚
β”‚ test15 β”‚ https://github.com/zack-test-org/test15 β”‚
β”‚ test21 β”‚ https://github.com/zack-test-org/test21 β”‚
β”‚ test2 β”‚ https://github.com/zack-test-org/test2 β”‚
β”‚ test14 β”‚ https://github.com/zack-test-org/test14 β”‚
β”‚ test3 β”‚ https://github.com/zack-test-org/test3 β”‚
β”‚ test22 β”‚ https://github.com/zack-test-org/test22 β”‚
β”‚ test9 β”‚ https://github.com/zack-test-org/test9 β”‚
β”‚ test23 β”‚ https://github.com/zack-test-org/test23 β”‚
β”‚ test11 β”‚ https://github.com/zack-test-org/test11 β”‚
β”‚ test17 β”‚ https://github.com/zack-test-org/test17 β”‚
β”‚ test8 β”‚ https://github.com/zack-test-org/test8 β”‚
│─────────────────│────────────────────────────────────────────────│
REPOS THAT SHOWED FILE CHANGES TO THEIR WORKING DIRECTORY FOLLOWING COMMAND EXECUTION
│───────────────────│────────────────────────────────────────────────────│
β”‚ REPO NAME (14)  β”‚ REPO URL  β”‚
│───────────────────│────────────────────────────────────────────────────│
β”‚ test12 β”‚ https://github.com/zack-test-org/test12 β”‚
β”‚ test16 β”‚ https://github.com/zack-test-org/test16 β”‚
β”‚ test7 β”‚ https://github.com/zack-test-org/test7 β”‚
β”‚ test20 β”‚ https://github.com/zack-test-org/test20 β”‚
β”‚ test26 β”‚ https://github.com/zack-test-org/test26 β”‚
β”‚ test25 β”‚ https://github.com/zack-test-org/test25 β”‚
β”‚ module-asg β”‚ https://github.com/zack-test-org/module-asg β”‚
β”‚ test27 β”‚ https://github.com/zack-test-org/test27 β”‚
β”‚ terraform-aws-eks β”‚ https://github.com/zack-test-org/terraform-aws-eks β”‚
β”‚ test24 β”‚ https://github.com/zack-test-org/test24 β”‚
β”‚ module-security β”‚ https://github.com/zack-test-org/module-security β”‚
β”‚ circleci-test-1 β”‚ https://github.com/zack-test-org/circleci-test-1 β”‚
β”‚ terraform-aws-vpc β”‚ https://github.com/zack-test-org/terraform-aws-vpc β”‚
β”‚ git-xargs β”‚ https://github.com/zack-test-org/git-xargs β”‚
│───────────────────│────────────────────────────────────────────────────│
REPOS AGAINST WHICH PULL REQUESTS FAILED TO BE OPENED
│───────────────────│────────────────────────────────────────────────────│
β”‚ REPO NAME (5)  β”‚ REPO URL  β”‚
│───────────────────│────────────────────────────────────────────────────│
β”‚ circleci-test-1 β”‚ https://github.com/zack-test-org/circleci-test-1 β”‚
β”‚ terraform-aws-eks β”‚ https://github.com/zack-test-org/terraform-aws-eks β”‚
β”‚ terraform-aws-vpc β”‚ https://github.com/zack-test-org/terraform-aws-vpc β”‚
β”‚ test25 β”‚ https://github.com/zack-test-org/test25 β”‚
β”‚ git-xargs β”‚ https://github.com/zack-test-org/git-xargs β”‚
│───────────────────│────────────────────────────────────────────────────│
REPOS WHOSE SPECIFIED BRANCHES DID NOT EXIST ON THE REMOTE, AND SO WERE FIRST CREATED LOCALLY
│───────────────────│────────────────────────────────────────────────────│
β”‚ REPO NAME (14)  β”‚ REPO URL  β”‚
│───────────────────│────────────────────────────────────────────────────│
β”‚ test12 β”‚ https://github.com/zack-test-org/test12 β”‚
β”‚ test16 β”‚ https://github.com/zack-test-org/test16 β”‚
β”‚ test7 β”‚ https://github.com/zack-test-org/test7 β”‚
β”‚ test20 β”‚ https://github.com/zack-test-org/test20 β”‚
β”‚ test26 β”‚ https://github.com/zack-test-org/test26 β”‚
β”‚ test25 β”‚ https://github.com/zack-test-org/test25 β”‚
β”‚ module-asg β”‚ https://github.com/zack-test-org/module-asg β”‚
β”‚ test27 β”‚ https://github.com/zack-test-org/test27 β”‚
β”‚ terraform-aws-eks β”‚ https://github.com/zack-test-org/terraform-aws-eks β”‚
β”‚ test24 β”‚ https://github.com/zack-test-org/test24 β”‚
β”‚ module-security β”‚ https://github.com/zack-test-org/module-security β”‚
β”‚ circleci-test-1 β”‚ https://github.com/zack-test-org/circleci-test-1 β”‚
β”‚ terraform-aws-vpc β”‚ https://github.com/zack-test-org/terraform-aws-vpc β”‚
β”‚ git-xargs β”‚ https://github.com/zack-test-org/git-xargs β”‚
│───────────────────│────────────────────────────────────────────────────│
*****************************************************
PULL REQUESTS OPENED
*****************************************************
│─────────────────│──────────────────────────────────────────────────────────│
β”‚ REPO NAME (9)  β”‚ PR URL  β”‚
│─────────────────│──────────────────────────────────────────────────────────│
β”‚ test20 β”‚ https://github.com/zack-test-org/test20/pull/16 β”‚
β”‚ module-asg β”‚ https://github.com/zack-test-org/module-asg/pull/105 β”‚
β”‚ test27 β”‚ https://github.com/zack-test-org/test27/pull/16 β”‚
β”‚ module-security β”‚ https://github.com/zack-test-org/module-security/pull/98 β”‚
β”‚ test24 β”‚ https://github.com/zack-test-org/test24/pull/16 β”‚
β”‚ test12 β”‚ https://github.com/zack-test-org/test12/pull/16 β”‚
β”‚ test7 β”‚ https://github.com/zack-test-org/test7/pull/15 β”‚
β”‚ test16 β”‚ https://github.com/zack-test-org/test16/pull/16 β”‚
β”‚ test26 β”‚ https://github.com/zack-test-org/test26/pull/14 β”‚
│─────────────────│──────────────────────────────────────────────────────────│
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment