mirror of
https://github.com/jhd3197/ServerKit.git
synced 2026-04-26 08:25:59 +03:00
[PR #7] [MERGED] Add WordPress environment pipeline, template icons, onboarding wizard & developer mode #12
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ServerKit#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/jhd3197/ServerKit/pull/7
Author: @jhd3197
Created: 1/28/2026
Status: ✅ Merged
Merged: 1/28/2026
Merged by: @jhd3197
Base:
main← Head:dev📝 Commits (4)
cf7ccf8Add WordPress environment pipeline API and models3ca6bd2Update template icons and enhance sidebar user menua706829Add onboarding wizard and developer mode features10e9d97chore: bump version to 1.2.73 [skip ci]📊 Changes
125 files changed (+13831 additions, -275 deletions)
View changed files
📝
.gitignore(+1 -0)➕
CLAUDE.md(+114 -0)📝
VERSION(+1 -1)📝
backend/app/__init__.py(+79 -0)📝
backend/app/api/auth.py(+34 -5)➕
backend/app/api/environment_pipeline.py(+1527 -0)📝
backend/app/models/__init__.py(+5 -1)➕
backend/app/models/environment_activity.py(+54 -0)📝
backend/app/models/metrics_history.py(+1 -1)➕
backend/app/models/promotion_job.py(+70 -0)➕
backend/app/models/sanitization_profile.py(+167 -0)📝
backend/app/models/wordpress_site.py(+50 -0)📝
backend/app/services/db_sync_service.py(+336 -5)➕
backend/app/services/environment_docker_service.py(+481 -0)➕
backend/app/services/environment_domain_service.py(+395 -0)➕
backend/app/services/environment_health_service.py(+291 -0)➕
backend/app/services/environment_pipeline_service.py(+1677 -0)📝
backend/app/services/git_wordpress_service.py(+105 -0)📝
backend/app/services/settings_service.py(+10 -0)📝
backend/app/services/template_service.py(+38 -30)...and 80 more files
📄 Description
Summary
promotion jobs, sanitization profiles, environment activities, Docker/domain/health services, Git integration, and a rich
React frontend with pipeline view, sync/promote modals, WP-CLI terminal, health panels, and more
developer mode toggle and improved layout
feature flag in settings, and auth context updates for onboarding state
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.