Skip to content

Latest commit

 

History

History
 
 

extra_scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Extra Scripts

This folder contains some extra scripts that are not run as part of day-to-day operations, but can reduce the toil of some manual processes we undertake occasionally.

  • count-auth0-apps.py: This script lists duplicated Auth0 apps that may have been created by a misconfigured deployer.
  • rsync-active-users.py: This script uses rsync to synchronise the home directories of active users of a JupyterHub in parallel. This script is useful to run when migrating a hub.
  • approved_prs_reminder.py: This script collects together Pull Requests that have been open for more than 2 business days, have approval, but have not yet been merged, then pings a summary to Slack. It is used by the approved_prs_reminder.yaml workflow.