Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add httpie cli plugins in favor of the new cli namespace. #1320

Merged
merged 4 commits into from
Apr 3, 2022

Conversation

isidentical
Copy link
Contributor

This PR moves httpie plugins command from the top level namespace to cli namespace, as httpie cli plugins. The httpie plugins is just a basic alias to the httpie cli plugins which we discourage and don't mention in our documentation.

Also as discussed, the httpie.manager.tasks is now a package that contains each task as a submodule.

@codecov-commenter
Copy link

codecov-commenter commented Mar 10, 2022

Codecov Report

Merging #1320 (62472bf) into master (4d7d6b6) will decrease coverage by 0.51%.
The diff coverage is 95.96%.

❗ Current head 62472bf differs from pull request most recent head 13b62d6. Consider uploading reports for the commit 13b62d6 to get more accurate results

@@            Coverage Diff             @@
##           master    #1320      +/-   ##
==========================================
- Coverage   97.28%   96.76%   -0.52%     
==========================================
  Files          67       95      +28     
  Lines        4235     6713    +2478     
==========================================
+ Hits         4120     6496    +2376     
- Misses        115      217     +102     
Impacted Files Coverage Δ
tests/test_binary.py 100.00% <ø> (ø)
httpie/compat.py 31.11% <27.90%> (-68.89%) ⬇️
tests/conftest.py 77.14% <61.53%> (-9.82%) ⬇️
httpie/manager/__main__.py 82.35% <82.35%> (ø)
httpie/output/lexers/metadata.py 82.35% <82.35%> (ø)
httpie/output/lexers/http.py 86.36% <86.36%> (ø)
tests/test_ssl.py 92.66% <87.50%> (-2.28%) ⬇️
httpie/manager/tasks/sessions.py 88.67% <88.67%> (ø)
httpie/models.py 95.19% <90.00%> (-2.18%) ⬇️
tests/test_uploads.py 97.70% <92.59%> (-2.30%) ⬇️
... and 80 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 33ea977...13b62d6. Read the comment docs.

@jkbrzt jkbrzt merged commit c157948 into httpie:master Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants