-
Notifications
You must be signed in to change notification settings - Fork 215
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
Broken Swagger links in documentation #1620
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Enrique Lacal <[email protected]>
Signed-off-by: Enrique Lacal <[email protected]>
Signed-off-by: Enrique Lacal <[email protected]>
Signed-off-by: Enrique Lacal <[email protected]>
actions/upload-artifact and actions/download-artifact have been deprecated and need updated. https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ Signed-off-by: Ry Jones <[email protected]>
Signed-off-by: Enrique Lacal <[email protected]>
Fix CVE-2024-45338 and update Postgres
Per the LFDT requirements adding an OpenSSF scorecard workflow Signed-off-by: Enrique Lacal <[email protected]>
Add OpenSSF scorecard
Signed-off-by: Anastasia Lalamentik <[email protected]>
5a9c0f1
to
3d25437
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1620 +/- ##
=======================================
Coverage 99.95% 99.95%
=======================================
Files 337 337
Lines 29504 29504
=======================================
Hits 29492 29492
Misses 8 8
Partials 4 4 ☔ 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.
Thanks for spotting this and fixing them!
Have pulled it down and ran the doc-site locally, all looks good
Needs Dockerfile fix from #1617 before merging |
Proposed changes
Updated the Swagger link structure to omit the
swagger.html
portion and to switch away from using the relative pathe.g. From
https://hyperledger.github.io/firefly/latest/reference/swagger/swagger.html#/Default%20Namespace/postGenerateContractInterface
tohttps://hyperledger.github.io/firefly/latest/swagger/#/Default%20Namespace/postGenerateContractInterface
Fixes #1619
Types of changes
Please make sure to follow these points
< issue name >
egAdded links in the documentation
.Screenshots (If Applicable)
Other Information
Any message for the reviewer or kick off the discussion by explaining why you considered this particular solution, any alternatives etc.