Skip to content

Commit

Permalink
Disable output verification due to ballerina-platform#2343
Browse files Browse the repository at this point in the history
  • Loading branch information
chamil321 committed Nov 17, 2021
1 parent 8473365 commit c5f2090
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions examples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"name": "Hello World Service",
"url": "hello-world-service",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": true
}
Expand Down Expand Up @@ -468,7 +468,7 @@
"name": "Resource Method Typing",
"url": "resource-method-typing",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": true
},
Expand Down Expand Up @@ -736,23 +736,23 @@
"name": "Resource Methods",
"url": "resource-methods",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": true
},
{
"name": "Hierarchical Resources",
"url": "hierarchical-resources",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": true
},
{
"name": "Resource Path Parameters",
"url": "resource-path-parameters",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": true
}
Expand Down Expand Up @@ -1089,55 +1089,55 @@
"name": "Service Path and Resource Path",
"url": "http-absolute-path-and-path",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service Data Binding",
"url": "http-data-binding",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Default Resource",
"url": "http-default-resource",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Path Parameter",
"url": "http-path-param",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Query Parameter",
"url": "http-query-parameter",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Matrix Parameter",
"url": "http-matrix-param",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Header Parameter",
"url": "http-header-param",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
Expand Down Expand Up @@ -1175,7 +1175,7 @@
"name": "Client Data Binding",
"url": "http-client-data-binding",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
}
Expand Down Expand Up @@ -1228,7 +1228,7 @@
},
{
"name": "Service - OAuth2",
"url": "http-service-oauth2",
"url": "ce-oauth2",
"verifyBuild": true,
"verifyOutput": false,
"disablePlayground": true,
Expand Down Expand Up @@ -1333,7 +1333,7 @@
"name": "100 Continue",
"url": "http-100-continue",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
Expand All @@ -1357,15 +1357,15 @@
"name": "Trace logs",
"url": "http-trace-logs",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Access logs",
"url": "http-access-logs",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
Expand All @@ -1381,7 +1381,7 @@
"name": "Chunking",
"url": "http-disable-chunking",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
Expand Down Expand Up @@ -1420,7 +1420,7 @@
"name": "HTTP 1.1 to 2.0 Protocol Switch",
"url": "http-1-1-to-2-0-protocol-switch",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
Expand All @@ -1443,55 +1443,55 @@
"name": "Hello World",
"url": "graphql-hello-world",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Returning Record Values",
"url": "graphql-returning-record-values",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Hierarchical Resource Paths",
"url": "graphql-hierarchical-resource-paths",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Returning Service Objects",
"url": "graphql-returning-service-objects",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Input Types",
"url": "graphql-input-types",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Mutations",
"url": "graphql-mutations",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Context",
"url": "graphql-context",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
}
Expand Down Expand Up @@ -1741,39 +1741,39 @@
"name": "Circuit Breaker",
"url": "http-circuit-breaker",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Load Balancer",
"url": "http-load-balancer",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Failover",
"url": "http-failover",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Retry",
"url": "http-retry",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Timeout",
"url": "http-timeout",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
}
Expand All @@ -1788,7 +1788,7 @@
"name": "Dynamic Listener",
"url": "dynamic-listener",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
}
Expand Down

0 comments on commit c5f2090

Please sign in to comment.