Igor Chubin
|
ea055559c4
|
added Git support
|
2019-07-07 11:16:48 +00:00 |
|
Igor Chubin
|
668fdcf21f
|
utf-8 workaround for python 2.x
|
2019-07-07 11:04:57 +00:00 |
|
Igor Chubin
|
515c2c43b7
|
cht.sh: force bash usage
|
2019-07-07 11:04:40 +00:00 |
|
Igor Chubin
|
113b466e96
|
utf-8 workaround for python 2.x
|
2019-07-07 11:03:59 +00:00 |
|
Igor Chubin
|
a9fa608e85
|
logging cache invalidation operations
|
2019-07-07 11:03:08 +00:00 |
|
Igor Chubin
|
8f78c783fe
|
utf-8 workaround for python 2.x
|
2019-07-07 11:02:09 +00:00 |
|
Igor Chubin
|
eced83f011
|
nim support
|
2019-07-06 19:58:34 +00:00 |
|
Igor Chubin
|
cda004e41d
|
.gitignore: added bin/upstream and upstream/
|
2019-05-19 19:01:28 +00:00 |
|
Igor Chubin
|
03bae9e5da
|
queries may contain spaces; first word is the section
|
2019-05-19 19:00:30 +00:00 |
|
Igor Chubin
|
63a716fdf7
|
etc/config.yaml cleanup
|
2019-05-19 18:59:47 +00:00 |
|
Igor Chubin
|
02be5ae19e
|
tests/results/8: updated cht.sh
|
2019-05-19 18:58:02 +00:00 |
|
Igor Chubin
|
04cfd5209e
|
fmt/comments.py: stdin=open(os.devnull, "r")
|
2019-05-19 18:17:52 +00:00 |
|
Igor Chubin
|
f44b58d8ac
|
connect stdin to /dev/null when starting subprocesses
|
2019-05-18 20:30:11 +00:00 |
|
Igor Chubin
|
0243dce889
|
lib/fmt/comments.py: removed unused print()
|
2019-05-18 14:31:57 +00:00 |
|
Igor Chubin
|
e07346217e
|
lib/stateful_queries.py: use cache
|
2019-05-18 09:32:08 +00:00 |
|
Igor Chubin
|
73c67c3535
|
activated configuration functions
|
2019-05-18 09:31:48 +00:00 |
|
Igor Chubin
|
3a69809000
|
cht.sh: minor fixes
|
2019-05-18 09:31:05 +00:00 |
|
Igor Chubin
|
adcac9bfeb
|
support for python3
|
2019-05-11 18:26:10 +02:00 |
|
Igor Chubin
|
5390146874
|
added test 25
|
2019-05-11 18:23:59 +02:00 |
|
Igor Chubin
|
166cdf5da5
|
distinguish between python2 and python3 tests
|
2019-05-11 18:23:44 +02:00 |
|
Igor Chubin
|
51347aee92
|
updated test results
|
2019-05-11 17:54:24 +02:00 |
|
Igor Chubin
|
011a1c673d
|
Merge branch 'offline_usage' of https://github.com/chubin/cheat.sh into offline_usage
|
2019-05-11 16:55:23 +02:00 |
|
Igor Chubin
|
ae120b232b
|
cht.sh new version: standalone mode support
|
2019-05-11 16:55:09 +02:00 |
|
Igor Chubin
|
465a18270b
|
lib/adapter/rosetta.py: minor cleanup
|
2019-05-11 16:54:17 +02:00 |
|
Igor Chubin
|
99260550ca
|
lib/config.py: minor docstring fix
|
2019-05-11 16:53:55 +02:00 |
|
Igor Chubin
|
4c12ec701d
|
lib/adapter/question.py: minor fix
|
2019-05-11 16:53:13 +02:00 |
|
Igor Chubin
|
a47f11e802
|
run-tests.sh: exitcode depends on the tests status
|
2019-05-11 13:08:49 +02:00 |
|
Igor Chubin
|
d570870c0f
|
updated results/8: cht.sh
|
2019-05-11 13:08:11 +02:00 |
|
Igor Chubin
|
08de8f252b
|
routing: if a query contatins space or / it is a question
|
2019-05-11 12:45:00 +02:00 |
|
Igor Chubin
|
b1b8e772ac
|
routing.py: default route + minor cleanup
|
2019-05-11 12:38:02 +02:00 |
|
Igor Chubin
|
33dafa92f7
|
lib/adapter/upstream.py: minor text style improvements
|
2019-05-11 12:36:38 +02:00 |
|
Igor Chubin
|
069fba46aa
|
tests/run-tests.sh: env variables configuration
|
2019-05-11 12:35:32 +02:00 |
|
Igor Chubin
|
dd09537378
|
tests/results/9: section must be specified explicitly
|
2019-05-11 12:29:00 +02:00 |
|
Igor Chubin
|
884161c4c7
|
switched back to bash, because local is not posix anyway + cleanup
|
2019-05-11 07:47:24 +02:00 |
|
Igor Chubin
|
d11b215279
|
removed deprecated share/scripts/get-sheets.sh
|
2019-05-11 07:28:21 +02:00 |
|
Igor Chubin
|
b91e0f5da6
|
upstream queries support
|
2019-05-09 23:03:05 +02:00 |
|
Igor Chubin
|
fed0b15aa4
|
various fixes
|
2019-05-09 22:58:47 +02:00 |
|
Igor Chubin
|
feb23ba263
|
routing.py: do not cache answers marked with {"cache": False}
|
2019-05-09 22:58:03 +02:00 |
|
Igor Chubin
|
748a5af041
|
standalone mode: options handling
|
2019-05-09 22:22:30 +02:00 |
|
Igor Chubin
|
8882613f07
|
lib/adapter/rosetta.py: initial rosetta support
|
2019-05-09 22:20:46 +02:00 |
|
Igor Chubin
|
bc957ac342
|
fetch/update works now
|
2019-05-09 22:20:04 +02:00 |
|
Igor Chubin
|
34f072e8dd
|
latenz adapter minor fixes
|
2019-05-09 22:18:33 +02:00 |
|
Igor Chubin
|
4a3cc9e5a9
|
lib/standalone.py disables cache
|
2019-05-09 22:17:45 +02:00 |
|
Igor Chubin
|
5ec6202bfb
|
online/offline tests
|
2019-05-09 22:15:47 +02:00 |
|
Igor Chubin
|
35a2a157df
|
updated test data
|
2019-05-09 21:53:34 +02:00 |
|
Igor Chubin
|
426dbb9be4
|
fixed the bug with cheat sheets in subdirs
|
2019-05-09 10:04:16 +02:00 |
|
Igor Chubin
|
4baf2c3fb1
|
adapter.internal minor cleanup
|
2019-05-03 08:14:40 +02:00 |
|
Igor Chubin
|
e21f53d87b
|
bin/srv.py: minor fix
|
2019-05-01 21:19:30 +02:00 |
|
Igor Chubin
|
b7ba222cb8
|
learnxiny.py: use local_repository_location()
|
2019-05-01 20:56:00 +02:00 |
|
Igor Chubin
|
d94ca8458f
|
switched to new configuration interface
|
2019-05-01 20:48:05 +02:00 |
|