1
1
mirror of https://github.com/chubin/cheat.sh.git synced 2024-11-22 18:17:38 +03:00
Commit Graph

74 Commits

Author SHA1 Message Date
Anatoli Babenia
4643429c33 Simplify handling of query with multiple spaces
A followup to #312
2021-11-13 17:18:27 +03:00
Anatoli Babenia
e50a9f937f Update tests
CHEATSH_UPDATE_TESTS_RESULTS=YES bash run-tests.sh
2021-10-17 10:40:53 +03:00
Igor Chubin
74876d6d94 Call virtualenv directly (cht.sh) 2021-04-25 10:36:48 +00:00
Igor Chubin
a15c9fdfa5 Bump cht.sh version 2021-04-25 08:41:51 +02:00
Igor Chubin
348db3e7a9 Bump cht.sh (client) version 2021-04-23 13:39:06 +02:00
Igor Chubin
0da5cbaeef
Merge pull request #277 from aokellermann/bug/FixShEscape
Fix some unescaped shell colors
2021-04-23 13:37:39 +02:00
Alex Balgavy
5291d3a225 Fix test 2021-02-16 16:19:42 +01:00
Antony Kellermann
6d619cccef Fix some unescaped shell colors. 2021-01-21 18:24:15 -05:00
Anatoli Babenia
a365d72585
Show non-printable chars in failed tests 2020-12-10 20:38:13 +03:00
Igor Chubin
2ac09da877 Update results/17 (az) 2020-11-22 20:17:21 +00:00
Igor Chubin
7b043574f7 Update tests 2020-11-22 19:00:56 +00:00
Igor Chubin
a0a2268966 Update tests/results/7 (:random) 2020-11-16 23:59:42 +00:00
Anatoli Babenia
c0f6f17623 Clean up Travis files 2020-11-13 16:04:06 +03:00
Igor Chubin
2a728c9dd0 Update tests/results/15 (python/:learn) 2020-11-12 20:18:53 +00:00
Igor Chubin
482b9190cf
Merge pull request #232 from WANDEX/fix_hardcoded_path
fix: replaced hardcoded paths '$HOME/.cht.sh' on $CHTSH_HOME, to prop…
2020-10-12 14:09:28 +02:00
Vadim Zhukov
620f81d361 Minor simplification while here. 2020-10-08 00:59:34 +03:00
Vadim Zhukov
bab555af23 drop --color=always, it doesn't exist outside GNU world 2020-10-05 22:09:33 +03:00
Kun Zhou
f8314ee568
Fix typo
Fix typo changed in upstream.
2020-09-07 17:25:25 +08:00
WANDEX
d727deeae0 fix: replaced hardcoded paths '$HOME/.cht.sh' on $CHTSH_HOME, to properly handle CHTSH environment variable, which override default CHTSH_HOME path 2020-08-15 11:31:47 +03:00
Igor Chubin
9f99bec1f0 fix: run-tests.sh: fixed cht.sh.txt path discovery 2020-08-06 08:02:27 +02:00
Igor Chubin
1c3bec6a7f updated tests 2020-08-06 07:28:08 +02:00
Igor Chubin
43e06193c3 updated expected test results 2020-08-06 07:04:53 +02:00
Igor Chubin
3b50095833 tests/run-tests.sh: minor fix 2020-08-06 06:53:16 +02:00
Igor Chubin
7578ab7bb0
minifix 2020-08-06 06:30:54 +02:00
Igor Chubin
18e851ce80
Merge branch 'master' into run-tests 2020-08-06 06:27:05 +02:00
Igor Chubin
78af6ced14 run-tests.sh: CHEATSH_UPDATE_TESTS_RESULTS=YES support 2020-08-05 09:38:00 +02:00
Igor Chubin
4b701fba3d updated test results 2020-08-05 09:37:11 +02:00
Anatoli Babenia
ca88810936 run-tests.sh Quotes are not needed in default param 2020-08-01 06:06:49 +03:00
Anatoli Babenia
36a7cd3fc5 Set proper config names and update docker status in README.md
The proper config name for Redis host is CHEATSH_CACHE_REDIS_HOST
and for disabling cache the var is CHEATSH_CACHE_TYPE.
2020-08-01 00:54:09 +03:00
Anatoli Babenia
91320d921d Set Redis host using cheat.sh config framework
f5d5fae712/lib/config.py
2020-08-01 00:41:05 +03:00
Anatoli Babenia
ca55415659 Check docker logs with unbuffered Python again 2020-07-31 15:12:56 +03:00
Anatoli Babenia
5dab632e21 Try --no-color to avoid log output being stripped by Travis 2020-07-31 10:09:19 +03:00
Anatoli Babenia
9a495a7615 Try to show container log in case of error on Travis 2020-07-31 09:57:20 +03:00
Anatoli Babenia
10326234ff Fix btrfs test drift as trailing whitespaces were fixed
d7473ac185 (diff-8d0f560b012648accbca6af7a3356d61)
2020-07-31 04:57:12 +03:00
Anatoli Babenia
e0f84e8b3a Pipe colored diffs 2020-07-30 23:17:01 +03:00
Anatoli Babenia
a0d344c38d Use http://localhost:8002 for default tests CHTSH_URL 2020-07-30 23:03:44 +03:00
Anatoli Babenia
5737a1606a Use unified diff format 2020-07-30 22:43:32 +03:00
Anatoli Babenia
1387f8b6f8 Show test command executed when $show_details == YES 2020-07-30 22:37:34 +03:00
Anatoli Babenia
4610690ec3 Travis doesn't support bright colors, use 8 colors palette
And remove temporary `curl cht.sh` call
2020-07-30 22:20:58 +03:00
Anatoli Babenia
09dff20c9c Add color to printed test names 2020-07-30 02:47:18 +03:00
Anatoli Babenia
60ae85e031 Show which test is being run 2020-07-30 02:24:54 +03:00
Anatoli Babenia
1a1624e2e0 Detect Python version using Python 2020-07-29 22:59:09 +03:00
Anatoli Babenia
c515c56454 Use python3 command if virtualenv doesn't exist 2020-07-29 22:44:18 +03:00
Anatoli Babenia
06d8fa7fbd cd to tests/ dir when runner is executed with relpath 2020-07-29 20:12:02 +03:00
Igor Chubin
ad0fca045d use fuzzywuzzy instead of rapidfuzz for python2 (#157, #184) 2020-04-14 22:43:03 +02:00
Waldir Pimenta
fad7543c4d Fix various typos 2020-01-23 14:08:26 +00:00
Igor Chubin
90d24ebbdc cht.sh: use master, do not checkout offline_usage 2019-09-06 14:14:49 +02:00
greenchili
2281902c83 Corrected typo. ceparated -> separated 2019-08-18 22:17:32 +01:00
Igor Chubin
60eb0cea3e updated test 8 2019-07-24 20:24:57 +00:00
Igor Chubin
03bae9e5da queries may contain spaces; first word is the section 2019-05-19 19:00:30 +00:00