-
Notifications
You must be signed in to change notification settings - Fork 9
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
TechDebt: Minor Openapi and JSDoc Fixes #1188
Conversation
Openshift URLs for the PR Deployment: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1188 +/- ##
=======================================
Coverage 58.18% 58.18%
=======================================
Files 590 590
Lines 17987 17987
Branches 2774 2774
=======================================
Hits 10466 10466
Misses 6835 6835
Partials 686 686 ☔ View full report in Codecov by Sentry. |
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.
Looks good
Quality Gate failedFailed conditions 29.6% Duplication on New Code (required ≤ 3%) |
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.
🐈 tested locally, working properly
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.
🥡
* Update bad oopenapi request error number * Fix old jsdoc * Port local dev node options env var change from BioHub * Remove duplicate docker-compose env var
Links to Jira Tickets
n/a
Description of Changes
Update openapi spec for the list of errors (the 403 error was referring to the the 401 object).
Update jsdoc for frontend api functions.
Testing Notes
Everything works as normal (none of these changes should actually impact the code at all anyways).