Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

cPholloway

cPholloway pushed 1 commit to RE-991 cpanel/elevate
  • Update reboot_watch to allow for one retry in case elevate-cpanel fails Case RE-991: Make reboot_watch more tolerant... c80fb94

View on GitHub

cPholloway pushed 1 commit to RE-991 cpanel/elevate
  • Update reboot_watch to allow for one retry in case elevate-cpanel fails Case RE-991: Make reboot_watch more tolerant... 9364f14

View on GitHub

cPholloway pushed 1 commit to RE-991 cpanel/elevate
  • Update reboot_watch to allow for one retry in case elevate-cpanel fails Case RE-991: Make reboot_watch more tolerant... 084631f

View on GitHub

cPholloway pushed 7 commits to RE-991 cpanel/elevate
  • Update the target OS for the EA4 blocker on Ubuntu 20 upgrades Case RE-954: This change updates it so that we check ... 94929f1
  • Only perform mysql database is corrupted check in start mode Case RE-974: The database corrupted check was being exe... dfed53c
  • Prefer using apt-get over apt in Elevate::PkgMgr Case RE-980: apt will throw a warning to STDERR that it is not inte... 1389f1a
  • Merge pull request #558 from cpanel/RE-974 Only perform mysql database is corrupted check in start mode 7c3dfe2
  • Merge pull request #557 from cpanel/RE-954 Update the target OS for the EA4 blocker on Ubuntu 20 upgrades 3e6d355
  • Merge pull request #559 from cpanel/RE-980 Prefer using apt-get over apt in Elevate::PkgMgr f2db87d
  • Update reboot_watch to allow for one retry in case elevate-cpanel fails Case RE-991: Make reboot_watch more tolerant... 43753f5

View on GitHub

cPholloway pushed 2 commits to main cpanel/elevate
  • Update the target OS for the EA4 blocker on Ubuntu 20 upgrades Case RE-954: This change updates it so that we check ... 94929f1
  • Merge pull request #557 from cpanel/RE-954 Update the target OS for the EA4 blocker on Ubuntu 20 upgrades 3e6d355

View on GitHub

cPholloway deleted a branch cpanel/elevate

RE-954

cPholloway closed a pull request on cpanel/elevate
Update the target OS for the EA4 blocker on Ubuntu 20 upgrades
Case RE-954: This change updates it so that we check against 'Ubuntu_22.04' instead of 'Ubuntu_20.04' for upgrades from u20->u22. It also ignore the package 'ea-noop-u20' from the dropped packages...
cPholloway deleted a branch cpanel/elevate

RE-974

cPholloway pushed 1 commit to RE-991 cpanel/elevate
  • Update reboot_watch to allow for one retry in case elevate-cpanel fails Case RE-991: Make reboot_watch more tolerant... e070cb0

View on GitHub

cPholloway pushed 1 commit to RE-991 cpanel/elevate
  • Update reboot_watch to allow for one retry in case elevate-cpanel fails Case RE-991: Make reboot_watch more tolerant... 3fcaf5b

View on GitHub

cPholloway opened a pull request on cpanel/elevate
Update reboot_watch to allow for one retry in case elevate-cpanel fails
Case RE-991: Make reboot_watch more tolerant for failures and have it fail earlier if the script is reporting that it failed Changelog: By submitting pull requests to this repo, I agree to th...
cPholloway pushed 1 commit to RE-991 cpanel/elevate
  • Update reboot_watch to allow for one retry in case elevate-cpanel fails Case RE-991: Make reboot_watch more tolerant... ac8f37f

View on GitHub

cPholloway created a branch on cpanel/elevate

RE-991 - elevate your cPanel&WHM CentOS 7 server to Almalinux 8

cPholloway opened a pull request on cpanel/elevate
Prefer using apt-get over apt in Elevate::PkgMgr
Case RE-980: apt will throw a warning to STDERR that it is not intended for scripts which causes unnecessary noise in the elevate logs. This change updates Elevate::PkgMgr to prefer apt-get over a...
cPholloway pushed 1 commit to RE-980 cpanel/elevate
  • Prefer using apt-get over apt in Elevate::PkgMgr Case RE-980: apt will throw a warning to STDERR that it is not inte... 1389f1a

View on GitHub

cPholloway pushed 1 commit to RE-980 cpanel/elevate
  • Prefer using apt-get over apt in Elevate::PkgMgr Case RE-980: apt will throw a warning to STDERR that it is not inte... 679d4f8

View on GitHub

cPholloway opened a pull request on cpanel/elevate
Only perform mysql database is corrupted check in start mode
Case RE-974: The database corrupted check was being executed in check mode which runs via security advisor on a nightly basis. This can cause additional load on servers with large databases. It i...
cPholloway pushed 1 commit to RE-974 cpanel/elevate
  • Only perform mysql database is corrupted check in start mode Case RE-974: The database corrupted check was being exe... dfed53c

View on GitHub

cPholloway pushed 1 commit to RE-974 cpanel/elevate
  • Only perform mysql database is corrupted check in start mode Case RE-974: The database corrupted check was being exe... daa4bdf

View on GitHub

cPholloway created a branch on cpanel/elevate

RE-974 - elevate your cPanel&WHM CentOS 7 server to Almalinux 8

cPholloway opened a pull request on cpanel/elevate
Update the target OS for the EA4 blocker on Ubuntu 20 upgrades
Case RE-954: This change updates it so that we check against 'Ubuntu_22.04' instead of 'Ubuntu_20.04' for upgrades from u20->u22. It also ignore the package 'ea-noop-u20' from the dropped packages...
cPholloway pushed 3 commits to RE-954 cpanel/elevate
  • Update DiskSpace check to account for Ubuntu Case RE-672: This increasing the amount of free space needed on '/boot'... 86556d3
  • Merge pull request #556 from cpanel/RE-672 Update DiskSpace check to account for Ubuntu 53aaa1c
  • Update the target OS for the EA4 blocker on Ubuntu 20 upgrades Case RE-954: This change updates it so that we check ... 94929f1

View on GitHub

cPholloway deleted a branch cpanel/elevate

RE-672

cPholloway created a review on a pull request on cpanel/elevate

View on GitHub

cPholloway pushed 3 commits to RE-950 cpanel/elevate
  • Rename should_run_distro_upgrade to upgrade_distro_manually 9ec66df
  • Merge pull request #554 from cpanel/subrename Rename should_run_distro_upgrade to upgrade_distro_manually c7a8098
  • Convert Bash OpenStack Pruner to PERL Case RE-950: Convert Bash OpenStack Pruner to PERL Changelog: 726c583

View on GitHub

cPholloway created a review comment on a pull request on cpanel/elevate
Adding this guard helped uncover a bug: ``` $ perl prune_openstack [ REDACTED ] ## [INFO]: Running command: /usr/bin/openstack server show -f json "6000730f-7aed-45ef-ba6b-253dba96c402" ...

View on GitHub

cPholloway created a review on a pull request on cpanel/elevate

View on GitHub

cPholloway deleted a branch cpanel/elevate

subrename

cPholloway pushed 2 commits to main cpanel/elevate
  • Rename should_run_distro_upgrade to upgrade_distro_manually 9ec66df
  • Merge pull request #554 from cpanel/subrename Rename should_run_distro_upgrade to upgrade_distro_manually c7a8098

View on GitHub

Load more