Skip to content

Commit

Permalink
feat(core): filter affected projects by glob pattern on tags
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #2675
  • Loading branch information
yharaskrik committed Jan 4, 2022
1 parent e4cec9e commit 5f38f4a
Show file tree
Hide file tree
Showing 36 changed files with 233 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### target

Task to run for affected projects
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/format-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/format-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/print-affected.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### target

Task to run for affected projects
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/format-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/format-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/print-affected.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected-dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### uncommitted

Uncommitted changes
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ Default: `false`

Rerun the tasks even when the results are available in the cache

### tags

Default: ``

Filter affected projects by tags using glob patterns

### target

Task to run for affected projects
Expand Down
Loading

0 comments on commit 5f38f4a

Please sign in to comment.