Ecosyste.ms: Timeline

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

cPholloway

cPholloway created a review on a pull request on cpanel/elevate
LGTM Approved pending CI pass

View on GitHub

cPholloway pushed 4 commits to RE-252 cpanel/elevate
  • Small fixes to pruner. f2d054f
  • Merge branch 'main' into RE-745_pruner_cleanup 4fdd36e
  • Merge pull request #537 from cpanel/RE-745_pruner_cleanup 37feb64
  • Move package manager logic behind abstract class Case RE-252: This change refactors all the yum/dnf/rpm logic so tha... 3a44921

View on GitHub

cPholloway pushed 5 commits to RE-252 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
  • Fix path in openstack pruner. b697ce2
  • Merge pull request #536 from cpanel/RE-745_path_fix Fix path in openstack pruner. 331a8d6
  • Merge pull request #531 from cpanel/RE-845 1c773ca
  • Move package manager logic behind abstract class Case RE-252: This change refactors all the yum/dnf/rpm logic so tha... ca3b64e

View on GitHub

cPholloway opened a pull request on cpanel/elevate
Move package manager logic behind abstract class
Case RE-252: This change refactors all the yum/dnf/rpm logic so that it is all behind Elevate::PkgMgr making it so that callers just need to execute something such as Elevate::PkgMgr::install() to ...
cPholloway pushed 1 commit to RE-252 cpanel/elevate
  • Move package manager logic behind abstract class Case RE-252: This change refactors all the yum/dnf/rpm logic so tha... 7b72c9b

View on GitHub

cPholloway closed a draft pull request on cpanel/elevate
Re 252
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.pdf
cPholloway pushed 1 commit to RE-252 cpanel/elevate

View on GitHub

cPholloway pushed 1 commit to RE-252 cPholloway/elevate

View on GitHub

cPholloway created a review on a pull request on cpanel/elevate
Approved pending CI passing

View on GitHub

cPholloway created a review comment on a pull request on cpanel/elevate
FIX: Lets improve this message to be more helpful to the customer. Maybe something like: ``` Unable to to start the database server to check database integrity. Additional information can be ...

View on GitHub

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

View on GitHub

cPholloway pushed 17 commits to RE-252 cPholloway/elevate
  • Implement OpenStack Pruner Case RE-745: Implement OpenStack Pruner Changelog: 677d140
  • Merge pull request #530 from cpanel/RE-745 Implement OpenStack Pruner f34caac
  • RE-252: Make the pkg utility logic generic 946498e
  • RE-252: Update callers for package utility logic d8d6054
  • RE-252: Update elevate-cpanel 33d2e88
  • RE-252: Rename PkgUtility to PkgMgr 1b5688a
  • Re-252: update elevate-cpanel b8d386a
  • RE-252: Combine Elevate::YUM and Elevate::DNF into the Elevate::PkgMgr::* d87c5c6
  • RE-252: Update yum callers to use the new thing 0b3cd93
  • RE-252: Update dnf callers to use the new thing ca867f2
  • RE-252: Update elevate-cpanel ba5ae33
  • RE-252: Move yum_info and friends to the new thing 87650f4
  • RE-252: Update callers to use the new thing bffc9e9
  • RE-252: Update elevate-cpanel bf7e124
  • RE-252: Use Cpanel::Pkgr where possible and move generic code to the base class f2133bb
  • RE-252: Update elevate-cpanel d796cad
  • RE-252: Update callers and elevate-cpanel ac77b94

View on GitHub

cPholloway pushed 3 commits to RE-745 cpanel/elevate
  • Bump Changelog for release of v56 7523ee7
  • Bump version to 57 after release 44b2d96
  • Implement OpenStack Pruner Case RE-745: Implement OpenStack Pruner Changelog: 677d140

View on GitHub

cPholloway created a review comment on a pull request on cpanel/elevate
Habit. I usually split the use statement into 3 separate groups: 1. CPAN namespace 2. cPanel namespace 3. Elevate namespace

View on GitHub

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

View on GitHub

cPholloway created a review comment on a pull request on cpanel/elevate
CONSIDER: Ignore case in the regex here so that we catch ERROR here too. Not sure if this is necessary.

View on GitHub

cPholloway created a review comment on a pull request on cpanel/elevate
FIX: Instead of throwing a warning and returning, we should attempt to restart the database server here and block if it fails to start.

View on GitHub

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

View on GitHub

cPholloway pushed 3 commits to RE-782 cpanel/elevate
  • Bump Changelog for release of v56 7523ee7
  • Bump version to 57 after release 44b2d96
  • Assure DB integrity before elevation Case RE-782: Use mysqlcheck to check the integrity of their databases. Block i... 7655b1a

View on GitHub

cPholloway opened a draft pull request on cpanel/elevate
Re 252
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.pdf
cPholloway closed a draft pull request on cpanel/elevate
RE-252 draft
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.pdf
cPholloway opened a draft pull request on cpanel/elevate
RE-252 draft
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.pdf
cPholloway pushed 75 commits to main cPholloway/elevate
  • Working Makefile on any OpenStack working. aa738eb
  • Review 1 commit. 28284b1
  • Fix text in failure advice when MySQL restore fails Case RE-662 Changelog: Fix text in failure advice when MySQL re... 9abd911
  • Merge pull request #495 from toddr/re662 Fix text in failure advice when MySQL restore fails 1362b87
  • Do not block on Panopta or FortiMonitor Case RE-43: If they have the Panopta agent installed, simply remove it sinc... fb7386f
  • Upgrade PostgreSQL during ELevate Case RE-102, RE-637: Attempt to run an upgrade of the data directory for the syste... 2acb77e
  • Remove our handling of EPEL in favor of leapp's Case RE-247: Leapp natively handles the update of the EPEL repositor... 99e18c0
  • Merge pull request #498 from timmullin/RE-43 Do not block on Panopta or FortiMonitor d1673d1
  • Merge pull request #500 from sloanebernstein/RE-247 Remove our handling of EPEL in favor of leapp's eb218fe
  • Merge pull request #496 from sloanebernstein/RE-102 Upgrade PostgreSQL during ELevate 827714a
  • Dummy setup for t/integration 9bd24d3
  • Merge pull request #492 from davelcpanelnet/RE-639 RE-639: Fix makefile paths. 1a01300
  • Fixup 05f6436
  • RE-618: Add openstack actions workflow for Pull Requestsand pushes to main. 9f12b6b
  • Merge pull request #494 from davelcpanelnet/RE-618 RE-618: Automate C7->A8 happy path regression test on PR creation cb95554
  • Bump Changelog for release of v52 e8ed62a
  • Bump version to 53 after release 064c5fa
  • Mention "MariaDB" not "MySQL" when appropriate Case RE-492: Sometimes, we mention MySQL, even though the system has ... 3f7fb95
  • Merge pull request #502 from sloanebernstein/RE-492 Mention "MariaDB" not "MySQL" when appropriate f63bb7b
  • Restore net-snmp if it had been installed prior to elevate Case RE-574: During elevate net-snmp will get uninstalle... 2d44ec9
  • and 55 more ...

View on GitHub

cPholloway pushed 1 commit to RE-252 cPholloway/elevate
  • RE-252: Update callers and elevate-cpanel 5b6801c

View on GitHub

cPholloway pushed 1 commit to RE-252 cPholloway/elevate
  • RE-252: Update callers and elevate-cpanel 69f7658

View on GitHub

cPholloway pushed 1 commit to RE-252 cPholloway/elevate
  • RE-252: Update callers and elevate-cpanel 7963fc8

View on GitHub

cPholloway pushed 16 commits to RE-252 cPholloway/elevate
  • Bump Changelog for release of v56 7523ee7
  • Bump version to 57 after release 44b2d96
  • RE-252: Make the pkg utility logic generic bd43bc7
  • RE-252: Update callers for package utility logic ccb0efe
  • RE-252: Update elevate-cpanel 55e907b
  • RE-252: Rename PkgUtility to PkgMgr 2b2c694
  • Re-252: update elevate-cpanel 31d9934
  • RE-252: Combine Elevate::YUM and Elevate::DNF into the Elevate::PkgMgr::* bfb2fd9
  • RE-252: Update yum callers to use the new thing 20bdc09
  • RE-252: Update dnf callers to use the new thing 965c23a
  • RE-252: Update elevate-cpanel c435302
  • RE-252: Move yum_info and friends to the new thing 85aca03
  • RE-252: Update callers to use the new thing c3b1393
  • RE-252: Update elevate-cpanel 3149878
  • RE-252: Use Cpanel::Pkgr where possible and move generic code to the base class 0ccdfdb
  • RE-252: Update elevate-cpanel 267bc54

View on GitHub

cPholloway pushed 1 commit to RE-252 cPholloway/elevate
  • RE-252: Use Cpanel::Pkgr where possible and move generic code to the base class 6ca3367

View on GitHub

cPholloway pushed 1 commit to RE-252 cPholloway/elevate
  • RE-252: Update elevate-cpanel e590905

View on GitHub

cPholloway pushed 1 commit to RE-252 cPholloway/elevate
  • RE-252: Update elevate-cpanel de324d0

View on GitHub

Load more