-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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): add ability to add metadata to projects #22299
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 6287f0f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
0219b5a
to
5e305a2
Compare
5e305a2
to
fee6d59
Compare
fee6d59
to
f190665
Compare
f190665
to
497b3db
Compare
497b3db
to
b932b19
Compare
b932b19
to
b63b6c0
Compare
b63b6c0
to
6287f0f
Compare
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. |
Current Behavior
There is no official API for adding metadata to Project Nodes
Expected Behavior
During the
createNodes
process, plugins will be able to add metadata to Project Nodes.2 of these fields will be handled in the future by the
nx graph
app and Nx Cloud:technologies
a. Type:
string[]
b. An array of technologies which the project utilizes
c. ex. React, Angular, Gradle, Cypress
targetGroups
a. Type:
Record<string, string[]>
b. A map of target groups which will be grouped by the project details view as well as Nx Cloud
c. ex.
e2e-ci
The cypress plugin has been updated to update cypress nodes
Related Issue(s)
Fixes #