Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cPholloway created a comment on a pull request on cpanel/elevate
> How does this allow for securetmp? This should work fine with securetmp. It is just checking the output of `/usr/bin/df -hk / /boot /tmp /usr/local/cpanel /var/lib`
cPholloway created a review comment on a pull request on cpanel/elevate
Can we simplify this down further? Maybe: ``` foreach my $entity ( keys $entities ) { next unless $entity->{name} =~ /${\$name_pattern}/; ```
cPholloway created a review comment on a pull request on cpanel/elevate
Need to guard against `$entity->{id}` being undef
cPholloway pushed 1 commit to RE-672 cpanel/elevate
- Update DiskSpace check to account for Ubuntu Case RE-672: This increasing the amount of free space needed on '/boot'... 86556d3
cPholloway pushed 3 commits to RE-950 cpanel/elevate
- Skip checking the imunify360 service in the integration test The 'imunify360' service does not report that it is run... 53c28c5
- Merge pull request #555 from cpanel/ci_integration_test_hotfix Skip checking the imunify360 service in the integrati... 23dbc87
- Convert Bash OpenStack Pruner to PERL Case RE-950: Convert Bash OpenStack Pruner to PERL Changelog: 30d055f
cPholloway pushed 3 commits to RE-672 cpanel/elevate
cPholloway pushed 3 commits to subrename cpanel/elevate
- Skip checking the imunify360 service in the integration test The 'imunify360' service does not report that it is run... 53c28c5
- Merge pull request #555 from cpanel/ci_integration_test_hotfix Skip checking the imunify360 service in the integrati... 23dbc87
- Rename should_run_distro_upgrade to upgrade_distro_manually 9ec66df
cPholloway pushed 2 commits to main cpanel/elevate
cPholloway closed a pull request on cpanel/elevate
Skip checking the imunify360 service in the integration test
The 'imunify360' service does not report that it is running even if it is up and running so we are skipping this service check for now. Changelog: By submitting pull requests to this repo, I ...cPholloway opened a pull request on cpanel/elevate
Skip checking the imunify360 service in the integration test
The 'imunify360' service does not report that it is running even if it is up and running so we are skipping this service check for now. Changelog: By submitting pull requests to this repo, I ...cPholloway created a branch on cpanel/elevate
ci_integration_test_hotfix - elevate your cPanel&WHM CentOS 7 server to Almalinux 8
cPholloway created a branch on cpanel/elevate
RE-672 - elevate your cPanel&WHM CentOS 7 server to Almalinux 8
cPholloway pushed 5 commits to RE-950 cpanel/elevate
- Add initial support for Ubuntu 20 to Ubuntu 22 upgrades Case RE-664: This change adds support to upgrade servers run... fc395a5
- Bump Changelog for release of v58 dce6bbd
- Bump version to 59 after release 860d0af
- Merge pull request #547 from cpanel/RE-960 Add initial support for Ubuntu 20 to Ubuntu 22 upgrades bcc34a7
- Convert Bash OpenStack Pruner to PERL Case RE-950: Convert Bash OpenStack Pruner to PERL Changelog: 64e4955
cPholloway pushed 2 commits to main cpanel/elevate
cPholloway closed a pull request on cpanel/elevate
Beef up integration test
case RE-948: I did the best here to be terse but understandable, which was difficult without the QA tools. Regardless, I think this will work. By submitting pull requests to this repo, I agree t...cPholloway pushed 2 commits to main cpanel/elevate
cPholloway closed a pull request on cpanel/elevate
Avoid Perl error in 'Elevate::Components::Repositories'
Case RE-964: This change adds a better guard in 'Elevate::Components::Repositories::_autofix_duplicate_repoids'. It also initializes '$self->{__duplicate_repoids} as a href instead of an aref. ...cPholloway created a review comment on a pull request on cpanel/elevate
@davelcpanelnet - Lets look at converting this to use native `JSON::PP` instead of piping to `jq` please
cPholloway pushed 2 commits to main cpanel/elevate
cPholloway closed a pull request on cpanel/elevate
Add 'sys-snap' to the list of packages that PackageRestore handles
Case RE-952: This adds 'sys-snap' to the list of packages that the PackageRestore component handles. It also now explicitely removes the packages as it was previously relying on leapp to implicite...cPholloway pushed 1 commit to RE-960 cpanel/elevate
- Add initial support for Ubuntu 20 to Ubuntu 22 upgrades Case RE-664: This change adds support to upgrade servers run... fc395a5