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 GitHub oauth 219 #256

Closed BastinJafari closed 3 years ago

BastinJafari commented 3 years ago

Basic login implementation

github-actions[bot] commented 3 years ago

This PR closes: #219

codecov[bot] commented 3 years ago

Codecov Report

Merging #256 (338f1c4) into master (d5e5421) will increase coverage by 2.72%. The diff coverage is 90.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   64.08%   66.81%   +2.72%     
==========================================
  Files          60       61       +1     
  Lines        1342     1383      +41     
  Branches      212      217       +5     
==========================================
+ Hits          860      924      +64     
+ Misses        482      459      -23     
Impacted Files Coverage Δ
src/apps/Dashboard.tsx 0.00% <ø> (ø)
src/routes/Dashboard.tsx 0.00% <ø> (ø)
src/services/github.ts 81.81% <81.81%> (ø)
src/redux/global/global.actions.ts 80.00% <100.00%> (+2.00%) :arrow_up:
src/redux/global/global.constants.ts 100.00% <100.00%> (ø)
src/redux/global/global.reducer.ts 100.00% <100.00%> (ø)
src/redux/global/global.selectors.ts 100.00% <100.00%> (+100.00%) :arrow_up:
src/redux/flows/flows.selectors.ts 72.72% <0.00%> (+72.72%) :arrow_up:

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 d5e5421...338f1c4. Read the comment docs.

deepankarm commented 3 years ago

@BastinJafari I'll create a new api gateway endpoint with github authorizer for this testing to unblock you tomorrow.