[PR #528] [MERGED] Patch Env CLI #816

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/528
Author: @rmartinoscar
Created: 8/6/2024
Status: Merged
Merged: 8/9/2024
Merged by: @notAreYouScared

Base: mainHead: patch/cli


📝 Commits (7)

  • df6a1e7 Remove unused option
  • 8a0e6e4 Add redis user
  • 0742d0d Adapt lang
  • 154a8e3 Change default redis username
  • ad1d2ee Cleanup
  • 6e3af4f Update app/Traits/Commands/RequestRedisSettingsTrait.php
  • 84c19ee Merge branch 'pelican-dev:main' into patch/cli

📊 Changes

5 files changed (+21 additions, -5 deletions)

View changed files

📝 app/Console/Commands/Environment/CacheSettingsCommand.php (+1 -1)
📝 app/Console/Commands/Environment/QueueSettingsCommand.php (+1 -1)
📝 app/Console/Commands/Environment/SessionSettingsCommand.php (+1 -1)
📝 app/Traits/Commands/RequestRedisSettingsTrait.php (+16 -1)
📝 lang/en/commands.php (+2 -1)

📄 Description

  • Remove --use-redis following this commit
  • Add Redis Username (default if empty)
  • Move confirm prompt to lang for reuse

🔄 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/528 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 8/6/2024 **Status:** ✅ Merged **Merged:** 8/9/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `patch/cli` --- ### 📝 Commits (7) - [`df6a1e7`](https://github.com/pelican-dev/panel/commit/df6a1e7d3162fbab6332371c18ad52298006ad83) Remove unused option - [`8a0e6e4`](https://github.com/pelican-dev/panel/commit/8a0e6e4b4dccae8f562d3c60222531a95b9d1cf8) Add redis user - [`0742d0d`](https://github.com/pelican-dev/panel/commit/0742d0dc881ddc09112b57f7e970bd2a84387e80) Adapt lang - [`154a8e3`](https://github.com/pelican-dev/panel/commit/154a8e39e2ba8e4fa65f51f9951f882960e7b94a) Change default redis username - [`ad1d2ee`](https://github.com/pelican-dev/panel/commit/ad1d2ee06ef6252ae05031506370168cce35b1f5) Cleanup - [`6e3af4f`](https://github.com/pelican-dev/panel/commit/6e3af4fc786002a43eff1943154f5f52f025da11) Update app/Traits/Commands/RequestRedisSettingsTrait.php - [`84c19ee`](https://github.com/pelican-dev/panel/commit/84c19ee978e4c1b2533066d78364504f93b19080) Merge branch 'pelican-dev:main' into patch/cli ### 📊 Changes **5 files changed** (+21 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Environment/CacheSettingsCommand.php` (+1 -1) 📝 `app/Console/Commands/Environment/QueueSettingsCommand.php` (+1 -1) 📝 `app/Console/Commands/Environment/SessionSettingsCommand.php` (+1 -1) 📝 `app/Traits/Commands/RequestRedisSettingsTrait.php` (+16 -1) 📝 `lang/en/commands.php` (+2 -1) </details> ### 📄 Description - [x] Remove `--use-redis` following [this commit](https://github.com/pelican-dev/panel/commit/953ee940aa5955dfdad452dbdc46f48ca5e5bb55#diff-ee666c86898d686c606a20796d57bbb363ead4dd6dfa14bbd1a6764d513b5edfL17) - [x] Add Redis Username (default if empty) - [x] Move confirm prompt to lang for reuse --- <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:55:26 +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#816