itaiad200

Results 48 issues of itaiad200

Another try

team/versioning-engine

team/versioning-engine
area/KV

ListCommits is capable of scanning thousands of commits, but it does so serially. It's better to prefetch the commit, metarange and range to parallelize the download from S3 which becomes...

team/versioning-engine

Several possible applications: - Show spanning of requests taking more than x seconds. - Record spanning for any versioning operations: diff/merge/log.

team/cloud-native

Add lakectl command: `lakectl fs sync some/local/dir lakefs://example-repo/example-branch/prefix/`

area/lakectl
team/versioning-engine

There were splited for kv/db, but we can refactor them back now.

team/versioning-engine

Explain better how diffs, merges and commits work. Explain how metadata operations are linear to the size of the change. Explain common usage patterns like getting a change summary, running...

docs
team/versioning-engine

Calculating change summaries is easy if you know how to do it - but currently, we only do it for the UI. Exposing higher level SDK operations for the Python/Java...

java
area/sdk/python
team/ecosystem

Diff API: returning the same "change" indicator for prefixes as we do for objects is misleading. common prefixes should probably have a different indicator that means "there are changes under...

area/API
team/versioning-engine

``` ./lakectl branch revert lakefs://repo1/main mergeCommitID Branch: lakefs://repo1/main Are you sure you want to revert the effect of commits mergeCommitID: y must specify 1-based parent number for reverting merge commit...

bug
area/lakectl
team/versioning-engine