-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'quarkusio:main' into AboutPage_alternative-video-layout
- Loading branch information
Showing
2,291 changed files
with
175,911 additions
and
344,869 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,12 @@ jobs: | |
id: deploy | ||
run: npx surge teardown https://quarkus-site-pr-${{ github.event.number }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} || echo "NOT_TORNDOWN=true" >> "$GITHUB_ENV" | ||
- name: Update PR status comment | ||
uses: actions-cool/[email protected] | ||
uses: quarkusio/action-helpers@main | ||
if: env.NOT_TORNDOWN != 'true' | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
action: maintain-one-comment | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
pr-number: ${{ github.event.number }} | ||
body: | | ||
🙈 The PR is closed and the preview is expired. | ||
<!-- Sticky Pull Request Comment --> | ||
body-include: '<!-- Sticky Pull Request Comment -->' | ||
number: ${{ github.event.number }} | ||
body-marker: <!-- Preview status comment marker --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,48 +6,64 @@ on: | |
types: | ||
- completed | ||
|
||
defaults: | ||
run: | ||
shell: bash | ||
|
||
jobs: | ||
preview: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
actions: read | ||
issues: write | ||
# this is unfortunately needed to be able to write comments on pull requests | ||
pull-requests: write | ||
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' | ||
steps: | ||
- name: Download PR Artifact | ||
uses: dawidd6/action-download-artifact@v5 | ||
uses: actions/download-artifact@v4 | ||
with: | ||
workflow: ${{ github.event.workflow_run.workflow_id }} | ||
run_id: ${{ github.event.workflow_run.id }} | ||
workflow_conclusion: success | ||
run-id: ${{ github.event.workflow_run.id }} | ||
name: site | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Store PR id as variable | ||
id: pr | ||
run: | | ||
echo "id=$(<pr-id.txt)" >> $GITHUB_OUTPUT | ||
pr=$(<pr-id.txt) | ||
if ! [[ $pr =~ ^[0-9]+$ ]] ; then | ||
echo "PR id extracted from pr-id.txt is not a number: $pr" | ||
exit 1 | ||
fi | ||
echo "id=${pr}" >> $GITHUB_OUTPUT | ||
rm -f pr-id.txt | ||
- name: Publishing to surge for preview | ||
id: deploy | ||
run: npx surge ./ --domain https://quarkus-site-pr-${{ steps.pr.outputs.id }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} | ||
run: npx [email protected] ./ --domain https://quarkus-site-pr-${PR_ID}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} | ||
env: | ||
PR_ID: ${{ steps.pr.outputs.id }} | ||
|
||
- name: Update PR status comment on success | ||
uses: actions-cool/[email protected] | ||
uses: quarkusio/action-helpers@main | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
action: maintain-one-comment | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
pr-number: ${{ steps.pr.outputs.id }} | ||
body: | | ||
🎊 PR Preview ${{ github.sha }} has been successfully built and deployed to https://quarkus-site-pr-${{ steps.pr.outputs.id }}-preview.surge.sh | ||
- Images of blog posts older than 3 months are not available. | ||
- Newsletters older than 3 months are not available. | ||
<img width="300" src="https://user-images.githubusercontent.com/507615/90250366-88233900-de6e-11ea-95a5-84f0762ffd39.png"> | ||
<!-- Sticky Pull Request Comment --> | ||
body-include: '<!-- Sticky Pull Request Comment -->' | ||
number: ${{ steps.pr.outputs.id }} | ||
body-marker: <!-- Preview status comment marker --> | ||
- name: Update PR status comment on failure | ||
uses: quarkusio/action-helpers@main | ||
if: ${{ failure() }} | ||
uses: actions-cool/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
action: maintain-one-comment | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
pr-number: ${{ steps.pr.outputs.id }} | ||
body: | | ||
😭 Deploy PR Preview failed. | ||
<img width="300" src="https://user-images.githubusercontent.com/507615/90250824-4e066700-de6f-11ea-8230-600ecc3d6a6b.png"> | ||
<!-- Sticky Pull Request Comment --> | ||
body-include: '<!-- Sticky Pull Request Comment -->' | ||
number: ${{ steps.pr.outputs.id }} | ||
body-marker: <!-- Preview status comment marker --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,10 @@ sannegrinovero: | |
job_title: "Hibernate team lead" | ||
twitter: "SanneGrinovero" | ||
bio: "Dutch, Italian, living in London. Passionate for OSS and the JVM, having fun with Quarkus while leading the Hibernate team at Red Hat." | ||
leydenquarkus: | ||
name: "Maria Arias de Reyna Dominguez, Andrew Dinn, Sanne Grinovero" | ||
job_title: "OpenJDK and Quarkus team working on Project Leyden at Red Hat" | ||
bio: "Maria Arias de Reyna Dominguez is a Java Champion and member of the OpenJDK team at Red Hat; Andrew Dinn is a Distinguished Engineer at Red Hat, and Architect responsible for OpenJDK and GraalVM; Sanne Grinovero is a Java Champion, founding member of the Quarkus project and Architect in the middleware group at Red Hat." | ||
dandreadis: | ||
name: "Dimitris Andreadis" | ||
email: "[email protected]" | ||
|
@@ -555,3 +559,17 @@ karesti: | |
job_title: "Engineer (Software)" | ||
twitter: "karesti" | ||
bio: "Software Engineer at Red Hat and Infinispan team member." | ||
eddiecarpenter: | ||
name: "Eddie Carpenter" | ||
email: "[email protected]" | ||
emailhash: "1eafb77e5daee9aba696f7c23de0bc86" | ||
job_title: "Principal Software Engineer" | ||
twitter: "" | ||
bio: "Principal Software Engineer and IT Executive" | ||
mariofusco: | ||
name: "Mario Fusco" | ||
email: "[email protected]" | ||
emailhash: "48dfeef188c592772a5a0bcbdea7b7df" | ||
job_title: "Senior Principal Software Engineer" | ||
twitter: "mariofusco" | ||
bio: "Senior Principal Software Engineer at Red Hat ~ Java Champion ~ Open source advocate ~ Frequent speaker ~ @jugmilano coordinator ~ Drools project lead at RedHat ~ Pragmatic dreamer ~ Europeist" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
language: | ||
- headline: 'The <a href="https://quarkus.io">English version of quarkus.io</a> is the official project site. Translated sites are community supported on a best-effort basis.' | ||
- headline: 'The <a href="%URL%">English version of quarkus.io</a> is the official project site. Translated sites are community supported on a best-effort basis.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.