Ecosyste.ms: Timeline

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

nrwl/nx

Stanzilla opened a pull request on nrwl/nx
Update installation.md instructions for yarn
<!-- 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...
jaysoo pushed 1 commit to 20.0.x nrwl/nx
  • fix(core): handle concurrent db connections better (#28544) 4a1737b

View on GitHub

Stanzilla forked nrwl/nx

Stanzilla/nx

JamesHenry deleted a branch nrwl/nx

db-fixes

JamesHenry pushed 1 commit to master nrwl/nx
  • fix(core): handle concurrent db connections better (#28544) d3df76f

View on GitHub

JamesHenry closed an issue on nrwl/nx
NX parallel tasks fail with the error: "NX disk I/O error.
### Current Behavior Parallel tasks have started failing with the error: "NX disk I/O error" ### Expected Behavior Parallel tests have to be finished without error ### GitHub Repo _No respon...
JamesHenry closed 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 --> ...
JamesHenry created a review on a pull request on nrwl/nx

View on GitHub

wereHamster created a comment on an issue on nrwl/nx
My TMPDIR right now is `/var/folders/7s/dlmpd6y94313nwn6q4mtwmf00000gn/T/nix-shell.3MvbCw` (65 characters). I've never had problems before this limit was introduced in Nx, I've been using Nx long b...

View on GitHub

jaysoo pushed 14 commits to 20.0.x nrwl/nx
  • fix(rspack): removed webpack-sources import (#28447) removed the webpack-sources import and replaced it with the sou... 7f69f27
  • chore(nx-dev): ignore anchors on changelog page (#28540) Do not check anchor links pointing to the changelog page 7e326e5
  • docs(core): update release blog post (#28526) <!-- Please make sure you have read the submission guidelines before ... b61be19
  • fix(nx-dev): cleanup c8620d1
  • fix(core): not to cache entire workspace root (#28552) <!-- Please make sure you have read the submission guidelines... ed350a4
  • docs(core): remove reference to remote cache API (#28505) Remove outdated reference to remote cache API 7284bab
  • docs(core): move powerpack features to enterprise section (#28528) - Makes a new Enterprise section under the Nx sec... aa3d1d8
  • docs(core): ts project references in npm tutorial (#28504) Update the npm workspaces tutorial to use typescript proj... 7aca936
  • docs(nx-dev): update powerpack features description (#28566) b50c8db
  • fix(core): make sure yarn berry correctly resolves latest version during nx add (#28580) 5336aa0
  • docs(core): single tenant section (#28548) - Remove on-premise Nx Cloud docs from navigation - Expand single tenant... e194a00
  • fix(nx-dev): powerpack content update 7c72733
  • chore(core): task distribution defaults to off (#28587) - Updates workspace:ci-workflow generator to disable task di... a4f7b96
  • cleanup(misc): remove unused migrations (#28591) This PR removes migrations that are unused in our packages. Othe... 5da14f4

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

wcwcaseman created a comment on an issue on nrwl/nx
@Coly010 The issue is not resolved in the latest version of NX. I will look into spinning up a demo repo to reproduce this issue and the related issues that occur during build.

View on GitHub

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# ☁️ Nx Cloud Report CI is running for commit c849fba77ada21dd57c9290496b2e615a358f163. [📂 Click to track the progress, see the status, the terminal output, and the build insights.](https://stagi...

View on GitHub

Coly010 created a comment on a pull request on nrwl/nx
Let’s stick to the issues to discuss so that there is a centralised location of communication

View on GitHub

vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #mEoJgYEGUMvUvYKve0Id/8u8iQBXWR0fTEQ8H5n2RB0=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJyb290RGlyZWN0b3J5IjpudWxsLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL...

View on GitHub

Cammisuli opened a draft pull request on nrwl/nx
temp test
<!-- 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...
Cammisuli created a branch on nrwl/nx

feature/nxc-1138-add-loading-mechanism-for-gcs-and-azure-providers-in-nx - Smart Monorepos · Fast CI

wcwcaseman created a comment on a pull request on nrwl/nx
@Coly010 The problem still exists in the latest version 20.0.3. Do you want to discuss here or in the problem thread? The transpiler can't be cleaned up until a projects webpack has completed bui...

View on GitHub

Coly010 created a comment on an issue on nrwl/nx
@wcwcaseman a more appropriate reproduction, ideally a GitHub repo, would help us tremendously in debugging this. Can you make sure it’s on latest version of Nx (v20) to ensure that this issue has...

View on GitHub

jaysoo pushed 1 commit to master nrwl/nx
  • cleanup(misc): remove unused migrations (#28591) This PR removes migrations that are unused in our packages. Othe... 018543c

View on GitHub

jaysoo closed a pull request on nrwl/nx
cleanup(misc): remove unused migrations
This PR removes migrations that are unused in our packages. Other changes: - Update the `remove-migrations` generator to remove all files inside the migration directory, rather than just the ...
Coly010 created a comment on an issue on nrwl/nx
@wcwcaseman it seems like the correct fix here is for us to make sure the tsconfig.base.json is loaded so that TS Path aliases are handled. This should already be the case, but I’ll double check ...

View on GitHub

Coly010 created a comment on a pull request on nrwl/nx
@wcwcaseman I appreciate the effort you’ve put into this, but I’m going to close this. We absolutely _do_ want to cleanup the transpiler. It’s vital, otherwise it causes other adverse effec...

View on GitHub

Coly010 closed a pull request on nrwl/nx
fix(webpack): removing cleanuptranspiler to fix custom webpack builds
closed #28016, #26329 <!-- 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 --> ...
ndcunningham pushed 1 commit to feat/react-generators-formatted-by-default nrwl/nx
  • feat(react): Update generators so that they are formatted by default 6ce300c

View on GitHub

isaacplmann created a review on a pull request on nrwl/nx
Docs look good

View on GitHub

jaysoo pushed 1 commit to cleanup/remove-unused-migrations nrwl/nx
  • cleanup(misc): remove unused migrations 6688980

View on GitHub

wcwcaseman created a comment on a pull request on nrwl/nx
@Coly010 i'm not sure why the pipelines are failing, it says check documentation. Can you help me out? I want to get this merge request approved. Please take a look and let me know

View on GitHub

jaysoo pushed 1 commit to master nrwl/nx
  • chore(core): task distribution defaults to off (#28587) - Updates workspace:ci-workflow generator to disable task di... daa4e19

View on GitHub

jaysoo closed a pull request on nrwl/nx
chore(core): task distribution defaults to off
- Updates workspace:ci-workflow generator to disable task distribution by default - Updates gradle:ci-workflow generator to disable task distribution by default - Updates all tutorials to reflect...
Load more