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

perf(oauth): update suffix for oauth in spec parser #11468

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

KennethBWSong
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.80%. Comparing base (ad8f60c) to head (29fa138).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##              dev   #11468    +/-   ##
========================================
  Coverage   87.80%   87.80%            
========================================
  Files         496      496            
  Lines       29744    29744            
  Branches     5777     5922   +145     
========================================
  Hits        26118    26118            
  Misses       1778     1778            
  Partials     1848     1848            
Files Coverage Δ
packages/spec-parser/src/constants.ts 100.00% <100.00%> (ø)
packages/spec-parser/src/manifestUpdater.ts 93.10% <ø> (ø)

@KennethBWSong KennethBWSong marked this pull request as ready for review April 25, 2024 01:59
apiKey: "REGISTRATION_ID",
oauth2: "CONFIGURATION_ID",
http: "REGISTRATION_ID",
openIdConnect: "REGISTRATION_ID",
Copy link
Contributor

Choose a reason for hiding this comment

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

Question: why add openIdConnect? Seems no plan to support it in the future

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I add all supported schema in OpenAPIv3 interface to avoid return undefined/throw error if we support this and forget to update here.

@KennethBWSong KennethBWSong merged commit 2d5f978 into dev Apr 25, 2024
19 checks passed
@KennethBWSong KennethBWSong deleted the bowsong/oauth_spec_parser branch April 25, 2024 02:20
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.

2 participants