bb-plane-fork/apiserver
shuaixr a03a41ea5f
fix: delete webhook for issues, issue_comments, projects (#6539)
* fix: prevent error when triggering deletion webhook

The deletion webhook was not firing because it attempted to retrieve
data after deletion, causing a failure.

According to the webhook documentation https://developers.plane.so/webhooks/intro-webhooks, the delete event should only contain
id, so the fix aligns with this expected behavior.

* fix: make delete_comment_activity include comment_id

The delete issues comment webhook requires comment_id

* fix: trigger webhook on project delete
2025-02-03 14:53:40 +05:30
..
bin fix: adding secret key variable in newline (#5361) 2024-08-16 11:57:52 +05:30
plane fix: delete webhook for issues, issue_comments, projects (#6539) 2025-02-03 14:53:40 +05:30
requirements fix: upgrade django version to fix vulneribility 2025-01-15 14:42:36 +05:30
templates [WEB - 1749] chore: send email when a user is added to the project (#4952) 2024-06-27 20:45:30 +05:30
.env.example chore: soft deletion of cycle and module (#5884) 2024-10-22 14:21:26 +05:30
back_migration.py chore: formatting changes 2024-11-21 17:42:44 +05:30
Dockerfile.api fix: instance changelog url updated 2024-12-10 21:03:44 +05:30
Dockerfile.dev fix: updated changelog url in apiserver 2024-12-10 20:28:51 +05:30
file.txt dev: remove unused packages (#3009) 2023-12-07 19:59:35 +05:30
manage.py chore: formatting changes 2024-11-21 17:42:44 +05:30
package.json fix: updated package version 2024-12-10 21:02:29 +05:30
Procfile dev: remove gunicorn config (#1999) 2023-08-29 13:45:25 +05:30
pyproject.toml chore: pyporject toml changes 2024-11-21 18:00:02 +05:30
requirements.txt build: merge frontend and backend into a single repo 2022-11-30 02:47:42 +05:30
runtime.txt fix: upgrading the python runtime version 2024-09-10 20:44:38 +05:30