eladlachmi
eladlachmi
Add a file viewer to the lakeFS webui with an extendable list of renderers for supporting different file types. Initially, markdown and Jupyter notebooks will be supported, but additional renderers...
Migrate the lakeFS webui to TypeScript. This effort will include setting up the npm project for using TypeScript and migrating existing code to TS, so we don't need to start...
Related to #7705 ## Change Description ### Background See the associated issue for context ### New Feature This PR is only part of the implementation of #7705, but I've decided...
Now that repo metadata has been added, incl. the import indicator, we can add the import step to the onboarding checklist experience.
`TestLakectlCherryPick` (as an example) can fail randomly if the physical address includes a substring that happens to match the short SHA regex. Example [here](https://github.com/treeverse/lakeFS/actions/runs/8969301716/job/24630561187#step:4:6797): ``` Expected: s3://esti-system-testing/11610/13408/cosd4vq2c39ei6oj7r90/repo-cosd4vq2c39ei6oj7r8g/ Actual: s3://esti-system-testing/11610/13408/cosd4vq2c39ei6oj7r90/repo-cosd4vq2c39ei6oj7r8g/data/ggb32tq2c39c73dff130/cosg ```
We don't have a reference for `lakectl`'s configuration file. We do have some bits here and there, but not a full reference. We should fix that.
Closes #7712 ## Change Description ### Background This PR adds basic OS information to the `lakectl` `User-Agent` string. In aggregate, this information can support decisions regarding the development of `lakectl`....
Closes #7687 ## Change Description ### Bug Fix #### The Problem Please see the associated issue for the full description of the problem. #### Root Cause lakeFS, unlike Git, doesn't...
`lakectl` has nice template-based utility functions for outputting to `Stdout`/`Stderr`, but those can't be imported into `lakefs`. While working on [this](https://github.com/treeverse/lakeFS/pull/7854) PR, I added some basic utility functions to`lakefs` for...