Skip to content

Commit

Permalink
Merge branch 'main' into marchRel
Browse files Browse the repository at this point in the history
  • Loading branch information
smlambert authored Mar 28, 2024
2 parents bf2c97c + 8168192 commit 45d0dca
Show file tree
Hide file tree
Showing 8 changed files with 914 additions and 795 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-adopters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- run: python3 .github/workflows/fetch-adopters.py

- uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee # v1
- uses: gr2m/create-or-update-pull-request-action@73b5860c078571041abd2e438b8377a24dbc2465 # v1
env:
GITHUB_TOKEN: ${{ secrets.ADOPTIUM_BOT_TOKEN }}
with:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/check-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
fetch-depth: 0

- id: files
uses: jitterbit/get-changed-files@b17fbb00bdc0c0f63fcf166580804b4d2cdc2a42 # v1
- name: Get changed files
if: github.event_name == 'push'
id: files
run: |
changed_files=$(git diff --name-only "${{ github.event.before }}" "${{ github.sha }}")
echo "all=$changed_files" >> "$GITHUB_OUTPUT"
- run: pip3 install bs4

Expand Down Expand Up @@ -64,7 +68,7 @@ jobs:
done
fi
- uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee # v1
- uses: gr2m/create-or-update-pull-request-action@73b5860c078571041abd2e438b8377a24dbc2465 # v1
env:
GITHUB_TOKEN: ${{ secrets.ADOPTIUM_BOT_TOKEN }}
with:
Expand Down
12 changes: 6 additions & 6 deletions content/asciidoc-pages/jmc/index.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Eclipse Mission Control
:page-authors: reinhapa, thegreystone, gdams, karianna, jiekang, hendrikebbers, ggam
:page-authors: reinhapa, thegreystone, gdams, karianna, jiekang, hendrikebbers, ggam, xavierfacq
:stable: 8.3.0
:snapshot: 9.0.0

Expand Down Expand Up @@ -33,19 +33,19 @@ https://github.com/thegreystone/jmc-tutorial[Marcus Hirt’s tutorial].
|=======================================================================
|System |Version |Download
|Windows |{snapshot}-SNAPSHOT
|https://github.com/adoptium/jmc-build/releases/download/{snapshot}-SNAPSHOT/org.openjdk.jmc-{snapshot}-SNAPSHOT-win32.win32.x86_64.zip[org.openjdk.jmc-{snapshot}-SNAPSHOT-win32.win32.x86_64.zip]
|https://github.com/adoptium/jmc-build/releases/download/{snapshot}-SNAPSHOT/org.openjdk.jmc-{snapshot}-win32.win32.x86_64.zip[org.openjdk.jmc-{snapshot}-SNAPSHOT-win32.win32.x86_64.zip]

|macOS (x86_64) |{snapshot}-SNAPSHOT
|https://github.com/adoptium/jmc-build/releases/download/{snapshot}-SNAPSHOT/org.openjdk.jmc-{snapshot}-SNAPSHOT-macosx.cocoa.x86_64.tar.gz[org.openjdk.jmc-{snapshot}-SNAPSHOT-macosx.cocoa.x86_64.tar.gz]
|https://github.com/adoptium/jmc-build/releases/download/{snapshot}-SNAPSHOT/org.openjdk.jmc-{snapshot}-macosx.cocoa.x86_64.tar.gz[org.openjdk.jmc-{snapshot}-SNAPSHOT-macosx.cocoa.x86_64.tar.gz]

|macOS (aarch_64) |{snapshot}-SNAPSHOT
|https://github.com/adoptium/jmc-build/releases/download/{snapshot}-SNAPSHOT/org.openjdk.jmc-{snapshot}-SNAPSHOT-macosx.cocoa.aarch64.tar.gz[org.openjdk.jmc-{snapshot}-SNAPSHOT-macosx.cocoa.aarch_64.tar.gz]
|https://github.com/adoptium/jmc-build/releases/download/{snapshot}-SNAPSHOT/org.openjdk.jmc-{snapshot}-macosx.cocoa.aarch64.tar.gz[org.openjdk.jmc-{snapshot}-SNAPSHOT-macosx.cocoa.aarch_64.tar.gz]

|Linux (x86_64)|{snapshot}-SNAPSHOT
|https://github.com/adoptium/jmc-build/releases/download/{snapshot}-SNAPSHOT/org.openjdk.jmc-{snapshot}-SNAPSHOT-linux.gtk.x86_64.tar.gz[org.openjdk.jmc-{snapshot}-SNAPSHOT-linux.gtk.x86_64.tar.gz]
|https://github.com/adoptium/jmc-build/releases/download/{snapshot}-SNAPSHOT/org.openjdk.jmc-{snapshot}-linux.gtk.x86_64.tar.gz[org.openjdk.jmc-{snapshot}-SNAPSHOT-linux.gtk.x86_64.tar.gz]

|Linux (aarch64)|{snapshot}-SNAPSHOT
|https://github.com/adoptium/jmc-build/releases/download/{snapshot}-SNAPSHOT/org.openjdk.jmc-{snapshot}-SNAPSHOT-linux.gtk.aarch64.tar.gz[org.openjdk.jmc-{snapshot}-SNAPSHOT-linux.gtk.aarch64.tar.gz]
|https://github.com/adoptium/jmc-build/releases/download/{snapshot}-SNAPSHOT/org.openjdk.jmc-{snapshot}-linux.gtk.aarch64.tar.gz[org.openjdk.jmc-{snapshot}-SNAPSHOT-linux.gtk.aarch64.tar.gz]

|=======================================================================

Expand Down
150 changes: 110 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@mdx-js/react": "^2.3.0",
"@mui/lab": "^5.0.0-alpha.97",
"@mui/material": "^5.15.14",
"@mui/x-data-grid": "^6.19.8",
"@mui/x-date-pickers": "^6.19.8",
"@mui/x-data-grid": "^7.0.0",
"@mui/x-date-pickers": "^7.0.0",
"@popperjs/core": "^2.11.8",
"@react-icons/all-files": "^4.1.0",
"axios": "^1.6.8",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@testing-library/user-event": "^14.5.1",
"@types/gatsbyjs__reach-router": "^2.0.4",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.70",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"@types/react-world-flags": "^1.4.5",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
Loading

0 comments on commit 45d0dca

Please sign in to comment.