Skip to content

merge: gitlab main to github master branch#9

Merged
OliverKeefe merged 41 commits intomainfrom
master
Jan 27, 2026
Merged

merge: gitlab main to github master branch#9
OliverKeefe merged 41 commits intomainfrom
master

Conversation

@OliverKeefe
Copy link
Owner

No description provided.

* 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
@OliverKeefe OliverKeefe merged commit 92a7152 into main Jan 27, 2026
1 check failed
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