This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


    from 8163f946 Hacktoberfest is over, remove label
     new f55d8194 Added Makefile and scripts utility for it-tests
     new 9e7d4ac0 Added terraform stuff and camel-jbang dir to .gitignore
     new 729c4268 Added AWS IT Tests Camel-Jbang + Terraform based
     new 2355e671 Add the ability to specify the Camel version in make of 
it-tests
     new ab74ae75 Added Simple Readme

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |  3 ++
 Makefile => it-tests/Makefile                      | 30 +++++++++-----
 it-tests/README.md                                 | 12 ++++++
 .../aws/aws-kinesis/sink/terraform/main.tf         | 47 ++++++++++++++++------
 .../aws-kinesis/sink/timer-aws-kinesis-it-test.sh  | 34 ++++++++++++++++
 .../aws/aws-kinesis/sink/timer-aws-kinesis.yaml    | 29 +++++++++++++
 .../aws-kinesis/source/aws-kinesis-log-it-test.sh  | 41 +++++++++++++++++++
 .../aws/aws-kinesis/source/aws-kinesis-log.yaml    | 29 +++++++++++++
 it-tests/aws/aws-kinesis/source/example-file.txt   |  1 +
 .../aws/aws-kinesis/source/terraform/main.tf       | 47 ++++++++++++++++------
 .../aws/aws-s3/sink/terraform/main.tf              | 43 ++++++++++++++------
 it-tests/aws/aws-s3/sink/timer-aws-s3-it-test.sh   | 34 ++++++++++++++++
 it-tests/aws/aws-s3/sink/timer-aws-s3.yaml         | 29 +++++++++++++
 it-tests/aws/aws-s3/source/aws-s3-log-it-test.sh   | 41 +++++++++++++++++++
 it-tests/aws/aws-s3/source/aws-s3-log.yaml         | 29 +++++++++++++
 it-tests/aws/aws-s3/source/example-file.txt        |  1 +
 .../aws/aws-s3/source/terraform/main.tf            | 42 +++++++++++++------
 .../aws/aws-sqs-fifo/sink/terraform/main.tf        | 44 ++++++++++++++------
 .../sink/timer-aws-sqs-fifo-it-test.sh             | 34 ++++++++++++++++
 .../aws/aws-sqs-fifo/sink/timer-aws-sqs-fifo.yaml  | 29 +++++++++++++
 .../aws/aws-sqs/sink/terraform/main.tf             | 42 +++++++++++++------
 it-tests/aws/aws-sqs/sink/timer-aws-sqs-it-test.sh | 34 ++++++++++++++++
 it-tests/aws/aws-sqs/sink/timer-aws-sqs.yaml       | 29 +++++++++++++
 it-tests/aws/aws-sqs/source/aws-sqs-log-it-test.sh | 43 ++++++++++++++++++++
 it-tests/aws/aws-sqs/source/aws-sqs-log.yaml       | 29 +++++++++++++
 it-tests/aws/aws-sqs/source/example-file.txt       |  1 +
 .../aws/aws-sqs/source/terraform/main.tf           | 41 +++++++++++++------
 .../scripts/results.sh                             |  6 +--
 28 files changed, 726 insertions(+), 98 deletions(-)
 copy Makefile => it-tests/Makefile (56%)
 create mode 100644 it-tests/README.md
 copy 
library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletTypeEnum.java
 => it-tests/aws/aws-kinesis/sink/terraform/main.tf (55%)
 create mode 100755 it-tests/aws/aws-kinesis/sink/timer-aws-kinesis-it-test.sh
 create mode 100644 it-tests/aws/aws-kinesis/sink/timer-aws-kinesis.yaml
 create mode 100755 it-tests/aws/aws-kinesis/source/aws-kinesis-log-it-test.sh
 create mode 100644 it-tests/aws/aws-kinesis/source/aws-kinesis-log.yaml
 create mode 100644 it-tests/aws/aws-kinesis/source/example-file.txt
 copy 
library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletTypeEnum.java
 => it-tests/aws/aws-kinesis/source/terraform/main.tf (55%)
 copy 
library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletTypeEnum.java
 => it-tests/aws/aws-s3/sink/terraform/main.tf (59%)
 create mode 100755 it-tests/aws/aws-s3/sink/timer-aws-s3-it-test.sh
 create mode 100644 it-tests/aws/aws-s3/sink/timer-aws-s3.yaml
 create mode 100755 it-tests/aws/aws-s3/source/aws-s3-log-it-test.sh
 create mode 100644 it-tests/aws/aws-s3/source/aws-s3-log.yaml
 create mode 100644 it-tests/aws/aws-s3/source/example-file.txt
 copy 
library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletTypeEnum.java
 => it-tests/aws/aws-s3/source/terraform/main.tf (60%)
 copy 
library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletTypeEnum.java
 => it-tests/aws/aws-sqs-fifo/sink/terraform/main.tf (58%)
 create mode 100755 it-tests/aws/aws-sqs-fifo/sink/timer-aws-sqs-fifo-it-test.sh
 create mode 100644 it-tests/aws/aws-sqs-fifo/sink/timer-aws-sqs-fifo.yaml
 copy 
library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletTypeEnum.java
 => it-tests/aws/aws-sqs/sink/terraform/main.tf (60%)
 create mode 100755 it-tests/aws/aws-sqs/sink/timer-aws-sqs-it-test.sh
 create mode 100644 it-tests/aws/aws-sqs/sink/timer-aws-sqs.yaml
 create mode 100755 it-tests/aws/aws-sqs/source/aws-sqs-log-it-test.sh
 create mode 100644 it-tests/aws/aws-sqs/source/aws-sqs-log.yaml
 create mode 100644 it-tests/aws/aws-sqs/source/example-file.txt
 copy 
library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletTypeEnum.java
 => it-tests/aws/aws-sqs/source/terraform/main.tf (60%)
 copy test/salesforce-sink/delete-secret.sh => it-tests/scripts/results.sh (87%)
 mode change 100644 => 100755

Reply via email to