eladlachmi

Results 12 issues of eladlachmi

Closes #4225

include-changelog

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...

area/UI
team/cloud-native

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...

area/UI
team/cloud-native

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...

area/lakectl
include-changelog

Now that repo metadata has been added, incl. the import indicator, we can add the import step to the onboarding checklist experience.

area/UI
no stale

`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 ```

bug
good first issue
area/testing

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.

docs

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`....

area/lakectl
include-changelog

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...

include-changelog

`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...

area/tools
tech-debt