forked from wso2/choreo-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unwated parameters from Ballerina.toml
- Loading branch information
Showing
103 changed files
with
108 additions
and
522 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Service", "Category/Service", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Expose Azure CosmosDB data as Rest API" | ||
name = "azure_cosmosdb_data_as_rest_api" | ||
icon = "icon.png" | ||
description = "Expose Azure CosmosDB data as Rest API" | ||
distribution = "2201.4.1" | ||
version = "3.2.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
6 changes: 1 addition & 5 deletions
6
capsulecrm-opportunities-lost-to-slack-channel-message/Ballerina.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/ManualTrigger", "Category/Integration"] | ||
org = "choreo" | ||
displayName = "CapsuleCRM Opportunities Lost to Slack Channel Message" | ||
name = "capsulecrm_opportunities_lost_to_slack_channel_message" | ||
icon = "icon.png" | ||
description = "Sends a message to a slack channel for new CapsuleCRM opportunities lost." | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/ManualTrigger", "Category/Integration"] | ||
org = "choreo" | ||
displayName = "CapsuleCRM Opportunities Won to Gmail Email" | ||
name = "capsulecrm_opportunities_won_to_gmail_email" | ||
icon = "icon.png" | ||
description = "Sends an email to a recipient through Gmail for new CapsuleCRM opportunities won." | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Service", "Category/Service", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Circuit Breaker" | ||
name = "circuit_breaker" | ||
icon = "icon.png" | ||
description = "Handles outages and service slowness gracefully to avoid cascading failures" | ||
distribution = "2201.3.1" | ||
version = "3.1.1" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Service", "Category/Service", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Content Based Routing" | ||
name = "content_based_routing" | ||
icon = "icon.png" | ||
description = "Routes requests depending on the content" | ||
distribution = "2201.3.1" | ||
version = "3.1.1" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/ManualTrigger", "Category/Integration"] | ||
org = "choreo" | ||
displayName = "COVID-19 Statistics to Email" | ||
name = "covid19_statistics_to_email" | ||
icon = "icon.png" | ||
description = "Calculates COVID-19 cases per million in a specific country and send an email" | ||
distribution = "2201.4.1" | ||
version = "3.2.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Service", "Category/Service", "Internal/http"] | ||
org = "choreo" | ||
displayName = "CSV Processing" | ||
name = "csv_processing" | ||
icon = "icon.png" | ||
description = "Counts data items from a CSV file stored in an Amazon S3 bucket" | ||
distribution = "2201.3.1" | ||
version = "3.1.2" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Service", "Category/Service", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Custom Data Types" | ||
name = "custom_data_types" | ||
icon = "icon.png" | ||
description = "Creates a custom data type and populates it with data received from a POST request" | ||
distribution = "2201.3.1" | ||
version = "3.1.1" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Service", "Category/Service", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Data Mapping" | ||
name = "data_mapping" | ||
icon = "icon.png" | ||
description = "Maps data fields from one data structure to another" | ||
distribution = "2201.3.1" | ||
version = "3.1.1" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Service", "Category/Service", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Database Connection" | ||
name = "database" | ||
icon = "icon.png" | ||
description = "Reads data from a MySQL database and returns a JSON response" | ||
distribution = "2201.3.1" | ||
version = "3.1.1" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Service", "Category/Service", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Echo Service" | ||
name = "echo_service" | ||
icon = "icon.png" | ||
description = "Responds with the same message received via an HTTP POST" | ||
distribution = "2201.3.1" | ||
version = "3.1.1" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Service", "Category/Service", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Data Encoding and Decoding" | ||
name = "encode_decode" | ||
icon = "icon.png" | ||
description = "Encodes and decodes data using base64 or URL encoding schemes" | ||
distribution = "2201.3.1" | ||
version = "3.1.1" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Service", "Category/Service", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Error Handling" | ||
name = "error_handling" | ||
icon = "icon.png" | ||
description = "Handle errors at different levels of granularities" | ||
distribution = "2201.3.1" | ||
version = "3.1.1" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/ManualTrigger", "Category/Integration"] | ||
org = "choreo" | ||
displayName = "Evenbrite Event Attendees to Mailchimp Subscribers" | ||
name = "eventbrite_event_attendees_to_mailchimp_subscribers" | ||
icon = "icon.png" | ||
description = "Adds new Eventbrite event attendees to a Mailchimp audience(subscriber list) for an Eventbrite event." | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Webhook", "Category/Integration", "Internal/ftp"] | ||
org = "choreo" | ||
displayName = "VFS with file processing and transfer" | ||
name = "ftp_new_file_to_mongodb_vfs" | ||
icon = "icon.png" | ||
description = "A VFS sample to process files in specified source directory and move them to specified location" | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Webhook", "Category/Integration", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Google Calendar New Event to Asana Task" | ||
name = "gcalendar_new_event_to_asana_new_task" | ||
icon = "icon.png" | ||
description = "Creates a new task in Asana when a new event is created in a Google Calendar" | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Webhook", "Category/Integration", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Google Calendar Event to Microsoft Teams Channel Message" | ||
name = "gcalendar_new_event_to_msteams_message" | ||
icon = "icon.png" | ||
description = "Sends a message to Microsoft Teams channel when a new event is created in a specific Google Calendar" | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Webhook", "Category/Integration", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Google Calendar Event to Trello Card" | ||
name = "gcalendar_new_event_to_trello_card" | ||
icon = "icon.png" | ||
description = "Create a new card in trello when a new event is created in a specific Google Calendar" | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Webhook", "Category/Integration", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Google Calendar Event to Twilio SMS" | ||
name = "gcalendar_to_twilio" | ||
icon = "icon.png" | ||
description = "Sends a Twilio SMS to a phone number when a new event is created in a specific Google Calendar" | ||
version = "3.1.0" | ||
distribution = "2201.3.1" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/ManualTrigger", "Category/Integration"] | ||
org = "choreo" | ||
displayName = "Google Drive files to Microsoft OneDrive files" | ||
name = "gdrive_files_to_microsoft_onedrive_files" | ||
icon = "icon.png" | ||
description = "Sync Google Drive files to Microsoft OneDrive" | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Webhook", "Category/Integration", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Google Drive New File to Google Sheets Row" | ||
name = "gdrive_new_file_to_gsheet_rows" | ||
icon = "icon.png" | ||
description = "Adds details to a spreadsheet row when a new file is created in a specific Google Drive" | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Webhook", "Category/Integration", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Google Drive New File to MFTG Send Message" | ||
name = "gdrive_new_file_to_mftg_message" | ||
icon = "icon.png" | ||
description = "Sends an AS2 message for new file created in Google Drive." | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Webhook", "Category/Integration", "Internal/http"] | ||
org = "choreo" | ||
displayName = "Google Drive New File to Twilio SMS" | ||
name = "gdrive_new_file_to_twilio_sms" | ||
icon = "icon.png" | ||
description = "Sends a Twilio SMS to a phone number when a new file is created in a specific Google Drive" | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Webhook", "Category/Integration", "Internal/http"] | ||
org = "choreo" | ||
displayName = "GitHub Issue Assigned to SMS Notification" | ||
name = "github_issue_assigned_to_sms" | ||
icon = "icon.png" | ||
description = "Sends an SMS notification to a specific user when a GitHub issue is assigned to the user" | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Webhook", "Category/Integration", "Internal/http"] | ||
org = "choreo" | ||
displayName = "GitHub Issue Assigned to Twilio SMS" | ||
name = "github_issue_assigned_to_twilio_sms" | ||
icon = "icon.png" | ||
description = "Sends a Twilio SMS to a phone number when a GitHub issue is assigned to a particular user" | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/ManualTrigger", "Category/Integration"] | ||
org = "choreo" | ||
displayName = "Github Issue Summary to Email" | ||
name = "github_issue_summary_to_email" | ||
icon = "icon.png" | ||
description = "Schedules a task to generate a report out of issues at a GitHub repository & send an email" | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Webhook", "Category/Integration", "Internal/http"] | ||
org = "choreo" | ||
displayName = "GitHub New Issue to Google Sheets Row" | ||
name = "github_issue_to_gsheet" | ||
icon = "icon.png" | ||
description = "Adds details to a spreadsheet row when a new issue is created in a specific GitHub repository" | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
[package] | ||
template = true | ||
keywords = ["Kind/Sample", "Type/Webhook", "Category/Integration", "Internal/http"] | ||
org = "choreo" | ||
displayName = "GitHub New Issue to ServiceNow Record" | ||
name = "github_issue_to_servicenow" | ||
icon = "icon.png" | ||
description = "Insert details to a new record in Incident table of ServiceNow when a new issue is created in a specific GitHub repository" | ||
distribution = "2201.3.1" | ||
version = "3.1.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
Oops, something went wrong.