Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 While it's loading, feel free to check out the other repositories:

🔔 To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

192 results 27 ms in manticoresoftware/clt

Introduce sparse checkout instead of using FULL repo for users

Replace inline git reset logic with ensureRepositoryCheckout helper Add sparse checkout config option in .env.example for selective paths Simplify branch checkout and stash handling via unified function Prepare groundwork for sparse checkout to optimize …

donhardmandonhardman · 2025-07-16 · 0 · #94

Update Semantic Search index automatically

sanikolaevsanikolaev · 2025-07-15 · 1 · #93

As discussed, we have come up with a way to perform sparse checkout for each user and index it separately to maintain the current branch and their own indexes.

donhardmandonhardman · 2025-07-15

CLT UI cosmetic touches and issues

There are several issues that are not very critical but are great to address when we can: When we land with branch=.. we should reset the query string, because the branch has already switched, and reloading the page will reswitch it again. The "Create PR" …

donhardmandonhardman · 2025-07-16 · 12 · #88

Improve CI for binaries

donhardmandonhardman · 2025-06-27 · 1 · #86

we keep Rust binaries in a repository that is not very efficient But it's really cool that you can just run git clone and use the binary right away. What are the downsides?

sanikolaevsanikolaev · 2025-06-27

Update Semantic Search index automatically

subj.

sanikolaevsanikolaev · 2025-07-15 · 1 · #93

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-16 · 12 · #88

When I create a new session let's hide this completely (or make it much smaller) until it starts processing the request: Otherwise it's inconvenient to provide a long prompt, e.g.: Write a test which does this: 1. starts Manticore 2. Loads some data into …

sanikolaevsanikolaev · 2025-07-01

Improve CLT output with user command

We should improve our CLI action and provide users with a given command that they can run to validate the test locally. In the same output, we should dump information about the script and real command execution.

donhardmandonhardman · 2024-12-08 · 2 · #45

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-16 · 12 · #88

I can't continue a timed out session: If I submit "Continue", it doesn't remember the previous context. There's a discrepancy in the amounts for the same session:

sanikolaevsanikolaev · 2025-07-01

Proxy checkers dir inside container

donhardmandonhardman · 2025-03-04 · 0 · #67

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-16 · 12 · #88

docker pull is not run automatically before each test run. It's inconvenient to run it manually on the server (which helps BTW) after AI updates a test, it's not refreshed until I refresh the whole page AI can create regexes for a single test step, but …

sanikolaevsanikolaev · 2025-07-01

CLT UI Minor Issues

…"git operation failed": The button becomes invisible when I hover over it: Too much empty space here which makes the prompt's font too small: "your command or question" is confusing. It makes users wonder things like: "Is there a list of supported …

sanikolaevsanikolaev · 2025-06-30 · 2 · #85

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-16 · 12 · #88

cmd-z doesn't work when entering a command which is inconvenient In this case a PR already existed, but it didn't detect it and suggested to create a new one instead of just commiting to the existing PR: As discussed, it has smth to do with the user's …

sanikolaevsanikolaev · 2025-07-03

Refactor: use start-test/poll-test and banch of improvements and fixes

donhardmandonhardman · 2025-07-10 · 0 · #92

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-16 · 12 · #88

we need a way to specify a default docker image (or a list of them) in a comment in a test. Advantages: no need to change it manually in the UI we can simplify using CLT in GitHub CI. If we support a list of images we can even try to get rid of the …

sanikolaevsanikolaev · 2025-07-03

Can't run test in UI

I've got this test /home/box/clt/ui/workdir/sanikolaev/test/clt-tests/core/search-stats-global-vs-table-consistency.rec on the server and I can't run it via UI. It says "Running test" and never returns any status. Here's what it looks like after running …

sanikolaevsanikolaev · 2025-07-10 · 1 · #90

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-16 · 12 · #88

We should NOT allow running tests with empty commands or other blocks because it leads to unexpected results; the UI should report an error.

donhardmandonhardman · 2025-07-08

Variuos fixes for CLT UI

donhardmandonhardman · 2025-07-08 · 0 · #89

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-16 · 12 · #88

Unable to switch to branch when we have a FILE with the SAME name (new one) and the branch we're switching to ALSO has changes to this file, so this goes to conflict. Instead we should RESET and CLEAN -fdx

donhardmandonhardman · 2025-07-08

Expected output is empty

When an actual output changes after changing the command the expected output becomes empty:

sanikolaevsanikolaev · 2025-07-08 · 4 · #91

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-16 · 12 · #88

Tests containing a block to launch dind at startup only Failed for all commands, of course.

PavelShilin89PavelShilin89 · 2025-07-09

Show how to run test locally

donhardmandonhardman · 2024-12-06 · 0 · #46

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-16 · 12 · #88

As discussed, it's good to move to sparse checkout on a per-branch basis per user, so in that case each branch will be used as a separate folder to run tests. In that case, we can use multiple tabs to run tests. Also, as improvements to the UI, we should …

donhardmandonhardman · 2025-07-09

Add possibility to pass the directory required to run tests from outside

donhardmandonhardman · 2024-12-06 · 0 · #47

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-16 · 12 · #88

Investigate and fix the issue with resuming sessions. It seems there is a bug in the external tool we use for this.

donhardmandonhardman · 2025-07-15

Custom output checkers

donhardmandonhardman · 2025-02-18 · 0 · #65

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-16 · 12 · #88

this is confusing. I don't know what it means:

sanikolaevsanikolaev · 2025-07-16

CI: Display CLT Test EDIT link with a given domain as a parameter in action

Now with our UI, we can not just post error tests to comments in pull requests but also provide a link to edit it in the UI. The link looks like this: {UI_HOST}/?test_path=core%2Ftest-auto-schema.rec&branch=master&failed_tests[]=core%2Ftest-auto-schema. …

donhardmandonhardman · 2025-06-27 · 0 · #87

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-16 · 12 · #88

It looks wrong and confusing that intermediate test steps are not complete, but later steps are done:

sanikolaevsanikolaev · 2025-07-16

Improve CI for binaries

Currently, we keep Rust binaries in a repository that is not very efficient. We should think about introducing a CI pipeline that will build it, and as per CLT tool usage, we can just automatically download it when required to the local system and keep …

donhardmandonhardman · 2025-06-27 · 1 · #86

Can't run test in UI

sanikolaevsanikolaev · 2025-07-10 · 1 · #90

Closing as fixed due to a timeout issue in this pull: https://github.com/manticoresoftware/clt/pull/92

donhardmandonhardman · 2025-07-10

Do not post any info in case tests passed

donhardmandonhardman · 2024-12-25 · 0 · #49

Expected output is empty

sanikolaevsanikolaev · 2025-07-08 · 4 · #91

As discussed, this may have smth to do with discarding the changes.

sanikolaevsanikolaev · 2025-07-03

Block inside reusable block compilation

donhardmandonhardman · 2025-03-12 · 0 · #68

Expected output is empty

sanikolaevsanikolaev · 2025-07-08 · 4 · #91

Fixed in this pull request: https://github.com/manticoresoftware/clt/pull/89

donhardmandonhardman · 2025-07-07

Skip adding succeed tests to summary

We should add to summary only those tests that failed same we do in comments

donhardmandonhardman · 2024-12-25 · 3 · #48

Expected output is empty

sanikolaevsanikolaev · 2025-07-08 · 4 · #91

Fixed in this pull request: https://github.com/manticoresoftware/clt/pull/89 Approved.

sanikolaevsanikolaev · 2025-07-07

More ideas about CLT UI

Closer integration with GitHub, so all changes are saved right away in a GitHub repo Support for Docker checkpoints Show progress while a test is running Syntax highlighting Add Docker image name as a comment (like metadata) Editable code blocks …

sanikolaevsanikolaev · 2025-06-27 · 0 · #79

Expected output is empty

sanikolaevsanikolaev · 2025-07-08 · 4 · #91

Closing as merged

donhardmandonhardman · 2025-07-08

HTTP requests sent through Buddy without ; echo at the end cause a hang and the test does not complete.

Description: HTTP requests sent through Buddy without ; echo at the end cause the request to hang indefinitely, and the test does not complete. The query works correctly when executed via MySQL CLI (mysql -h0 -P9306 -e "show version;"). The issue occurs …

PavelShilin89PavelShilin89 · 2025-01-16 · 2 · #53

bug

Add MCP server

donhardmandonhardman · 2025-06-17 · 2 · #80

Implementation done at: https://github.com/manticoresoftware/clt/pull/81

donhardmandonhardman · 2025-06-16