You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add config and worker for blobber updates * Manage files as per its lookuphash * Use contenthash instead of lookuphash * Replace file path calculation with new logic Add temporary directory and files * Fix file delete while moving file to cloud Multiple files can have same content hash within an allocation. Remove iterProgress use Remove . import * Modify filestore setup * Add/modify/optimize file operations as per file manager * Reorder functions and implement lock for file write Modify tests * Restructure setup for testing Add mock for file manager * Check if a path is a mountpoint * Fix flag and mount point check for integration * Fix null scan error to int64 value db.commit to unblock postgres transaction * Add negating build tag to unit tests * Revert use of build tags * Fix/Modify download integration test * Skip integration test if not set in flag * Add build tags to separate integration and unit test partially * Distinguish from integration test Put common function in new file * Update comment, delete unused function Add nil checking for integration testing * Add minor code optimization * Validate actual file content hash w.r.t. clien'ts content hash * Delete connection object after its usage * Optimize file write to temporary directory * Remove some code redundancy * Readability change * Modify config for minio setup * Reorganize/Reorder storage related code * Reorder argument of Filestorer interface * Add temporary fix for tests * Change flag name * Update test * Add filestore mocker and update accordingly * Add file store mocker for tests in allocation package * Add unit test for filestore * Add/Modify/Fix/Optimize code * Fix commit/integration tests issues * Add/Optimize update blobber capacity and other functions * Add tag * Delete unnecessary file * Fix variable name * Remove unused function * Relax mountpoint requirement * Fix mountpoint check temporarily * Modify yaml file for custom docker build * Modify content hash calculation and size increment * Fix size update * Fix for padding less data * Move to files_dir flag temporarily for system testing * Fix file store unit test * Modify comparison to length * Fix validation/test * Change back to what staging has * Change error message * Calculate different content hash for thumbnail * Skip thumbnail hash checking * Fix hash assignment issue * Add comments and modify field * Disable lint check * Rename function * Use helper function to check if test is integration * Fix return issues Remove comment * Rename functions * Remove defer for smaller code blocks * Modify viper's config retrieval function call * Modify function to return error and avoid using go routine * Fix double unlock call * Query in batches rather than single query * Fix lint issue * Fix address issue * Set allocations in batch * Rename function
0 commit comments