Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

nrwl/nx

Cammisuli closed a pull request on nrwl/nx
fix(core): handle concurrent db connections better (19.8.x)
- add retry mechanism for database operations - Add file locking to ensure safe creation of the database <!-- Please make sure you have read the submission guidelines before posting an PR --> ...
crowmagnumb created a comment on an issue on nrwl/nx
My dependencies are ... "@nx/angular": "19.8.6", "@nx/cypress": "19.8.6", "@nx/esbuild": "19.8.6", "@nx/eslint": "19.8.6", "@nx/eslint-plugin": "19.8.6", ...

View on GitHub

Cammisuli created a comment on an issue on nrwl/nx
Hey all, can you try using this version and see if the issue still persists? `nx migrate 0.0.0-pr-28544-c9de3c0` Also, can you run the nx commands with this set `NX_NATIVE_LOGGING=nx`. There will ...

View on GitHub

Cammisuli created a comment on a pull request on nrwl/nx
I have a potential fix thats in #28544, and I have it published here: `0.0.0-pr-28544-c9de3c0` can you try running `nx migrate 0.0.0-pr-28544-c9de3c0` and see if the issue is still reproducible fo...

View on GitHub

github-actions[bot] created a comment on a pull request on nrwl/nx
Failed to publish a PR release of this pull request, triggered by @Cammisuli. See the failed workflow run at: https://github.com/nrwl/nx/actions/runs/11445549374

View on GitHub

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report CI is running for commit 5c154d0dff4ddbe6e36200ca7de010a94d9a0a4a. [๐Ÿ“‚ Click to track the progress, see the status, the terminal output, and the build insights.](https://stagi...

View on GitHub

vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #1kFF5jx3djbEZCqykyYxnZ78KZeVzJ7qcEQ9f/UaKd4=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbnJ3bC9ueC1kZ...

View on GitHub

Cammisuli opened a pull request on nrwl/nx
fix(core): handle concurrent db connections better
- add retry mechanism for database operations - Add file locking to ensure safe creation of the database <!-- Please make sure you have read the submission guidelines before posting an PR --> ...
Cammisuli created a branch on nrwl/nx

db-fixes-19.8 - Smart Monorepos ยท Fast CI

Cammisuli pushed 1 commit to db-fixes nrwl/nx
  • fix(core): handle concurrent db connections better - add retry mechanism for database operations - Add file locking ... 96eb253

View on GitHub

github-actions[bot] created a comment on a pull request on nrwl/nx
## ๐Ÿณ We have a release for that! This PR has a release associated with it. You can try it out using this command: ```bash npx [email protected] my-workspace ```...

View on GitHub

Cammisuli pushed 1 commit to db-fixes nrwl/nx
  • fix(core): change fs4 dep to be non-wasm only c9de3c0

View on GitHub

github-actions[bot] created a comment on a pull request on nrwl/nx
Failed to publish a PR release of this pull request, triggered by @Cammisuli. See the failed workflow run at: https://github.com/nrwl/nx/actions/runs/11444538300

View on GitHub

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report CI is running for commit 0bbee15a4eef3f9e8fc524efad5dfe0a114ac34a. [๐Ÿ“‚ Click to track the progress, see the status, the terminal output, and the build insights.](https://stagi...

View on GitHub

vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #Sqwd6RYWb/Blx0aNQAyBafLvNPD0S9/xKKexo0gYkEw=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbnJ3bC9ueC1kZ...

View on GitHub

Cammisuli opened a pull request on nrwl/nx
fix(core): handle concurrent db connections better
- add retry mechanism for database operations - Add file locking to ensure safe creation of the database <!-- Please make sure you have read the submission guidelines before posting an PR --> ...
johnnjuki starred nrwl/nx
Cammisuli created a branch on nrwl/nx

db-fixes - Smart Monorepos ยท Fast CI

crowmagnumb created a comment on a pull request on nrwl/nx
Interesting. Well, let me know if I can help you debug in any way.

View on GitHub

bridzius opened an issue on nrwl/nx
Passing --project option to @nx/playwright:playwright invalidates all other NX args.
### Current Behavior Passing `-- --project` as suggested in https://github.com/nrwl/nx/issues/21151#issuecomment-2117591478 will choose the correct Playwright 'project', but will also forcefully i...
xiongemi pushed 9 commits to fix/fix-verdaccio-listenAddress nrwl/nx
  • fix(core): neverConnectToCloud should disable connecting to nxCloud (#28501) closed #28482, #28486 <!-- Please ma... 1806624
  • fix(expo): check if option is not undefined closes #28488 (#28489) ## Current Behavior NX Cannot read properties of... 9b528cc
  • docs(nx-dev): update blog post (#28500) f971c1b
  • fix(react): ensure rspack react app is added to exclude on rspack plugin #28464 (#28515) <!-- Please make sure you h... 112c9f6
  • fix(module-federation): normalize hypen names for runtime library control plugin #28497 (#28512) <!-- Please make su... 768e59e
  • feat(core): allow disabling of tsconfig path sorting in format:write and formatFiles() (#28517) 59bb1c6
  • docs(nx-dev): Remove unused environment variables (#28521) 8b5ee36
  • feat(nextjs): update createNodes to createNodesV2 and add deprecation message (#28527) <!-- Please make sure you hav... 19e765f
  • fix(js): fix listenAddress for verdaccio 238b806

View on GitHub

xiongemi opened a pull request on nrwl/nx
fix(core): createTaskGraph should accept extraTargetDependencies
<!-- 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 tha...
juristr deleted a branch nrwl/nx

nx-dev/cleanup

juristr pushed 1 commit to master nrwl/nx

View on GitHub

juristr closed a pull request on nrwl/nx
fix(nx-dev): cleanup
<!-- 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 y...
bcabanes created a review on a pull request on nrwl/nx

View on GitHub

wcwcaseman created a comment on an issue on nrwl/nx
@jaysoo I was able to open a merge request, please take a look.

View on GitHub

bridzius forked nrwl/nx

bridzius/nx

ndcunningham created a comment on an issue on nrwl/nx
Hey, thanks for reporting an issue. To paraphrase from the [above](https://github.com/nrwl/nx/issues/28322) > As mentioned in [Nx v20 blog post announcement](https://nx.dev/blog/announcing-nx-20#t...

View on GitHub

mhartington deleted a branch nrwl/nx

nx20-blog-updates-pt2

Load more