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

HL-175: Delete the deprecated associateEntity and disassociateEntity actions #244

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

akostevich-atlassian
Copy link
Collaborator

@akostevich-atlassian akostevich-atlassian commented Aug 23, 2024

⚠️ WARNING: Please, do not merge the PR before the confirmation from @stannnous or @akostevich-atlassian on the completion of the corresponding platform feature rollout on Atlassian's side.

Context

The PR removes deletes the actions deprecated within #235.

Changes

  • chore: Deletes the deprecated associateEntity and disassociateEntity actions.

Notes

  • The codebase contains several modules with V2 postfix (e.g., entitiesRouterV2), which corresponds to the new implementation. While the PR deletes the old implementation it does not rename modules with the V2 postfix to avoid extra changes and make code review simpler. If needed, please, consider removing the V2 postfix in a separate PR.

@@ -165,7 +165,7 @@ If needed, you could test these APIs directly by mimicking Jira backend.
"id": "${FILE_KEY}",
"ari": "NOT_USED"
},
"associateWith": {
"associatedWith": {
Copy link
Collaborator Author

@akostevich-atlassian akostevich-atlassian Aug 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: Fixed a mistake in the documentation.

@akostevich-atlassian akostevich-atlassian marked this pull request as ready for review August 23, 2024 06:45
@@ -17,17 +17,6 @@ export interface AtlassianProviderUser {
readonly id: string;
}

export class AtlassianAssociation {
Copy link
Collaborator Author

@akostevich-atlassian akostevich-atlassian Aug 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: The whole concept of AtlassianAssociation has been removed from the domain of this app 🥳

CC: @stannnous

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: This code is not related to the deprecated actions but it is not used and can be safely deleted.

Copy link
Collaborator

@Roystbeef Roystbeef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i love delete

@stannnous stannnous merged commit 7ffb771 into main Sep 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants