12 Commits

Author SHA1 Message Date
Emily Xiong
da9d84c62a
chore(core): increase verdaccio max_body_size to 20mb (#31260)
<!-- 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 -->
Got error: "413 Payload Too Large - PUT http://localhost:4873/nx -
request entity too large"
<img width="873" alt="Screenshot 2025-05-16 at 4 23 17 PM"
src="https://github.com/user-attachments/assets/fd151405-6f4a-4987-b9cd-63b5dc9cef2f"
/>


## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
increase body size to avoid this error

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

Fixes #
2025-05-17 19:12:57 -04:00
Gustavo Perdomo
3a164a22de
feat(nx-plugin): added support for vitest test runner (#29140)
<!-- 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 -->
Nx Plugin do not have the option to use Vitest as test runner

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
This PR allow us to use Vitest as test runner in plugins projects.

Vitest for e2e targets is still missing and a new PR will be raised
after https://github.com/nrwl/nx/issues/29139 is fixed

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

Fixes #22882
2024-12-20 08:53:29 -05:00
Jason Jean
90c811adc8
Revert "chore(repo): increate npm fetch retires count and timeout (#1… (#19283) 2023-09-21 15:39:50 -04:00
Emily Xiong
ed0456e798
chore(repo): increate npm fetch retires count and timeout (#19191) 2023-09-21 13:42:39 -04:00
Juri Strumpflohner
0957a99215
chore(repo): increase Verdaccio fail limits (#18286) 2023-07-25 11:12:14 -04:00
Emily Xiong
c3e08b3809
chore(testing): change e2e setup to use @nx/js (#17679) 2023-06-21 15:23:16 -04:00
Juri Strumpflohner
2341a42f77
chore(repo): add 1hr cache to verdaccio uplink (#16894) 2023-05-11 11:48:53 -04:00
Benjamin Cabanes
66e4e85067
feat(core): new nx starter (#7912) 2021-12-03 11:05:09 -05:00
Linbudu
ebee6388cf
feat(workspace): Enable run-commands preferLocal option by default (#6807) 2021-09-15 13:08:39 -04:00
Phillip Barta
cbfbcd3755
chore(misc): updated verdaccio config files and local registry scripts (#5703) 2021-05-18 17:27:48 +02:00
Juri Strumpflohner
6ee67d0b79
chore(core): adjust verdaccio storage location to point to build (#2994) 2020-05-12 17:34:52 -04:00
Jason Jean
89e8379f8d
feat(repo): improve local-registry publishing (#2979) 2020-05-11 01:22:17 -04:00