Skip to content

Commit

Permalink
fix: fix executor output not restored when found in Nx cache
Browse files Browse the repository at this point in the history
Closes #111
  • Loading branch information
tinesoft committed Aug 25, 2022
1 parent 37c6b17 commit fbb385a
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx-flutter/src/generators/project/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"id": "NxFlutter",
"title": "Creates a Flutter project in the workspace",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Aot Config Sample executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-micronaut/src/executors/build/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Build executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Format Check executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-micronaut/src/executors/clean/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Clean executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-micronaut/src/executors/dockerfile/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Dockerfile executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-micronaut/src/executors/format/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Format executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-micronaut/src/executors/install/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Install executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-micronaut/src/executors/run/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Run executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-micronaut/src/executors/test/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Test executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-micronaut/src/generators/link/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"outputCapture": "pipe",
"$id": "Link",
"title": "",
"type": "object",
Expand Down
1 change: 1 addition & 0 deletions packages/nx-micronaut/src/generators/project/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"id": "Nx Micronaut project generator",
"title": "Creates a Micronaut application in the workspace",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Add Extension executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-quarkus/src/executors/build/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Build executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-quarkus/src/executors/check-format/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Format Check executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-quarkus/src/executors/clean/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Clean executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-quarkus/src/executors/dev/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Dev executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-quarkus/src/executors/format/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Format executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-quarkus/src/executors/install/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Install executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "List Extensions executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-quarkus/src/executors/package/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Package executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-quarkus/src/executors/remote-dev/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Run Remote Dev executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-quarkus/src/executors/test/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Test executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-quarkus/src/generators/link/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"outputCapture": "pipe",
"$id": "Link",
"title": "",
"type": "object",
Expand Down
1 change: 1 addition & 0 deletions packages/nx-quarkus/src/generators/project/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"id": "Nx Quarkus project generator",
"title": "Creates a Quarkus project in the workspace",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Build Image executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Build Info executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-spring-boot/src/executors/build/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Build executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Check Format executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-spring-boot/src/executors/clean/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Clean executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-spring-boot/src/executors/format/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Format executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-spring-boot/src/executors/install/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Install executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-spring-boot/src/executors/run/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Run executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-spring-boot/src/executors/serve/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Serve executor (alias to Run executor)",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-spring-boot/src/executors/test/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "Test executor",
"description": "",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"root": {
Expand Down
1 change: 1 addition & 0 deletions packages/nx-spring-boot/src/generators/link/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"outputCapture": "pipe",
"$id": "Link",
"title": "",
"type": "object",
Expand Down
1 change: 1 addition & 0 deletions packages/nx-spring-boot/src/generators/project/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"id": "Nx Spring Boot project generator",
"title": "Creates a Spring boot project in the workspace",
"cli": "nx",
"outputCapture": "pipe",
"type": "object",
"properties": {
"name": {
Expand Down

0 comments on commit fbb385a

Please sign in to comment.