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(core): re-enable running plugins in isolation #22527

Merged

Conversation

AgentEnder
Copy link
Member

@AgentEnder AgentEnder commented Mar 26, 2024

This reverts commit c01b566.

Current Behavior

Plugin isolation was reverted.

Expected Behavior

Plugin isolation was un-reverted behind a flag which is NX_ISOLATE_PLUGINS=true

Related Issue(s)

Fixes #

Copy link

vercel bot commented Mar 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Apr 4, 2024 10:07pm

@AgentEnder AgentEnder force-pushed the feat/plugin-isolation-behind-flag branch from 057d270 to bf22c0b Compare March 26, 2024 22:27
@AgentEnder AgentEnder force-pushed the feat/plugin-isolation-behind-flag branch from bf22c0b to 4258ae0 Compare March 27, 2024 19:18
@AgentEnder AgentEnder force-pushed the feat/plugin-isolation-behind-flag branch from 4258ae0 to 12fc486 Compare March 27, 2024 20:18
@AgentEnder AgentEnder force-pushed the feat/plugin-isolation-behind-flag branch from 12fc486 to bc2fe87 Compare March 27, 2024 20:32
@AgentEnder AgentEnder force-pushed the feat/plugin-isolation-behind-flag branch from bc2fe87 to 9ece602 Compare March 27, 2024 21:01
@AgentEnder AgentEnder force-pushed the feat/plugin-isolation-behind-flag branch from 9ece602 to a7af95f Compare March 27, 2024 21:46
@AgentEnder AgentEnder force-pushed the feat/plugin-isolation-behind-flag branch from a7af95f to 49fee61 Compare March 28, 2024 14:15
@AgentEnder AgentEnder force-pushed the feat/plugin-isolation-behind-flag branch from 49fee61 to 0536012 Compare March 28, 2024 14:59
@AgentEnder AgentEnder force-pushed the feat/plugin-isolation-behind-flag branch from 0536012 to bcd7337 Compare April 2, 2024 13:42
@AgentEnder AgentEnder force-pushed the feat/plugin-isolation-behind-flag branch from bcd7337 to b61b9b8 Compare April 3, 2024 21:04
@AgentEnder AgentEnder force-pushed the feat/plugin-isolation-behind-flag branch from ac7da86 to 1647d55 Compare April 4, 2024 22:06
Copy link
Collaborator

@FrozenPandaz FrozenPandaz left a comment

Choose a reason for hiding this comment

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

Please address this in a new PR.

)
)
);
const [plugins] = await loadNxPlugins(nxJson?.plugins ?? [], workspaceRoot);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Make sure this gets cleaned up.

@FrozenPandaz FrozenPandaz marked this pull request as ready for review April 9, 2024 22:35
@FrozenPandaz FrozenPandaz merged commit 7a7cbec into nrwl:master Apr 9, 2024
6 checks passed
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants