-
Notifications
You must be signed in to change notification settings - Fork 130
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v3 #3045 +/- ##
==========================================
+ Coverage 44.50% 44.51% +0.01%
==========================================
Files 357 357
Lines 35594 35670 +76
==========================================
+ Hits 15842 15880 +38
- Misses 18129 18163 +34
- Partials 1623 1627 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
3cd5397
to
6cc2711
Compare
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.
639c9c1
to
fa1c630
Compare
assert.Equal(t, "3.0.1", versions[2].Version.String()) | ||
assert.Equal(t, "3.1.0", versions[3].Version.String()) | ||
}) | ||
|
||
t.Run("TestLatest", func(t *testing.T) { | ||
version.Version = "2.41.0" |
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.
This test will fail for now since the changes to version service have not been deployed.
8421bc2
to
da25a0c
Compare
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:
If this PR is related to some other PRs in this or other repositories, please provide links to those PRs: