Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fidelity contributions final repo comments apis #4565

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

yanavasileva
Copy link
Member

No description provided.

prajwolbhandari1 and others added 10 commits May 2, 2024 08:46
…Instance

DELETE /task/{taskId}/comment/{commentId}
  - deletes a comment of a given taskId and commentId
DELETE /task/{taskId}/comment
  - deletes all comments of a given taskId
PUT /task/comment
  - updates a comment
DELETE /process-instance/{processInstanceId}/comment/{commentId}
 - deletes a comment of a given processInstanceId and commentId
DELETE /process-instance/{processInstanceId}/comment.
 - deletes all comments of a given processInstanceId
PUT /process-instance/comment
 - updates a comment

related to: #2551
…nd processInstance

DELETE /task/{taskId}/comment/{commentId}
  - deletes a comment of a given taskId and commentId
DELETE /task/{taskId}/comment
  - deletes all comments of a given taskId
PUT /task/comment
  - updates a comment
DELETE /process-instance/{processInstanceId}/comment/{commentId}
 - deletes a comment of a given processInstanceId and commentId
DELETE /process-instance/{processInstanceId}/comment.
 - deletes all comments of a given processInstanceId
PUT /process-instance/comment
 - updates a comment

related to: #2551
…k and processInstance

DELETE /task/{taskId}/comment/{commentId}
  - deletes a comment of a given taskId and commentId
DELETE /task/{taskId}/comment
  - deletes all comments of a given taskId
PUT /task/comment
  - updates a comment
DELETE /process-instance/{processInstanceId}/comment/{commentId}
 - deletes a comment of a given processInstanceId and commentId
DELETE /process-instance/{processInstanceId}/comment.
 - deletes all comments of a given processInstanceId
PUT /process-instance/comment
 - updates a comment

related to: #2551
…ions/camunda-camunda-bpm-platform into fidelity-contributions-finalRepoCommentsApis
- add revision to comments
- change authorization to task_assign from task_update
- refactor code
- add more java docs
…ions/camunda-camunda-bpm-platform into fidelity-contributions-finalRepoCommentsApis
@yanavasileva yanavasileva added the ci:no-build Prevents any CI stage from running. label Aug 28, 2024
@yanavasileva yanavasileva self-assigned this Aug 28, 2024
@yanavasileva yanavasileva added ci:default-build Runs the builds that have no explicit trigger (e.g. different history levels). ci:migration Runs the process instance migration builds. ci:rest-api Runs extra builds for the REST API (currently only WLS compatibility builds). ci:rolling-update Runs the rolling update builds. and removed ci:no-build Prevents any CI stage from running. labels Aug 29, 2024
prajwolbhandari1 and others added 4 commits September 11, 2024 00:25
- fix verbiage in ftl files
- add standalone tests for delete comment(s) by process instance id and task id
- fix/rewrite sql statement
- write additional process instance tests
- few minor changes
…ions/camunda-camunda-bpm-platform into fidelity-contributions-finalRepoCommentsApis
@yanavasileva yanavasileva added the ci:all-db Runs the builds for all databases. label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:all-db Runs the builds for all databases. ci:default-build Runs the builds that have no explicit trigger (e.g. different history levels). ci:migration Runs the process instance migration builds. ci:rest-api Runs extra builds for the REST API (currently only WLS compatibility builds). ci:rolling-update Runs the rolling update builds.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants