Interactem integration - #1222
Open
swelborn wants to merge 5 commits into
Open
Conversation
swelborn
force-pushed
the
interactem-integration
branch
from
January 23, 2025 15:14
d241ff6 to
b185101
Compare
swelborn
commented
Jan 28, 2025
swelborn
force-pushed
the
interactem-integration
branch
from
February 12, 2025 01:46
472cce1 to
44365d9
Compare
swelborn
commented
Feb 12, 2025
| pyjwt[crypto] | ||
| bcrypt | ||
| sqlalchemy | ||
| pydantic[dotenv]==1.10 |
Collaborator
Author
There was a problem hiding this comment.
For whatever reason, this caused me not to be able to connect to the DB from the app. I could connect from outside of the app just fine (to do alembic upgrade head)
swelborn
force-pushed
the
interactem-integration
branch
from
February 26, 2025 22:02
4b7181e to
c588bd3
Compare
swelborn
force-pushed
the
interactem-integration
branch
3 times, most recently
from
September 24, 2025 02:07
ace4d5d to
9042dab
Compare
yarn cannot fetch peer dependencies, so we also have to add them here...
- cookie was not being added to requests in local dev
swelborn
force-pushed
the
interactem-integration
branch
2 times, most recently
from
September 24, 2025 20:59
9054eae to
a1d4e09
Compare
swelborn
force-pushed
the
interactem-integration
branch
from
September 30, 2025 13:37
a1d4e09 to
61e6fa1
Compare
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.
@cjh1 -- cookie was not being added on login/refresh requests. Is this the right way to add them?