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

59 results 14 ms in manticoresoftware/clt

Make CLT to run from global PATH

donhardmandonhardman · 2025-01-07 · 2 · #50

It works fine, but there's an issue because we're using the ./tests/ directory when no file is specified. When this directory is missing, we encounter a problem running clt record from the global path. I fixed it by setting the default to the current …

donhardmandonhardman · 2025-01-07

Make CLT to run from global PATH

donhardmandonhardman · 2025-01-07 · 2 · #50

Fixed in https://github.com/manticoresoftware/clt/pull/51

sanikolaevsanikolaev · 2025-01-07

comments inside tests

sanikolaevsanikolaev · 2025-02-04 · 2 · #57

Implemented: https://github.com/manticoresoftware/clt/pull/59 During the addition of --- comment --- block support, I also reviewed the approach to detect statements and refactored it. Additionally, I introduced a new feature: --- input --- now supports …

donhardmandonhardman · 2025-02-04

comments inside tests

sanikolaevsanikolaev · 2025-02-04 · 2 · #57

Supported multilines: ––– input ––– for i in {1..3}; do echo $i; done ––– output ––– 1 2 3 ––– duration: 2ms (40.00%) ––– ––– input ––– echo 1 &&\ echo 2 ––– output ––– 1 2 ––– duration: 1ms (20.00%) ––– ––– input ––– { echo 1 echo 3 } ––– output ––– 1 3 …

donhardmandonhardman · 2025-02-04

Skip adding succeed tests to summary

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

Implementation: https://github.com/manticoresoftware/clt/pull/49

donhardmandonhardman · 2024-12-25

Skip adding succeed tests to summary

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

Implementation: https://github.com/manticoresoftware/clt/pull/49 Approved

sanikolaevsanikolaev · 2024-12-25

Skip adding succeed tests to summary

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

Merged

donhardmandonhardman · 2024-12-25

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

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

bug

echo -n 123 should be enough to reproduce this issue in CLT

sanikolaevsanikolaev · 2025-01-15

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

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

bug

Duplicate of https://github.com/manticoresoftware/clt/issues/38 We are unable to detect command output because we read from PTY when no newline is provided, and it's impossible to fix on the CLT side. We should investigate the issue where the daemon loses …

donhardmandonhardman · 2025-01-16

Tests stucks if no next command passed

djklim87djklim87 · 2024-06-05 · 2 · #38

@donhardman pls discuss this with @djklim87

sanikolaevsanikolaev · 2024-05-31

Improve CLT output with user command

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

Implemented: https://github.com/manticoresoftware/clt/pull/46

donhardmandonhardman · 2024-12-05

Improve CLT output with user command

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

Closing as it was merged

donhardmandonhardman · 2024-12-08

Add default delay a few ms between inputs

sanikolaevsanikolaev · 2024-10-28 · 3 · #43

Implemented in this pull: https://github.com/manticoresoftware/clt/pull/44

donhardmandonhardman · 2024-10-25

Add default delay a few ms between inputs

sanikolaevsanikolaev · 2024-10-28 · 3 · #43

We need to review and, if all is good, merge to the main branch and set a new tag with an updated version.

donhardmandonhardman · 2024-10-25

Add default delay a few ms between inputs

sanikolaevsanikolaev · 2024-10-28 · 3 · #43

Merged to the main. Version of CLT that supports delay: 0.3.1+

donhardmandonhardman · 2024-10-28

Tests stucks if no next command passed

djklim87djklim87 · 2024-06-05 · 2 · #38

I updated the CLT version to the latest one, but it didn't help. I tried to use act to reproduce the issue, but it didn't work. Finally, I read more about kubectl and found that it doesn't return a new line. So, as an outcome of the solution, the CLT is …

donhardmandonhardman · 2024-06-05

Remove escape sequences from outputs

donhardmandonhardman · 2024-10-16 · 2 · #41

est::size_S

I have create pull request: https://github.com/manticoresoftware/clt/pull/42 MRE to validate: ––– input ––– echo -e "\e[1;31mThis is red text\e[0m \e[1;32mThis is green text\e[0m \e[1;34mThis is blue text\e[0m" ––– output ––– This is red text This is …

donhardmandonhardman · 2024-10-16

Remove escape sequences from outputs

donhardmandonhardman · 2024-10-16 · 2 · #41

est::size_S

Closing due it was merged. Task to update version of CLT everywhere: https://github.com/manticoresoftware/manticoresearch/issues/2652

donhardmandonhardman · 2024-10-16

Compare only command output and improve diff logic

donhardmandonhardman · 2023-07-10 · 1 · #4

I consolidated and shifted this pull request into another as per the request to utilize the latest updates in CLT for improved outcomes in failed tests. This will also simplify future merges due to multiple changes: https://github.com/manticoresoftware/ …

donhardmandonhardman · 2023-07-10

Add support of regex patterns through predefined file

donhardmandonhardman · 2023-07-10 · 1 · #5

I consolidated and shifted this pull request into another as per the request to utilize the latest updates in CLT for improved outcomes in failed tests. This will also simplify future merges due to multiple changes: https://github.com/manticoresoftware/ …

donhardmandonhardman · 2023-07-10