Commit Graph
100 Commits
Author SHA1 Message Date
Jakub Roztocil 6c84cebed4 Update build.yml 2020-08-06 22:35:35 +02:00
Jakub Roztocil 3704db9b6d Install setuptools & wheel in CI II. 2020-07-07 13:39:02 +02:00
Jakub Roztocil d1665b08d2 Install setuptools & wheel in CI 2020-07-07 13:38:27 +02:00
Jakub Roztocil 1a4e0c2646 Add wheel to tests_require
Speculative. Not sure why it’s suddenly needed.

https://github.com/jakubroztocil/httpie/runs/845338452
2020-07-07 13:35:09 +02:00
Jakub Roztocil 0d480139e4 Split session JSON serialization and writing to file
To avoid writing invalid JSON in case of presence of unserializable data due to an internal bug.
2020-07-07 13:26:47 +02:00
Jakub Roztocil 9931747901 Update CONTRIBUTING.rst 2020-07-07 13:19:42 +02:00
Jakub Roztocil 8891afa3b7 Reorganize and expand CONTRIBUTING.rst 2020-06-26 17:48:04 +02:00
Jakub Roztocil 14677bd25d Cleanup inline to-dos
I.
2020-06-25 11:36:09 +02:00
Jakub Roztocil 49e71d252f Fixed test_ciphers_none_can_be_selected on OpenBSD
Thanks @juped!
2020-06-19 18:26:08 +02:00
Jakub Roztocil d6f25b1017 Update Brew formula for v2.2.0 2020-06-19 02:23:12 +02:00
Jakub Roztocil a434cddd42 Fix install_requires 2020-06-19 01:13:11 +02:00
Jakub Roztocil 55d7af86fd Install requests[socks] by default for out of the box SOCKS support
Close #904
2020-06-19 00:56:30 +02:00
Jakub Roztocil ecdeffe7c8 CHANGELOG + README 2020-06-18 23:23:10 +02:00
Jakub Roztocil 93d07cfe57 v2.3.0-dev 2020-06-18 22:25:07 +02:00
Jakub Roztocil 5945845420 v2.2.0 2020-06-18 22:20:12 +02:00
Jakub Roztocil 3ee5b49256 Update README.rst 2020-06-18 10:58:13 +02:00
Jakub Roztocil bb024757b6 Clarify config docs 2020-06-16 13:33:14 +02:00
Jakub Roztocil d35864e79d Cleanup 2020-06-16 13:01:48 +02:00
Jakub Roztocil 8a106781be Add --sorted
Also add --no-(sorted|unsorted) to allow the documented resetting to default via --no-<option>.
2020-06-16 12:54:50 +02:00
Jakub Roztocil 23dd80563f Cleanup 2020-06-16 12:25:46 +02:00
Jakub Roztocil 2bab69d9fb Fix default value 2020-06-16 12:24:03 +02:00
Jakub Roztocil 826489950d Added --unsorted
It acts as a shortcut for --format-options=json.sort_keys:false,headers.sort:false

#128
2020-06-16 12:20:13 +02:00
Jakub Roztocil b86598886e Added netrc support for auth plugins.
Enabled for --auth-type=basic and digest, 3rd parties may opt in.

This closes #718, closes #719, closes #852, and also closes #934
2020-06-16 11:05:00 +02:00
Jakub Roztocil 26e29612f2 Update CHANGELOG.rst 2020-06-15 23:08:09 +02:00
Jakub Roztocil 37200eb055 Cleanup 2020-06-15 23:02:16 +02:00
Jakub Roztocil 7ee519ef46 Update CHANGELOG 2020-06-08 18:02:04 +02:00
Jakub Roztocil 492687b0da Add stable docs link icon 2020-05-28 14:30:56 +02:00
Jakub Roztocil caeef2fb7c Use : instead of = in `--format-options 2020-05-28 14:24:15 +02:00
Jakub Roztocil aae596d472 Improve --format-options error messages 2020-05-27 16:19:32 +02:00
Jakub Roztocil cb51faec51 pep8 2020-05-27 16:12:31 +02:00
Jakub Roztocil c2a0cef76e Add --format-options to allow disabling sorting, etc.
#128
2020-05-27 16:01:17 +02:00
Jakub Roztocil 493e98c833 Update CHANGELOG 2020-05-26 10:15:33 +02:00
Jakub Roztocil ca02e51420 Improve plugin API docs 2020-05-26 10:07:53 +02:00
Jakub Roztocil cd085cbc0d Refactor built-in plugin registry to avoid circular imports
Fix #925
2020-05-26 10:07:34 +02:00
Jakub Roztocil 27d57ce773 Cleanup 2020-05-23 20:30:25 +02:00
Jakub Roztocil 4c4efff56a Pass cert_reqs to context 2020-05-23 20:19:16 +02:00
Jakub Roztocil a53505f26e Fix SSL context 2020-05-23 15:01:33 +02:00
Jakub Roztocil 165dc36f8d Add examples 2020-05-23 13:38:28 +02:00
Jakub Roztocil 5df3a91619 Add examples 2020-05-23 13:37:47 +02:00
Jakub Roztocil 7dbceafc01 Add docs for the https command alias 2020-05-23 13:34:59 +02:00
Jakub Roztocil d62d6a77d1 Add support for --ciphers (#870) 2020-05-23 13:26:06 +02:00
Jakub Roztocil 0a81facccf Str env vars 2020-05-23 12:14:09 +02:00
Jakub Roztocil 3e20ade645 Cleanup & refactor XDG_CONFIG_HOME support 2020-05-23 12:12:35 +02:00
Jakub Roztocil 0c47094109 Update CHANGELOG.rst 2020-05-22 12:38:42 +02:00
Jakub Roztocil defe4bc76d Fix issue links 2020-05-21 16:03:40 +02:00
Jakub Roztocil afee6a7970 Added changelog entry for $XDG_CONFIG_HOME support 2020-05-21 15:59:03 +02:00
Jakub Roztocil 7b676dd583 Update ~/.httpie references to ~/.config/httpie 2020-05-21 15:56:53 +02:00
Jakub Roztocil e11a2d1346 Update FUNDING.yml 2020-05-13 21:55:24 +02:00
Jakub Roztocil b2044fc18d Update README.rst 2020-04-24 12:15:19 +02:00
Jakub Roztocil 4a99495466 Update CHANGELOG.rst 2020-04-18 20:44:40 +02:00
Jakub Roztocil 495f67229a Fix brew formula 2020-04-18 13:39:17 +02:00
Jakub Roztocil 45b9bae3dc Update brew formula 2020-04-18 13:24:25 +02:00
Jakub Roztocil 774ff148cd 2.2.0-dev 2020-04-18 12:57:56 +02:00
Jakub Roztocil 70a78249c1 2.1.0
#488 #840 #895
2020-04-18 12:54:40 +02:00
Jakub Roztocil fc85988368 Change default JSON Accept to application/json, */*;q=0.5
See #488
2020-04-18 12:03:38 +02:00
Jakub Roztocil 83bd8059de accept wip 2020-04-18 12:03:37 +02:00
Jakub Roztocil 3af5f1f305 Add an --offline example 2020-04-16 11:47:56 +02:00
Jakub Roztocil 4351650691 Ignore --download with --offline 2020-04-16 11:41:12 +02:00
Jakub Roztocil 770976a66e Add --path-as-is docs 2020-04-16 11:29:58 +02:00
Jakub Roztocil 29b692d597 Add --offline mode docs 2020-04-16 11:29:33 +02:00
Jakub Roztocil 8936d1b71e Add tests for --offline 2020-04-16 11:28:21 +02:00
Jakub Roztocil 4f32b76223 Readme WIP 2020-04-15 18:07:43 +02:00
Jakub Roztocil c9d770017e Fix 'Too many redirects' error message formatting 2020-04-15 17:43:08 +02:00
Jakub Roztocil cdf691c212 Change default JSON Accept to application/json, */*;q=0.5
Close #488
2020-04-13 22:12:06 +02:00
Jakub Roztocil 684a4708d7 Add --path-as-is
Close #895
2020-04-13 20:18:56 +02:00
Jakub Roztocil 3a6ac7d126 Remove unused imports 2020-04-13 17:37:27 +02:00
Jakub Roztocil e9080e6b22 Build on PRs as well 2020-04-13 17:24:18 +02:00
Jakub Roztocil c73858b9c3 Update examples 2020-03-27 10:03:30 +01:00
Jakub Roztocil 7340b2b64d Update --download doc 2020-03-27 10:03:30 +01:00
Jakub Roztocil 8d246415fd 2020 2020-03-22 12:29:01 +01:00
Jakub Roztocil 381dd4f619 Actually fixed --form file upload w/ redirected stdin error handling
#840
2020-01-23 15:56:29 +01:00
Jakub Roztocil e6bad645ed Fixed --form file upload mixed with redirected stdin error handling.
Close #840
2020-01-23 15:55:00 +01:00
Jakub Roztocil deee2dffd0 Update CHANGELOG.rst 2020-01-13 14:50:58 +01:00
Jakub Roztocil c3be722188 Update brew formula 2020-01-12 11:44:58 +01:00
Jakub Roztocil a7e5228712 Cleanup 2020-01-12 11:06:43 +01:00
Jakub Roztocil 5d628756ab Update Python version info 2020-01-12 11:00:25 +01:00
Jakub Roztocil 364edc4bd8 Ignore codecov upload failures 2020-01-12 10:57:14 +01:00
Jakub Roztocil ce5ca6c480 Fix version 2020-01-12 10:55:45 +01:00
Jakub Roztocil 4b524e6a8c v2.0.0 2020-01-12 10:50:57 +01:00
Jakub Roztocil e4a3ce8b9d Cleanup 2019-12-04 23:31:47 +01:00
Jakub Roztocil 348cc7d5c5 Fixes 2019-12-04 18:48:39 +01:00
Jakub Roztocil ab3ea24630 Fixes 2019-12-04 18:34:26 +01:00
Jakub Roztocil cd5116705c Set path in makefile 2019-12-04 18:24:53 +01:00
Jakub Roztocil 38bc578744 Fix tests 2019-12-04 18:09:51 +01:00
Jakub Roztocil 1bc54d4cb4 Create Python virtual environment (via venv) for tests & development, etc. 2019-12-04 17:49:07 +01:00
Jakub Roztocil 5aa9ed795e Switch to explicitly listed directories to search in for *.rst #820 2019-12-04 13:51:45 +01:00
Jakub Roztocil c82d9b629f Merge remote-tracking branch 'origin/master' 2019-12-04 13:38:07 +01:00
Jakub Roztocil 585cc0c039 Merge remote-tracking branch 'origin/master' 2019-12-04 13:37:46 +01:00
Jakub Roztocil 490eeaa650 Cleanup 2019-12-03 19:09:09 +01:00
Jakub Roztocil f1ab816ecd Tweak querystring parameters doc 2019-12-03 12:23:33 +01:00
Jakub Roztocil 6e2c31a5a9 Fix build 2019-12-02 20:57:21 +01:00
Jakub Roztocil 0608b5869f Upgrade setuptools 2019-12-02 20:47:09 +01:00
Jakub Roztocil fcc3aaf873 Add Python 3.8 build 2019-12-02 20:39:07 +01:00
Jakub Roztocil 7390869cd6 Skip test_config_file_inaccessible on Windows 2019-12-02 17:59:44 +01:00
Jakub Roztocil 0af486d1b7 Ignore test cleanup rmtree errors (Win) 2019-12-02 17:53:29 +01:00
Jakub Roztocil 6cb822255d PEP8 2019-12-02 17:46:40 +01:00
Jakub Roztocil f202f338a4 Remove automatic config file creation to avoid concurrency issues.
Close #788
Close #812
2019-12-02 17:43:16 +01:00
Jakub Roztocil f0058eeaee cleanup 2019-12-02 10:42:33 +01:00
Jakub Roztocil a23b636a63 Cleanup 2019-12-02 00:58:10 +01:00
Jakub Roztocil fc497daf7d Update build.yml 2019-09-28 10:36:28 +02:00