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

Merge flow_model into master #43594

Merged
merged 66 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
d611ec2
Load central package from pre generated JSON
KavinduZoysa Jul 24, 2024
3d2704e
Export ballerina packages in module info
mindula Aug 24, 2024
6ec0c00
Merge pull request #43320 from mindula/export_package_service
nipunayf Aug 24, 2024
92b09f6
Merge pull request #43166 from KavinduZoysa/load-ls-pkg-refactor
nipunayf Aug 26, 2024
1e44a68
Merge branch 'master' of https://github.com/ballerina-platform/baller…
KavinduZoysa Sep 3, 2024
475d1e3
Merge pull request #43354 from KavinduZoysa/update-flow-model
KavinduZoysa Sep 3, 2024
ec6b230
Initial working commit for CommentNode
KavinduZoysa Sep 8, 2024
e161ddb
Add simplified changes for comment node
KavinduZoysa Sep 10, 2024
4df0e3a
Clean the code
KavinduZoysa Sep 10, 2024
410ecfa
Change NodeList type
KavinduZoysa Sep 10, 2024
81860e0
Add more tests
KavinduZoysa Sep 11, 2024
55b5a67
Merge pull request #43376 from KavinduZoysa/comment-as-a-node
KavinduZoysa Sep 11, 2024
6117ddd
Add configurable and automations to the components
nipunayf Oct 9, 2024
a5c703d
Merge pull request #43476 from nipunayf/improve-components-api
hasithaa Oct 9, 2024
87b0fa3
Generate Type model for referenced type symbol
KavinduZoysa Oct 16, 2024
3765a01
LS apis to get diagnostics and main function args
LakshanWeerasinghe Oct 16, 2024
0956ccd
Support passing main function args for fast run
LakshanWeerasinghe Oct 16, 2024
19f3c2b
Add capablity classes to new ls apis
LakshanWeerasinghe Oct 16, 2024
1cb0ec9
Merge pull request #43491 from KavinduZoysa/add-type-def
KavinduZoysa Oct 16, 2024
54d6301
Add tests for diagnostics ls extension ep
LakshanWeerasinghe Oct 18, 2024
108135f
Add tests for mainFuncParams ls extension ep
LakshanWeerasinghe Oct 18, 2024
04a1bea
Support mainFuncParams api for rest params
LakshanWeerasinghe Oct 18, 2024
42769af
Add tests
LakshanWeerasinghe Oct 18, 2024
f9eec79
Address review suggestions
LakshanWeerasinghe Oct 18, 2024
858b038
Merge pull request #43494 from LakshanWeerasinghe/run-main-with-param…
LakshanWeerasinghe Oct 20, 2024
1b269a9
Change the resource function signature
KavinduZoysa Oct 21, 2024
5d9f755
Merge pull request #43499 from KavinduZoysa/resource-signature
KavinduZoysa Oct 21, 2024
a316a14
Add new trigger service with inbuilt triggers
TharmiganK Oct 23, 2024
07a4f68
Add tests
TharmiganK Oct 23, 2024
293df8e
Add more inbuilt triggers
TharmiganK Oct 24, 2024
36c1ee9
Merge pull request #43519 from ballerina-platform/new-triggers
LakshanWeerasinghe Oct 24, 2024
641fc1f
Fix filter and limit functionalities
TharmiganK Oct 25, 2024
1121d55
Add test cases
TharmiganK Oct 25, 2024
62c40bd
Merge remote-tracking branch 'origin/flow_model' into new-triggers
TharmiganK Oct 25, 2024
f43f835
Update descriptions
TharmiganK Oct 25, 2024
066b91a
Ignore properties read failure
TharmiganK Oct 25, 2024
8263716
Add remote functions to components
nipunayf Oct 28, 2024
37612b9
Merge pull request #43529 from nipunayf/add-remote-functions
KavinduZoysa Oct 28, 2024
46cb697
Merge pull request #43522 from ballerina-platform/new-triggers
TharmiganK Oct 29, 2024
4c9afee
Add search by name support in the new trigger service
TharmiganK Oct 29, 2024
9c33079
Add test
TharmiganK Oct 29, 2024
5b1904c
Fix incorrect name fields
TharmiganK Nov 1, 2024
413e1ba
Merge pull request #43530 from ballerina-platform/new-triggers
TharmiganK Nov 4, 2024
70af8c8
Add resource calls to visible endpoints
LakshanWeerasinghe Nov 4, 2024
5c65767
Merge pull request #43547 from LakshanWeerasinghe/resource-path-visib…
hasithaa Nov 4, 2024
408cccc
Add generate variable name method
nipunayf Nov 6, 2024
46e0c91
Merge pull request #43553 from nipunayf/add-default-name-gen
LakshanWeerasinghe Nov 6, 2024
2674619
Update new trigger service to return only the stable triggers
TharmiganK Nov 7, 2024
f425228
Update trigger models to support listener creation
TharmiganK Nov 7, 2024
3a895c2
Add new stable triggers
TharmiganK Nov 7, 2024
6ae7552
Fix test cases
TharmiganK Nov 7, 2024
e56e60b
Merge pull request #43556 from ballerina-platform/new-triggers
hasithaa Nov 7, 2024
1336528
Merge branch 'master' into flow_model-update
dulajdilshan Nov 18, 2024
4ea3365
Fix tests
dulajdilshan Nov 18, 2024
183c845
Merge branch 'master' into flow_model-update
dulajdilshan Nov 18, 2024
2bd7df0
Fix tests conflicts
dulajdilshan Nov 18, 2024
71200f7
Merge pull request #43598 from dulajdilshan/flow_model-update
KavinduZoysa Nov 18, 2024
57fd2cf
Fix spotbugs warnings and errors
dulajdilshan Nov 19, 2024
fe8bc64
Merge pull request #43605 from dulajdilshan/flow_model-update
KavinduZoysa Nov 19, 2024
914203e
Update component tests
dulajdilshan Nov 20, 2024
a7a800e
Fix project-component API responses
dulajdilshan Nov 20, 2024
2482235
Merge branch 'master' into flow_model-update
dulajdilshan Nov 20, 2024
12fa790
Merge pull request #43625 from dulajdilshan/flow_model-update
dulajdilshan Nov 20, 2024
ee48629
Fix language server checkstyle error
dulajdilshan Nov 21, 2024
12e9abf
Fix language server tests
dulajdilshan Nov 21, 2024
4cb88f2
Merge pull request #43627 from dulajdilshan/flow_model-update
HindujaB Nov 21, 2024
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
Prev Previous commit
Next Next commit
Fix incorrect name fields
TharmiganK committed Nov 1, 2024
commit 5b1904cdd104a2b6c1160845e214cd4a89d7cbbd
Original file line number Diff line number Diff line change
@@ -61,12 +61,12 @@
},
"serviceTypes": [
{
"name": "Service",
"name": "FTP",
"description": "FTP Service",
"functions": [
{
"name": "OnFileChange",
"documentation": "The `OnFileChange` remote method will be triggered when a file change event occurs.",
"name": "onFileChange",
"documentation": "The `onFileChange` remote method will be triggered when a file change event occurs.",
"optional": false,
"qualifiers": [
"remote"
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"name": "JMS Service",
"type": "inbuilt",
"displayName": "JMS",
"documentation": "The JMS service can be attached to a JMS listener which listens to messages from a JMS broker. The service should implement the `OnMessage` remote method to process the received messages. Additionally, the service can implement the `OnError` remote method to handle errors that occur during message processing.",
"documentation": "The JMS service can be attached to a JMS listener which listens to messages from a JMS broker. The service should implement the `onMessage` remote method to process the received messages. Additionally, the service can implement the `onError` remote method to handle errors that occur during message processing.",
"moduleName": "java.jms",
"listenerProtocol": "jms",
"displayAnnotation": {
@@ -56,12 +56,12 @@
},
"serviceTypes": [
{
"name": "Service",
"name": "JMS",
"description": "JMS Service",
"functions": [
{
"name": "OnMessage",
"documentation": "The `OnMessage` remote method will be triggered when a message is received from the JMS broker.",
"name": "onMessage",
"documentation": "The `onMessage` remote method will be triggered when a message is received from the JMS broker.",
"optional": false,
"qualifiers": [
"remote"
@@ -109,18 +109,18 @@
}
},
{
"name": "OnError",
"documentation": "The `OnError` remote method will be triggered when an error occurs during message processing.",
"name": "onError",
"documentation": "The `onError` remote method will be triggered when an error occurs during message processing.",
"optional": true,
"qualifiers": [
"remote"
],
"parameters": [
{
"name": "err",
"typeName": "jms:error",
"typeName": "jms:Error",
"type": [
"jms:error"
"jms:Error"
],
"optional": false,
"typeInfo": {
Original file line number Diff line number Diff line change
@@ -59,11 +59,11 @@
},
"serviceTypes": [
{
"name": "Service",
"name": "Kafka",
"description": "Kafka Service",
"functions": [
{
"name": "OnConsumerRecord",
"name": "onConsumerRecord",
"documentation": "The `onConsumerRecord` remote method will be triggered when a message is received from Kafka topic(s).",
"optional": false,
"qualifiers": [
@@ -72,12 +72,12 @@
"parameters": [
{
"name": "records",
"typeName": "kafka:ConsumerAnydataRecord[]|anydata[]",
"typeName": "kafka:AnydataConsumerRecord[]|anydata[]",
"optional": false,
"arrayType": true,
"defaultTypeName": "kafka:ConsumerAnydataRecord[]",
"defaultTypeName": "kafka:AnydataConsumerRecord[]",
"type": [
"kafka:ConsumerAnydataRecord[]",
"kafka:AnydataConsumerRecord[]",
"anydata[]"
],
"documentation": "The records received for Kafka topic(s)."
@@ -109,7 +109,7 @@
}
},
{
"name": "OnError",
"name": "onError",
"documentation": "The `onError` remote method will be triggered when an error occurs during the message processing.",
"optional": true,
"qualifiers": [
@@ -118,9 +118,9 @@
"parameters": [
{
"name": "err",
"typeName": "kafka:error",
"typeName": "kafka:Error",
"type": [
"kafka:error"
"kafka:Error"
],
"optional": false,
"typeInfo": {
Original file line number Diff line number Diff line change
@@ -59,11 +59,11 @@
},
"serviceTypes": [
{
"name": "Service",
"name": "MQTT",
"description": "MQTT Service",
"functions": [
{
"name": "OnMessage",
"name": "onMessage",
"documentation": "The `onMessage` remote method will be triggered when a message is received for MQTT topic(s).",
"optional": false,
"qualifiers": [
@@ -112,7 +112,7 @@
}
},
{
"name": "OnError",
"name": "onError",
"documentation": "The `onError` remote method will be triggered when an error occurs during the message processing.",
"optional": true,
"qualifiers": [
@@ -121,9 +121,9 @@
"parameters": [
{
"name": "err",
"typeName": "mqtt:error",
"typeName": "mqtt:Error",
"type": [
"mqtt:error"
"mqtt:Error"
],
"optional": false,
"typeInfo": {
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@
},
"serviceTypes": [
{
"name": "Service",
"name": "NATS",
"description": "NATS Service",
"basePath": {
"optional": false,
@@ -73,7 +73,7 @@
},
"functions": [
{
"name": "OnMessage",
"name": "onMessage",
"documentation": "The `onMessage` remote method will be triggered when a message is received for the specified subject",
"optional": false,
"qualifiers": [
@@ -153,7 +153,7 @@
}
},
{
"name": "OnError",
"name": "onError",
"optional": true,
"documentation": "The `onError` remote method will be triggered when an error occurs during the message processing.",
"qualifiers": [
@@ -176,7 +176,7 @@
"documentation": "The message received for the NATS subject."
},
{
"name": "error",
"name": "err",
"typeName": "nats:Error",
"type": [
"nats:Error"
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@
},
"serviceTypes": [
{
"name": "Service",
"name": "RabbitMQ",
"description": "RabbitMQ Service",
"basePath": {
"optional": false,
@@ -73,7 +73,7 @@
},
"functions": [
{
"name": "OnMessage",
"name": "onMessage",
"documentation": "The `onMessage` remote method will be triggered when a message is received in the specified queue.",
"optional": false,
"qualifiers": [
@@ -183,7 +183,7 @@
}
},
{
"name": "OnError",
"name": "onError",
"optional": true,
"documentation": "The `onError` remote method will be triggered when an error occurs during the message processing.",
"qualifiers": [
@@ -206,7 +206,7 @@
"documentation": "The message received from the RabbitMQ queue."
},
{
"name": "error",
"name": "err",
"typeName": "rabbitmq:Error",
"type": [
"rabbitmq:Error"