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

upcoming: [M3-7616] - Add Placement Groups Events and Notifications #10221

Merged
merged 7 commits into from
Mar 8, 2024

Conversation

carrillo-erik
Copy link
Contributor

@carrillo-erik carrillo-erik commented Feb 22, 2024

Description 📝

This PR adds events and notifications for actions related to Placement Groups.
⚠️ Some of the copy is still being discussed and will be updated in the future on a separate PR.
⚠️ There is still ongoing discussion with regards to events with compliance, this will also be addressed in the near future.

Changes 🔄

The following events have been added to the eventMessageGenerator.ts file.

  • placement_group_assign
  • placement_group_created
  • placement_group_assigned
  • placement_group_unassigned
  • placement_group_updated
  • placement_group_deleted

The following notifications have been added to the serverHandlers.ts file.

  • placementGroupCreateEvent
  • placementGroupAssignedEvent

Target release date 🗓️

Please specify a release date to guarantee timely review of this PR. If exact date is not known, please approximate and update it as needed.

Preview 📷

pg-events-notifications

How to test 🧪

Prerequisites

  • Enable the following using the Cloud Manager Dev Tools:
    • Placement Groups feature flag
    • MSW

Verification steps

  • Verify that you are able to see both events in the Notifications Menu.

As an Author I have considered 🤔

  • 👀 Doing a self review
  • ❔ Our contribution guidelines
  • 🤏 Splitting feature into small PRs
  • ➕ Adding a changeset
  • 🧪 Providing/Improving test coverage
  • 🔐 Removing all sensitive information from the code and PR description
  • 🚩 Using a feature flag to protect the release
  • 👣 Providing comprehensive reproduction steps
  • 📑 Providing or updating our documentation
  • 🕛 Scheduling a pair reviewing session
  • 📱 Providing mobile support
  • ♿ Providing accessibility support

Copy link
Contributor

@abailly-akamai abailly-akamai left a comment

Choose a reason for hiding this comment

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

Next step is to add toast notification (at the react query level (onSuccess) related to those events

@carrillo-erik carrillo-erik marked this pull request as ready for review February 26, 2024 17:41
@carrillo-erik carrillo-erik requested a review from a team as a code owner February 26, 2024 17:41
@carrillo-erik carrillo-erik requested review from jdamore-linode and jaalah-akamai and removed request for a team February 26, 2024 17:41
Copy link
Contributor

@abailly-akamai abailly-akamai left a comment

Choose a reason for hiding this comment

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

@carrillo-erik I am not seeing the toast notifications

@carrillo-erik
Copy link
Contributor Author

@carrillo-erik I am not seeing the toast notifications

@abailly-akamai Please review the latest changes.

Copy link

github-actions bot commented Feb 27, 2024

Coverage Report:
Base Coverage: 81.4%
Current Coverage: 81.39%

Copy link
Contributor

@abailly-akamai abailly-akamai left a comment

Choose a reason for hiding this comment

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

Thanks for the changes - all looks good here ✅

};

const onDelete = async () => {
await deletePlacementGroup();
const toastMessage = `Placement Group successfully deleted.`;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
const toastMessage = `Placement Group successfully deleted.`;
const toastMessage = 'Placement Group successfully deleted.';


const payload: UnassignLinodesFromPlacementGroupPayload = {
linodes: [+linodeId ?? -1],
};

const onUnassign = async () => {
await unassignLinodes(payload);
const toastMessage = `Linode successfully unassigned`;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
const toastMessage = `Linode successfully unassigned`;
const toastMessage = 'Linode successfully unassigned';

@carrillo-erik carrillo-erik merged commit 433f3fd into linode:develop Mar 8, 2024
18 checks passed
vrajesh73 added a commit to vrajesh73/manager that referenced this pull request Mar 12, 2024
…eature/namespace-create

* 'develop' of https://github.com/vrajesh73/manager: (89 commits)
  fix: [M3-7269] - Display parent email in user menu when no company name is available for restricted parent user (linode#10248)
  fix: [M3-7817] - Show correct status of Child Account Enabled column for parent users (linode#10233)
  upcoming: [M3-7616] - Add Placement Groups Events and Notifications (linode#10221)
  upcoming: [M3-7816-v2] - Adjust logic for when to show Switch Account button (linode#10266)
  fix: [M3-7831] - Persisting error messages in ACLB delete dialogs (linode#10254)
  upcoming: [M3-7842] - Update Assign Linode Drawer and improve query skipping (linode#10263)
  upcoming: [M3-7704] - Disable Cloning, Private IP, Backups for edge regions (linode#10222)
  test: Fix test flake for Images landing page test (linode#10267)
  fix: [M3-7824] - ACLB TCP Rule Creation and other fixes (linode#10264)
  refactor: [M3-7687] - Linodes Restricted User Experience 2/2 (linode#10227)
  test: Resolve OBJ create and delete E2E test flake (linode#10245)
  upcoming: [M3-7723] - Placement Group feature flag as object (linode#10256)
  chore(deps): Bump sanitize-html from 2.11.0 to 2.12.1 (linode#10247)
  change: [M3-7813] - Allow the disabling of the TypeToConfirm input (linode#10251)
  upcoming: [M3-7839] - Change Business Partner to Parent User (linode#10259)
  upcoming: [M3-7835] - Adjust user table column count (linode#10252)
  upcoming: [M3 7738] - Update Placement Group Create & Edit Drawers (linode#10205)
  refactor: [M3-7437] - Use `@lukemorales/query-key-factory` for Profile Queries (linode#10241)
  fix: React Query `updateInPaginatedStore` helper function not working as expected (linode#10249)
  test: [M3-7497] - Add tests for child user verification banner (linode#10204)
  ...

# Conflicts:
#	packages/manager/src/MainContent.tsx
#	packages/manager/src/dev-tools/FeatureFlagTool.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants