-
Notifications
You must be signed in to change notification settings - Fork 5
Rename to MXGo + Add /user-info endpoint #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deploying mxtoai-backend with
|
| Latest commit: |
742f0e3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9e243592.mxtoai-backend.pages.dev |
| Branch Preview URL: | https://suggestions.mxtoai-backend.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR renames the project from "MXtoAI" to "MXGo" across the entire codebase. The rename affects package names, module imports, email domains, URLs, and documentation references while maintaining all existing functionality.
Key changes:
- Package name changed from
mxtoaitomxgo - All internal imports updated to use new package name
- Email domains changed from
mxtoai.comtomxgo.com/mxgo.ai - Documentation and user-facing text updated to reflect new branding
Reviewed Changes
Copilot reviewed 107 out of 140 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Updated package name and added JWT dependency |
| mxtoai/ → mxgo/ | Complete package directory rename with all modules |
| tests/ | Updated all test imports and references to use new package name |
| scripts/ | Updated shell scripts to reference new project name |
| run_api.py | Updated module import path |
d522473 to
5bb319a
Compare
| DB_PORT=5432 | ||
| DB_NAME=mxtoai | ||
| DB_USER=mxtoai | ||
| DB_NAME=mxgo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should do this in round 2, let's keep redis/db/rmq as-is for cloud version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that's just sample .env, doesn't affect anything as such imo
Description
Renames project to MXGo, and adds API for /user-info
Checklist
Additional Notes
Any additional context or notes for reviewers.