Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sloanebernstein pushed 4 commits to invert-upgrade_distro_manually-logic cpanel/elevate
- Add the u20->u22 openstack workflow Case RE-1027: Add the u20->u22 openstack workflow Changelog: 6945add
- Ensure that post_snapshot completes before starting elevate Case RE-1029: Ensure that post_snapshot completes before... 55a7b40
- Merge pull request #576 from cpanel/RE-1029 RE-1029: Ensure that post_snapshot completes before starting elevate c69f1e8
- Merge branch 'main' into invert-upgrade_distro_manually-logic ad383b1
sloanebernstein opened a pull request on cpanel/elevate
Un-invert logic of upgrade_distro_manually
During resolution of RE-670, it was discovered that PR #554, which changed `should_run_distro_upgrade` to `upgrade_distro_manually`, failed to account for the fact that this change of name inverts ...sloanebernstein created a branch on cpanel/elevate
invert-upgrade_distro_manually-logic - elevate your cPanel&WHM CentOS 7 server to Almalinux 8
sloanebernstein created a review comment on a pull request on cpanel/elevate
It can be argued that this is a violation of the `Cpanel::OS` principles which are (probably) carried over into `Elevate::OS`. The counterargument is that the correct way to handle this, which is t...
sloanebernstein opened a pull request on cpanel/elevate
Add Ubuntu support for bootloader test
By submitting pull requests to this repo, I agree to the Contributor License Agreement which can be found at: https://github.com/cpanel/elevate/blob/main/docs/cPanel-CLA.pdfsloanebernstein created a branch on cpanel/elevate
RE-670 - elevate your cPanel&WHM CentOS 7 server to Almalinux 8
sloanebernstein created a review on a pull request on cpanel/elevate
Tests missed this because they don't cover `check` or `_blocker_invalid_yum_repos`.
sloanebernstein created a review comment on a pull request on cpanel/elevate
Remove the period. Also, given the recent path issue, perhaps we should expand `/scripts` to the canonical path.
sloanebernstein opened a pull request on cpanel/elevate
Complete unit tests for Softaculous component
Case RE-942: Complete the unfinished unit testing for the Softaculous component added as part of RE-846. Changelog: By submitting pull requests to this repo, I agree to the Contributor Licens...sloanebernstein created a branch on cpanel/elevate
RE-942 - elevate your cPanel&WHM CentOS 7 server to Almalinux 8
sloanebernstein pushed 3 commits to RE-846 cpanel/elevate
- make ssh_retry within the openstack workflow hyper-aggressive Case RE-937: make ssh_retry hyper-aggressive Changelog: ea1059c
- Merge pull request #543 from cpanel/RE-937 RE-937: Fix race condition that can occur between ssh_retry and reboot_watc 6f81c56
- Re-install Softaculous after upgrade Case RE-846: It was reported that the Softaculous plugin for cPanel was display... c39d4ce
sloanebernstein pushed 1 commit to RE-846 cpanel/elevate
- Re-install Softaculous after upgrade Case RE-846: It was reported that the Softaculous plugin for cPanel was display... d2637a7
sloanebernstein created a review comment on a pull request on cpanel/elevate
I went back and forth about whether it should be fatal or not. Changing it back.
sloanebernstein opened a pull request on cpanel/elevate
Re-install Softaculous after upgrade
Case RE-846: It was reported that the Softaculous plugin for cPanel was displaying blank pages after ELevate, and that a re-install of the plugin fixed this issue. That seems reasonable, so detect ...sloanebernstein pushed 1 commit to RE-845 cpanel/elevate
- Add UnifiedLayer repos to vetted list Case RE-845: Add the `ul` repo and any repo that starts with `ul_` to the list... d923fa5
sloanebernstein opened a pull request on cpanel/elevate
Add UnifiedLayer repos to vetted list
Case RE-845: Add the `ul` repo and any repo that starts with `ul_` to the list of vetted repositories. Changelog: Add 'ul' and 'ul_*' to the list of vetted repositories. By submitting pull re...sloanebernstein created a branch on cpanel/elevate
RE-845 - elevate your cPanel&WHM CentOS 7 server to Almalinux 8
sloanebernstein pushed 1 commit to RE-652 cpanel/elevate
- Attempt to resolve duplicate RPMs Case RE-652: If there are duplicate packages in the RPM database, certain steps du... a1de293
sloanebernstein created a review comment on a pull request on cpanel/elevate
I don't think it should, since the format string presumes a correct parsing in the first place. In principle, I could also store the original string too, in addition to the parsed data.
sloanebernstein created a review comment on a pull request on cpanel/elevate
Whoops, I got the args in reverse.
sloanebernstein created a review comment on a pull request on cpanel/elevate
It doesn't, because the `+` quantifier is greedy by default. I'll have to see how well PackMan handles duplicates.
sloanebernstein opened a pull request on cpanel/elevate
Attempt to resolve duplicate RPMs
Case RE-652: If there are duplicate packages in the RPM database, certain steps during the ELevate process, such as running `yum update`, will fail, halting the process. In order to try to recti...sloanebernstein created a branch on cpanel/elevate
RE-652 - elevate your cPanel&WHM CentOS 7 server to Almalinux 8