Jakub Roztocil
18bb49b268
Skip a test failing in CI
2023-05-19 23:29:09 +02:00
luzpaz
d262181bed
Fix typos (user-facing and non-user-facing) ( #1357 )
...
* Fix typos (user-facing and non-user-facing
Found via `codespell -q 3 -L datas,medias,warmup`
* Fix source typo found in tests/
2022-04-16 02:06:34 +03:00
Batuhan Taskaya
c157948531
Add httpie cli plugins
in favor of the new cli namespace. ( #1320 )
...
* Add `httpie cli plugins` in favor of the new cli namespace.
* Separate each task to individual modules.
* Move httpie.manager.plugins to httpie.manager.tasks.plugins
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2022-04-03 06:06:42 -07:00
Batuhan Taskaya
65ab7d5caa
Implement new style cookies
2022-03-07 23:29:48 +03:00
Batuhan Taskaya
813e8864a1
Dont apply default options on the httpie command ( #1280 )
...
* Mark tests with requires_installation
* Dont apply default options on the httpie command
* lint
2022-01-24 10:13:47 -08:00
Batuhan Taskaya
a5d8b51e47
Implement httpie upgrade
for upgrading plugins ( #1241 )
...
* Implement `httpie upgrade` for upgrading plugins
* Support upgrades for every installation type
* Fix decoding problems
2021-12-16 23:59:39 -08:00
Batuhan Taskaya
62e43abc86
Ignore crashes that happen on the 3rd party plugins ( #1228 )
...
* Ignore crashes that happen on the 3rd party plugins
* Give a suggestion about how to uninstall
2021-12-08 07:45:07 -08:00
Batuhan Taskaya
245cede2c2
cmd: Implement httpie plugins interface ( #1200 )
2021-11-30 11:12:51 +03:00