Ecosyste.ms: Timeline

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

nrwl/nx

MJez29 opened a pull request on nrwl/nx
cleanup(linter): remove unused basePath parameter
<!-- 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...
Cammisuli pushed 1 commit to db-fixes nrwl/nx
  • chore(core): add retry_on_busy for more operations cbd2dad

View on GitHub

demirtasdurmus created a comment on an issue on nrwl/nx
Any progress or ideas on this one? ![Image](https://github.com/user-attachments/assets/7ad4adff-a6cf-4217-9ede-a36c3d64fdbe) ![Image](https://github.com/user-attachments/assets/73888858-dbc1-4b20...

View on GitHub

leggomuhgreggo created a comment on an issue on nrwl/nx
Also seeing this issue. I ran: ``` export NX_NATIVE_LOGGING=nx && pnpm nx run order:start --verbose --skip-nx-cache ``` ``` [NX CLOUD] Verifying current cloud bundle [NX CLOUD] A local bundle...

View on GitHub

xiongemi created a comment on an issue on nrwl/nx
for the local target, ` "command": "nx run-many --parallel=2 -t serve -p dev-tools-local-api,common-serverless-application"` is considered to be one command, so when readyWhen got hit, it will kill...

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
  • fixup! fix(core): handle db errors better 73b1b41

View on GitHub

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report We didn't find any information for the current pull request with the commit ba5fe01ba9b1c9c78a73d76bb02d8f94424ea9e5. Please verify you are running the latest version of the [...

View on GitHub

vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #ahr/2M5xbwHGGiV33+TRoxqZxRERGZQQYATy3VUACVs=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbnJ3bC9ueC1kZ...

View on GitHub

isaacplmann opened a pull request on nrwl/nx
docs(core): single tenant section
- Remove on-premise Nx Cloud docs from navigation - Expand single tenant Nx Cloud documentation
isaacplmann created a branch on nrwl/nx

docs/single-tenant-section - Smart Monorepos ยท Fast CI

ComradeCow opened an issue on nrwl/nx
`getPackageManagerCommand` forces legacy peer dependency behaviors when using NPM.
### Current Behavior We have a packaging executor which will take a built application and zip it up for deployment. It works by taking the output of `@nx/esbuild:esbuild` with `generatePackageJson...
mhartington pushed 1 commit to website-20 nrwl/nx
  • docs(core): update release blog post (#28526) f06a78f

View on GitHub

kustomq created a comment on an issue on nrwl/nx
> Also, can you run the nx commands with this set `NX_NATIVE_LOGGING=nx`. There will be a bunch of logs when running any nx commands, so try saving the output to a file. Installed `[email protected]...

View on GitHub

ThePlenkov created a comment on a pull request on nrwl/nx
@JamesHenry let's see if it works now. Is it a right way to create PR? ( from the fork branch, not from master )

View on GitHub

ThePlenkov created a comment on a pull request on nrwl/nx
picked up wrong commit - updating the branch now..

View on GitHub

xiongemi created a comment on an issue on nrwl/nx
I submitted a PR to fix the graph issue: https://github.com/nrwl/nx/pull/28542/files. After merging this PR, the task graph should reflect the order in which tasks are run. The issue with the targ...

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

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report CI is running for commit 9161402ab4aa6e6666517a754b12ce7ed6038d76. [๐Ÿ“‚ 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]: #RbXdD1gJ4W63epT/6W/Rp2hizkR1zBohzWpog9eFYX4=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJyb290RGlyZWN0b3J5IjpudWxsLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL...

View on GitHub

ThePlenkov opened a pull request on nrwl/nx
Fix package manager determintation
Recreated from #28202 ### Current Behavior Currently create-nx-workspace determines package manager based on the invoker's path and it might be totally misleading if some names are used in the...
ThePlenkov created a comment on a pull request on nrwl/nx
@JamesHenry I'll create another PR better then

View on GitHub

ThePlenkov closed a pull request on nrwl/nx
fix(core): fix package manager determination logic
## Current Behavior Currently create-nx-workspace determines package manager based on the invoker's path and it might be totally misleading if some names are used in the path such as /ubuntu/my_pr...
Cammisuli pushed 1 commit to db-fixes nrwl/nx
  • fixup! fix(core): use `unix-dotfiles` vfs c61e456

View on GitHub

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

Load more