Closed derek-ho closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.40%. Comparing base (
5495990
) to head (8f83c1e
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Just wanna share one of the solutions we are thinking in observability dashboards: https://github.com/opensearch-project/dashboards-observability/pull/2187. So basically we added a specific step for compilation. cc @Swiddis
Just wanna share one of the solutions we are thinking in observability dashboards: opensearch-project/dashboards-observability#2187. So basically we added a specific step for compilation. cc @Swiddis
Thanks, stole the compile step idea from the above PR and now it's working again. Maybe we should cut an issue to OSD core repo to make sure somebody is aware of this increase. It seems to have happened within the last 2 weeks, before that things were consistently under 600, now it is above.
Description
Fixes the button label for config.yml documentation on the "Get Started" page
Category
Bug fix
Why these changes are required?
Fix: #2129
What is the old behavior before changes and new behavior after changes?
Used to say "Create config.yml", now it says "Config.yml documentation"
Issues Resolved
Fix: #2129
Testing
Existing tests pass
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.