lakeFS
lakeFS copied to clipboard
lakeFS - Data version control for your data lake | Git for data
When creating a new repository with sample data and specifying a default branch name different from 'main', the generated `README.md` file contains broken internal links. This issue stems from a...
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.12.3 to 2.13.0. Commits 03add30 [maven-release-plugin] prepare release jackson-core-2.13.0 7668921 Prepare for 2.13.0 release 81bdfaa Add missing javadoc param/returns for deprecated methods ec22344 Fix small javadoc warnings...
This step fails when we update packages only without any code modifications. This step is commented out in https://github.com/treeverse/lakeFS/pull/9148 until fixed
Enable to do tagging via AWS s3 tagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectTagging.html) 
Related to #8201 ## Change Description Automating the documentation for endpoint permissions requires to decouple the permission objects from the endpoint code. This PR extracts the permission objects to a...
Closes #(Insert issue number closed by this PR) ## Change Description ### Background Share context and relevant information for the PR: offline discussions, considerations, design decisions etc. ### Bug Fix...
While the WebUI and lakectl allow or don't allow import according to the "import_enabled" flag in the server config for local storage - This flag isn't enforced by the lakeFS...
The S3 protocol passes user metadata as headers with prefix `x-aws-meta-`. The AWS S3 SDK strips away these prefixes from the header. So for instance it treats the metadata `foo=bar`...
## What happened? The top navigation bar in lakeFS should remain fixed (sticky) at the top of every page when the user scrolls down, but currently it is out of...