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
Miroslav Jonaš
b30f3c59cc
docs(linter): update docs for eslint package ( #19649 )
2023-10-19 18:07:12 -04:00
MaxKless
c727a22530
feat(graph): display expanded task inputs ( #19597 )
2023-10-16 16:01:34 -04:00
Jason Jean
660bfb3dc5
chore(repo): speed up build of nx project ( #19066 )
2023-09-08 13:37:02 -04:00
Jason Jean
222b7720d5
chore(repo): update nx to 16.7.0-beta.4 ( #18579 )
2023-08-11 13:18:54 -04:00
MaxKless
d5ceca9499
feat(graph): add more graph to editor communication ( #18315 )
2023-08-02 11:39:53 +02:00
Katerina Skroumpelou
67bd9d7b62
chore(graph): update the syntax of the stories ( #18188 )
2023-08-01 10:11:07 +03:00
MaxKless
f8068b7cf6
feat(graph): add clickable project edge file links in nx console ( #18113 )
2023-07-25 11:10:25 +02:00
MaxKless
835972277c
fix(graph): increase dropdown indicator padding ( #18146 )
2023-07-20 14:46:11 -04:00
Jason Jean
cbb2ca2819
chore(repo): update nx to 16.5.0-beta.0 ( #17826 )
2023-06-28 11:48:02 -04:00
Jason Jean
c780e07ea5
chore(repo): update nx to 16.4.0-beta.16 ( #17739 )
2023-06-23 13:20:45 -04:00