Skip to content

Commit c65c7c5

Browse files
authored
Merge branch 'master' into fix-blog-image
2 parents 5ba22b8 + e8b046b commit c65c7c5

52 files changed

Lines changed: 1101 additions & 68 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/slack.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,27 @@ jobs:
1515
- name: Get current star count
1616
run: |
1717
echo "STARS=$(curl --silent 'https://api.github.com/repos/${{ github.repository }}' -H 'Accept: application/vnd.github.preview' | jq '.stargazers_count')" >> $GITHUB_ENV
18+
1819
- name: Notify Slack
19-
env:
20-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
21-
uses: pullreminders/slack-action@master
20+
uses: slackapi/slack-github-action@v2.1.1
2221
with:
23-
args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"${{ github.actor }} just starred ${{ github.repository }}! (https://github.com/${{ github.repository }}/stargazers) Total ⭐️: ${{ env.STARS }}\"}'
22+
method: chat.postMessage
23+
token: ${{ secrets.SLACK_BOT_TOKEN }}
24+
payload: |
25+
channel: CSK7N9TGX
26+
type: "mrkdwn"
27+
text: "<https://github.com/${{ github.actor }}|${{ github.actor }}> just starred <https://github.com/${{ github.repository }}/stargazers|${{ github.repository }}> bringing the total ⭐️ count up to: ${{ env.STARS }}"
2428
2529
good-first-issue-notify:
2630
if: github.event_name == 'issues' && (github.event.label.name == 'good first issue' || github.event.label.name == 'first-timers-only')
2731
name: Notify Slack for new good-first-issue
2832
runs-on: ubuntu-latest
2933
steps:
3034
- name: Notify Slack
31-
env:
32-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
33-
uses: pullreminders/slack-action@master
35+
uses: slackapi/slack-github-action@v2.1.1
3436
with:
35-
args: '{\"channel\":\"C019426UBNY\",\"type\":\"section\",\"text\":\":new: Good first issue up for grabs: ${{ github.event.issue.title }} - ${{ github.event.issue.html_url }} \"}'
36-
37+
method: chat.postMessage
38+
token: ${{ secrets.SLACK_BOT_TOKEN }}
39+
payload: |
40+
channel: C019426UBNY
41+
text: ":new: Good first issue up for grabs: <${{ github.event.issue.html_url }}|${{ github.event.issue.title }}>"

package-lock.json

Lines changed: 34 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"build": "gatsby build",
1414
"clean": "gatsby clean && rimraf node_modules",
15-
"develop": "GATSBY_CPU_COUNT=12 NODE_OPTIONS=--max-old-space-size=10096 gatsby develop",
15+
"develop": "cross-env NODE_OPTIONS=--max-old-space-size=10096 gatsby develop",
1616
"dev": "npm run develop",
1717
"start": "npm run develop",
1818
"serve": "gatsby serve",
@@ -42,7 +42,7 @@
4242
"@mui/icons-material": "^6.4.6",
4343
"@mui/material": "^5.15.11",
4444
"@react-icons/all-files": "^4.1.0",
45-
"@sistent/sistent": "^0.15.7",
45+
"@sistent/sistent": "^0.15.8",
4646
"@svgr/webpack": "^8.0.1",
4747
"@types/mui-datatables": "^4.3.12",
4848
"ajv": "^8.17.1",
@@ -125,6 +125,7 @@
125125
"@babel/eslint-parser": "^7.22.15",
126126
"babel-plugin-module-resolver": "^5.0.0",
127127
"cpx": "^1.5.0",
128+
"cross-env": "^10.0.0",
128129
"env-cmd": "^10.1.0",
129130
"eslint": "^8.46.0",
130131
"eslint-plugin-react": "^7.37.3",
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/collections/integrations/aws-elasticache-controller/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ components: [
6868
"colorIcon": "icons/components/serverless-cache/icons/color/serverless-cache-color.svg",
6969
"whiteIcon": "icons/components/serverless-cache/icons/white/serverless-cache-white.svg",
7070
"description": "",
71+
},
72+
{
73+
"name": "serverless-cache-snapshot",
74+
"colorIcon": "icons/components/serverless-cache-snapshot/icons/color/serverless-cache-snapshot-color.svg",
75+
"whiteIcon": "icons/components/serverless-cache-snapshot/icons/white/serverless-cache-snapshot-white.svg",
76+
"description": "",
7177
}]
7278
featureList: [
7379
"Fully managed Redis and Memcached",
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 21 additions & 0 deletions
Loading

src/collections/integrations/intel-device-plugins-operator/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ components: [
6262
"colorIcon": "icons/components/fpga-region/icons/color/fpga-region-color.svg",
6363
"whiteIcon": "icons/components/fpga-region/icons/white/fpga-region-white.svg",
6464
"description": "",
65+
},
66+
{
67+
"name": "npu-device-plugin",
68+
"colorIcon": "icons/components/npu-device-plugin/icons/color/npu-device-plugin-color.svg",
69+
"whiteIcon": "icons/components/npu-device-plugin/icons/white/npu-device-plugin-white.svg",
70+
"description": "",
6571
}]
6672
featureList: [
6773
"Support for the QAT, GPU, FPGA, SGX, DSA, IAA device plugins.",

0 commit comments

Comments
 (0)