-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2076 from makeplane/develop
Promote: Develop to Stage Release
- Loading branch information
Showing
1,024 changed files
with
2,024 additions
and
1,581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
context: . | ||
file: ./apps/app/Dockerfile.web | ||
file: ./web/Dockerfile.web | ||
platforms: linux/amd64 | ||
tags: ${{ steps.metaFrontend.outputs.tags }} | ||
push: true | ||
|
@@ -88,7 +88,7 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
context: . | ||
file: ./apps/space/Dockerfile.space | ||
file: ./space/Dockerfile.space | ||
platforms: linux/amd64 | ||
push: true | ||
tags: ${{ steps.metaDeploy.outputs.tags }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/bin/sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
changed_files=$(git diff --name-only HEAD~1) | ||
|
||
web_changed=$(echo "$changed_files" | grep -E '^web/' || true) | ||
space_changed=$(echo "$changed_files" | grep -E '^space/' || true) | ||
echo $web_changed | ||
echo $space_changed | ||
|
||
if [ -n "$web_changed" ] && [ -n "$space_changed" ]; then | ||
echo "Changes detected in both web and space. Building..." | ||
yarn run lint | ||
yarn run build | ||
elif [ -n "$web_changed" ]; then | ||
echo "Changes detected in web app. Building..." | ||
yarn run lint --filter=web | ||
yarn run build --filter=web | ||
elif [ -n "$space_changed" ]; then | ||
echo "Changes detected in space app. Building..." | ||
yarn run lint --filter=space | ||
yarn run build --filter=space | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,12 +35,10 @@ | |
|
||
Meet [Plane](https://plane.so). An open-source software development tool to manage issues, sprints, and product roadmaps with peace of mind 🧘♀️. | ||
|
||
|
||
> Plane is still in its early days, not everything will be perfect yet, and hiccups may happen. Please let us know of any suggestions, ideas, or bugs that you encounter on our [Discord](https://discord.com/invite/A92xrEGCge) or GitHub issues, and we will use your feedback to improve on our upcoming releases. | ||
The easiest way to get started with Plane is by creating a [Plane Cloud](https://app.plane.so) account. Plane Cloud offers a hosted solution for Plane. If you prefer to self-host Plane, please refer to our [deployment documentation](https://docs.plane.so/self-hosting). | ||
|
||
|
||
## ⚡️ Quick start with Docker Compose | ||
|
||
### Docker Compose Setup | ||
|
@@ -56,7 +54,7 @@ chmod +x setup.sh | |
- Run setup.sh | ||
|
||
```bash | ||
./setup.sh http://localhost | ||
./setup.sh http://localhost | ||
``` | ||
|
||
> If running in a cloud env replace localhost with public facing IP address of the VM | ||
|
@@ -65,31 +63,32 @@ chmod +x setup.sh | |
|
||
Visit [Tiptap Pro](https://collab.tiptap.dev/pro-extensions) and signup (it is free). | ||
|
||
Create a **`.npmrc`** file, copy the following and replace your registry token generated from Tiptap Pro. | ||
Create a **`.npmrc`** file, copy the following and replace your registry token generated from Tiptap Pro. | ||
|
||
``` | ||
@tiptap-pro:registry=https://registry.tiptap.dev/ | ||
//registry.tiptap.dev/:_authToken=YOUR_REGISTRY_TOKEN | ||
``` | ||
|
||
- Run Docker compose up | ||
|
||
```bash | ||
docker compose up -d | ||
``` | ||
|
||
<strong>You can use the default email and password for your first login `[email protected]` and `password123`.</strong> | ||
<strong>You can use the default email and password for your first login `[email protected]` and `password123`.</strong> | ||
|
||
## 🚀 Features | ||
|
||
* **Issue Planning and Tracking**: Quickly create issues and add details using a powerful rich text editor that supports file uploads. Add sub-properties and references to issues for better organization and tracking. | ||
* **Issue Attachments**: Collaborate effectively by attaching files to issues, making it easy for your team to find and share important project-related documents. | ||
* **Layouts**: Customize your project view with your preferred layout - choose from List, Kanban, or Calendar to visualize your project in a way that makes sense to you. | ||
* **Cycles**: Plan sprints with Cycles to keep your team on track and productive. Gain insights into your project's progress with burn-down charts and other useful features. | ||
* **Modules**: Break down your large projects into smaller, more manageable modules. Assign modules between teams to easily track and plan your project's progress. | ||
* **Views**: Create custom filters to display only the issues that matter to you. Save and share your filters in just a few clicks. | ||
* **Pages**: Plane pages function as an AI-powered notepad, allowing you to easily document issues, cycle plans, and module details, and then synchronize them with your issues. | ||
* **Command K**: Enjoy a better user experience with the new Command + K menu. Easily manage and navigate through your projects from one convenient location. | ||
* **GitHub Sync**: Streamline your planning process by syncing your GitHub issues with Plane. Keep all your issues in one place for better tracking and collaboration. | ||
- **Issue Planning and Tracking**: Quickly create issues and add details using a powerful rich text editor that supports file uploads. Add sub-properties and references to issues for better organization and tracking. | ||
- **Issue Attachments**: Collaborate effectively by attaching files to issues, making it easy for your team to find and share important project-related documents. | ||
- **Layouts**: Customize your project view with your preferred layout - choose from List, Kanban, or Calendar to visualize your project in a way that makes sense to you. | ||
- **Cycles**: Plan sprints with Cycles to keep your team on track and productive. Gain insights into your project's progress with burn-down charts and other useful features. | ||
- **Modules**: Break down your large projects into smaller, more manageable modules. Assign modules between teams to easily track and plan your project's progress. | ||
- **Views**: Create custom filters to display only the issues that matter to you. Save and share your filters in just a few clicks. | ||
- **Pages**: Plane pages function as an AI-powered notepad, allowing you to easily document issues, cycle plans, and module details, and then synchronize them with your issues. | ||
- **Command K**: Enjoy a better user experience with the new Command + K menu. Easily manage and navigate through your projects from one convenient location. | ||
- **GitHub Sync**: Streamline your planning process by syncing your GitHub issues with Plane. Keep all your issues in one place for better tracking and collaboration. | ||
|
||
## 📸 Screenshots | ||
|
||
|
@@ -150,7 +149,6 @@ docker compose up -d | |
</p> | ||
</p> | ||
|
||
|
||
## 📚Documentation | ||
|
||
For full documentation, visit [docs.plane.so](https://docs.plane.so/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
2b84b7c
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.
Successfully deployed to the following URLs:
plane-staging – ./web/
plane-staging-plane.vercel.app
plane-staging-git-stage-release-plane.vercel.app
plane-app-eight.vercel.app
takeoff.plane.so