Conversation
Summary of ChangesHello @n1ru4l, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on refining the integration test environment by correctly configuring the SuperTokens authentication service. The changes involve enabling a specific 'home' mode for SuperTokens and supplying essential token keys, which are critical for the authentication and authorization processes during automated test execution. This ensures that integration tests can run reliably and securely. Highlights
Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request enables the supertokens-at-home feature for integration tests by setting the SUPERTOKENS_AT_HOME environment variable to 1 and adding the required token keys to the docker-compose.integration.yaml configuration. My review identifies a likely typo in an environment variable name which could cause issues.
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tag: |
💻 Website PreviewThe latest changes are available as preview in: https://pr-7705.hive-landing-page.pages.dev |
50a4a9d to
25a1f74
Compare
6a7d504 to
b8d9dcb
Compare
25a1f74 to
dbe58c2
Compare
dbe58c2 to
f3eb62e
Compare
f3eb62e to
f22dead
Compare
f22dead to
a26f083
Compare
a26f083 to
b5f6a4b
Compare
b369f35 to
c7e88c7
Compare
9575604 to
6663583
Compare
c56e7bd to
faaa95a
Compare
faaa95a to
f36f100
Compare
60644e6 to
4896531
Compare
e50f343 to
5ef9760
Compare
e05b3a1 to
127fa69
Compare
5ef9760 to
9bc0a0f
Compare
9bc0a0f to
2235e04
Compare
This PR enabled the native supertokens implementation, by updating the relevant docker compose files and checks if CI and e2e tests pass against it.