Skip to content
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

cd: internal testing #158

Merged
merged 13 commits into from
Mar 5, 2025
Merged

cd: internal testing #158

merged 13 commits into from
Mar 5, 2025

Conversation

Sma1lboy
Copy link
Collaborator

@Sma1lboy Sma1lboy commented Mar 5, 2025

No description provided.

Sma1lboy and others added 13 commits March 3, 2025 14:28
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Added dedicated commands for building and starting both the frontend
and backend, offering improved operational clarity and separation
between environments.

- **Chores**
- Refined task dependencies and command configurations to enhance
performance, streamline development workflows, and simplify maintenance.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced a daily limit for project creation, capping the number of
new projects a user can create per day.
- Added a new query endpoint that lets users check how many projects
they can still create today.
- Enhanced error notifications to clearly inform users when their daily
project creation limit has been reached.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
…images (#154)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- **Enhanced Project Photo Upload:** Users can now update project photos
directly through file uploads for a smoother, more reliable experience.
- **Expanded Image Flexibility:** The application now supports loading
images from any domain, broadening your content sourcing options.
- **Improved Upload Performance:** Upgraded file handling ensures
consistent and efficient processing for a better overall experience.
- **New Configuration Options:** A new example configuration file has
been added to guide users on setting up environment variables.
  
- **Bug Fixes**
- **Updated Project Photo Mutation:** The mutation for updating project
photos has been streamlined, enhancing functionality and usability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: NarwhalChen <125920907+NarwhalChen@users.noreply.github.com>
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Refactor**
- Improved chat session navigation for smoother transitions and a more
integrated user experience.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
…fication (#153)

This creates backend email service support.
1, send verification email
2, confirm token for User email
3, resend email
4, template for verification email

Frontend:
1, register to tell user check email
2, after user click confirm email link. Frontend should send request to
backend to do check

Vedio:
https://jam.dev/c/1e63139a-e24f-4baf-968c-a9d2e771fef0

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced a robust email verification workflow that requires users to
confirm their email addresses upon registration.
- Added the ability to resend confirmation emails and a dedicated
confirmation page that provides real-time success or error feedback.
- **Chores**
- Expanded configuration options to support customizable email settings
via environment variables.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: pengyu <pengyuchen01@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…e project from home page (#151)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
  - Enhanced file recognition to support .tsx files as TypeScript React.
- Introduced new iframe controls, allowing users to refresh content and
adjust zoom levels.
- Updated the code editor’s default language for a more accurate editing
experience.
- Revised project navigation to use query parameters for improved
clarity.

- **Bug Fixes**
- Improved Docker container management with enhanced logging, error
handling, and retry mechanisms.

- **Refactor**
- Simplified chat and sidebar structures by removing unnecessary context
providers.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
#152)

…rojects query

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced an interactive `ExpandableCard` component for project
previews, featuring a modal overlay with smooth animations.
- Added a custom hook for detecting clicks outside of elements to
enhance user interactions.

- **Refactor**
- Streamlined the public projects display by integrating a new GraphQL
query and simplifying the component structure for improved data
retrieval and presentation.
  
- **Chores**
- Removed unused props from the `SidebarProps` interface and the
`ChatSideBar` component for a cleaner codebase.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
- Revamped the project overview with a clear title, reorganized sections
highlighting key features, architecture, system requirements,
development tools, and additional resources.
- Enhanced installation instructions, troubleshooting guidance, and URLs
for accessing different components.
  
- **Chores**
- Streamlined configuration by removing redundant AI model integration
settings.



<!-- end of auto-generated comment: release notes by coderabbit.ai -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Improved authentication experience with dedicated sign-in and sign-up
modals featuring smoother transitions.
- Conditional data fetching based on user authorization enhances
security and performance.
- Navigation updates now provide clear alerts for upcoming features
(e.g., a “Coming Soon” message when selecting specific tabs).

- **Style**
- Enhanced UI responsiveness with adjustments to layouts, flexible
component widths, and repositioned notifications for a better visual
experience.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: pengyu <pengyuchen01@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Sma1lboy <541898146chen@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Refactor**
  - Streamlined the project creation process for a smoother workflow.
- **Style**
- Redesigned sidebar elements with refined spacing and improved
responsiveness.
- **New Features**
- Introduced new account management capabilities, including email
confirmation and project limit querying.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: pengyu <pengyuchen01@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: NarwhalChen <125920907+NarwhalChen@users.noreply.github.com>
…nd adding control section bg (#157)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Style**
- Refined the prompt form's control section for improved spacing and
consistent background display across light and dark themes.

- **New Features**
- Enhanced the email confirmation process with detailed status responses
for confirmation and resend requests.
- Introduced the ability to query remaining project limits and updated
user account details with email confirmation status and timing
information.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Copy link
Contributor

coderabbitai bot commented Mar 5, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@Sma1lboy Sma1lboy merged commit 16f652e into deploy Mar 5, 2025
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants