MaxKless
c7f60fcf54
fix(graph): reload graph app only when hash changes in watch mode ( #23434 )
2024-05-16 10:23:53 -04:00
Emily Xiong
fd5ea92062
fix(nx-dev): fix project details in nx dev ( #23175 )
...
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
fix project details in nx dev
add metadata to nx dev's project details json
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-05-03 20:07:32 -04:00
Emily Xiong
f73d6530a1
fix(graph): add grayscale to technology icon ( #23107 )
...
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-05-03 12:08:36 -04:00
Emily Xiong
bacdc799b4
fix(graph): remove redux and useState and useContext hook ( #23085 )
...
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-05-02 13:38:23 -04:00
MaxKless
2e85b1dbe5
fix(graph): remove dangling - and move button when PDV is rendered in console ( #23144 )
2024-05-02 18:24:51 +02:00
Emily Xiong
4f4f77c68f
fix(graph): use class sticky for sticky header ( #23082 )
2024-05-01 11:10:19 -04:00
Jack Hsu
8cf7191809
feat(graph): show tooltips that were previously hidden due to upublished docs ( #23099 )
2024-05-01 10:57:18 -04:00
MaxKless
c8d44b0355
feat(graph): show partial project graph & errors in graph app ( #22838 )
2024-04-30 11:35:07 -04:00
Jack Hsu
4fd731f508
chore(repo): update to 19.0.0-beta.7 and deep import webpack plugins ( #23074 )
2024-04-29 13:53:22 -04:00
Emily Xiong
aa82f031c3
feat(graph): add target groups and technology icon ( #22839 )
2024-04-29 13:52:07 -04:00
Emily Xiong
f167bade10
feat(graph): add loading spinner on project details ( #23023 )
2024-04-26 11:13:41 -04:00
Jack Hsu
973244970f
chore(repo): use @nx/webpack/plugin to infer graph client targets ( #22955 )
2024-04-24 09:45:35 -04:00
Jack Hsu
bc43243498
chore(repo): add eslint and jest plugins to use inferred targets ( #22946 )
2024-04-23 21:52:13 -04:00
MaxKless
b37bfdb1af
fix(graph): don't listen to system theme changes in console ( #22938 )
2024-04-22 21:59:07 -04:00
Rares Matei
55a933855c
docs(nx-cloud): update release notes ( #22915 )
2024-04-22 17:12:36 +01:00
Nicholas Cunningham
4d6cd36f5c
feat(nx-dev): new main navigation menu ( #22829 )
...
It adds a new main navigation menu on the website and in the documentation, offering more choices and simpler access to different parts of the content for the visitor.
Co-authored-by: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com>
2024-04-18 11:24:34 -04:00
MaxKless
e05cb4f689
fix(core): repair sourcemap creation in createNodes ( #22851 )
2024-04-17 09:03:16 -04:00
Jack Hsu
fa5c99f666
feat(graph): remove polyfills from graph client ( #22494 )
2024-03-26 15:42:20 -04:00
Jason Jean
ec59d2ca98
chore(repo): update nx to 18.1.0-beta.5 ( #22191 )
2024-03-07 09:40:14 -05:00
MaxKless
d2cd822953
fix(graph): show command property as monospace ( #21997 )
...
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2024-03-06 15:31:21 -05:00
Jason Jean
9d5bdbe884
chore(graph): disable failing e2e graph test ( #22186 )
2024-03-06 14:54:45 -05:00
Emily Xiong
e1843ee01a
feat(graph): add spinner on the projects page ( #22149 )
2024-03-06 13:03:16 -05:00
Emily Xiong
a3ef2c6c3f
feat(graph): add error boundary error page for project details ( #22007 )
...
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
2024-03-05 13:52:21 -05:00
Isaac Mann
61436a64ef
docs(core): inferred targets ( #21167 )
...
Co-authored-by: Katerina Skroumpelou <mandarini@users.noreply.github.com>
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
Co-authored-by: Victor Savkin <mail@vsavkin.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2024-02-03 00:14:05 -05:00
MaxKless
8460ee0d32
fix(graph): fix openen project details with expanded target from external api ( #21548 )
2024-02-02 13:31:28 -05:00
MaxKless
65ba819019
fix(graph): don't show open config button on nx.dev & refactor tooltips ( #21463 )
2024-02-01 16:47:26 +00:00
Emily Xiong
a9378415bf
fix(graph): fix expand when using external api ( #21433 )
2024-01-31 11:51:20 -05:00
MaxKless
8a294b1823
fix(graph): repair externalApiService usage broken after refactor ( #21422 )
2024-01-30 08:13:12 -07:00
Jack Hsu
b4029e09ed
feat(misc): hide unpublished links in project details view ( #21362 )
2024-01-26 15:52:23 -05:00
MaxKless
12d7caa099
cleanup(graph): misc project details view enhancements ( #21311 )
2024-01-26 16:00:58 +00:00
Emily Xiong
4a4917b628
fix(graph): fix 404 when / in name ( #21318 )
2024-01-25 10:35:56 -05:00
Jack Hsu
7b680ec68c
feat(docs): add {% project-details %} as a tag in markdown docs ( #21288 )
...
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
2024-01-24 12:53:03 -05:00
Jack Hsu
2e2dada8c0
fix(graph): correct value when inputs/outputs are copied ( #21245 )
2024-01-19 15:31:33 -05:00
Colum Ferry
b97037ebd1
feat(graph): show open config button in graph web ( #21181 )
...
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2024-01-19 14:05:09 -05:00
Colum Ferry
8bd20e5928
feat(graph): add tooltips to project details view ( #21205 )
2024-01-19 14:04:14 -05:00
MaxKless
b5ffb85874
fix(graph): refresh pdv periodically in watch mode ( #21218 )
...
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2024-01-18 17:59:10 -05:00
Katerina Skroumpelou
66929530b1
feat(graph): hover to see source & more UI updates ( #21182 )
...
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2024-01-18 17:34:54 -05:00
MaxKless
e4e7f54bfb
fix(graph): take vscode light/dark theme into account ( #21208 )
2024-01-18 12:04:03 -05:00
MaxKless
ddebb4d4f3
feat(graph): allow expanding target when opening pdv from external api ( #21189 )
2024-01-18 10:57:32 -05:00
Jack Hsu
8ccf327b1a
feat(graph): decouple graph client from nx.dev <Fence> component ( #21186 )
2024-01-17 21:00:36 -05:00
Jason Jean
cd01ec685e
chore(graph): fix the vh of the project graph shell ( #21192 )
2024-01-17 16:09:31 -05:00
Jason Jean
49cff89908
feat(misc): add layout for project details view ( #21172 )
2024-01-17 13:02:45 -05:00
MaxKless
e38b0bb6f4
feat(graph): rework pdv target section & remove unused code ( #21159 )
2024-01-16 20:12:34 +00:00
Colum Ferry
0f691d5ff0
chore(graph): cleanup missed console.log from debug ( #21160 )
2024-01-16 13:21:30 +01:00
Rares Matei
9747eead55
chore(repo): revert env var propagation ( #21131 )
...
Co-authored-by: Colum Ferry <cferry09@gmail.com>
2024-01-15 09:23:35 -05:00
MaxKless
b97c869279
feat(graph): add nx console data loader ( #20744 )
2024-01-11 15:42:57 -05:00
Miroslav Jonaš
03257e2503
feat(linter): move common options to target defaults ( #20583 )
2024-01-09 09:12:47 +00:00
Katerina Skroumpelou
3befa3a22d
chore(repo): update nx to 17.2.0-beta.14 ( #20601 )
2023-12-06 13:10:44 -05:00
MaxKless
75cc561e9d
feat(graph): add project details view ( #20466 )
...
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-12-04 09:53:19 -05:00
Craigory Coppola
30d94f76ee
cleanup(core): remove async flag from signature of buildProjectsConfigurationsFromProjectPathsAndPlugins ( #20228 )
2023-11-17 15:31:03 -05:00