kuzzle icon indicating copy to clipboard operation
kuzzle copied to clipboard

Adding parameters to OpenAPI requests

Open CustomEntity opened this issue 2 years ago • 2 comments

What does this PR do ?

Add "All" scope for OpenApi requests Add unit tests for this scope

How should this be manually tested?

  • Step 1 : Start Kuzzle instance
  • Step 2 : Send a GET request on https://{baseUrl}:{port}/_openapi?scope=all

Other changes

See Commit: #8a7f0c6

TODO

@MaximCosta is working on "exclude" parameter to exclude tags

CustomEntity avatar Jul 07 '22 16:07 CustomEntity

Codecov Report

Merging #2366 (beeafd3) into 2-dev (4d03770) will decrease coverage by 0.10%. The diff coverage is 38.88%.

@@            Coverage Diff             @@
##            2-dev    #2366      +/-   ##
==========================================
- Coverage   91.15%   91.04%   -0.11%     
==========================================
  Files         116      116              
  Lines        8114     8130      +16     
==========================================
+ Hits         7396     7402       +6     
- Misses        718      728      +10     
Impacted Files Coverage Δ
lib/api/controllers/serverController.js 76.10% <38.88%> (-6.37%) :arrow_down:

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 4d03770...beeafd3. Read the comment docs.

codecov[bot] avatar Jul 07 '22 16:07 codecov[bot]

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Jul 08 '22 13:07 sonarqubecloud[bot]