Pekko becomes TLP (#1214)

This commit is contained in:
PJ Fanning 2024-03-22 14:16:08 +01:00 committed by GitHub
parent 0646754739
commit e3410bcaa8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 120 additions and 131 deletions

View file

@ -6,9 +6,9 @@ about: Create a report to help us improve
<!--
Please report issues regarding specific projects in their respective issue trackers, e.g.:
- Pekko HTTP: https://github.com/apache/incubator-pekko-http/issues
- Pekko Connectors: https://github.com/apache/incubator-pekko-connectors/issues
- Pekko Persistence Cassandra Plugin: https://github.com/apache/incubator-pekko-persistence-cassandra/issues
- Pekko HTTP: https://github.com/apache/pekko-http/issues
- Pekko Connectors: https://github.com/apache/pekko-connectors/issues
- Pekko Persistence Cassandra Plugin: https://github.com/apache/pekko-persistence-cassandra/issues
- ...
Please explain your issue precisely, and if possible provide a reproducer snippet (this helps resolve issues much quicker).

View file

@ -6,9 +6,9 @@ about: Suggest an idea for this project
<!--
Please report issues regarding specific projects in their respective issue trackers, e.g.:
- Pekko HTTP: https://github.com/apache/incubator-pekko-http/issues
- Pekko Connectors: https://github.com/apache/incubator-pekko-connectors/issues
- Pekko Persistence Cassandra Plugin: https://github.com/apache/incubator-pekko-persistence-cassandra/issues
- Pekko HTTP: https://github.com/apache/pekko-http/issues
- Pekko Connectors: https://github.com/apache/pekko-connectors/issues
- Pekko Persistence Cassandra Plugin: https://github.com/apache/pekko-persistence-cassandra/issues
- ...
Please explain your use case precisely, and if possible provide an example snippet.

View file

@ -1,7 +1,7 @@
---
name: "❓ Question"
about: Please use https://github.com/apache/incubator-pekko/discussions for questions
about: Please use https://github.com/apache/pekko/discussions for questions
---
Please use https://github.com/apache/incubator-pekko/discussions for questions instead of posting them to the issue tracker.
Please use https://github.com/apache/pekko/discussions for questions instead of posting them to the issue tracker.

View file

@ -13,7 +13,7 @@ jobs:
check-binary-compatibility:
name: Check / Binary Compatibility
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
fail-fast: false
steps:

View file

@ -27,7 +27,7 @@ jobs:
generate-doc-check:
name: Generate doc check
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -11,7 +11,7 @@ on:
jobs:
validate-links:
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -11,7 +11,7 @@ jobs:
pekko-cluster-metrics-sigar:
name: Pekko Cluster Metrics Test with Sigar
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
uses: actions/checkout@v4
@ -52,7 +52,7 @@ jobs:
pekko-classic-remoting-tests:
name: Pekko Classic Remoting Tests
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
fail-fast: false
matrix:
@ -97,7 +97,7 @@ jobs:
jdk-nightly-build:
name: JDK ${{ matrix.javaVersion }} / Scala ${{ matrix.scalaVersion }}
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
fail-fast: false
matrix:

View file

@ -12,7 +12,7 @@ jobs:
pekko-artery-aeron-tests:
name: Pekko Artery Aeron Tests
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
fail-fast: false
matrix:

View file

@ -11,7 +11,7 @@ jobs:
pekko-cluster-metrics-sigar:
name: Pekko Cluster Metrics Test with Sigar
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
uses: actions/checkout@v4
@ -61,7 +61,7 @@ jobs:
pekko-classic-remoting-tests:
name: Pekko Classic Remoting Tests
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
fail-fast: false
matrix:
@ -105,7 +105,7 @@ jobs:
jdk-nightly-build:
name: JDK ${{ matrix.javaVersion }} / Scala ${{ matrix.scalaVersion }}
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
fail-fast: false
matrix:

View file

@ -29,7 +29,7 @@ jobs:
publish:
name: Publish 1.0 docs
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
# TODO we will need to change to use a release tag in future
- name: Checkout

View file

@ -31,7 +31,7 @@ jobs:
publish-nightly:
name: Publish 1.0 nightly
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -31,7 +31,7 @@ jobs:
publish-nightly:
name: Publish nightly
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -16,7 +16,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
matrix:
command:

View file

@ -14,7 +14,7 @@ jobs:
compile:
name: Compile
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
matrix:
command:

View file

@ -12,7 +12,7 @@ jobs:
pekko-timing-sensitive-tests:
name: Pekko Tests taggedAs TimingTest
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout