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

DM-43393: Cast job_try to str when making SlackTextField #73

Merged
merged 5 commits into from
Mar 21, 2024

Conversation

jonathansick
Copy link
Member

@jonathansick jonathansick commented Mar 20, 2024

Pydantic does not cast the int type of the arq job_try to a string, so we need to do it.

Also extract and use the real XSRF tokens when communicating with JupyterHub and JupyterLab. See lsst-sqre/mobu#340

The arq job_try is an int, and Pydantic will not cast this automatically
to a string type.
- update checkout to v4
- update python to v5
- update pre-commit to 3.0.1
jonathansick added a commit to lsst-sqre/phalanx that referenced this pull request Mar 20, 2024
Rather than create a synthetic XSRF token, we actually look at the token
returned by the Hub and Lab login endpoints and use those. See
lsst-sqre/mobu#340
@jonathansick jonathansick marked this pull request as ready for review March 21, 2024 21:29
@jonathansick jonathansick merged commit b0804a5 into main Mar 21, 2024
4 checks passed
@jonathansick jonathansick deleted the tickets/DM-43393 branch March 21, 2024 21:50
jonathansick added a commit to lsst-sqre/phalanx that referenced this pull request Mar 21, 2024
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