Skip to content

This is a misoperation. Please ignore it#7484

Closed
QIQGOOD wants to merge 1 commit intomakeplane:previewfrom
QIQGOOD:feature/i18n-cleanup-20250727
Closed

This is a misoperation. Please ignore it#7484
QIQGOOD wants to merge 1 commit intomakeplane:previewfrom
QIQGOOD:feature/i18n-cleanup-20250727

Conversation

@QIQGOOD
Copy link

@QIQGOOD QIQGOOD commented Jul 27, 2025

Description

This is a misoperation. Please ignore it

Summary by CodeRabbit

  • Chores
    • Removed all documentation, deployment scripts, configuration files, and environment variable files related to community and self-hosted deployments, including Docker Compose, Docker Swarm, and Kubernetes setups.
    • Deleted guides and scripts for installation, backup, restore, migration, and upgrade processes.
    • Eliminated code of conduct, contributing guidelines, and security policy documents.

End-users will no longer have access to self-hosted deployment resources or related documentation.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 27, 2025

Walkthrough

This change removes all documentation, configuration, and deployment scripts related to community deployment of the project, including Docker Compose, Docker Swarm, Kubernetes, and all-in-one (AIO) Docker setups. It deletes environment variable files, build scripts, Supervisor configs, and detailed user/contributor documentation, affecting both operational and contributor-facing resources.

Changes

Files/Paths Change Summary
CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md Deleted community and contribution guidelines, code of conduct, and security policy documents.
deployments/aio/community/* Removed all-in-one Docker deployment: Dockerfile, README, build/start scripts, Supervisor config, env.
deployments/cli/community/README.md, build.yml, variables.env Deleted CLI community deployment documentation, build config, and environment variable definitions.
deployments/cli/community/install.sh, migration-0.13-0.14.sh, restore-airgapped.sh, restore.sh Removed all CLI community deployment management, backup, restore, and migration scripts.
deployments/cli/community/docker-compose.yml Deleted Docker Compose configuration for multi-service community deployment.
deployments/kubernetes/community/README.md Deleted Kubernetes Helm chart community README.
deployments/swarm/community/swarm.sh Deleted Docker Swarm management script for community deployment.

Sequence Diagram(s)

No sequence diagram generated as the changes are limited to deletions of documentation, configuration, and scripts, with no new or altered control flow.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~40 minutes

Possibly related PRs

  • makeplane/plane#7391: Adds a new community all-in-one (AIO) deployment setup, including Dockerfile, scripts, and configs. This is directly related as it reorganizes and replaces the same deployment area being removed in this PR.

Poem

A rabbit hopped through files galore,
Sweeping scripts and docs from shore to shore.
Compose and Swarm, now out of sight,
Helm and AIO bid goodnight.
With configs gone and scripts no more,
The burrow’s clean—let’s all explore
What new deployments are in store! 🐇✨

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a5f3bd1 and bf753c1.

⛔ Files ignored due to path filters (6)
  • deployments/cli/community/images/download.png is excluded by !**/*.png
  • deployments/cli/community/images/migrate-error.png is excluded by !**/*.png
  • deployments/cli/community/images/restart.png is excluded by !**/*.png
  • deployments/cli/community/images/started.png is excluded by !**/*.png
  • deployments/cli/community/images/stopped.png is excluded by !**/*.png
  • deployments/cli/community/images/upgrade.png is excluded by !**/*.png
📒 Files selected for processing (19)
  • CODE_OF_CONDUCT.md (0 hunks)
  • CONTRIBUTING.md (0 hunks)
  • SECURITY.md (0 hunks)
  • deployments/aio/community/Dockerfile (0 hunks)
  • deployments/aio/community/README.md (0 hunks)
  • deployments/aio/community/build.sh (0 hunks)
  • deployments/aio/community/start.sh (0 hunks)
  • deployments/aio/community/supervisor.conf (0 hunks)
  • deployments/aio/community/variables.env (0 hunks)
  • deployments/cli/community/README.md (0 hunks)
  • deployments/cli/community/build.yml (0 hunks)
  • deployments/cli/community/docker-compose.yml (0 hunks)
  • deployments/cli/community/install.sh (0 hunks)
  • deployments/cli/community/migration-0.13-0.14.sh (0 hunks)
  • deployments/cli/community/restore-airgapped.sh (0 hunks)
  • deployments/cli/community/restore.sh (0 hunks)
  • deployments/cli/community/variables.env (0 hunks)
  • deployments/kubernetes/community/README.md (0 hunks)
  • deployments/swarm/community/swarm.sh (0 hunks)
💤 Files with no reviewable changes (19)
  • deployments/kubernetes/community/README.md
  • deployments/aio/community/variables.env
  • deployments/cli/community/build.yml
  • deployments/aio/community/build.sh
  • deployments/aio/community/supervisor.conf
  • CODE_OF_CONDUCT.md
  • SECURITY.md
  • deployments/cli/community/docker-compose.yml
  • deployments/cli/community/migration-0.13-0.14.sh
  • deployments/aio/community/Dockerfile
  • deployments/cli/community/restore-airgapped.sh
  • deployments/aio/community/README.md
  • deployments/cli/community/restore.sh
  • deployments/aio/community/start.sh
  • deployments/cli/community/README.md
  • deployments/cli/community/variables.env
  • deployments/swarm/community/swarm.sh
  • CONTRIBUTING.md
  • deployments/cli/community/install.sh
✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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 generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests 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.

@QIQGOOD QIQGOOD closed this Jul 27, 2025
@QIQGOOD QIQGOOD deleted the feature/i18n-cleanup-20250727 branch July 27, 2025 00:39
@QIQGOOD QIQGOOD changed the title 删除了一些不必要的文件 This is a misoperation. Please ignore it Jul 27, 2025
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.

2 participants