You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/01/09 19:46:14 UTC

[incubator-pekko-platform-guide] branch new-main created (now fc62834)

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

fanningpj pushed a change to branch new-main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-platform-guide.git


      at fc62834  copy over settings from incubator-pekko (#5)

This branch includes the following new commits:

     new 18364d0  Delete CODE_OF_CONDUCT.md
     new 7a674f9  Create .asf.yaml
     new c297743  upgrade coursier cache-action due to build failures (#6)
     new fc62834  copy over settings from incubator-pekko (#5)

The 4 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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org


[incubator-pekko-platform-guide] 01/04: Delete CODE_OF_CONDUCT.md

Posted by fa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch new-main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-platform-guide.git

commit 18364d06b33fe708f3e1dae19a07a7cf6f50dc5a
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Oct 31 14:40:00 2022 +0000

    Delete CODE_OF_CONDUCT.md
    
    use ASF default
---
 CODE_OF_CONDUCT.md | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
deleted file mode 100644
index 372fcb5..0000000
--- a/CODE_OF_CONDUCT.md
+++ /dev/null
@@ -1,10 +0,0 @@
-All repositories in these organizations:
-
-* [lightbend](https://github.com/lightbend)
-* [akka](https://github.com/akka)
-* [lagom](https://github.com/lagom)
-* [playframework](https://github.com/playframework)
-* [sbt](https://github.com/sbt)
-* [slick](https://github.com/slick)
-
-are covered by the Lightbend Community Code of Conduct: https://www.lightbend.com/conduct


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org


[incubator-pekko-platform-guide] 04/04: copy over settings from incubator-pekko (#5)

Posted by fa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch new-main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-platform-guide.git

commit fc62834864fab5c6afad95bfae12a34b4dff50dc
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Nov 15 12:41:12 2022 +0100

    copy over settings from incubator-pekko (#5)
---
 .asf.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index ed13b7d..0484be8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -13,3 +13,17 @@ github:
     issues: true
     # Enable projects for project management boards
     projects: false
+
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  true
+
+  protected_branches:
+    main: { }
+
+notifications:
+  commits:              commits@pekko.apache.org
+  issues:               notifications@pekko.apache.org
+  pullrequests:         notifications@pekko.apache.org
+  discussions:          notifications@pekko.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org


[incubator-pekko-platform-guide] 02/04: Create .asf.yaml

Posted by fa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch new-main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-platform-guide.git

commit 7a674f94e6bf11951038d0303f63d64926162826
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Nov 3 00:34:30 2022 +0100

    Create .asf.yaml
---
 .asf.yaml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..ed13b7d
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,15 @@
+# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+
+github:
+  description: "Examples how to implement Microservices using Apache Pekko"
+  homepage: https://pekko.apache.org/
+  labels:
+    - pekko
+  
+  features:
+    # Enable wiki for documentation
+    wiki: false
+    # Enable issue management
+    issues: true
+    # Enable projects for project management boards
+    projects: false


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org


[incubator-pekko-platform-guide] 03/04: upgrade coursier cache-action due to build failures (#6)

Posted by fa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch new-main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-platform-guide.git

commit c297743cf11a2fd5a5a97e1b26b7b114dc2420ff
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Nov 15 09:56:54 2022 +0100

    upgrade coursier cache-action due to build failures (#6)
    
    * upgrade coursier cache-action due to build failures
    
    * Update link-validator.yml
    
    * Update validate-telemetry-sample.yml
---
 .github/workflows/build-and-test.yml            | 4 ++--
 .github/workflows/link-validator.yml            | 2 +-
 .github/workflows/validate-telemetry-sample.yml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index c17b536..1c8c9c6 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -126,7 +126,7 @@ jobs:
           java-version: adopt@1.11.0-9
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v5
+        uses: coursier/cache-action@v6.4.0
 
       - name: "Shopping analytics service (Scala)"
         run: scripts/sbt-test.sh docs-source/docs/modules/microservices-tutorial/examples/shopping-analytics-service-scala
@@ -177,7 +177,7 @@ jobs:
           java-version: adopt@1.11.0-9
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v5
+        uses: coursier/cache-action@v6.4.0
 
       - name: "05 Shopping cart service (Scala)"
         run: scripts/sbt-test.sh docs-source/docs/modules/microservices-tutorial/examples/05-shopping-cart-service-scala
diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml
index bcd6262..7cb6ee7 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -30,7 +30,7 @@ jobs:
           java-version: adopt@1.11.0-9
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v5
+        uses: coursier/cache-action@v6.4.0
 
       - name: Install Coursier command line tool
         run: curl -fLo cs https://git.io/coursier-cli-linux && chmod +x cs && ./cs
diff --git a/.github/workflows/validate-telemetry-sample.yml b/.github/workflows/validate-telemetry-sample.yml
index f9c5d1d..3b5f39a 100644
--- a/.github/workflows/validate-telemetry-sample.yml
+++ b/.github/workflows/validate-telemetry-sample.yml
@@ -41,7 +41,7 @@ jobs:
           java-version: adopt@1.11.0-9
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v5
+        uses: coursier/cache-action@v6.4.0
 
       - name: "Telemetry Sample (Scala)"
         run: scripts/sbt-test.sh ./docs-source/docs/modules/telemetry/examples/telemetry-sample


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org