BBC_Scripts
  1. BBC_Scripts

Remove all repos

Public
AuthorCommitMessageCommit dateIssues
Michael WalkerMichael Walker
73f7fca0d71fixing url, reducing response payload with fields filter, correcting for additional potential permission
Michael WalkerMichael Walker
c4216f937c0adding the ability to remove groups during workspace reset
Michael WalkerMichael Walker
ff90895c36bblack formatting
Michael WalkerMichael Walker
e59fd30e601converted from scanned workspace to required workspace input along with adding dry-run option and repo/project exclusion lists
Michael WalkerMichael Walker
fc76dbace09remove paging as it would actually be detrimental in this case
Michael WalkerMichael Walker
f387b16aa2badded/fixed paging
Michael WalkerMichael Walker
d49e68b0bb4cleaned up username and password assignment for easier reading
Michael WalkerMichael Walker
a78d3f308b7added api_rate_limit sleep and auth check to calls
Michael WalkerMichael Walker
9d2cc1d0e01updated template to remove token since it wasn't used
Michael WalkerMichael Walker
fa6bb8b7c79fixed where I was trying to page rather than re-call page=1 multiple times (since deleting the repos makes the page=1 response show a different answer)
Michael WalkerMichael Walker
aa873ba7de5updating internal variables to 'workspace' instead of 'team' for clarity | updated paging as it wasn't properly updating from page 'None' to page '2' properly
Michael WalkerMichael Walker
8f742b39683removed interactions with teams as they are being deprecated over time | removed unused variables from the option parser and their passing into functions
Michael WalkerMichael Walker
79952cde08dupdated readme to no longer mention teams as they are being deprecated over time
Michael WalkerMichael Walker
1e71b2d9111moved everything to 'workspace' since teams are being deprecated over time
Michael WalkerMichael Walker
230a9b24ccaremoved unused flags/validation as it was templated from another tool and doesn't need/use those
Michael WalkerMichael Walker
0fc4b8d91f1added a default headers to config with the kw-arg option to overwrite if needed
Michael WalkerMichael Walker
88b8954068dremoved line that wouldn't ever need to be changed to prevent confusion
Michael WalkerMichael Walker
b2c4d83c47dflake8 fixes, and try block for import
Michael WalkerMichael Walker
16b93fac666update readme
Michael WalkerMichael Walker
ef20fa5bf19updated readme to reflect changes
Michael WalkerMichael Walker
7ed697f8bbbadded project level deletions
Michael WalkerMichael Walker
a0e059118cfcreated env template and performed file cleanup
Michael WalkerMichael Walker
8e6e8d07307rename to better fit tool function
Michael WalkerMichael Walker
eb985a4251acompleted
Michael WalkerMichael Walker
64c6b728522init from template