-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix(api): return proper json objects #3544
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3544 +/- ##
=========================================
Coverage 11.62% 11.62%
=========================================
Files 93 93
Lines 17321 17319 -2
Branches 8093 8085 -8
=========================================
Hits 2014 2014
+ Misses 14713 12823 -1890
- Partials 594 2482 +1888
Flags with carried forward coverage won't be shown. Click here to find out more.
|
1fc5888
to
a461b46
Compare
a461b46
to
c092482
Compare
bacfe09
to
f98a116
Compare
f98a116
to
b3a2da8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 6 out of 18 changed files in this pull request and generated no comments.
Files not reviewed (12)
- cmake/compile_definitions/common.cmake: Language not supported
- cmake/compile_definitions/windows.cmake: Language not supported
- cmake/dependencies/common.cmake: Language not supported
- cmake/dependencies/nlohmann_json.cmake: Language not supported
- cmake/dependencies/windows.cmake: Language not supported
- src/nvhttp.cpp: Language not supported
- src/nvhttp.h: Language not supported
- src_assets/common/assets/web/apps.html: Language not supported
- src_assets/common/assets/web/config.html: Language not supported
- src_assets/common/assets/web/public/assets/locale/en.json: Language not supported
- src_assets/windows/assets/apps.json: Language not supported
- src_assets/common/assets/web/configs/tabs/encoders/NvidiaNvencEncoder.vue: Evaluated as low risk
Comments suppressed due to low confidence (1)
docs/app_examples.md:302
- The word 'UAC' should be 'UAC prompt'.
UAC prompt.
b3a2da8
to
d18e12e
Compare
a99a0d3
to
09773ef
Compare
8fbf22c
to
624bb54
Compare
34bc6dc
to
5d30c47
Compare
5d30c47
to
08e6aeb
Compare
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Description
The API currently returns strings for boolean and int values. This PR changes that to return proper JSON objects.
Before:
After:
Additionally, since we're now able to properly parse JSON properly, we can get rid of the extra JSON stringification in
src_assets/common/assets/web/config.html
. There might be more in here that can be removed/simplified?TODO:
Test Results:
Screenshot
Issues Fixed or Closed
Type of Change
.github/...
)Checklist