[PR #687] [CLOSED] Plankanban master #1070

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/687
Author: @Jyrezo
Created: 4/7/2024
Status: Closed

Base: masterHead: plankanban-master


📝 Commits (6)

📊 Changes

35 files changed (+8709 additions, -8955 deletions)

View changed files

.github/workflows/build-and-push-docker-base-image.yml (+0 -44)
.github/workflows/build-and-push-docker-image-dev.yml (+0 -107)
.github/workflows/build-and-push-docker-image.yml (+0 -42)
.github/workflows/helm-chart-release.yml (+0 -43)
📝 .gitignore (+2 -0)
.husky/pre-commit (+0 -4)
📝 charts/planka/Chart.yaml (+31 -31)
📝 charts/planka/templates/deployment.yaml (+141 -141)
📝 charts/planka/values.yaml (+182 -182)
📝 client/.env (+1 -1)
📝 client/src/actions/cards.js (+132 -132)
📝 client/src/api/cards.js (+94 -94)
📝 client/src/components/Card/ActionsStep.jsx (+260 -260)
📝 client/src/components/Card/Card.jsx (+262 -262)
📝 client/src/components/CardModal/CardModal.jsx (+600 -600)
📝 client/src/constants/ActionTypes.js (+266 -266)
📝 client/src/constants/EntryActionTypes.js (+179 -179)
📝 client/src/containers/CardContainer.js (+80 -80)
📝 client/src/containers/CardModalContainer.js (+115 -115)
📝 client/src/entry-actions/cards.js (+123 -123)

...and 15 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/687 **Author:** [@Jyrezo](https://github.com/Jyrezo) **Created:** 4/7/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `plankanban-master` --- ### 📝 Commits (6) - [`e84f777`](https://github.com/plankanban/planka/commit/e84f7771f734732242656221e8ce7e63c1da5711) Add 'prod' to .gitignore - [`74f3441`](https://github.com/plankanban/planka/commit/74f3441c84d81d95a65e3d49035ee6b21ff0dcc6) Remove unused GitHub Actions workflows - [`e14638d`](https://github.com/plankanban/planka/commit/e14638d9969a9d6881bb7f5847db5c47be6f0c09) Change Version Name - [`693690c`](https://github.com/plankanban/planka/commit/693690c94adb6ef0baac5efd19b265c31b0739a5) Switch to Beta - [`41161d1`](https://github.com/plankanban/planka/commit/41161d13e94063101af324150ac0d5d9334afc92) Merge branch 'master' of https://github.com/plankanban/planka into plankanban-master - [`86a68e2`](https://github.com/plankanban/planka/commit/86a68e2d96ea4494f01f5d98b77cb0d02a6d3250) Push changes ### 📊 Changes **35 files changed** (+8709 additions, -8955 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/build-and-push-docker-base-image.yml` (+0 -44) ➖ `.github/workflows/build-and-push-docker-image-dev.yml` (+0 -107) ➖ `.github/workflows/build-and-push-docker-image.yml` (+0 -42) ➖ `.github/workflows/helm-chart-release.yml` (+0 -43) 📝 `.gitignore` (+2 -0) ➖ `.husky/pre-commit` (+0 -4) 📝 `charts/planka/Chart.yaml` (+31 -31) 📝 `charts/planka/templates/deployment.yaml` (+141 -141) 📝 `charts/planka/values.yaml` (+182 -182) 📝 `client/.env` (+1 -1) 📝 `client/src/actions/cards.js` (+132 -132) 📝 `client/src/api/cards.js` (+94 -94) 📝 `client/src/components/Card/ActionsStep.jsx` (+260 -260) 📝 `client/src/components/Card/Card.jsx` (+262 -262) 📝 `client/src/components/CardModal/CardModal.jsx` (+600 -600) 📝 `client/src/constants/ActionTypes.js` (+266 -266) 📝 `client/src/constants/EntryActionTypes.js` (+179 -179) 📝 `client/src/containers/CardContainer.js` (+80 -80) 📝 `client/src/containers/CardModalContainer.js` (+115 -115) 📝 `client/src/entry-actions/cards.js` (+123 -123) _...and 15 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:47:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1070