diff --git a/.all-contributorsrc b/.all-contributorsrc
index 42f54a7f3cc7..6a753d77281b 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -454,6 +454,89 @@
"contributions": [
"doc"
]
+ },
+ {
+ "login": "Florence-Njeri",
+ "name": "Florence Njeri",
+ "avatar_url": "https://avatars.githubusercontent.com/u/40742916?v=4",
+ "profile": "https://florence-njeri.github.io/NjeriPortfolio",
+ "contributions": [
+ "code"
+ ]
+ },
+ {
+ "login": "anshgoyalevil",
+ "name": "Ansh Goyal",
+ "avatar_url": "https://avatars.githubusercontent.com/u/94157520?v=4",
+ "profile": "https://ansh.live",
+ "contributions": [
+ "code",
+ "review"
+ ]
+ },
+ {
+ "login": "SumantxD",
+ "name": "Sumant.xD",
+ "avatar_url": "https://avatars.githubusercontent.com/u/65810424?v=4",
+ "profile": "https://github.com/SumantxD",
+ "contributions": [
+ "infra"
+ ]
+ },
+ {
+ "login": "Shriansh2002",
+ "name": "Shriansh Agarwal",
+ "avatar_url": "https://avatars.githubusercontent.com/u/41548480?v=4",
+ "profile": "http://shrianshagarwal.in",
+ "contributions": [
+ "code"
+ ]
+ },
+ {
+ "login": "reachaadrika",
+ "name": "Aadrika Bhargava",
+ "avatar_url": "https://avatars.githubusercontent.com/u/64789514?v=4",
+ "profile": "https://github.com/reachaadrika",
+ "contributions": [
+ "code"
+ ]
+ },
+ {
+ "login": "vishvamsinh28",
+ "name": "Vishvamsinh Vaghela",
+ "avatar_url": "https://avatars.githubusercontent.com/u/90895835?v=4",
+ "profile": "https://github.com/vishvamsinh28",
+ "contributions": [
+ "code"
+ ]
+ },
+ {
+ "login": "AnimeshKumar923",
+ "name": "Animesh Kumar",
+ "avatar_url": "https://avatars.githubusercontent.com/u/99868037?v=4",
+ "profile": "https://github.com/AnimeshKumar923",
+ "contributions": [
+ "doc",
+ "review"
+ ]
+ },
+ {
+ "login": "captain-Akshay",
+ "name": "Akshay Sharma",
+ "avatar_url": "https://avatars.githubusercontent.com/u/59491379?v=4",
+ "profile": "https://github.com/captain-Akshay",
+ "contributions": [
+ "code"
+ ]
+ },
+ {
+ "login": "yuvrxj-afk",
+ "name": "Yuvraj Singh Sisodiya",
+ "avatar_url": "https://avatars.githubusercontent.com/u/63532070?v=4",
+ "profile": "https://web-yuvrxj-afk.vercel.app/",
+ "contributions": [
+ "code"
+ ]
}
],
"contributorsPerLine": 7,
diff --git a/.eslintrc.js b/.eslintrc.js
index 7f3e39888210..a7ae59ed8d25 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -3,7 +3,7 @@ module.exports = {
"browser": true,
"es6": true,
},
- "extends": ["eslint:recommended", "plugin:react/recommended" , "plugin:cypress/recommended"],
+ "extends": ["eslint:recommended", "plugin:react/recommended", "plugin:cypress/recommended"],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly",
diff --git a/.github/workflows/cypress-tests.yml b/.github/workflows/cypress-tests.yml
new file mode 100644
index 000000000000..11dd4a8f8bc2
--- /dev/null
+++ b/.github/workflows/cypress-tests.yml
@@ -0,0 +1,27 @@
+name: Run tests
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ types: [opened, reopened, synchronize, ready_for_review]
+
+jobs:
+ cypress-run:
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v3
+
+ - name: Use Node.js 16.x
+ uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+
+
+ - name: Install dependencies
+ run: npm install
+
+ - name: Cypress Tests are running
+ run : node ./scripts/index.js && npm run test
diff --git a/.github/workflows/help-command.yml b/.github/workflows/help-command.yml
index f4955c221630..d4ba4a44c40b 100644
--- a/.github/workflows/help-command.yml
+++ b/.github/workflows/help-command.yml
@@ -27,13 +27,13 @@ jobs:
repo: context.repo.repo,
body: `Hello, @${{ github.actor }}! 👋🏼
- I'm Genie from the magic lamp. Looks like somebody needs a hand! 🆘
+ I'm 🧞🧞🧞 Genie 🧞🧞🧞 from the magic lamp. Looks like somebody needs a hand!
At the moment the following comments are supported in pull requests:
- - `/ready-to-merge` or `/rtm` - This comment will trigger automerge of PR in case all required checks are green, approvals in place and do-not-merge label is not added
- - `/do-not-merge` or `/dnm` - This comment will block automerging even if all conditions are met and ready-to-merge label is added
- - `/autoupdate` or `/au` - This comment will add `autoupdate` label to the PR and keeps your PR up-to-date to the target branch's future changes. Unless there is a merge conflict or it is a draft PR.`
+ - \`/ready-to-merge\` or \`/rtm\` - This comment will trigger automerge of PR in case all required checks are green, approvals in place and do-not-merge label is not added
+ - \`/do-not-merge\` or \`/dnm\` - This comment will block automerging even if all conditions are met and ready-to-merge label is added
+ - \`/autoupdate\` or \`/au\` - This comment will add \`autoupdate\` label to the PR and keeps your PR up-to-date to the target branch's future changes. Unless there is a merge conflict or it is a draft PR.`
})
create_help_comment_issue:
@@ -51,10 +51,10 @@ jobs:
repo: context.repo.repo,
body: `Hello, @${{ github.actor }}! 👋🏼
- I'm Genie from the magic lamp. Looks like somebody needs a hand! 🆘
+ I'm 🧞🧞🧞 Genie 🧞🧞🧞 from the magic lamp. Looks like somebody needs a hand!
At the moment the following comments are supported in issues:
- - `/good-first-issue {js | ts | java | go | docs | design | ci-cd} ` or `/gfi {js | ts | java | go | docs | design | ci-cd} ` - label an issue as a `good first issue`.
- example: `/gfi js` or `/good-first-issue ci-cd`
- })
+ - \`/good-first-issue {js | ts | java | go | docs | design | ci-cd}\` or \`/gfi {js | ts | java | go | docs | design | ci-cd}\` - label an issue as a \`good first issue\`.
+ example: \`/gfi js\` or \`/good-first-issue ci-cd\``
+ })
\ No newline at end of file
diff --git a/.github/workflows/lighthouse-ci.yml b/.github/workflows/lighthouse-ci.yml
index 137d2fb77e8e..f8cc63d308df 100644
--- a/.github/workflows/lighthouse-ci.yml
+++ b/.github/workflows/lighthouse-ci.yml
@@ -32,7 +32,7 @@ jobs:
)
id: should_run
name: Should Run
- run: echo "::set-output name=shouldrun::true"
+ run: echo "shouldrun=true" >> $GITHUB_OUTPUT
- if: steps.should_run.outputs.shouldrun == 'true'
uses: actions/checkout@v3
diff --git a/.gitignore b/.gitignore
index ed771f133ca6..97f8c2038030 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ yarn.lock
meetings.json
.netlify
.env
+cypress/screenshots
+cypress/videos
\ No newline at end of file
diff --git a/.prettierignore b/.prettierignore
new file mode 100644
index 000000000000..fa29cdfff915
--- /dev/null
+++ b/.prettierignore
@@ -0,0 +1 @@
+**
\ No newline at end of file
diff --git a/CODEOWNERS b/CODEOWNERS
index 56d4723855a9..db47e3d311e1 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -5,7 +5,7 @@
# For more details, read the following article on GitHub: https://help.github.com/articles/about-codeowners/.
# The default owners are automatically added as reviewers when you open a pull request unless different owners are specified in the file.
-* @derberg @mcturco @akshatnema @magicmatatjahu @asyncapi-bot-eve
+* @derberg @akshatnema @magicmatatjahu @mayaleeeee @asyncapi-bot-eve
# All .md files
*.md @alequetzalli @asyncapi-bot-eve
@@ -13,4 +13,4 @@
pages/blog/*.md @thulieblack @alequetzalli
pages/community/*.md @thulieblack @alequetzalli
-README.md @alequetzalli @derberg @mcturco @akshatnema @magicmatatjahu @asyncapi-bot-eve
+README.md @alequetzalli @derberg @akshatnema @magicmatatjahu @mayaleeeee @asyncapi-bot-eve
diff --git a/README.md b/README.md
index 69905cfd8983..a2a342939251 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,24 @@
---
-
-[![All Contributors](https://img.shields.io/badge/all_contributors-45-orange.svg?style=flat-square)](#contributors-)
-
-
-[![Netlify Status](https://api.netlify.com/api/v1/badges/b2137407-b765-46c4-95b5-a72d9b1592ab/deploy-status)](https://app.netlify.com/sites/asyncapi-website/deploys)
+
+
+ + + + + + + + + + + + + + + +
## Overview @@ -140,7 +153,27 @@ This repository has the following structure: └── tailwind.config.js # TailwindCSS configuration file ``` -## Contributors +## Connect with AsyncAPI Community + ++ + + + + + + + + + + + + + + +
+ +## AsyncAPI Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): @@ -207,6 +240,17 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d+
{children}
) diff --git a/components/CaseStudyCard.js b/components/CaseStudyCard.js index fc741b4c487b..861a927ff55f 100644 --- a/components/CaseStudyCard.js +++ b/components/CaseStudyCard.js @@ -10,7 +10,7 @@ export default function CaseStudyCard({Remote
} -{!job.region || job.region === 'any' ? 'Anywhere (on planet Earth)' : job.region}
+{!job.region || job.region === 'any' ? 'Anywhere (on planet Earth)' : job.region}
Tags
External Docs
Tags
External Docs