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

refactor: add validation to storage, repo and session blueprints #347

Conversation

Panaetius
Copy link
Member

@Panaetius Panaetius commented Aug 9, 2024

I had to change the ULID regex for the schemathesis tests. a 26 char ulid can theoretically store 130 bits, but ulid are limited to 128 bit. so they can't start with 8 or higher (that would be a too high timestamp). As per the spec

EDIT: A breaking a change that requires changes on the UI. -> SwissDataScienceCenter/renku-ui#3299

/deploy renku=feat-jupyter-free-sessions amalthea-sessions=main renku-notebooks=feat-add-amalthea-session-cache renku-gateway=master renku-ui=andrea/use-data-service-sessions-2.0 extra-values=amalthea-sessions.deployCrd=false #notest

olevski
olevski previously approved these changes Aug 12, 2024
@Panaetius Panaetius force-pushed the refactor/304-add-ulid-sqlalchemy branch from c42f324 to cd53826 Compare August 12, 2024 09:45
@Panaetius Panaetius force-pushed the refactor/304-add-validation-to-repos-sessions-storage branch from 8a9ed32 to 286e4b2 Compare August 12, 2024 09:45
@Panaetius Panaetius force-pushed the refactor/304-add-ulid-sqlalchemy branch from cd53826 to 9640498 Compare August 12, 2024 14:13
@Panaetius Panaetius force-pushed the refactor/304-add-validation-to-repos-sessions-storage branch from 286e4b2 to e11a1b8 Compare August 12, 2024 14:13
@Panaetius Panaetius force-pushed the refactor/304-add-ulid-sqlalchemy branch from 9640498 to a4ee522 Compare August 12, 2024 14:40
@Panaetius Panaetius force-pushed the refactor/304-add-validation-to-repos-sessions-storage branch 2 times, most recently from 21da488 to 6995153 Compare August 13, 2024 13:27
@Panaetius
Copy link
Member Author

Panaetius commented Aug 13, 2024

@Panaetius Panaetius force-pushed the refactor/304-add-ulid-sqlalchemy branch from 97219e4 to dab2f8e Compare August 13, 2024 13:31
@Panaetius Panaetius force-pushed the refactor/304-add-validation-to-repos-sessions-storage branch 2 times, most recently from 8c8068c to 8dbfc73 Compare August 14, 2024 13:49
@Panaetius Panaetius force-pushed the refactor/304-add-ulid-sqlalchemy branch from 7177da0 to b6a2fcc Compare August 14, 2024 14:43
@Panaetius Panaetius force-pushed the refactor/304-add-validation-to-repos-sessions-storage branch 2 times, most recently from def8f59 to 41c601e Compare August 15, 2024 06:55
@Panaetius Panaetius force-pushed the refactor/304-add-ulid-sqlalchemy branch from b6a2fcc to f49e146 Compare August 20, 2024 07:10
@Panaetius Panaetius force-pushed the refactor/304-add-validation-to-repos-sessions-storage branch 3 times, most recently from c1a81e8 to 558fe97 Compare August 20, 2024 07:35
@Panaetius Panaetius force-pushed the refactor/304-add-ulid-sqlalchemy branch from f49e146 to 90b6fc8 Compare August 20, 2024 08:47
@Panaetius Panaetius force-pushed the refactor/304-add-validation-to-repos-sessions-storage branch from 558fe97 to 5ca8b63 Compare August 20, 2024 08:47
@olevski olevski self-requested a review September 27, 2024 14:24
@olevski olevski force-pushed the release-amaltheas-migration branch from 7fcfa17 to be5272b Compare October 2, 2024 13:09
@olevski olevski force-pushed the release-amaltheas-migration branch 3 times, most recently from fd2e56c to df3bb88 Compare October 4, 2024 15:14
@Panaetius Panaetius force-pushed the refactor/304-add-validation-to-repos-sessions-storage branch from 8a1e546 to f122db0 Compare October 7, 2024 07:15
@Panaetius Panaetius merged commit 6a436a7 into release-amaltheas-migration Oct 7, 2024
18 of 20 checks passed
@Panaetius Panaetius deleted the refactor/304-add-validation-to-repos-sessions-storage branch October 7, 2024 09:41
@RenkuBot
Copy link
Contributor

RenkuBot commented Oct 7, 2024

Tearing down the temporary RenkuLab deplyoment for this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge A PR that has been approved but should not be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants