8000 feat: add parser to jina hub new by sauravgarg540 · Pull Request #3448 · jina-ai/serve · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: add parser to jina hub new #3448

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

Merged
merged 2 commits into from
Sep 28, 2021
Merged

feat: add parser to jina hub new #3448

merged 2 commits into from
Sep 28, 2021

Conversation

sauravgarg540
Copy link
Contributor

This PR aims at resolving #3393.

Resolution:

  • A new.py file is added to add a parser to Jina hub new.
  • added arguments in test_new of test_hubio.py
  • Updated hubio.py to make use of command-line arguments.

@sauravgarg540 sauravgarg540 requested a review from a team as a code owner September 20, 2021 18:55
Copy link
Member
@hanxiao hanxiao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. need style fix
  2. need unit test

@sauravgarg540
Copy link
Contributor Author

Hey @hanxiao, I have made the changes as suggested by you. Waiting for your feedback.

@JoanFM
Copy link
Contributor
JoanFM commented Sep 26, 2021

/recheckcla

@bwanglzu
Copy link
Member

interesting, latency tracking seems added 2 times to ci:

30973AFC-8DF2-41FB-B14C-6237D79A70A1

@JoanFM JoanFM closed this Sep 28, 2021
@JoanFM JoanFM reopened this Sep 28, 2021
@CatStark CatStark requested review from hanxiao and removed request for BastinJafari September 28, 2021 07:07
Copy link
Contributor
@JoanFM JoanFM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are skipped, we have to check why

@JoanFM JoanFM closed this Sep 28, 2021
@JoanFM JoanFM reopened this Sep 28, 2021
@codecov
Copy link
codecov bot commented Sep 28, 2021

Codecov Report

Merging #3448 (e4dc8f9) into master (cb46192) will decrease coverage by 0.61%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3448      +/-   ##
==========================================
- Coverage   90.28%   89.67%   -0.62%     
==========================================
  Files         152      152              
  Lines       11019    11260     +241     
==========================================
+ Hits         9949    10097     +148     
- Misses       1070     1163      +93     
Flag Coverage Δ
daemon 45.57% <77.27%> (-0.05%) ⬇️
jina 89.60% <100.00%> (-0.68%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
jina/hubble/hubio.py 87.50% <100.00%> (-0.28%) ⬇️
jina/parsers/hubble/__init__.py 96.87% <100.00%> (+0.72%) ⬆️
jina/parsers/hubble/new.py 100.00% <100.00%> (ø)
jina/peapods/networking.py 58.88% <0.00%> (-41.12%) ⬇️
jina/types/arrays/document.py 85.38% <0.00%> (-3.02%) ⬇️
jina/peapods/runtimes/zmq/asyncio.py 90.32% <0.00%> (-2.66%) ⬇️
jina/types/arrays/bpm.py 98.18% <0.00%> (-1.82%) ⬇️ 8000
jina/types/arrays/neural_ops.py 87.90% <0.00%> (-1.36%) ⬇️
jina/peapods/grpc/__init__.py 90.00% <0.00%> (-1.21%) ⬇️
jina/types/document/generators.py 92.20% <0.00%> (-1.13%) ⬇️
... and 28 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 cb46192...e4dc8f9. Read the comment docs.

@JoanFM JoanFM linked an issue Sep 28, 2021 that may be closed by this pull request
@JoanFM JoanFM added the focus/ease-of-use This issue/PR affects the usability of the core label Sep 28, 2021
Copy link
Contributor
@JoanFM JoanFM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for this great contribution!

@JoanFM JoanFM merged commit 190f83d into jina-ai:master Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
focus/ease-of-use This issue/PR affects the usability of the core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pass arguments to jina hub new
4 participants
0