Fix GitHub Actions workflow failure#47
Merged
JoshuaAFerguson merged 2 commits intoNov 16, 2025
Merged
Conversation
Adds Handler struct definition with DB field and required methods to fix compilation errors in the collaboration handler: - Handler struct with *db.Database field - NewCollaborationHandler constructor function - canAccessSession method for session authorization - toJSONB helper function for JSONB conversion This resolves the build failures in the GitHub Actions workflow where Handler was referenced but not defined in the handlers package. Fixes: #47
Changes PVC.Spec.Resources from corev1.ResourceRequirements to
corev1.VolumeResourceRequirements to match the Kubernetes API changes
in k8s.io/api v0.34.2.
The PersistentVolumeClaimSpec.Resources field now expects
VolumeResourceRequirements instead of ResourceRequirements.
Fixes compilation error:
cannot use corev1.ResourceRequirements{…} as
corev1.VolumeResourceRequirements value in struct literal
Related to: #47
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.
No description provided.