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

feat(server): Move entity field BI events to server #6025

Merged
merged 4 commits into from
May 18, 2023

Conversation

yuval-hazaz
Copy link
Member

Close: https://github.com/amplication/private-issues/issues/4

PR Details

move entity field events from client to server

PR Checklist

  • Tests for the changes have been added
  • npm test doesn't throw any error

IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.

@nx-cloud
Copy link

nx-cloud bot commented May 17, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit a41faae. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 5 targets

Sent with 💌 from NxCloud.

@yuval-hazaz yuval-hazaz changed the title Feat/entity field server events feat(server): Move entity field BI events to server May 17, 2023
Comment on lines +1976 to +1983
const resourceWithProject = await this.prisma.resource.findUnique({
where: {
id: entity.resourceId,
},
include: {
project: true,
},
});
Copy link
Member

Choose a reason for hiding this comment

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

same comment as for the previous PR related to resourceWithProject 🙃

Copy link
Member Author

Choose a reason for hiding this comment

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

same comment as for the previous PR related to resourceWithProject 🙃

@abrl91 abrl91 merged commit 78f5e0e into feat/entity-server-events May 18, 2023
6 checks passed
@abrl91 abrl91 deleted the feat/entity-field-server-events branch May 18, 2023 08:56
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.

None yet

2 participants