12 Commits

Author SHA1 Message Date
Jason Jean
bb92857b21
chore(repo): make publishing depend on build targets (#27080)
<!-- 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` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
<!-- This is the behavior we have today -->

Populating the local registry for e2e tests is not dependent on the
builds but runs them. It sometimes gets cache misses for some builds
thus making that inconsistent.


https://staging.nx.app/runs/FxIwbj6UQo/task/%40nx%2Fnx-source%3Apopulate-local-registry-storage

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

Populating the local registry for e2e tests is dependent on the builds
and does not run them within itself. In the CI pipeline, this ensures
that the build tasks are run first.


https://staging.nx.app/runs/NUrFeUBbQk/task/%40nx%2Fnx-source%3Apopulate-local-registry-storage

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
2024-07-24 15:46:09 -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
Katerina Skroumpelou
3befa3a22d
chore(repo): update nx to 17.2.0-beta.14 (#20601) 2023-12-06 13:10:44 -05:00
Craigory Coppola
30d94f76ee
cleanup(core): remove async flag from signature of buildProjectsConfigurationsFromProjectPathsAndPlugins (#20228) 2023-11-17 15:31:03 -05:00
Jason Jean
c7d0d21761
chore(repo): update nx to 17.1.0-beta.4 (#20124) 2023-11-08 13:01:06 -05:00
Jason Jean
cd66a55fde
chore(repo): update nx to 17.0.0-rc.0 (#19691) 2023-10-18 12:08:25 -04:00
Katerina Skroumpelou
87bb11ed0b
feat(nx-dev): only show the first 5 sources in ai chat (#19331) 2023-09-28 11:07:37 -04:00
Jack Hsu
3b3fc92928
feat(nx-dev): improve initial prompt of the AI Chat to remove bad responses (#19244) 2023-09-20 17:29:57 +00:00
Katerina Skroumpelou
fb1c39f3b6
feat(nx-dev): add embeddings for community plugins (#19168) 2023-09-14 13:36:42 -04:00
Katerina Skroumpelou
ed6d7f721f
feat(nx-dev): get the correct query for ai feedback (#18961) 2023-09-01 17:18:19 +03:00
Katerina Skroumpelou
1931390bd0
feat(nx-dev): improve link text for ai docs (#18943) 2023-09-01 09:50:50 +03:00
Katerina Skroumpelou
1abe35c52b
feat(nx-dev): move all the querying logic to edge function (#18834) 2023-08-31 09:49:33 -04:00