1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-06 14:05:24 +02:00
Commit graph

610 commits

Author SHA1 Message Date
Aline Fauquette
76de5f3593 feat: Change the update strategy in case of persistence
In case planka is installed with a PV associated to the planka pod, to
persist attachments and avatars for example, the default update strategy
for the deployment will fail. The default "rolling update" strategy
would indeed try to start a new pod before stopping the old one. But as
the old pod is attached to the PV, the new pod will fail to attach and
so will stay in "container creating" mode, and the old pod will never be
stopped.

To avoid that, adding a condition on the deployment to use the
"recreate" update strategy if the persistence is enabled. This will
ensure the old pod is stopped and so detached from the PV before trying
to attach the new one.
2024-09-13 14:46:59 +02:00
Maël Gangloff
8fd0f682d9
feat: Google Chat notifications (#867) 2024-09-04 15:33:43 +02:00
Maksim Eltyshev
9699fbe76a feat: Additional httpOnly token for enhanced security in browsers 2024-09-01 09:31:04 +02:00
Aurélien Troncy
4176a62f1a
fix: Update French translation (#862) 2024-08-30 13:27:39 +02:00
Tyler Sweat
c12f0844d7
fix: Update Spanish translation (#861) 2024-08-30 11:50:45 +02:00
Aurélien Troncy
e6644eb745
feat: Ability to show detailed auth errors, set to false by default (#860) 2024-08-30 11:47:29 +02:00
Blyamur
b2e1fba9a0
fix: Update Russian translation (#857) 2024-08-27 16:09:31 +02:00
Maksim Eltyshev
818ae4a6df chore: Update version 2024-08-14 21:39:43 +02:00
Aurélien Troncy
0de0e809ac
fix: Update French translation (#849) 2024-08-14 21:37:02 +02:00
Maksim Eltyshev
da727c0a0b chore: Generate separate file to store version
Closes #848
2024-08-13 22:26:44 +02:00
Ken
4841a65c77
feat: Add Traditional Chinese translation (#846) 2024-08-13 12:53:42 +02:00
Maksim Eltyshev
0ec4b619d9 chore: Update version 2024-08-12 23:23:50 +02:00
Maksim Eltyshev
12f05adde7 fix: Fix styles, refactoring 2024-08-12 23:17:17 +02:00
Arkadiusz Dzięgiel
c594e8bd71
feat: Colorize due date and make it toggleable (#845) 2024-08-12 18:29:50 +02:00
Maksim Eltyshev
f84166406f ref: Refactoring 2024-07-26 20:51:59 +02:00
Fayad
82b2ba298d
feat: Improvements for mobile version (#776) 2024-07-26 19:02:13 +02:00
jaycoolslm
38b6805ba1
fix: Update healthcheck parameters in docker-compose-dev.yml (#834) 2024-07-24 13:10:56 +02:00
dependabot[bot]
6a7a582045
chore(deps): Bump socket.io-parser from 3.3.3 to 3.3.4 in /client (#833)
Bumps [socket.io-parser](https://github.com/Automattic/socket.io-parser) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/Automattic/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/3.3.4/CHANGELOG.md)
- [Commits](https://github.com/Automattic/socket.io-parser/compare/3.3.3...3.3.4)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 12:50:41 +02:00
Blyamur
c53a00b4ba
fix: Update Russian translation (#832) 2024-07-22 16:32:12 +02:00
Blyamur
52103c775b
fix: Update Russian translation (#831) 2024-07-22 16:30:44 +02:00
Maksim Eltyshev
eeb1bd80cc chore: Update version 2024-07-21 19:44:49 +02:00
dependabot[bot]
e6b8538863
chore(deps): Bump ws, engine.io and socket.io-adapter in /server (#830)
Bumps [ws](https://github.com/websockets/ws), [engine.io](https://github.com/socketio/engine.io) and [socket.io-adapter](https://github.com/socketio/socket.io-adapter). These dependencies needed to be updated together.

Updates `ws` from 8.11.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.11.0...8.17.1)

Updates `engine.io` from 6.5.4 to 6.5.5
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/6.5.5/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/6.5.4...6.5.5)

Updates `socket.io-adapter` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/socketio/socket.io-adapter/releases)
- [Changelog](https://github.com/socketio/socket.io-adapter/blob/2.5.5/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-adapter/compare/2.5.4...2.5.5)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: socket.io-adapter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-21 19:42:36 +02:00
Maksim Eltyshev
9dc38932fb feat: Languages with country codes 2024-07-21 19:33:57 +02:00
Aurélien Troncy
e9b4a4adfc
fix: Disable x-powered-by header (#829) 2024-07-21 18:27:26 +02:00
Mazyar Yousefiniyae shad
76c78c7252
feat: Add Persian translation (#828) 2024-07-21 18:21:18 +02:00
Maksim Eltyshev
04f52a63f2 chore: Update version 2024-07-17 14:03:00 +02:00
Maksim Eltyshev
6b16a104b1 docs: Update docker pulls counter 2024-07-16 12:39:57 +02:00
Maksim Eltyshev
aff853c602 ref: Refactoring, fix linting 2024-07-16 12:33:38 +02:00
aleb_the_flash
ad2966c5d6
feat: Improve OIDC support for strict providers (#824) 2024-07-16 12:19:27 +02:00
Maksim Eltyshev
8d74cc1732 chore: Update version 2024-07-15 16:24:31 +02:00
Emmanuel Guyot
ea94fe8bf3
fix: Order users by name (#806) 2024-07-15 15:26:26 +02:00
Αλέξανδρος
6052f8999f
fix: Fix application crashing when webhook is unavailable (#815) 2024-07-15 14:40:33 +02:00
ItzAndriss
67d1b1c194
fix: Update Hungarian translation (#823) 2024-07-15 14:25:31 +02:00
Stephan Michard
b3cb8405f5
fix: Update German translation (#821) 2024-07-15 14:19:06 +02:00
Maksim Eltyshev
7acaec6d04 fix: Fix incorrect related data when transferring card
Closes #431, closes #803
2024-07-15 14:01:06 +02:00
Maksim Eltyshev
72896a66b3 chore: Update version 2024-06-21 12:11:15 +02:00
Maksim Eltyshev
4be4783251 fix: Fix icon spacing for action buttons 2024-06-21 12:01:46 +02:00
HannesOberreiter
5c6c6a0bcf
feat: Add copy link action to card modal (#804) 2024-06-21 11:48:36 +02:00
HannesOberreiter
ba178d66fa
docs: Add types to webhook function (#796) 2024-06-18 15:41:12 +02:00
HannesOberreiter
270ce29f87
feat: Add custom user agent with base url to webhook (#799) 2024-06-18 15:36:51 +02:00
HannesOberreiter
de1ed3c784
ref: Define all possible event types in webhook module (#795) 2024-06-18 15:32:39 +02:00
Maksim Eltyshev
caf8790f28 chore: Update version 2024-06-14 17:18:42 +02:00
Sarah Soo
81436b373d
feat: Ability to specify existing secrets for values in Helm (#791)
Closes #790
2024-06-14 16:41:10 +02:00
NathanVss
cc1e886a31
feat: Ability to allow everyone to create projects (#787) 2024-06-14 16:38:06 +02:00
Maksim Eltyshev
f0e9fe7904 chore: Update version 2024-06-12 09:06:20 +02:00
Gavin Mogan
5fcea5d651
fix: Handle WEBHOOKS env variable being unset (#785)
Closes #784
2024-06-12 08:59:36 +02:00
Maksim Eltyshev
a963d85a66 chore: Update version 2024-06-12 01:02:55 +02:00
Samuel
04b42decef
meta: Add issue templates (#782) 2024-06-12 00:59:37 +02:00
Maksim Eltyshev
c065566c15 feat: Webhooks configuration, all events support, refactoring 2024-06-12 00:51:36 +02:00
HannesOberreiter
3779bdb053
feat: Events via webhook (#771)
Closes #215, closes #656
2024-06-06 20:22:14 +02:00