You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by gi...@apache.org on 2023/01/25 10:20:11 UTC

[openwhisk] branch dependabot/nuget/tests/dat/actions/unicode.tests/src/dotnet2.2/Apache.OpenWhisk.UnicodeTests.Dotnet/Newtonsoft.Json-13.0.2 updated (1985b7ee8 -> f881887a5)

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

github-bot pushed a change to branch dependabot/nuget/tests/dat/actions/unicode.tests/src/dotnet2.2/Apache.OpenWhisk.UnicodeTests.Dotnet/Newtonsoft.Json-13.0.2
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


    omit 1985b7ee8 Bump Newtonsoft.Json
     add daeadbf11 Fix missing attachment stuck actions (#5355)
     add a7ed8b5ef drop travis from required checks to merge a PR (#5364)
     add f717619c8 GitHub action (#5361)
     add 21c9a6363 fixes to use different secrets, show the results in the log (#5367)
     add 40944e6ee schedule actions to run at least 3 times a week (#5369)
     add 4bc4c3b0e Fix typo (#5352)
     add f881887a5 Bump Newtonsoft.Json

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1985b7ee8)
            \
             N -- N -- N   refs/heads/dependabot/nuget/tests/dat/actions/unicode.tests/src/dotnet2.2/Apache.OpenWhisk.UnicodeTests.Dotnet/Newtonsoft.Json-13.0.2 (f881887a5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |  2 -
 .github/workflows/0-on-demand.yaml                 | 92 ++++++++++++++++++++++
 .github/workflows/1-unit.yaml                      | 78 ++++++++++++++++++
 .github/workflows/2-system.yaml                    | 73 +++++++++++++++++
 .github/workflows/3-multi-runtime.yaml             | 73 +++++++++++++++++
 .github/workflows/4-standalone.yaml                | 73 +++++++++++++++++
 .github/workflows/5-scheduler.yaml                 | 73 +++++++++++++++++
 .github/workflows/6-performance.yaml               | 87 ++++++++++++++++++++
 .github/workflows/README.md                        | 56 +++++++++++++
 .gitignore                                         |  4 +
 .travis.yml                                        | 72 ++++++++---------
 common/scala/Dockerfile                            |  3 +-
 .../openwhisk/core/database/DocumentFactory.scala  |  3 +-
 .../apache/openwhisk/core/entity/WhiskAction.scala | 20 ++---
 .../openwhisk/core/controller/ApiUtils.scala       |  4 +-
 .../v2/FunctionPullingContainerProxy.scala         |  8 +-
 .../core/scheduler/queue/QueueManager.scala        | 16 +++-
 docs/warmed-containers.md                          |  4 +-
 .../Apache.OpenWhisk.UnicodeTests.Dotnet.csproj    |  2 +-
 .../test/FunctionPullingContainerProxyTests.scala  |  2 +-
 .../apache/openwhisk/core/database/s3/S3Aws.scala  |  2 +-
 .../scheduler/queue/test/QueueManagerTests.scala   |  8 +-
 tools/{travis => github}/checkAndUploadLogs.sh     | 39 ++++++---
 tools/github/debugAction.sh                        | 69 ++++++++++++++++
 tools/{travis => github}/flake8.sh                 |  0
 .../pip.sh => github/runDummyTests.sh}             | 12 +--
 tools/{travis => github}/runLeanSystemTests.sh     |  0
 tools/{travis => github}/runMultiRuntimeTests.sh   |  0
 tools/{travis => github}/runSchedulerTests.sh      |  0
 tools/{travis => github}/runStandaloneTests.sh     |  4 +-
 tools/{travis => github}/runSystemTests.sh         |  0
 tools/{travis => github}/runUnitTests.sh           |  4 -
 tools/github/s3-upload.sh                          | 53 +++++++++++++
 tools/{travis => github}/scan.sh                   |  2 +-
 tools/{travis => github}/setup.sh                  | 37 ++++++++-
 .../copyJMXFiles.sh => tools/github/waitIfDebug.sh | 27 ++++---
 .../init.sh => tools/github/writeOnSlack.sh        | 13 +--
 37 files changed, 907 insertions(+), 108 deletions(-)
 create mode 100644 .github/workflows/0-on-demand.yaml
 create mode 100644 .github/workflows/1-unit.yaml
 create mode 100644 .github/workflows/2-system.yaml
 create mode 100644 .github/workflows/3-multi-runtime.yaml
 create mode 100644 .github/workflows/4-standalone.yaml
 create mode 100644 .github/workflows/5-scheduler.yaml
 create mode 100644 .github/workflows/6-performance.yaml
 create mode 100644 .github/workflows/README.md
 copy tools/{travis => github}/checkAndUploadLogs.sh (54%)
 create mode 100755 tools/github/debugAction.sh
 copy tools/{travis => github}/flake8.sh (100%)
 copy tools/{ubuntu-setup/pip.sh => github/runDummyTests.sh} (83%)
 copy tools/{travis => github}/runLeanSystemTests.sh (100%)
 copy tools/{travis => github}/runMultiRuntimeTests.sh (100%)
 copy tools/{travis => github}/runSchedulerTests.sh (100%)
 copy tools/{travis => github}/runStandaloneTests.sh (96%)
 copy tools/{travis => github}/runSystemTests.sh (100%)
 copy tools/{travis => github}/runUnitTests.sh (93%)
 create mode 100755 tools/github/s3-upload.sh
 copy tools/{travis => github}/scan.sh (96%)
 copy tools/{travis => github}/setup.sh (57%)
 copy common/scala/copyJMXFiles.sh => tools/github/waitIfDebug.sh (65%)
 mode change 100644 => 100755
 copy core/cosmosdb/cache-invalidator/init.sh => tools/github/writeOnSlack.sh (72%)
 mode change 100644 => 100755