lakeFS
lakeFS copied to clipboard
lakeFS - Data version control for your data lake | Git for data
Out kv tests using CosmosDB fails on non Windows OS (using the emulator). Tests fails with the following error: ``` 2025/02/16 09:14:19 Waiting up to 5m0s for emulator to start...
In `run.go` there's a check `blockstoreType == "mem", for a warning about production use of `mem` blockstore. This won't work in a non-single StorageID environment, and should be changed to...
## Description: The **Administration** tab in the UI contains four authentication-related tabs: **My Credentials, Users, Groups, and Policies**. These sections display data in tables using the DataTable function that uses...
Currently, the whole `gateway/operations` code isn't covered by unit-tests. It makes changing this code or adding to it pretty risky, and might lead to future bugs. This code should be...
This pr includes suggested change to https://github.com/treeverse/lakeFS/pull/7586 by @dvryaboy