Chrome extension to automate Runnable management
- Clone repo locally
- In Chrome go to "More Tools" > "Extenstion"
- Click on "Developer Mode"
- Click on "Load unpacked extension"
- Selected the parent directory for the repo you previously cloned
inject
: Use any service from Runnable AngulargetGithubOrgId
: Given the name of an org, get its ID from GithubdeleteAllInvitations
: Delete all invitations for a current orgwhiteListOrg
: Given an org name, whitelist an orgdeWhitelistOrg
: Given an org name, dewhitelist an orgloginAsUser
: Given a GH access token, login to Runnable as that userdeleteInstances
: Delete all instances with a repo name and/or branch namegetInstances
: Get all instances with a repo name and/or branch namegetInstancesByRepoAndBranchName
: Get all instances with a repo name and/or branch namegetAllInstancesAndGroupByDockerHost
: Get all instances with a repo name and/or branch namerebuildAllInstances
: WIPgetCurrentUserId
: Get Github ID for current org