merge: gitlab main into github master#11
Merged
OliverKeefe merged 41 commits intomainfrom Feb 9, 2026
Merged
Conversation
compute checksum in backend from multipart from instead of in frontend.
* add uploadObject function * add makeDataBlobLike function
* add ObjectType enum * add CID type
send method now correctly includes authorization header.
obviously this will be correctly implemented at later stage
Wiring for api routes now occur in router. Abandoned functional options pattern which was, in hindsight, utterly pointless here
* remove hardcoded data
* remove dead code * add new wiring
* add getAllMetadata function * add GetAllMetadataResp interface * add GetAllMetadataReq interface * add CursorReq interface
fixed bug whereby handler throws an error and then continues due to lack of return statement.
* add StorachaLogin function * add isUser validation helper * add uploadObject function * add makeDataBlobLike function
file icons now dynamically display based upon the file type. e.g. if .java file, icon will be java icon etc...
fixed bug whereby the query was trying to insert a value into owner_id which is a reference to a foreign key rather than joining.
* add TestRepository_GetAllFiles_NoCursor testcase * add TestRepository_GetAllFiles_Cursor testcase
* add formatDate function
* fix styling on chromium based browsers
now employs useOptimistic to optimistically add new files to state before backend response
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.