Uh oh!
There was an error while loading. Please reload this page.
chore(repo): migrate live tasks to Turborepo - #6343
Merged
jgoux merged 4 commits intoAug 26, 2026
Merged
Conversation
Base automatically changed from
juliengoux/cli-2256-migrate-build-and-generation-tasks-from-nx-to-turborepo to
developAugust 26, 2026 13:26
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:0f3d0e5829
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Contributor
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@a5c71dd897b40e381aac3c27f7581d9c4635b8cbPreview package for commit |
…7-migrate-live-tests-and-auxiliary-tasks-from-nx-to-turborepo # Conflicts: # .github/workflows/live-e2e.yml # AGENTS.md # CONTRIBUTING.md # apps/cli/package.json # docs/nx-inference-plugins.md # docs/self-documenting-cli.md # nx.json # package.json # turbo.json
Coly010
approved these changes
Aug 26, 2026
Uh oh!
There was an error while loading. Please reload this page.
jgoux
deleted the
juliengoux/cli-2257-migrate-live-tests-and-auxiliary-tasks-from-nx-to-turborepo
branch
August 26, 2026 14:29
Merged
pullBot
pushed a commit
to oogalieboogalie/cli
that referenced
this pull request
Aug 27, 2026
## Summary - remove the remaining Nx configuration, package metadata, inference plugin workspace, dependencies, cache ignores, and lockfile graph - update current contributor guidance to use package scripts and root-owned Turbo tasks for execution and dependency inspection - preserve the build, generation, quality, live, auxiliary, and test graphs established by the preceding Turborepo migrations ## Context PR supabase#6343 merged while this change was in progress, so this branch was rebased onto the updated `develop` branch containing its final live and auxiliary task migration. Task execution is now owned entirely by package scripts and Turbo. Affected execution, persistent cache storage, and remote caching remain separate follow-up optimizations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Context
This follows #6342, which is now merged into develop. Nx packages, configuration, and the Go inference plugin remain intentionally for the dedicated CLI-2258 removal.