forked from makeplane/plane
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'preview' of https://github.com/makeplane/plane into pre…
…view
- Loading branch information
Showing
1,438 changed files
with
35,562 additions
and
29,419 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -8,13 +8,13 @@ on: | |
|
||
env: | ||
CURRENT_BRANCH: ${{ github.ref_name }} | ||
SOURCE_BRANCH: ${{ secrets.SYNC_TARGET_BRANCH_NAME }} # The sync branch such as "sync/ce" | ||
TARGET_BRANCH: ${{ secrets.TARGET_BRANCH }} # The target branch that you would like to merge changes like develop | ||
SOURCE_BRANCH: ${{ secrets.SYNC_SOURCE_BRANCH_NAME }} # The sync branch such as "sync/ce" | ||
TARGET_BRANCH: ${{ secrets.SYNC_TARGET_BRANCH_NAME }} # The target branch that you would like to merge changes like develop | ||
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} # Personal access token required to modify contents and workflows | ||
REVIEWER: ${{ secrets.REVIEWER }} | ||
REVIEWER: ${{ secrets.SYNC_PR_REVIEWER }} | ||
|
||
jobs: | ||
Check_Branch: | ||
Check_Branch: | ||
runs-on: ubuntu-latest | ||
outputs: | ||
BRANCH_MATCH: ${{ steps.check-branch.outputs.MATCH }} | ||
|
@@ -27,7 +27,7 @@ jobs: | |
else | ||
echo "MATCH=false" >> $GITHUB_OUTPUT | ||
fi | ||
Auto_Merge: | ||
if: ${{ needs.Check_Branch.outputs.BRANCH_MATCH == 'true' }} | ||
needs: [Check_Branch] | ||
|
@@ -41,6 +41,11 @@ jobs: | |
with: | ||
fetch-depth: 0 # Fetch all history for all branches and tags | ||
|
||
- name: Setup Git | ||
run: | | ||
git config user.name "GitHub Actions" | ||
git config user.email "[email protected]" | ||
- name: Setup GH CLI and Git Config | ||
run: | | ||
type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y) | ||
|
@@ -50,20 +55,6 @@ jobs: | |
sudo apt update | ||
sudo apt install gh -y | ||
- id: git-author | ||
name: Setup Git CLI from Github Token | ||
run: | | ||
VIEWER_JSON=$(gh api graphql -f query='query { viewer { name login databaseId }}' --jq '.data.viewer') | ||
VIEWER_NAME=$(jq --raw-output '.name | values' <<< "${VIEWER_JSON}") | ||
VIEWER_LOGIN=$(jq --raw-output '.login' <<< "${VIEWER_JSON}") | ||
VIEWER_DATABASE_ID=$(jq --raw-output '.databaseId' <<< "${VIEWER_JSON}") | ||
USER_NAME="${VIEWER_NAME:-${VIEWER_LOGIN}}" | ||
USER_EMAIL="${VIEWER_DATABASE_ID}+${VIEWER_LOGIN}@users.noreply.github.com" | ||
git config --global user.name ${USER_NAME} | ||
git config --global user.email ${USER_EMAIL} | ||
- name: Check for merge conflicts | ||
id: conflicts | ||
run: | | ||
|
@@ -88,10 +79,6 @@ jobs: | |
- name: Create PR to Target Branch | ||
if: env.HAS_CONFLICTS == 'true' | ||
run: | | ||
# Use GitHub CLI to create PR and specify author and committer | ||
PR_URL=$(gh pr create --base $TARGET_BRANCH --head $SOURCE_BRANCH \ | ||
--title "sync: merge conflicts need to be resolved" \ | ||
--body "" \ | ||
--reviewer $REVIEWER ) | ||
# Replace 'username' with the actual GitHub username of the reviewer. | ||
PR_URL=$(gh pr create --base $TARGET_BRANCH --head $SOURCE_BRANCH --title "sync: merge conflicts need to be resolved" --body "" --reviewer $REVIEWER) | ||
echo "Pull Request created: $PR_URL" | ||
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ on: | |
branches: | ||
- master | ||
- preview | ||
- develop | ||
release: | ||
types: [released, prereleased] | ||
|
||
|
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 |
---|---|---|
|
@@ -51,6 +51,7 @@ staticfiles | |
mediafiles | ||
.env | ||
.DS_Store | ||
logs/ | ||
|
||
node_modules/ | ||
assets/dist/ | ||
|
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 |
---|---|---|
|
@@ -26,10 +26,10 @@ To selfhost please follow <a href="https://github.com/torbenraab/plane/tree/prev | |
</p> | ||
|
||
<p align="center"> | ||
<a href="http://www.plane.so"><b>Website</b></a> • | ||
<a href="https://github.com/makeplane/plane/releases"><b>Releases</b></a> • | ||
<a href="https://twitter.com/planepowers"><b>Twitter</b></a> • | ||
<a href="https://docs.plane.so/"><b>Documentation</b></a> | ||
<a href="https://dub.sh/plane-website-readme"><b>Website</b></a> • | ||
<a href="https://git.new/releases"><b>Releases</b></a> • | ||
<a href="https://dub.sh/planepowershq"><b>Twitter</b></a> • | ||
<a href="https://dub.sh/planedocs"><b>Documentation</b></a> | ||
</p> | ||
|
||
<p> | ||
|
@@ -49,30 +49,28 @@ To selfhost please follow <a href="https://github.com/torbenraab/plane/tree/prev | |
</a> | ||
</p> | ||
|
||
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. | ||
Meet [Plane](https://dub.sh/plane-website-readme). 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 in our upcoming releases. | ||
## ⚡ Installation | ||
|
||
The easiest way to get started with Plane is by creating a [Plane Cloud](https://app.plane.so) account where we offer a hosted solution for users. | ||
|
||
If you want more control over your data prefer to self-host Plane, please refer to our [deployment documentation](https://docs.plane.so/docker-compose). | ||
If you want more control over your data, prefer to self-host Plane, please refer to our [deployment documentation](https://docs.plane.so/docker-compose). | ||
|
||
| Installation Methods | Documentation Link | | ||
|-----------------|----------------------------------------------------------------------------------------------------------| | ||
| Docker | [![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)](https://docs.plane.so/docker-compose) | | ||
| Kubernetes | [![Kubernetes](https://img.shields.io/badge/kubernetes-%23326ce5.svg?style=for-the-badge&logo=kubernetes&logoColor=white)](https://docs.plane.so/kubernetes) | | ||
| Installation Methods | Documentation Link | | ||
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| Docker | [![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)](https://docs.plane.so/self-hosting/methods/docker-compose) | | ||
| Kubernetes | [![Kubernetes](https://img.shields.io/badge/kubernetes-%23326ce5.svg?style=for-the-badge&logo=kubernetes&logoColor=white)](https://docs.plane.so/kubernetes) | | ||
|
||
`Instance admin` can configure instance settings using our [God-mode](https://docs.plane.so/instance-admin) feature. | ||
`Instance admin` can configure instance settings using our [God-mode](https://docs.plane.so/instance-admin) feature. | ||
|
||
## 🚀 Features | ||
|
||
- **Issues**: Quickly create issues and add details using a powerful, rich text editor that supports file uploads. Add sub-properties and references to problems for better organization and tracking. | ||
- **Issues**: Quickly create issues and add details using a powerful rich text editor that supports file uploads. Add sub-properties and references to problems for better organization and tracking. | ||
|
||
- **Cycles** | ||
- **Cycles**: | ||
Keep up your team's momentum with Cycles. Gain insights into your project's progress with burn-down charts and other valuable features. | ||
|
||
- **Modules**: Break down your large projects into smaller, more manageable modules. Assign modules between teams to track and plan your project's progress easily. | ||
|
@@ -83,15 +81,13 @@ If you want more control over your data prefer to self-host Plane, please refer | |
|
||
- **Analytics**: Get insights into all your Plane data in real-time. Visualize issue data to spot trends, remove blockers, and progress your work. | ||
|
||
- **Drive** (*coming soon*): The drive helps you share documents, images, videos, or any other files that make sense to you or your team and align on the problem/solution. | ||
|
||
|
||
- **Drive** (_coming soon_): The drive helps you share documents, images, videos, or any other files that make sense to you or your team and align on the problem/solution. | ||
|
||
## 🛠️ Contributors Quick Start | ||
## 🛠️ Quick start for contributors | ||
|
||
> Development system must have docker engine installed and running. | ||
Setting up local environment is extremely easy and straight forward. Follow the below step and you will be ready to contribute | ||
Setting up local environment is extremely easy and straight forward. Follow the below step and you will be ready to contribute - | ||
|
||
1. Clone the code locally using: | ||
``` | ||
|
@@ -110,10 +106,10 @@ Setting up local environment is extremely easy and straight forward. Follow the | |
./setup.sh | ||
``` | ||
5. Open the code on VSCode or similar equivalent IDE. | ||
6. Review the `.env` files available in various folders. | ||
6. Review the `.env` files available in various folders. | ||
Visit [Environment Setup](./ENV_SETUP.md) to know about various environment variables used in system. | ||
7. Run the docker command to initiate services: | ||
``` | ||
``` | ||
docker compose -f docker-compose-local.yml up -d | ||
``` | ||
|
||
|
@@ -128,6 +124,7 @@ The Plane community can be found on [GitHub Discussions](https://github.com/orgs | |
Ask questions, report bugs, join discussions, voice ideas, make feature requests, or share your projects. | ||
|
||
### Repo Activity | ||
|
||
![Plane Repo Activity](https://repobeats.axiom.co/api/embed/2523c6ed2f77c082b7908c33e2ab208981d76c39.svg "Repobeats analytics image") | ||
|
||
## 📸 Screenshots | ||
|
@@ -190,20 +187,21 @@ Ask questions, report bugs, join discussions, voice ideas, make feature requests | |
|
||
## ⛓️ Security | ||
|
||
If you believe you have found a security vulnerability in Plane, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. | ||
If you believe you have found a security vulnerability in Plane, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. | ||
|
||
Email [email protected] to disclose any security vulnerabilities. | ||
|
||
## ❤️ Contribute | ||
|
||
There are many ways to contribute to Plane, including: | ||
- Submitting [bugs](https://github.com/makeplane/plane/issues/new?assignees=srinivaspendem%2Cpushya22&labels=%F0%9F%90%9Bbug&projects=&template=--bug-report.yaml&title=%5Bbug%5D%3A+) and [feature requests](https://github.com/makeplane/plane/issues/new?assignees=srinivaspendem%2Cpushya22&labels=%E2%9C%A8feature&projects=&template=--feature-request.yaml&title=%5Bfeature%5D%3A+) for various components. | ||
- Reviewing [the documentation](https://docs.plane.so/) and submitting [pull requests](https://github.com/makeplane/plane), from fixing typos to adding new features. | ||
- Speaking or writing about Plane or any other ecosystem integration and [letting us know](https://discord.com/invite/A92xrEGCge)! | ||
- Upvoting [popular feature requests](https://github.com/makeplane/plane/issues) to show your support. | ||
There are many ways to contribute to Plane, including: | ||
|
||
- Submitting [bugs](https://github.com/makeplane/plane/issues/new?assignees=srinivaspendem%2Cpushya22&labels=%F0%9F%90%9Bbug&projects=&template=--bug-report.yaml&title=%5Bbug%5D%3A+) and [feature requests](https://github.com/makeplane/plane/issues/new?assignees=srinivaspendem%2Cpushya22&labels=%E2%9C%A8feature&projects=&template=--feature-request.yaml&title=%5Bfeature%5D%3A+) for various components. | ||
- Reviewing [the documentation](https://docs.plane.so/) and submitting [pull requests](https://github.com/makeplane/plane), from fixing typos to adding new features. | ||
- Speaking or writing about Plane or any other ecosystem integration and [letting us know](https://discord.com/invite/A92xrEGCge)! | ||
- Upvoting [popular feature requests](https://github.com/makeplane/plane/issues) to show your support. | ||
|
||
### We couldn't have done this without you. | ||
|
||
<a href="https://github.com/makeplane/plane/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=makeplane/plane" /> | ||
</a> | ||
</a> |
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"name": "plane-api", | ||
"version": "0.16.0" | ||
"version": "0.17.0" | ||
} |
Oops, something went wrong.