merge: gitlab main to github master branch#9
Merged
OliverKeefe merged 41 commits intomainfrom Jan 27, 2026
Merged
Conversation
* add GetMetadataFilter struct * add buildMetadataFilter function * add GetMetadataSpec struct * add GetMetadataQuery function * add Option type for buildGetMetadataSpec funcitonal params * add buildGetMetadataSpec function * add buildGetMetadataQuery * add parameter functions with nil handling * add isEmpty helper method
* add ResponseBody struct * make Response function return both message and data (if required)
* CreatedAt becomes UploadedAt
* CreatedAt becomes UploadedAt
* add GetMetadata service method
* update failed test error message
* request now uses Bind method instead of using reflection to create a request dto
* add file_metadata_group_access many-to-many relation * add file_user_access many-to-many relation
* functional options now add postgres placeholder directly
* add FindMetadataQuery * remove functional options pattern and associated functions Makes querying significantly easier to read, smaller and more idiomatic to Go.
* add Builder struct * add Filterable interface * add Equal method * add Like method * add Raw method
* add OAuth2 interface * add UCAN interface * add Claims struct interface * add JWTRequest struct
* add ValidateJWT method * add ReissueJWT method
* rename GetMetadata to FindMetadata * rename GetFiles to FindMetadata in repository layer
* add PutStream interface func * add GetStream interface func * add Head interface func * add Delete interface func * add CheckObjectStoreExists interface func * add GetRemotePath interface func * add ObjectInfo struct enables the abstraction of different object storage solutions provided by multiple cloud providers i.e. AWS S3 buckets, Azure Blob Storage etc...
* make handler name clearer - change to FindMetadata from Get
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.