Pekko becomes TLP (#1214)
This commit is contained in:
parent
0646754739
commit
e3410bcaa8
53 changed files with 120 additions and 131 deletions
6
.github/ISSUE_TEMPLATE/---bug-report.md
vendored
6
.github/ISSUE_TEMPLATE/---bug-report.md
vendored
|
|
@ -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).
|
||||
|
|
|
|||
6
.github/ISSUE_TEMPLATE/---feature-request.md
vendored
6
.github/ISSUE_TEMPLATE/---feature-request.md
vendored
|
|
@ -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.
|
||||
|
|
|
|||
4
.github/ISSUE_TEMPLATE/--question.md
vendored
4
.github/ISSUE_TEMPLATE/--question.md
vendored
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/generate-doc-check.yml
vendored
2
.github/workflows/generate-doc-check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/link-validator.yml
vendored
2
.github/workflows/link-validator.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
6
.github/workflows/nightly-1.0-builds.yml
vendored
6
.github/workflows/nightly-1.0-builds.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/nightly-builds-aeron.yml
vendored
2
.github/workflows/nightly-builds-aeron.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
6
.github/workflows/nightly-builds.yml
vendored
6
.github/workflows/nightly-builds.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/publish-1.0-docs.yml
vendored
2
.github/workflows/publish-1.0-docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/publish-1.0-nightly.yml
vendored
2
.github/workflows/publish-1.0-nightly.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/publish-nightly.yml
vendored
2
.github/workflows/publish-nightly.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/scala3-build.yml
vendored
2
.github/workflows/scala3-build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/scala3-compile.yml
vendored
2
.github/workflows/scala3-compile.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/timing-tests.yml
vendored
2
.github/workflows/timing-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue