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

PMM-13077 list change log for PMM server version #3045

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from

Conversation

idoqo
Copy link
Contributor

@idoqo idoqo commented Jun 22, 2024

PMM-13077

Link to the Feature Build: SUBMODULES-0

If this PR adds or removes or alters one or more API endpoints, please review and add or update the relevant API documents as well:

  • API Docs updated

If this PR is related to some other PRs in this or other repositories, please provide links to those PRs:

  • Links to related pull requests (optional).

@idoqo idoqo mentioned this pull request Jun 22, 2024
1 task
Copy link

codecov bot commented Jun 22, 2024

Codecov Report

Attention: Patch coverage is 71.11111% with 13 lines in your changes missing coverage. Please review.

Project coverage is 44.54%. Comparing base (0b405e8) to head (6cc2711).
Report is 3 commits behind head on v3.

Files Patch % Lines
managed/services/server/updater.go 76.19% 6 Missing and 4 partials ⚠️
managed/services/server/server.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##               v3    #3045      +/-   ##
==========================================
+ Coverage   43.35%   44.54%   +1.18%     
==========================================
  Files         400      367      -33     
  Lines       41631    35590    -6041     
==========================================
- Hits        18051    15854    -2197     
+ Misses      21563    18100    -3463     
+ Partials     2017     1636     -381     
Flag Coverage Δ
admin 11.65% <ø> (ø)
agent 52.52% <ø> (-0.23%) ⬇️
managed 46.69% <71.11%> (+2.21%) ⬆️
vmproxy 66.66% <ø> (ø)

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.

managed/services/server/updater.go Outdated Show resolved Hide resolved
managed/services/server/updater.go Outdated Show resolved Hide resolved
managed/services/server/updater.go Show resolved Hide resolved
@idoqo idoqo marked this pull request as ready for review June 24, 2024 04:15
@idoqo idoqo requested review from BupycHuk and a team as code owners June 24, 2024 04:15
@idoqo idoqo requested review from ademidoff and JiriCtvrtka and removed request for a team June 24, 2024 04:15
Base automatically changed from PMM-12762-get-notified-about-new-version to v3 June 24, 2024 08:38
@BupycHuk BupycHuk requested review from a team and talhabinrizwan as code owners June 24, 2024 08:38
This adds support for PMM release notes by fetching the correct markdown
files from github.

It also includes fixes for api tests by accepting v3 prefixes in
versions.
@idoqo idoqo force-pushed the PMM-13077-list-pmm-server-versions branch from 3cd5397 to 6cc2711 Compare June 25, 2024 09:01
@@ -421,3 +434,44 @@ func isHostAvailable(host string, port string, timeout time.Duration) bool {
}
return false
}

// GetReleaseNotesText returns the change log for a specific PMM server release.
// if the version argument has an extra label (e.g 2.40.0-alpha), it strips the label

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [golangci] reported by reviewdog 🐶
Sentence should start with a capital letter (godot)

@idoqo idoqo changed the title PMM-13077 list pmm server versions PMM-13077 list change log for PMM server version Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants