From commits-return-8080-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Thu Sep 19 15:41:25 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3707718062C for ; Thu, 19 Sep 2019 17:41:25 +0200 (CEST) Received: (qmail 15189 invoked by uid 500); 19 Sep 2019 15:41:24 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 15180 invoked by uid 99); 19 Sep 2019 15:41:24 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Sep 2019 15:41:24 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2C66F81D12; Thu, 19 Sep 2019 15:41:23 +0000 (UTC) Date: Thu, 19 Sep 2019 15:41:23 +0000 To: "commits@openwhisk.apache.org" Subject: [openwhisk] branch master updated (e9dd207 -> 94fccbc) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156890768274.18279.12238418432229143025@gitbox.apache.org> From: chetanm@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: openwhisk X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e9dd2073cd2343545d006cd71ca01dc24114c216 X-Git-Newrev: 94fccbcb4d35285955bc5fdf835b43c8f41af81d X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. chetanm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk.git. from e9dd207 Allow decision about action result inclusion in logs on a per call basis (#4604) add 94fccbc Embedded Kafka support in OpenWhisk Standalone mode (#4628) No new revisions were added by this update. Summary of changes: core/standalone/README.md | 67 +++++++++-- core/standalone/build.gradle | 5 + .../src/main/resources/logback-standalone.xml | 2 + .../openwhisk/standalone/KafkaLauncher.scala | 128 +++++++++++++++++++++ .../openwhisk/standalone/StandaloneOpenWhisk.scala | 75 +++++++++++- .../standalone/StandaloneCouchTests.scala | 17 +-- .../StandaloneKafkaTests.scala} | 13 ++- .../standalone/StandaloneSanityTestSupport.scala} | 19 ++- .../standalone/StandaloneServerFixture.scala | 7 +- 9 files changed, 292 insertions(+), 41 deletions(-) create mode 100644 core/standalone/src/main/scala/org/apache/openwhisk/standalone/KafkaLauncher.scala copy tests/src/test/scala/org/apache/openwhisk/{core/database/s3/S3AttachmentStoreMinioTests.scala => standalone/StandaloneKafkaTests.scala} (65%) copy tests/{performance/gatling_tests/src/gatling/resources/data/swiftAction.swift => src/test/scala/org/apache/openwhisk/standalone/StandaloneSanityTestSupport.scala} (70%)