jina-ai / dashboard

Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images
https://dashboard.jina.ai
Apache License 2.0
118 stars 60 forks source link

Feat swagger #348

Closed imsergiy closed 3 years ago

imsergiy commented 3 years ago

PR checklist

Please tick all of the below (if a certain item is not required for this PR please tick the box anyway)

Docs

Tests

Typing

Styling

This PR does the following:

codecov[bot] commented 3 years ago

Codecov Report

Merging #348 (b3c46eb) into master (fd2fbaf) will increase coverage by 0.29%. The diff coverage is 66.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #348      +/-   ##
==========================================
+ Coverage   67.79%   68.08%   +0.29%     
==========================================
  Files          65       66       +1     
  Lines        1512     1523      +11     
  Branches      235      234       -1     
==========================================
+ Hits         1025     1037      +12     
+ Misses        487      486       -1     
Impacted Files Coverage Δ
src/apps/Dashboard.tsx 0.00% <0.00%> (ø)
src/apps/Hub.tsx 0.00% <0.00%> (ø)
src/apps/Styleguide.tsx 0.00% <0.00%> (ø)
src/apps/Swagger.tsx 0.00% <ø> (ø)
src/apps/utils.ts 0.00% <0.00%> (ø)
src/index.tsx 0.00% <0.00%> (ø)
src/routes/Dashboard.tsx 0.00% <ø> (ø)
src/routes/Hub.tsx 0.00% <ø> (ø)
src/routes/Swagger.tsx 0.00% <ø> (ø)
src/redux/flows/flows.selectors.ts 72.72% <50.00%> (ø)
... and 5 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 fd2fbaf...b3c46eb. Read the comment docs.

pswu11 commented 3 years ago

@imsergiy could you

Thanks!