Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove manually added aggregation BBEs #4700

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions examples/aggregation/aggregation.bal

This file was deleted.

21 changes: 0 additions & 21 deletions examples/aggregation/aggregation.md

This file was deleted.

2 changes: 0 additions & 2 deletions examples/aggregation/aggregation.metatags

This file was deleted.

4 changes: 0 additions & 4 deletions examples/aggregation/aggregation.out

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Run the client program by executing the following command.

## Related links
- [`graphql:ClientError` error - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ClientError)
- [GraphQL client error handling - Specification](/spec/graphql/#255-client-error-handling)
- [GraphQL client error handling - Specification](/spec/graphql/#63-client-error-handling)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Run the client program by executing the following command.
## Related links
- [`graphql:CredentialsConfig` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#CredentialsConfig)
- [`auth` module - API documentation](https://lib.ballerina.io/ballerina/auth/latest/)
- [GraphQL client basic authentication - Specification](/spec/graphql/#1221-basic-authentication)
- [GraphQL client basic authentication - Specification](/spec/graphql/#821-basic-authentication)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Run the client program by executing the following command.

## Related links
- [`graphql:ClientSecureSocket` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ClientSecureSocket)
- [GraphQL client mutual SSL - Specification](/spec/graphql/#12322-mutual-ssl)
- [GraphQL client mutual SSL - Specification](/spec/graphql/#8322-mutual-ssl)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Run the client program by executing the command below.
## Related links
- [`graphql:OAuth2PasswordGrantConfig` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#OAuth2PasswordGrantConfig)
- [`oauth2` module - API documentation](https://lib.ballerina.io/ballerina/oauth2/latest/)
- [GraphQL client OAuth2 password grant type - Specification](/spec/graphql/#12242-password-grant-type)
- [GraphQL client OAuth2 password grant type - Specification](/spec/graphql/#8242-password-grant-type)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Run the client program by executing the command below.
## Related links
- [`graphql:JwtIssuerConfig` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#JwtIssuerConfig)
- [`jwt` module - API documentation](https://lib.ballerina.io/ballerina/jwt/latest/)
- [GraphQL client self signed JWT authentication - Specification](/spec/graphql/#1223-self-signed-jwt-authentication)
- [GraphQL client self signed JWT authentication - Specification](/spec/graphql/#823-self-signed-jwt-authentication)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Run the client program by executing the following command.

## Related links
- [`graphql:ClientSecureSocket` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ClientSecureSocket)
- [GraphQL client SSL/TLS - Specification](/spec/graphql/#12321-ssltls)
- [GraphQL client SSL/TLS - Specification](/spec/graphql/#8311-ssltls)
2 changes: 1 addition & 1 deletion examples/graphql-context/graphql_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Now, send the same document with the `scope` header value set to `unknown`. This

## Related links
- [`graphql:Context` object - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#Context)
- [GraphQL context - Specification](/spec/graphql/#8-context-object)
- [GraphQL context - Specification](/spec/graphql/#101-context-object)
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ To send the document, execute the following cURL command in a separate terminal.

## Related links
- [`graphql:Interceptor` object - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#Interceptor)
- [GraphQL interceptors - Specification](/spec/graphql/#11-interceptors)
- [GraphQL field interceptors - Specification](/spec/graphql/#10332-field-interceptors)
2 changes: 1 addition & 1 deletion examples/graphql-file-upload/graphql_file_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ This will create a directory `uploads` where the service is running, and then sa
## Related links
- [`graphql:Upload` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#Upload)
- [GraphQL multipart request specification](https://github.com/jaydenseric/graphql-multipart-request-spec)
- [GraphQL file upload - Specification](/spec/graphql/#6-file-upload)
- [GraphQL file upload - Specification](/spec/graphql/#104-file-upload)
4 changes: 2 additions & 2 deletions examples/graphql-graphiql/graphql_graphiql.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ To access the GraphiQL client, open a browser and access `http://localhost:9090/
## Related links
- [`graphql:ServiceConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ServiceConfig)
- [`graphql:GraphiQL` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#Graphiql)
- [GraphQL GraphiQL client - Configuration](/spec/graphql/#1015-graphiql-configurations)
- [GraphQL GraphiQL client - Specification](/spec/graphql/#141-graphiql-client)
- [GraphQL GraphiQL client - Specification](/spec/graphql/#91-graphiql-client)
- [GraphQL GraphiQL client configuration - Specification](/spec/graphql/#715-graphiql-configurations)
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ To send the document, execute the following cURL command in a separate terminal.

## Related links
- [Constraint annotation - API documentation](https://lib.ballerina.io/ballerina/constraint/latest#Annotations)
- [GraphQL constraint config - API documentation](https://ballerina.io/spec/graphql/#1018-constraint-configurations)
- [GraphQL constraint config - Specification](/spec/graphql/#1018-constraint-configurations)
- [`constraint` module - API documentation](https://lib.ballerina.io/ballerina/constraint/latest)
- [`graphql` module - API documentation](https://lib.ballerina.io/ballerina/graphql/latest)
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ To send the document, execute the following cURL command in a separate terminal.

## Related links
- [`graphql:InterceptorConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#InterceptorConfig)
- [GraphQL interceptors - Specification](/spec/graphql/#11-interceptors)
- [GraphQL interceptor configuration - Specification](/spec/graphql/#73-interceptor-configuration)
- [GraphQL interceptors - Specification](/spec/graphql/#103-interceptors)
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Run the service by executing the command below.
- [`graphql:ServiceConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ServiceConfig)
- [`graphql:FileUserStoreConfigWithScopes` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#FileUserStoreConfigWithScopes)
- [`auth` module - API documentation](https://lib.ballerina.io/ballerina/auth/latest/)
- [GraphQL service basic authentication - file user store - Specification](/spec/graphql/#12111-basic-authentication---file-user-store)
- [GraphQL service basic authentication - file user store - Specification](/spec/graphql/#8111-basic-authentication---file-user-store)
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Run the service by executing the command below.
- [`graphql:ServiceConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ServiceConfig)
- [`graphql:LdapUserStoreConfigWithScopes` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#LdapUserStoreConfigWithScopes)
- [`auth` module - API documentation](https://lib.ballerina.io/ballerina/auth/latest/)
- [GraphQL service basic authentication - LDAP user store - Specification](/spec/graphql/#12112-basic-authentication---ldap-user-store)
- [GraphQL service basic authentication - LDAP user store - Specification](/spec/graphql/#8112-basic-authentication---ldap-user-store)
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Check the response to see how the `data` field is set to null due to propagating

## Related links
- [`graphql` module - API documentation](https://lib.ballerina.io/ballerina/graphql/latest)
- [GraphQL error handling - Specification](/spec/graphql/#72-service-error-handling)
- [GraphQL error handling - Specification](/spec/graphql/#62-service-error-handling)
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ This will print a log message in the server terminal similar to the following lo
## Related links

- [`graphql:Field` object - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#Field)
- [GraphQL field - Specification](/spec/graphql/#9-field-object)
- [GraphQL field - Specification](/spec/graphql/#102-field-object)
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ To send the document, execute the following cURL command in a separate terminal.

## Related links
- [`graphql:Interceptor` object - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#Interceptor)
- [GraphQL interceptors - Specification](/spec/graphql/#11-interceptors)
- [GraphQL service interceptors - Specification](/spec/graphql/#10331-service-interceptors)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Run the service by executing the command below.
- [`graphql:ServiceConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ServiceConfig)
- [`graphql:JwtValidatorConfigWithScopes` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#JwtValidatorConfigWithScopes)
- [`jwt` module - API documentation](https://lib.ballerina.io/ballerina/jwt/latest/)
- [GraphQL service JWT authentication - Specification](/spec/graphql/#12113-jwt-authentication)
- [GraphQL service JWT authentication - Specification](/spec/graphql/#8113-jwt-authentication)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Run the service by executing the command below.
## Related links
- [`graphql:ListenerConfiguration` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ListenerConfiguration)
- [`graphql:ListenerSecureSocket` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ListenerSecureSocket)
- [GraphQL service mutual SSL - Specification](/spec/graphql/#12312-mutual-ssl)
- [GraphQL service mutual SSL - Specification](/spec/graphql/#8312-mutual-ssl)
2 changes: 1 addition & 1 deletion examples/graphql-service-oauth2/graphql_service_oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Run the service by executing the command below.
- [`graphql:ServiceConfig` annotation - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ServiceConfig)
- [`graphql:OAuth2IntrospectionConfigWithScopes` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#OAuth2IntrospectionConfigWithScopes)
- [`oauth2` module - API documentation](https://lib.ballerina.io/ballerina/oauth2/latest/)
- [GraphQL service OAuth2 - Specification](/spec/graphql/#12114-oauth2)
- [GraphQL service OAuth2 - Specification](/spec/graphql/#8114-oauth2)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Run the service by executing the command below.
## Related links
- [`graphql:ListenerConfiguration` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ListenerConfiguration)
- [`graphql:ListenerSecureSocket` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#ListenerSecureSocket)
- [GraphQL service SSL/TLS - Specification](/spec/graphql/#12311-ssltls)
- [GraphQL service SSL/TLS - Specification](/spec/graphql/#8311-ssltls)
6 changes: 3 additions & 3 deletions examples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3167,7 +3167,7 @@
"isLearnByExample": false
},
{
"name": "Constraint validation",
"name": "Constraint validations",
"url": "nats-service-constraint-validation",
"verifyBuild": false,
"verifyOutput": false,
Expand All @@ -3177,7 +3177,7 @@
},
{
"name": "Consume JetStream message",
"url": "nats-jestream-sub",
"url": "nats-jetstream-sub",
"verifyBuild": false,
"verifyOutput": false,
"disableVerificationReason": "Includes ballerinax components",
Expand Down Expand Up @@ -3211,7 +3211,7 @@
},
{
"name": "Publish message",
"url": "nats-jestream-pub",
"url": "nats-jetstream-pub",
"verifyBuild": false,
"verifyOutput": false,
"disableVerificationReason": "Includes ballerinax components",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group=org.ballerinalang
version=2201.7.0-SNAPSHOT
codeName=swan-lake

ballerinaLangVersion=2201.8.0-20230709-001900-fbfe9ee2
ballerinaLangVersion=2201.8.0-20230712-000400-d08328e9
ballerinaJreVersion=1.1.0
dependencyJREVersion=jdk-11.0.18+10-jre
specVersion=2023R1
Expand Down