[PR #620] [MERGED] Auto-check eggs for update #857

Closed
opened 2026-02-05 17:56:43 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/620
Author: @Boy132
Created: 10/12/2024
Status: Merged
Merged: 10/15/2024
Merged by: @Boy132

Base: mainHead: feature/egg-updater


📝 Commits (6)

  • f8ac880 add command to check eggs for update
  • 40c9694 add "update" button to ListEggs
  • 70b2b66 fix "unset"
  • fe51d9f Merge branch 'pelican-dev:main' into feature/egg-updater
  • 4c2fbc9 rename class
  • 10b6616 add confirmation modal to update button

📊 Changes

3 files changed (+86 additions, -6 deletions)

View changed files

app/Console/Commands/Egg/CheckEggUpdatesCommand.php (+46 -0)
📝 app/Console/Kernel.php (+6 -4)
📝 app/Filament/Resources/EggResource/Pages/ListEggs.php (+34 -2)

📄 Description

Adds a new command to check installed eggs for updates. This just fetches the json from the update_url and compares it with the current json. (or rather the hashes of the json files) It runs automatically every hour.

If an update is found it will also display a button on the eggs list that will simply re-import the updated egg json.

This will also mean that if you edit an egg it will detect it as "outdated"!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/620 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 10/12/2024 **Status:** ✅ Merged **Merged:** 10/15/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `feature/egg-updater` --- ### 📝 Commits (6) - [`f8ac880`](https://github.com/pelican-dev/panel/commit/f8ac8801c7829ec2884e782d1e210e5b0902a267) add command to check eggs for update - [`40c9694`](https://github.com/pelican-dev/panel/commit/40c969495ce84e70871d606640abec6320b96ef6) add "update" button to ListEggs - [`70b2b66`](https://github.com/pelican-dev/panel/commit/70b2b664306442bdc8ae403d184269c3bf58a990) fix "unset" - [`fe51d9f`](https://github.com/pelican-dev/panel/commit/fe51d9fe6f235d01c4f9ef878511fbf26d71c4a6) Merge branch 'pelican-dev:main' into feature/egg-updater - [`4c2fbc9`](https://github.com/pelican-dev/panel/commit/4c2fbc96b43936d7d58f50a60424ae4a3bd7fbfb) rename class - [`10b6616`](https://github.com/pelican-dev/panel/commit/10b66167c1300bb00911794f20044e443c227c33) add confirmation modal to update button ### 📊 Changes **3 files changed** (+86 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `app/Console/Commands/Egg/CheckEggUpdatesCommand.php` (+46 -0) 📝 `app/Console/Kernel.php` (+6 -4) 📝 `app/Filament/Resources/EggResource/Pages/ListEggs.php` (+34 -2) </details> ### 📄 Description Adds a new command to check installed eggs for updates. This just fetches the json from the `update_url` and compares it with the current json. (or rather the hashes of the json files) It runs automatically every hour. If an update is found it will also display a button on the eggs list that will simply re-import the updated egg json. _This will also mean that if you edit an egg it will detect it as "outdated"!_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:56:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#857