-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into jwt-flask-extended-bump
- Loading branch information
Showing
163 changed files
with
13,797 additions
and
803 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 |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"files": [ | ||
"README.md" | ||
], | ||
"imageSize": 100, | ||
"contributorsPerLine": 7, | ||
"contributorsSortAlphabetically": false, | ||
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)", | ||
"skipCi": true, | ||
"contributors": [ | ||
{ | ||
"login": "isabelcosta", | ||
"name": "Isabel Costa", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/11148726?v=4", | ||
"profile": "https://isabelcosta.github.io/", | ||
"contributions": [ | ||
"maintenance" | ||
] | ||
}, | ||
{ | ||
"login": "vj-codes", | ||
"name": "Vaishnavi Joshi", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/60894542?v=4", | ||
"profile": "https://github.com/vj-codes", | ||
"contributions": [ | ||
"maintenance", | ||
"design" | ||
] | ||
}, | ||
{ | ||
"login": "epicadk", | ||
"name": "Aditya Kurkure", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/56596662?v=4", | ||
"profile": "https://github.com/epicadk", | ||
"contributions": [ | ||
"code", | ||
"maintenance", | ||
"test" | ||
] | ||
}, | ||
"login": "devkapilbansal", | ||
"name": "Kapil Bansal", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/42766576?v=4", | ||
"profile": "https://github.com/devkapilbansal", | ||
"contributions": [ | ||
"code", | ||
"maintenance", | ||
"test" | ||
] | ||
}, | ||
{ | ||
"login": "gaurivn", | ||
"name": "Gauri V. Nair", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/48416306?v=4", | ||
"profile": "https://github.com/gaurivn", | ||
"contributions": [ | ||
"code", | ||
"maintenance" | ||
] | ||
} | ||
], | ||
"projectName": "mentorship-backend", | ||
"projectOwner": "anitab-org", | ||
"repoType": "github", | ||
"repoHost": "https://github.com" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[run] | ||
omit = | ||
# omit everything in the tests directory | ||
tests/* |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[flake8] | ||
ignore = | ||
# W503: line break before binary operator | ||
# ignored as it creates inconsistency with black | ||
W503, | ||
# E501: line too long (> 88 characters) | ||
# ignored till a final decision is made on what to do with long comments | ||
E501, | ||
# C901: variable or function name is too complex (> 18 characters) | ||
# ignored till someone simplifies the names | ||
C901 | ||
max-line-length = 88 | ||
max-complexity = 18 |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Configuration for welcome - https://github.com/behaviorbot/welcome | ||
|
||
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome | ||
|
||
# Comment to be posted to on first time issues | ||
newIssueWelcomeComment: | | ||
Hello there!👋 Welcome to the project!💖 | ||
Thank you and congrats 🎉 for opening your very first issue in this project. | ||
AnitaB.org Open Source is an inclusive community, committed to creating a safe and positive environment 🌸 Please follow our [Code Of Conduct](https://github.com/anitab-org/mentorship-backend/blob/develop/docs/code_of_conduct.md) 🙌 | ||
You can learn more about the community on [our website](https://anitab-org.github.io/) and [documentation repository](https://github.com/anitab-org/documentation#readme). | ||
You may submit a PR on the same if you like! | ||
Please follow our [Commit Message Style Guide](https://github.com/anitab-org/mentorship-backend/wiki/Commit-Message-Style-Guide) and [Coding Standards](../docs/coding_standards.md) while sending PRs. | ||
If you want to report a bug 🐞, please follow our [bug_report.md](https://github.com/anitab-org/mentorship-backend/blob/develop/.github/ISSUE_TEMPLATE/bug_report.md) template. Please make sure you include steps to reproduce it and be patient we will get back to you as soon as we can 👀 | ||
Also, feel free to join us on [AnitaB.org Open Source Zulip Community](https://anitab-org.zulipchat.com/) 🤝 We have different streams for each active repository for discussions.👩🏻💻🧑🏻💻 | ||
For mentorship-backend, join [#mentorship-system](https://anitab-org.zulipchat.com/#narrow/stream/222534-mentorship-system) stream! Hope you have a great time here :) | ||
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome | ||
|
||
# Comment to be posted to on PRs from first time contributors in your repository | ||
newPRWelcomeComment: | | ||
Hello there!👋 Welcome to the project!💖 | ||
Thank you and congrats 🎉 for opening your first PR on this project.✨ | ||
Please ensure your Pull Request meets the [Commit Message Style Guide](https://github.com/anitab-org/mentorship-backend/wiki/Commit-Message-Style-Guide). | ||
We will review it soon! Until then you can check out the [`README.md`](../README.md) for more details on it. | ||
AnitaB.org Open Source is an inclusive community, committed to creating a safe and positive environment 🌸 Please follow our [Code Of Conduct](https://github.com/anitab-org/mentorship-backend/blob/develop/docs/code_of_conduct.md). | ||
Feel free to join our community at [AnitaB.org Open Source Zulip Community](https://anitab-org.zulipchat.com/) to be kept up to date with our projects discussions and community activities. | ||
Hope you have a great time here :) | ||
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge | ||
|
||
# Comment to be posted to on pull requests merged by a first time user | ||
firstPRMergeComment: | | ||
Woohoo!🎊 Congrats on merging your first contribution to [mentorship-backend](https://github.com/anitab-org/mentorship-backend)!✨ | ||
Your code is officially a part of AnitaB.org Open Source now!! Time for a celebration 🙌🎉⚡️ | ||
Feel free to explore more on this project.🤗 | ||
Join us on [AnitaB.org Open Source Zulip](https://anitab-org.zulipchat.com/). 🤝 | ||
We have different streams for each active repository for discussions. 👩🏽💻🧑🏼💻 | ||
Do join our weekly check-in stream to share your weekly goals and the awesome work you did here.😃 | ||
<details> | ||
<summary><b>Now that you've completed this, you can help someone else take their first step!</b></summary> | ||
<p>Check out projects stream on Zulip and the `First Timers Only` issues to check if someone needs help to figure out their problem or need some feedbacks. Reach out and be encouraging and friendly! 😄 🎉</p> | ||
<p>People often get stuck at the same steps, so you might be able to help someone get unstuck, or help lead them to some documentation that'd help. Reach out and be encouraging and friendly! 😄 🎉 </p> | ||
<p>Create a welcoming issue for someone else or review their pull requests! 😄 🎉 </p> | ||
</details> | ||
# It is recommended to include as many gifs and emojis as possible! |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
name: documentation | ||
|
||
on: | ||
pull_request: | ||
branches: [develop] | ||
push: | ||
branches: [develop] | ||
|
||
jobs: | ||
checks: | ||
if: github.event_name != 'push' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: '12.x' | ||
- name: Test Build | ||
run: | | ||
cd docs/ | ||
if [ -e yarn.lock ]; then | ||
yarn install --frozen-lockfile | ||
elif [ -e package-lock.json ]; then | ||
npm ci | ||
else | ||
npm i | ||
fi | ||
npm run build | ||
gh-release: | ||
if: github.event_name != 'pull_request' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: '12.x' | ||
- uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }} | ||
- name: Release to GitHub Pages | ||
env: | ||
USE_SSH: true | ||
GIT_USER: git | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "gh-actions" | ||
cd docs/ | ||
if [ -e yarn.lock ]; then | ||
yarn install --frozen-lockfile | ||
elif [ -e package-lock.json ]; then | ||
npm ci | ||
else | ||
npm i | ||
fi | ||
npm run deploy |
Oops, something went wrong.