mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #244] [MERGED] Feature/gsc integration clean #276
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#276
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/AJaySi/ALwrity/pull/244
Author: @Om-Singh1808
Created: 9/7/2025
Status: ✅ Merged
Merged: 9/24/2025
Merged by: @AJaySi
Base:
main← Head:feature/gsc-integration-clean📝 Commits (6)
91ef1dbClean up: Remove all cache files and add comprehensive .gitignore446d14dfeat: Add No Website button to onboarding Step 2 with business description form8daa85cfeat: Complete onboarding system with No Website functionality760e956feat: Complete Google Search Console integration with Clerk authenticationa217ef4fix: Remove hardcoded secrets from env template filesd95d1e3Update .gitignore with additional exclusions📊 Changes
31 files changed (+2711 additions, -52 deletions)
View changed files
📝
.gitignore(+21 -4)➕
GSC_INTEGRATION_README.md(+268 -0)📝
backend/api/facebook_writer/services/story_service.py(+2 -1)📝
backend/api/onboarding.py(+74 -1)📝
backend/app.py(+4 -0)➕
backend/database/migrations/add_business_info_table.sql(+27 -0)➕
backend/env_template.txt(+8 -0)➕
backend/middleware/auth_middleware.py(+120 -0)➕
backend/models/business_info_request.py(+24 -0)➕
backend/models/user_business_info.py(+38 -0)➕
backend/routers/gsc_auth.py(+208 -0)➕
backend/scripts/run_business_info_migration.py(+100 -0)📝
backend/services/api_key_manager.py(+9 -4)➕
backend/services/business_info_service.py(+84 -0)📝
backend/services/database.py(+3 -1)➕
backend/services/gsc_service.py(+370 -0)➕
frontend/env_template.txt(+13 -0)📝
frontend/package-lock.json(+89 -0)📝
frontend/package.json(+1 -0)📝
frontend/src/App.tsx(+41 -40)...and 11 more files
📄 Description
this is the same PR as #239 with just the pycache files removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.