feat: oauth-service and AI-analyzer with Gemini 2.5-flash#3
Open
Esraa-Eng93 wants to merge 11 commits into
Open
feat: oauth-service and AI-analyzer with Gemini 2.5-flash#3Esraa-Eng93 wants to merge 11 commits into
Esraa-Eng93 wants to merge 11 commits into
Conversation
Basil-Ismail
reviewed
Mar 1, 2026
Member
Basil-Ismail
left a comment
There was a problem hiding this comment.
Did you run the dockerfile? and make sure it's working?
| .where(eq(users.githubId, String(githubUser.id))); | ||
|
|
||
| let userId: string; | ||
| let userRole: string; |
Member
There was a problem hiding this comment.
In TS no need to define it the vars beforehand, you can define it when you need it "on line 78"
Author
There was a problem hiding this comment.
i see that i wrote it in old way , now see the update .
| }); | ||
|
|
||
| router.get('/ready', (_req, res) => { | ||
| // Add database connectivity check here |
Member
There was a problem hiding this comment.
I think this is still in-progress
Author
There was a problem hiding this comment.
check it now in new update i checked first the database is connected or not .
Author
the oauth-service now its work with docker and when use docker-compose since i add the service there. |
…flash and LangChain
…flash and LangChain
Removed .env copy from Dockerfile to utilize Docker Compose env_file injection for better security and portability.
…i used MinIo to store it , also i added login using email and password
- Integrated Team service with full CRUD (Create, Delete, Get Members). - Implemented invitation workflow (SendInvite, AcceptInvite). - Added member management (RemoveMember). - Integrated Notification service to handle team-related events. - Secured all routes using isAuth middleware.
This file contains hidden or 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
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.
No description provided.