plane
plane copied to clipboard
🔥🔥🔥 Open-source Jira, Linear, Monday, and ClickUp alternative. Plane is a modern project management platform to manage tasks, sprints, docs, and triage.
### Description Added a Back to workspace button to the notifications sidebar header so users can easily navigate from /[workspaceSlug]/notifications back to the workspace home. The back button: - Uses...
### Description This PR adds `uv` as package manager for the `api` Python app. Dockerfile has been refactored to be multi-stage as well as producing "production", "dev" and "test" images...
I followed https://developers.plane.so/self-hosting/methods/docker-compose#install-community-edition. I think it all worked. But when I visit the URL. I get `This site can’t be reached` `ERR_CONNECTION_REFUSED` Did I missed anything in the plane.env?
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior No matter what is set in the `CORS_ALLOWED_ORIGINS` variable, it seems...
### Description - rename `IssueUserProperty` to `ProjectUserProperty` - add fields `sort_order` and `preferences` to `ProjectUserProperty` - migration script for migrating data from `ProjectMembers` to `ProjectUserProperty` - change references of `IssueUserProperty`...
### Description Fixes issue #8221 ### Type of Change - [ ] Bug fix ### Screenshots and Media (if applicable) ### Test Scenarios ### References --- > [!NOTE] > Adds...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary Add Inbox navigation item to the primary mobile sidebar to streamline access...
### Description added sorting of page in project level pages. ### Type of Change - [x] Feature (non-breaking change which adds functionality) ## Summary by CodeRabbit ## Release Notes *...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior ref: https://github.com/makeplane/plane/issues/8100 this is still an issue. was able to reproduce...
- Updated Dockerfiles to use Caddy as the web server instead of nginx. - Added Caddyfile configurations for both admin and web services. - Implemented rate limiting in Caddy using...