mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #139] [MERGED] Support SQLite #607
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/139
Author: @Boy132
Created: 4/22/2024
Status: ✅ Merged
Merged: 5/5/2024
Merged by: @lancepioch
Base:
main← Head:database/sqlite📝 Commits (10+)
9761c37add config for sqlitee82a3b8update AllocationSelectionServicee07eabcset default value for "tags"29803bbchange default db driver in example .env to "sqlite"3f3b500update ci tests488acceupdate database settings command7a4289cadd default value for "ignored_files" in backup factoryfb596faupdate IntegrationTestCase98419bcupdate sql schemasf2a5900simplify AllocationSelectionService📊 Changes
11 files changed (+874 additions, -504 deletions)
View changed files
📝
.env.example(+1 -6)📝
.github/workflows/ci.yaml(+79 -9)📝
app/Console/Commands/Environment/DatabaseSettingsCommand.php(+60 -40)📝
app/Models/Egg.php(+1 -0)📝
app/Models/Node.php(+2 -0)📝
app/Services/Deployment/AllocationSelectionService.php(+5 -9)📝
config/database.php(+10 -0)📝
database/Factories/BackupFactory.php(+1 -0)📝
database/schema/mysql-schema.sql(+441 -438)➕
database/schema/sqlite-schema.sql(+263 -0)📝
tests/Integration/IntegrationTestCase.php(+11 -2)📄 Description
Closes #134
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.