generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Dev to Main Sync #31
Merged
Merged
Dev to Main Sync #31
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
* WIP : Adding server initial setup * Feat : Added Makefile * Chore : Updated env.example * Feat : Added discordgo package and dto for discordMessage * Feat : Added DISCORD_PUBLIC_KEY in AppConfig * Feat : Added a middleware to verify incoming commands * Feat : Added setup for routes and discord interaction endpoint * Refactor : Code cleanup * Refactor : Simplified baseHandler code
* Chore : Renamed vars to self explanatory vars * Chore : Added commands in makefile & minor refactors * Feat : Added custom error handler * Feat : Utilised custom error handler * Feat : Moved content-type setter to middleware * Feat : Added custom discord response handler * Chore : Added space after each func * Test Setup (#16) * Feat : added config helper to setup env * Chore : Fixed DISCORD_PUBLIC_KEY for test * Test : Added test for verifyCommand * Test : Added test for verifyCommand * Chore : Moved file * Test : Added test for baseHandler * Feat : Updated makefile
* Chore : Updated packages * Feat : Added function to register commands * Feat : Added register command in makefile * Test : Updated config helper * Chore : Tidy Project * Added register command with tests * Test : Added one more test for register command * Chore : Renamed file * Refactor : Cleanup and formated code * Test : Increased test coverage * Chore : Removed redundant test * Hello command (#19) * Feat : Added hello command interaction endpoint * Feat : Added test for basehandler * Refactor : Code cleanup
* Feat : Added github workflow * Feat : Added branches in ci checks * Chore : Updated action version
* Feat : Added docker file and readme * Readme : Updated readme * Feat : Updated docker compose file * Chore : Changed default port
* Doc : Added Contribution doc * Chore : Renamed file
* Feat : Added dto for DiscordMessage * Refactor : Simplified baseHandler code * Feat : Added service to handle commands * Refactor : Simplified existing code * Chore : Added spaces
* Add health check endpoint and tests * remove comment * add timeStamp in response
* chore: add docker setup * ci: setup action for deployment * chore: make the action run for the ci/deploy-server branch * chore: remove ci/deploy-server branch for trigring actions
prakashchoudhary07
had a problem deploying
to
staging
December 8, 2024 12:20 — with
GitHub Actions
Failure
Achintya-Chatterjee
approved these changes
Dec 10, 2024
prakashchoudhary07
approved these changes
Dec 11, 2024
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.
Date: 4 Dec 2024
Developer Name: Joy Gupta
Issue Ticket Number
NA
Description
This PR contains
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?