scotty icon indicating copy to clipboard operation
scotty copied to clipboard

Helper scripts for GitHub Enterprise admins

Results 3 scotty issues
Sort by recently updated
recently updated
newest added

``` SELECT CONCAT('https://$GHE_HOST/', org.login, '/', repositories.name) AS repo, REPLACE(pushes.ref, 'refs/heads/', '') AS branch, pusher.login AS user, MAX(pushes.updated_at) AS 'last push date' FROM pushes, repositories, users AS org, users AS pusher...

enhancement

``` sudo service ghe-user-disk stop sudo service ghe-user-disk start sudo umount /data/user sudo fsck -y /dev/mapper/ghe_storage_*-ghe_user_data sudo shutdown -r now ```

enhancement

Could these scripts be made to work with GHE 2.11? I tested a couple reports, users-find-inactive.sh git-versions.sh exceptions.sh Which all work ok, after changing the `REQUIRED_GHE_MAJOR_VERSION` to 2.11