-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
58 feat discord bot to sync role between GitHub and discord server #70
Merged
42atomys
merged 24 commits into
main
from
58-feat-discord-bot-to-sync-role-between-github-and-discord-server
Apr 20, 2022
Merged
58 feat discord bot to sync role between GitHub and discord server #70
42atomys
merged 24 commits into
main
from
58-feat-discord-bot-to-sync-role-between-github-and-discord-server
Apr 20, 2022
Conversation
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
* feat: Implement the JWTKS Service * docs: Add doc to start JWTKS Service without DEVENV * feat: Secure the GRPC server with certificates * fix: Install protoc compiler dependencies on CI * fix: Log of JWTKS certificates cause tests crashes
11 tasks
…hub-and-discord-server
11 tasks
42atomys
commented
Apr 20, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rework to do before merging
…hub-and-discord-server
42atomys
commented
Apr 20, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
42atomys
deleted the
58-feat-discord-bot-to-sync-role-between-github-and-discord-server
branch
April 20, 2022 22:52
42atomys
added a commit
that referenced
this pull request
Apr 21, 2022
* fix(types): Fix wrong types * feat: Add Discord OAuth2 processs * unknown: Just push * feat: Implement the JWTKS Service (#65) * feat: Implement the JWTKS Service * docs: Add doc to start JWTKS Service without DEVENV * feat: Secure the GRPC server with certificates * fix: Install protoc compiler dependencies on CI * fix: Log of JWTKS certificates cause tests crashes * docs: Add functions documentations for the JWTKS Service * feat: Adding the Discord homepage with steps to link 42 / Discord and Github * feat: Use Feature concept to know if an User is a sponsors or not for Discord page * feat: Join Discord button will now invite the user without create invite link * clean: Remove cached files * chore: Add TODO comments * docs: Add EnvVar to env.example * chore: Follow the lint directive * fix: Remove useless checks * feat: Upgrade to React 18 * chore: Do review * chore: Do review on package.json * fix: Make JWKS endpoitn configurable * feat: Make frontend endpoints configurable with config file * docs: Add documentation * docs: Add documentation redirection for config * fix: Install protoc for frontend tests * chore: Ignore generated files fron prettier
42atomys
added a commit
that referenced
this pull request
Nov 12, 2022
* fix(types): Fix wrong types * feat: Add Discord OAuth2 processs * unknown: Just push * feat: Implement the JWTKS Service (#65) * feat: Implement the JWTKS Service * docs: Add doc to start JWTKS Service without DEVENV * feat: Secure the GRPC server with certificates * fix: Install protoc compiler dependencies on CI * fix: Log of JWTKS certificates cause tests crashes * docs: Add functions documentations for the JWTKS Service * feat: Adding the Discord homepage with steps to link 42 / Discord and Github * feat: Use Feature concept to know if an User is a sponsors or not for Discord page * feat: Join Discord button will now invite the user without create invite link * clean: Remove cached files * chore: Add TODO comments * docs: Add EnvVar to env.example * chore: Follow the lint directive * fix: Remove useless checks * feat: Upgrade to React 18 * chore: Do review * chore: Do review on package.json * fix: Make JWKS endpoitn configurable * feat: Make frontend endpoints configurable with config file * docs: Add documentation * docs: Add documentation redirection for config * fix: Install protoc for frontend tests * chore: Ignore generated files fron prettier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the pull request
Add a feature to invite sponsors to the discord before opening as well as its discord bot to sync the roles with their Github / Third party sponsors role
Checklist
Breaking changes ?
yes
Additional context
Resolves #66, Resolves #67, Resolves #68, Resolves #69