Skip to content

Commit

Permalink
new: Add new task/workspace graphs. (#1713)
Browse files Browse the repository at this point in the history
* Start on graph.

* Split up expanders.

* Add tg command.

* Update commands.

* Updated affected and ag.

* Update docker.

* Update more commands.

* Update actions.

* Update some tests.

* More tests.

* Polish.

* Fixes.

* Fixes.

* Update types.

* Fixes.
  • Loading branch information
milesj authored Nov 11, 2024
1 parent ff38f23 commit 796423d
Show file tree
Hide file tree
Showing 108 changed files with 2,886 additions and 3,606 deletions.
23 changes: 15 additions & 8 deletions .yarn/versions/3fbef0f1.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
releases:
"@moonrepo/cli": minor
"@moonrepo/core-linux-arm64-gnu": minor
"@moonrepo/core-linux-arm64-musl": minor
"@moonrepo/core-linux-x64-gnu": minor
"@moonrepo/core-linux-x64-musl": minor
"@moonrepo/core-macos-arm64": minor
"@moonrepo/core-macos-x64": minor
"@moonrepo/core-windows-x64-msvc": minor
'@moonrepo/cli': minor
'@moonrepo/core-linux-arm64-gnu': minor
'@moonrepo/core-linux-arm64-musl': minor
'@moonrepo/core-linux-x64-gnu': minor
'@moonrepo/core-linux-x64-musl': minor
'@moonrepo/core-macos-arm64': minor
'@moonrepo/core-macos-x64': minor
'@moonrepo/core-windows-x64-msvc': minor
'@moonrepo/types': minor

declined:
- '@moonrepo/nx-compat'
- '@moonrepo/report'
- '@moonrepo/runtime'
- website
59 changes: 47 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/action-graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ moon_config = { path = "../config" }
# TODO remove
moon_platform = { path = "../../legacy/core/platform" }
moon_project = { path = "../project" }
moon_project_graph = { path = "../project-graph" }
moon_task = { path = "../task" }
moon_task_args = { path = "../task-args" }
moon_query = { path = "../query" }
moon_workspace_graph = { path = "../workspace-graph" }
graph-cycles = "0.1.0"
miette = { workspace = true }
petgraph = { workspace = true }
Expand Down
Loading

0 comments on commit 796423d

Please sign in to comment.