Skip to content
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

change documentation field to homepage field in cargo.toml #323

Merged
merged 2 commits into from
Feb 24, 2025

Conversation

devsquared
Copy link
Contributor

Description

Changes documentation field to homepage field in Cargo.toml utilizing docs.rs docs generation while still linking to Opensearch docs as homepage.

Issues Resolved

Closes #255 .

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.

Signed-off-by: Devin Ward <[email protected]>
Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16.21%. Comparing base (1483077) to head (48c796e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##              main      #323      +/-   ##
============================================
- Coverage    16.60%    16.21%   -0.40%     
============================================
  Files        10386     10471      +85     
  Lines      1501290   1526736   +25446     
============================================
- Hits        249333    247542    -1791     
- Misses     1251957   1279194   +27237     
Flag Coverage Δ
integration 32.74% <ø> (+0.05%) ⬆️
unit 11.79% <ø> (-0.55%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reta reta merged commit 2d1603b into opensearch-project:main Feb 24, 2025
39 of 40 checks passed
@reta reta added the backport 2.x Backport to the 2.x branch label Feb 24, 2025
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 24, 2025
* change documentation field to homepage field in cargo.toml

Signed-off-by: Devin Ward <[email protected]>

* update changelog link

Signed-off-by: Devin Ward <[email protected]>

---------

Signed-off-by: Devin Ward <[email protected]>
(cherry picked from commit 2d1603b)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Feb 24, 2025
* change documentation field to homepage field in cargo.toml



* update changelog link



---------


(cherry picked from commit 2d1603b)

Signed-off-by: Devin Ward <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to the 2.x branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

opensearch crate's documentation link should link to a rust doc site.
2 participants