lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

lakeFS - Data version control for your data lake | Git for data

Results 625 lakeFS issues
Sort by recently updated
recently updated
newest added

Enable docs site to work with MkDocs with access to previous versions of the docs.

docs

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.14 to 5.4.19. Release notes Sourced from vite's releases. v5.4.19 Please refer to CHANGELOG.md for details. v5.4.18 Please refer to CHANGELOG.md for details. v5.4.17 Please refer to...

dependencies
javascript

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0. Release notes Sourced from prismjs's releases. v1.30.0 What's Changed check that currentScript is set by a script tag by @​lkuechler in PrismJS/prism#3863 New Contributors...

dependencies
javascript

### What happened? ## Issue We have a broad inconsistency between the response status codes defined in the Swagger spec and those used in our codebase. ## Description In status.go...

We are currently using `v1.5.6` which is already deprecated.

tech-debt

There is currently no way to simulate errors during testing.

The `lakectl log `command currently only accepts branch names as arguments, while the similar lakectl fs ls command supports both branches and refs (commits, tags, `~`, etc..). This inconsistency limits...

Closes #8512 ## Change Description Added env variables to the lakefs_export tool for S3 provider and S3 endpoint, with the same added to the rclone.conf.temp. Changed the names of the...

Branches (and tags) provide human-readable sources for commit references, and are great for _users_! But lakeFS provides CRUD operations for them, which makes it hard to write _applications_ that handle...

good first issue
area/cataloger
area/API
new-feature
feature-request
feature

### What happened? The [log_commits](https://docs.lakefs.io/reference/api.html#/refs/logCommits) API endpoint accepts a `since` query parameter that should be a RFC3339-formatted datetime string. However, when providing a valid ISO-formatted timestamp, the API responds with...

bug
contributor