[PR #1022] [CLOSED] Sync latest Planka update #1170

Closed
opened 2026-02-04 21:54:44 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1022
Author: @cliffordacion
Created: 2/4/2025
Status: Closed

Base: masterHead: feature/sync-fork


📝 Commits (10+)

  • 52f484d chore: fix development build
  • 349b0da fix: sails-postgres not starting up
  • 1c9a427 feat: initial mention feature
  • 5a270f5 feat: improve mention
  • a12ce82 feat: convert mention to a markdown link
  • c3add4f feat: notify mentioned users
  • 02a9528 refactor: notify mention
  • a09f417 chore: update docker files
  • c9437db chore: update docker files
  • 10e0484 update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/1022 **Author:** [@cliffordacion](https://github.com/cliffordacion) **Created:** 2/4/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/sync-fork` --- ### 📝 Commits (10+) - [`52f484d`](https://github.com/plankanban/planka/commit/52f484d051dd9a8045513a1cebce934a364c4ba9) chore: fix development build - [`349b0da`](https://github.com/plankanban/planka/commit/349b0da3731e09f2e651a16ed8de9960888b7c2d) fix: sails-postgres not starting up - [`1c9a427`](https://github.com/plankanban/planka/commit/1c9a42781c3b178b58dd66a17e049c2865fe45ce) feat: initial mention feature - [`5a270f5`](https://github.com/plankanban/planka/commit/5a270f51e629215fd3b3432f77959317913568d1) feat: improve mention - [`a12ce82`](https://github.com/plankanban/planka/commit/a12ce827d463821b0f1daca4ace34d2bd50b61e5) feat: convert mention to a markdown link - [`c3add4f`](https://github.com/plankanban/planka/commit/c3add4fc9278426392c61906bbd536ab9e244b05) feat: notify mentioned users - [`02a9528`](https://github.com/plankanban/planka/commit/02a9528a77030d4954e3398fac29250ecec44db0) refactor: notify mention - [`a09f417`](https://github.com/plankanban/planka/commit/a09f417439acdabe75b1164515c33f68aee4dee4) chore: update docker files - [`c9437db`](https://github.com/plankanban/planka/commit/c9437db6e39095d320e99830301b693c273af42f) chore: update docker files - [`10e0484`](https://github.com/plankanban/planka/commit/10e0484492ce2696e48ffd566df58730ad203cd5) update docker-compose-prod.yml ### 📊 Changes **22 files changed** (+333 additions, -60 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:54:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1170