Skip to content
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

Summer Cleaning #143

Merged
merged 5 commits into from
Sep 2, 2024
Merged

Summer Cleaning #143

merged 5 commits into from
Sep 2, 2024

Conversation

VVoruganti
Copy link
Collaborator

Essentially a large amount of refactoring and clean up to get tutor-gpt modernized with current standards. Updating dependencies, cleaning up technical debt, and several performance improvements.

  • The code base is now structured to use local python packages as dependencies to split up the different front ends. Now the agent folder is its own module that is loaded from the bot and api folders. They both have their own pyproject.tomls now.
  • The web app now uses SSR authentication and the most up to date supabase standards. It also now has support for authentication with a google and/or discord account
  • Some improvements to code block and list rendering in the message box

Copy link

vercel bot commented Sep 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tutor-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 2, 2024 5:49pm

@VVoruganti VVoruganti merged commit bc86d24 into main Sep 2, 2024
4 of 5 checks passed
@VVoruganti VVoruganti deleted the summercleaning branch September 2, 2024 17:50
})
return
}
console.log(password, passwordConfirmation)

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This logs sensitive data returned by
an access to password
as clear text.
})
return
}
console.log(password, passwordConfirmation)

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This logs sensitive data returned by
an access to passwordConfirmation
as clear text.
Copy link

sentry-io bot commented Sep 15, 2024

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

Did you find this useful? React with a 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant