N-o-Z

Results 65 issues of N-o-Z

Create an infrastructure similar to lakectl tests to test lakefs cmds

team/versioning-engine

Currently each lakeFS instance collects statistics from the database such is max connections, idle connections etc. The current data is based on SQL statistics which are probably irrelevant in the...

include-changelog
team/versioning-engine

Closes #7479 ## Change Description ### Background Add IfAbsent to support LinkPhysicalAddress failure if path already exists ### Testing Details Added unit test ### Breaking Change? No

area/API
include-changelog

Supporting this, will allow providing the API with the flag and avoiding race conditions where entry already exists

area/API

We're missing path escaping when writing object entry during import process. This resulted in: https://github.com/treeverse/lakeFS/issues/7460 Fix: Add path escaping to the `Address` in this function in `walk_entry_iterator.go`: ```golang func objectStoreEntryToEntryRecord(e...

bug
good first issue

When trying to use boto's copy_object on a file > 5GB the returned error is: ``` botocore.exceptions.ClientError: An error occurred (InvalidRequest) when calling the CopyObject operation: This copy request is...

bug
area/gateway
contributor

Similarly to lakectl we need to test lakefs commands as part of our system tests. Currently we only check the `run` command implicitly as part of lakefs esti tests where...

area/system-tests
tech-debt
stale

Currently our API support copying objects only in the context of a single repository. ``` /repositories/{repository}/branches/{branch}/objects/copy Body: { "src_path": "string", "src_ref": "string", "force": false } ``` Historically this limitation was...

contributor
feature-request

Prerequisite: https://github.com/treeverse/lakeFS/issues/7446 Support providing a destination repo (Optional for backwards compatibility)

area/cataloger
area/API
contributor
area/sdk/python

![image](https://github.com/treeverse/lakeFS/assets/3787958/6791b7ea-989c-4eb9-a4ed-be8f590336fa)

bug
area/UI
no stale