You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/03/31 02:07:19 UTC

[incubator-openwhisk-runtime-swift] tag 4.1@latest updated (ce551a0 -> 3af0b4e)

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

csantanapr pushed a change to tag 4.1@latest
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-swift.git.


*** WARNING: tag 4.1@latest was modified! ***

    from ce551a0  (commit)
      to 3af0b4e  (commit)
    from ce551a0  update swift41 snapshot build to 2018-03-11-a (#33)
     add 029afd8  Remove swift:4.0, only swift:4.1 (#34)
     add 9da55b6  add webhook for slack notification (#35)
     add 3b9d086  update epilogue with correct @escaping for Codable (#37)
     add bc7c020  try again; fix travis2slack URL (#38)
     add 52bc96e  split write of wait command insert in runner.py (#39)
     add 301753e  Update swift 4.1 runtime to snapshot 03-26a (#40)
     add 3af0b4e  Update Swift 4.1 to swift-4.1-RELEASE (#42)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   4 +-
 .travis.yml                                        |   8 +++
 README.md                                          |  59 ++++++++--------
 ansible/environments/local/group_vars/all          |   7 +-
 core/swift40Action/CHANGELOG.md                    |  20 ------
 core/swift40Action/Dockerfile                      |  30 --------
 core/swift40Action/build.gradle                    |   2 -
 core/swift40Action/buildandrecord.py               |  77 ---------------------
 core/swift41Action/CHANGELOG.md                    |  18 +++++
 core/swift41Action/Dockerfile                      |   5 +-
 core/swift41Action/build.gradle                    |  34 ---------
 .../epilogue.swift                                 |  12 +++-
 .../spm-build/Package.swift                        |   0
 .../spm-build/_Whisk.swift                         |   0
 .../swift4runner.py                                |   1 +
 settings.gradle                                    |   1 -
 .../Package.swift                                  |   4 +-
 .../SwiftyRequestCodable/Sources/main.swift        |  28 ++++++++
 tests/dat/build.sh                                 |   4 +-
 tests/dat/build/swift4.0/HelloSwift4.zip           | Bin 10670 -> 0 bytes
 tests/dat/build/swift4.0/HelloSwift4Codable.zip    | Bin 14599 -> 0 bytes
 tests/dat/build/swift4.0/SwiftyRequest.zip         | Bin 160343 -> 0 bytes
 tests/dat/build/swift4.1/HelloSwift4.zip           | Bin 11161 -> 12049 bytes
 tests/dat/build/swift4.1/HelloSwift4Codable.zip    | Bin 15057 -> 17234 bytes
 tests/dat/build/swift4.1/SwiftyRequest.zip         | Bin 153630 -> 155592 bytes
 tests/dat/build/swift4.1/SwiftyRequestCodable.zip  | Bin 0 -> 158942 bytes
 .../Swift40CodableActionContainerTests.scala       |  23 ------
 .../Swift41ActionContainerTests.scala              |  28 --------
 .../Swift311ActionContainerTests.scala             |   0
 .../Swift41ActionContainerTests.scala}             |  32 +++++++--
 .../Swift41CodableActionContainerTests.scala       |   0
 .../SwiftActionContainerTests.scala                |   0
 .../SwiftCodableActionContainerTests.scala         |   2 +-
 .../scala/{ => runtime}/sdk/Swift311SDKTests.scala |   0
 .../scala/{ => runtime}/sdk/Swift41SDKTests.scala  |   2 +-
 .../scala/{ => runtime}/sdk/SwiftSDKTests.scala    |   0
 tests/src/test/scala/sdk/Swift40SDKTests.scala     |  26 -------
 tools/build/compile.sh                             |  15 ++--
 tools/travis/build.sh                              |   1 -
 tools/travis/publish.sh                            |   2 -
 40 files changed, 139 insertions(+), 306 deletions(-)
 delete mode 100644 core/swift40Action/CHANGELOG.md
 delete mode 100755 core/swift40Action/Dockerfile
 delete mode 100755 core/swift40Action/build.gradle
 delete mode 100755 core/swift40Action/buildandrecord.py
 rename core/{swift40Action => swift41Action}/epilogue.swift (91%)
 rename core/{swift40Action => swift41Action}/spm-build/Package.swift (100%)
 rename core/{swift40Action => swift41Action}/spm-build/_Whisk.swift (100%)
 rename core/{swift40Action => swift41Action}/swift4runner.py (98%)
 copy tests/dat/actions/{SwiftyRequest => SwiftyRequestCodable}/Package.swift (94%)
 create mode 100644 tests/dat/actions/SwiftyRequestCodable/Sources/main.swift
 delete mode 100644 tests/dat/build/swift4.0/HelloSwift4.zip
 delete mode 100644 tests/dat/build/swift4.0/HelloSwift4Codable.zip
 delete mode 100644 tests/dat/build/swift4.0/SwiftyRequest.zip
 create mode 100644 tests/dat/build/swift4.1/SwiftyRequestCodable.zip
 delete mode 100644 tests/src/test/scala/actionContainers/Swift40CodableActionContainerTests.scala
 delete mode 100644 tests/src/test/scala/actionContainers/Swift41ActionContainerTests.scala
 rename tests/src/test/scala/{ => runtime}/actionContainers/Swift311ActionContainerTests.scala (100%)
 rename tests/src/test/scala/{actionContainers/Swift40ActionContainerTests.scala => runtime/actionContainers/Swift41ActionContainerTests.scala} (80%)
 rename tests/src/test/scala/{ => runtime}/actionContainers/Swift41CodableActionContainerTests.scala (100%)
 rename tests/src/test/scala/{ => runtime}/actionContainers/SwiftActionContainerTests.scala (100%)
 rename tests/src/test/scala/{ => runtime}/actionContainers/SwiftCodableActionContainerTests.scala (98%)
 rename tests/src/test/scala/{ => runtime}/sdk/Swift311SDKTests.scala (100%)
 rename tests/src/test/scala/{ => runtime}/sdk/Swift41SDKTests.scala (95%)
 rename tests/src/test/scala/{ => runtime}/sdk/SwiftSDKTests.scala (100%)
 delete mode 100644 tests/src/test/scala/sdk/Swift40SDKTests.scala

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.