Skip to content

Commit

Permalink
chore: regen.
Browse files Browse the repository at this point in the history
  • Loading branch information
valdar committed Sep 12, 2023
1 parent 8120aa5 commit d49c9ec
Show file tree
Hide file tree
Showing 303 changed files with 5,012 additions and 701 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"description": "Connection String for Azure Servicebus instance",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.azure-servicebus-sink.serviceBusType": {
"name": "camel.kamelet.azure-servicebus-sink.serviceBusType",
"description": "The service bus type of connection to execute. Queue is for typical queue option and topic for subscription based model.",
"defaultValue": "\"queue\"",
"priority": "MEDIUM",
"required": "false"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
"description": "Sets the name of the subscription in the topic to listen to. This parameter is mandatory in case of topic.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.azure-servicebus-source.serviceBusType": {
"name": "camel.kamelet.azure-servicebus-source.serviceBusType",
"description": "The service bus type of connection to execute. Queue is for typical queue option and topic for subscription based model.",
"defaultValue": "\"queue\"",
"priority": "MEDIUM",
"required": "false"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-azure-storage-datalake-sink-sink",
"type": "sink",
"version": "3.20.1-SNAPSHOT",
"version": "4.0.0-SNAPSHOT",
"description": "Send data to Azure Storage Blob Data Lake."
},
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-azure-storage-datalake-source-source",
"type": "source",
"version": "3.20.1-SNAPSHOT",
"version": "4.0.0-SNAPSHOT",
"description": "Consume files from Azure Storage Blob Data Lake."
},
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"id": "camel-github-commit-source-source",
"type": "source",
"version": "4.0.0-SNAPSHOT",
"description": "Receive commit From Github."
"description": "Receive commit From GitHub."
},
"properties": {
"camel.kamelet.github-commit-source.repoName": {
"name": "camel.kamelet.github-commit-source.repoName",
"description": "The Github Repository name",
"description": "The GitHub Repository name",
"priority": "HIGH",
"required": "true"
},
Expand All @@ -23,7 +23,7 @@
},
"camel.kamelet.github-commit-source.oauthToken": {
"name": "camel.kamelet.github-commit-source.oauthToken",
"description": "Oauth token",
"description": "OAuth token",
"priority": "HIGH",
"required": "true"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"id": "camel-github-event-source-source",
"type": "source",
"version": "4.0.0-SNAPSHOT",
"description": "Receive Events From a Github Repository."
"description": "Receive Events From a GitHub Repository."
},
"properties": {
"camel.kamelet.github-event-source.repoName": {
"name": "camel.kamelet.github-event-source.repoName",
"description": "The Github Repository name",
"description": "The GitHub Repository name",
"priority": "HIGH",
"required": "true"
},
Expand All @@ -23,7 +23,7 @@
},
"camel.kamelet.github-event-source.oauthToken": {
"name": "camel.kamelet.github-event-source.oauthToken",
"description": "Oauth token",
"description": "OAuth token",
"priority": "HIGH",
"required": "true"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"id": "camel-github-pullrequest-comment-source-source",
"type": "source",
"version": "4.0.0-SNAPSHOT",
"description": "Receive pull request Comments From Github."
"description": "Receive pull request Comments From GitHub."
},
"properties": {
"camel.kamelet.github-pullrequest-comment-source.repoName": {
"name": "camel.kamelet.github-pullrequest-comment-source.repoName",
"description": "The Github Repository name",
"description": "The GitHub Repository name",
"priority": "HIGH",
"required": "true"
},
Expand All @@ -23,7 +23,7 @@
},
"camel.kamelet.github-pullrequest-comment-source.oauthToken": {
"name": "camel.kamelet.github-pullrequest-comment-source.oauthToken",
"description": "Oauth token",
"description": "OAuth token",
"priority": "HIGH",
"required": "true"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"id": "camel-github-pullrequest-source-source",
"type": "source",
"version": "4.0.0-SNAPSHOT",
"description": "Receive pull request From Github."
"description": "Receive pull request From GitHub."
},
"properties": {
"camel.kamelet.github-pullrequest-source.repoName": {
"name": "camel.kamelet.github-pullrequest-source.repoName",
"description": "The Github Repository name",
"description": "The GitHub Repository name",
"priority": "HIGH",
"required": "true"
},
Expand All @@ -23,7 +23,7 @@
},
"camel.kamelet.github-pullrequest-source.oauthToken": {
"name": "camel.kamelet.github-pullrequest-source.oauthToken",
"description": "Oauth token",
"description": "OAuth token",
"priority": "HIGH",
"required": "true"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"id": "camel-github-tag-source-source",
"type": "source",
"version": "4.0.0-SNAPSHOT",
"description": "Receive Tags From a Github Repository."
"description": "Receive Tags From a GitHub Repository."
},
"properties": {
"camel.kamelet.github-tag-source.repoName": {
"name": "camel.kamelet.github-tag-source.repoName",
"description": "The Github Repository name",
"description": "The GitHub Repository name",
"priority": "HIGH",
"required": "true"
},
Expand All @@ -23,7 +23,7 @@
},
"camel.kamelet.github-tag-source.oauthToken": {
"name": "camel.kamelet.github-tag-source.oauthToken",
"description": "Oauth token",
"description": "OAuth token",
"priority": "HIGH",
"required": "true"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "camel-jira-add-comment-sink-sink",
"type": "sink",
"version": "4.0.0-SNAPSHOT",
"description": "Add a new comment to an existing issue in Jira.\n\nThe Kamelet expects the following headers to be set:\n\n- `issueKey` \/ `ce-issueKey`: as the issue code.\n\nThe comment is set in the body of the message."
"description": "Add a new comment to an existing issue in Jira.\n\nThe Kamelet expects the following headers to be set:\n\n- `issueKey` \/ `ce-issueKey`: as the issue code.\n\nThe comment is set in the body of the message.\n\nTo authenticate a username\/password or personal token must be defined. We recommend to use personal token as it is a safer way to get access to Jira."
},
"properties": {
"camel.kamelet.jira-add-comment-sink.jiraUrl": {
Expand All @@ -18,14 +18,20 @@
"camel.kamelet.jira-add-comment-sink.username": {
"name": "camel.kamelet.jira-add-comment-sink.username",
"description": "The username to access Jira",
"priority": "HIGH",
"required": "true"
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.jira-add-comment-sink.password": {
"name": "camel.kamelet.jira-add-comment-sink.password",
"description": "The password or the API Token to access Jira",
"priority": "HIGH",
"required": "true"
"description": "The password to access Jira",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.jira-add-comment-sink.personal-token": {
"name": "camel.kamelet.jira-add-comment-sink.personal-token",
"description": "Personal Token",
"priority": "MEDIUM",
"required": "false"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "camel-jira-add-issue-sink-sink",
"type": "sink",
"version": "4.0.0-SNAPSHOT",
"description": "Add a new issue to Jira.\n\nThe Kamelet expects the following headers to be set:\n\n- `projectKey` \/ `ce-projectKey`: as the Jira project key.\n\n- `issueTypeName` \/ `ce-issueTypeName`: as the name of the issue type (example: Bug, Enhancement).\n\n- `issueSummary` \/ `ce-issueSummary`: as the title or summary of the issue.\n\n- `issueAssignee` \/ `ce-issueAssignee`: as the user assigned to the issue (Optional).\n\n- `issuePriorityName` \/ `ce-issuePriorityName`: as the priority name of the issue (example: Critical, Blocker, Trivial) (Optional).\n\n- `issueComponents` \/ `ce-issueComponents`: as list of string with the valid component names (Optional).\n\n- `issueDescription` \/ `ce-issueDescription`: as the issue description (Optional).\n\nThe issue description can be set from the body of the message or the `issueDescription`\/`ce-issueDescription` in the header, however the body takes precedence."
"description": "Add a new issue to Jira.\n\nThe Kamelet expects the following headers to be set:\n\n- `projectKey` \/ `ce-projectKey`: as the Jira project key.\n\n- `issueTypeName` \/ `ce-issueTypeName`: as the name of the issue type (example: Bug, Enhancement).\n\n- `issueSummary` \/ `ce-issueSummary`: as the title or summary of the issue.\n\n- `issueAssignee` \/ `ce-issueAssignee`: as the user assigned to the issue (Optional).\n\n- `issuePriorityName` \/ `ce-issuePriorityName`: as the priority name of the issue (example: Critical, Blocker, Trivial) (Optional).\n\n- `issueComponents` \/ `ce-issueComponents`: as list of string with the valid component names (Optional).\n\n- `issueDescription` \/ `ce-issueDescription`: as the issue description (Optional).\n\nThe issue description can be set from the body of the message or the `issueDescription`\/`ce-issueDescription` in the header, however the body takes precedence.\n\nTo authenticate a username\/password or personal token must be defined. We recommend to use personal token as it is a safer way to get access to Jira."
},
"properties": {
"camel.kamelet.jira-add-issue-sink.jiraUrl": {
Expand All @@ -18,14 +18,20 @@
"camel.kamelet.jira-add-issue-sink.username": {
"name": "camel.kamelet.jira-add-issue-sink.username",
"description": "The username to access Jira",
"priority": "HIGH",
"required": "true"
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.jira-add-issue-sink.password": {
"name": "camel.kamelet.jira-add-issue-sink.password",
"description": "The password or the API Token to access Jira",
"priority": "HIGH",
"required": "true"
"description": "The password to access Jira",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.jira-add-issue-sink.personal-token": {
"name": "camel.kamelet.jira-add-issue-sink.personal-token",
"description": "Personal Token",
"priority": "MEDIUM",
"required": "false"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "camel-jira-source-source",
"type": "source",
"version": "4.0.0-SNAPSHOT",
"description": "Receive notifications about new issues from Jira."
"description": "Receive notifications about new issues from Jira.\n\nTo authenticate a username\/password or personal token must be defined. We recommend to use personal token as it is a safer way to get access to Jira."
},
"properties": {
"camel.kamelet.jira-source.jiraUrl": {
Expand All @@ -18,14 +18,20 @@
"camel.kamelet.jira-source.username": {
"name": "camel.kamelet.jira-source.username",
"description": "The username to access Jira.",
"priority": "HIGH",
"required": "true"
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.jira-source.password": {
"name": "camel.kamelet.jira-source.password",
"description": "The password or the API Token to access Jira.",
"priority": "HIGH",
"required": "true"
"description": "The password to access Jira.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.jira-source.personal-token": {
"name": "camel.kamelet.jira-source.personal-token",
"description": "Personal Token",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.jira-source.jql": {
"name": "camel.kamelet.jira-source.jql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "camel-jira-transition-issue-sink-sink",
"type": "sink",
"version": "4.0.0-SNAPSHOT",
"description": "Sets a new status (transition to) of an existing issue in Jira.\n\nThe Kamelet expects the following headers to be set:\n\n- `issueKey` \/ `ce-issueKey`: as the issue unique code.\n\n- `issueTransitionId` \/ `ce-issueTransitionId`: as the new status (transition) code. You should carefully check the project workflow as each transition may have conditions to check before the transition is made.\n\nThe comment of the transition is set in the body of the message."
"description": "Sets a new status (transition to) of an existing issue in Jira.\n\nThe Kamelet expects the following headers to be set:\n\n- `issueKey` \/ `ce-issueKey`: as the issue unique code.\n\n- `issueTransitionId` \/ `ce-issueTransitionId`: as the new status (transition) code. You should carefully check the project workflow as each transition may have conditions to check before the transition is made.\n\nThe comment of the transition is set in the body of the message.\n\nTo authenticate a username\/password or personal token must be defined. We recommend to use personal token as it is a safer way to get access to Jira."
},
"properties": {
"camel.kamelet.jira-transition-issue-sink.jiraUrl": {
Expand All @@ -18,14 +18,20 @@
"camel.kamelet.jira-transition-issue-sink.username": {
"name": "camel.kamelet.jira-transition-issue-sink.username",
"description": "The username to access Jira",
"priority": "HIGH",
"required": "true"
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.jira-transition-issue-sink.password": {
"name": "camel.kamelet.jira-transition-issue-sink.password",
"description": "The password or the API Token to access Jira",
"priority": "HIGH",
"required": "true"
"description": "The password to access Jira",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.jira-transition-issue-sink.personal-token": {
"name": "camel.kamelet.jira-transition-issue-sink.personal-token",
"description": "Personal Token",
"priority": "MEDIUM",
"required": "false"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "camel-jira-update-issue-sink-sink",
"type": "sink",
"version": "4.0.0-SNAPSHOT",
"description": "Update fields of an existing issue in Jira.\n\nThe Kamelet expects the following headers to be set:\n\n- `issueKey` \/ `ce-issueKey`: as the issue code in Jira.\n\n- `issueTypeName` \/ `ce-issueTypeName`: as the name of the issue type (example: Bug, Enhancement).\n\n- `issueSummary` \/ `ce-issueSummary`: as the title or summary of the issue.\n\n- `issueAssignee` \/ `ce-issueAssignee`: as the user assigned to the issue (Optional).\n\n- `issuePriorityName` \/ `ce-issuePriorityName`: as the priority name of the issue (example: Critical, Blocker, Trivial) (Optional).\n\n- `issueComponents` \/ `ce-issueComponents`: as list of string with the valid component names (Optional).\n\n- `issueDescription` \/ `ce-issueDescription`: as the issue description (Optional).\n\nThe issue description can be set from the body of the message or the `issueDescription`\/`ce-issueDescription` in the header, however the body takes precedence."
"description": "Update fields of an existing issue in Jira.\n\nThe Kamelet expects the following headers to be set:\n\n- `issueKey` \/ `ce-issueKey`: as the issue code in Jira.\n\n- `issueTypeName` \/ `ce-issueTypeName`: as the name of the issue type (example: Bug, Enhancement).\n\n- `issueSummary` \/ `ce-issueSummary`: as the title or summary of the issue.\n\n- `issueAssignee` \/ `ce-issueAssignee`: as the user assigned to the issue (Optional).\n\n- `issuePriorityName` \/ `ce-issuePriorityName`: as the priority name of the issue (example: Critical, Blocker, Trivial) (Optional).\n\n- `issueComponents` \/ `ce-issueComponents`: as list of string with the valid component names (Optional).\n\n- `issueDescription` \/ `ce-issueDescription`: as the issue description (Optional).\n\nThe issue description can be set from the body of the message or the `issueDescription`\/`ce-issueDescription` in the header, however the body takes precedence.\n\nTo authenticate a username\/password or personal token must be defined. We recommend to use personal token as it is a safer way to get access to Jira."
},
"properties": {
"camel.kamelet.jira-update-issue-sink.jiraUrl": {
Expand All @@ -18,14 +18,20 @@
"camel.kamelet.jira-update-issue-sink.username": {
"name": "camel.kamelet.jira-update-issue-sink.username",
"description": "The username to access Jira",
"priority": "HIGH",
"required": "true"
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.jira-update-issue-sink.password": {
"name": "camel.kamelet.jira-update-issue-sink.password",
"description": "The password or the API Token to access Jira",
"priority": "HIGH",
"required": "true"
"description": "The password to access Jira",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.jira-update-issue-sink.personal-token": {
"name": "camel.kamelet.jira-update-issue-sink.personal-token",
"description": "Personal Token",
"priority": "MEDIUM",
"required": "false"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.minio-sink.keyName": {
"name": "camel.kamelet.minio-sink.keyName",
"description": "The key name for saving an element in the bucket.",
"priority": "MEDIUM",
"required": "false"
}
}
}
Loading

0 comments on commit d49c9ec

Please sign in to comment.