mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1022] [CLOSED] Sync latest Planka update #1170
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/1022
Author: @cliffordacion
Created: 2/4/2025
Status: ❌ Closed
Base:
master← Head:feature/sync-fork📝 Commits (10+)
52f484dchore: fix development build349b0dafix: sails-postgres not starting up1c9a427feat: initial mention feature5a270f5feat: improve mentiona12ce82feat: convert mention to a markdown linkc3add4ffeat: notify mentioned users02a9528refactor: notify mentiona09f417chore: update docker filesc9437dbchore: update docker files10e0484update docker-compose-prod.yml📊 Changes
22 files changed (+333 additions, -60 deletions)
View changed files
➕
.env.example(+2 -0)📝
.gitignore(+2 -0)📝
Dockerfile(+8 -2)📝
client/package.json(+1 -1)📝
client/src/components/CardModal/Activities/Activities.jsx(+4 -1)📝
client/src/components/CardModal/Activities/CommentAdd.jsx(+44 -7)📝
client/src/components/CardModal/Activities/ItemComment.jsx(+5 -2)📝
client/src/components/CardModal/CardModal.jsx(+1 -0)➕
client/src/components/Tag/Tag.jsx(+51 -0)➕
client/src/components/Tag/Tag.module.scss(+10 -0)➕
client/src/components/Tag/index.js(+3 -0)➕
client/src/hooks/use-mention.js(+59 -0)➕
client/src/utils/replace-mentions-with-name.js(+20 -0)📝
docker-backup.sh(+2 -2)📝
docker-compose-dev.yml(+14 -30)📝
docker-compose.yml(+15 -5)📝
docker-restore.sh(+13 -3)📝
package.json(+2 -0)📝
server/api/controllers/comment-actions/create.js(+8 -1)📝
server/api/helpers/actions/create-one.js(+5 -2)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.