Fetch tag notes on release refresh
What does this MR do and why?
A couple fixes ensuring that tag notes are available when creating a release, to ensure they are included when the user selects the relevant option.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screen_Recording_2024-01-08_at_9.30.21_AM
Screen_Recording_2024-01-08_at_9.42.01_AM
Screen_Recording_2024-01-08_at_9.42.48_AM
How to set up and validate locally
- Create an annotated tag for a repository
- Fill out the new release form using that tag
- refresh the page
- create the release
- Verify tag message is included in release notes.
For #429809 (closed)
Merge request reports
Activity
changed milestone to %16.8
added UX frontend groupenvironments labels
assigned to @afontaine
added devopsdeploy sectioncd labels
- A deleted user
added typebug label
Reviewer roulette
Changes that require review have been detected!
Please refer to the table below for assigning reviewers and maintainers suggested by Danger in the specified category:
Category Reviewer Maintainer frontend @dzubova
(UTC+1, 6 hours ahead of author)
@cngo
(UTC+0, 5 hours ahead of author)
UX @veethika
(UTC+0, 5 hours ahead of author)
Maintainer review is optional for UX Please check reviewer's status!
Feel free to override these selections if you think someone else would be better-suited or use the GitLab Review Workload Dashboard to find other available reviewers.
To read more on how to use the reviewer roulette, please take a look at the Engineering workflow and code review guidelines. Please consider assigning a reviewer or maintainer who is a domain expert in the area of the merge request.
Once you've decided who will review this merge request, assign them as a reviewer! Danger does not automatically notify them for you.
If needed, you can retry the
danger-review
job that generated this comment.Generated by
DangerBundle size analysis [beta]
This compares changes in bundle size for entry points between the commits d273c95c and 51cea57c
Special assetsEntrypoint / Name Size before Size after Diff Diff in percent average 4.16 MB 4.16 MB - 0.0 % mainChunk 3.12 MB 3.12 MB - 0.0 %
Note: We do not have exact data for d273c95c. So we have used data from: c6d9f787.
The intended commit has no webpack pipeline, so we chose the last commit with one before it.Please look at the full report for more details
Read more about how this report works.
Generated by
DangerE2E Test Result Summary
allure-report-publisher
generated test report!e2e-test-on-gdk:
test report for 51cea57cexpand test summary
+------------------------------------------------------------------+ | suites summary | +-------------+--------+--------+---------+-------+-------+--------+ | | passed | failed | skipped | flaky | total | result | +-------------+--------+--------+---------+-------+-------+--------+ | Verify | 29 | 0 | 2 | 0 | 31 | ✅ | | Plan | 52 | 0 | 2 | 0 | 54 | ✅ | | Create | 45 | 0 | 17 | 0 | 62 | ✅ | | Monitor | 7 | 0 | 0 | 0 | 7 | ✅ | | Govern | 64 | 0 | 3 | 0 | 67 | ✅ | | Data Stores | 22 | 0 | 1 | 0 | 23 | ✅ | | Analytics | 2 | 0 | 0 | 0 | 2 | ✅ | | Package | 15 | 0 | 1 | 0 | 16 | ✅ | | Release | 5 | 0 | 0 | 0 | 5 | ✅ | | Manage | 0 | 0 | 1 | 0 | 1 | ➖ | +-------------+--------+--------+---------+-------+-------+--------+ | Total | 241 | 0 | 27 | 0 | 268 | ✅ | +-------------+--------+--------+---------+-------+-------+--------+
e2e-review-qa:
test report for 51cea57cexpand test summary
+------------------------------------------------------------------+ | suites summary | +-------------+--------+--------+---------+-------+-------+--------+ | | passed | failed | skipped | flaky | total | result | +-------------+--------+--------+---------+-------+-------+--------+ | Create | 8 | 0 | 3 | 1 | 11 | ✅ | | Monitor | 4 | 0 | 0 | 0 | 4 | ✅ | | Govern | 3 | 0 | 0 | 0 | 3 | ✅ | | Plan | 3 | 0 | 1 | 0 | 4 | ✅ | | Data Stores | 2 | 0 | 0 | 0 | 2 | ✅ | | Package | 0 | 0 | 1 | 0 | 1 | ➖ | +-------------+--------+--------+---------+-------+-------+--------+ | Total | 20 | 0 | 5 | 1 | 25 | ✅ | +-------------+--------+--------+---------+-------+-------+--------+
Thanks @afontaine! Works as intended when using an annotated tag created from http://gdk.test:3000/flightjs/Flight/-/tags. When creating a new tag in the dropdown it doesn't appear to append the message:
CleanShot_2024-01-09_at_17.28.48
It also results in an error which blocks creating a release when refreshing after creating a tag within the dropdown:
@afontaine i was unable to see the message for the tag on the summary page.
Creating a new tag with message What's displayed later Is there a feature flag I'm required to enable? @emilybauman can you help me understand the job here that users are looking to perform?
@veethika - For sure. It looks like this solves for the bug for when a user creates a release using an annotated tag, the annotated tag message does not show up on the release page when the "Include message from the annotated tag" checkbox is clicked. It should be showing up.
The job being - Users want to be able to see the annotated tag message in the release UI.
Thanks @afontaine! Found a console error when creating a new release without a tag. Let me know what you think!
It looks like this solves for the bug for when a user creates a release using an annotated tag, the annotated tag message does not show up on the release page when the "Include message from the annotated tag" checkbox is clicked. It should be showing up.
The job being - Users want to be able to see the annotated tag message in the release UI.
Thanks @emilybauman
@afontaine the changes appear for me now.
A small change request for a consistent experience, instead of H3 for the header can we use the same treatment --
14px
and spacing b/w title and description to be8px
instead of 16px, as we do forevidence collection
. Right now the hierarchy of information is not very clear.@veethika these are part of the actual release notes of the release, so they end up in a editable markdown field (edit the release to see)
I'm not against changing it, but would prefer to do so in a follow-up where we can understand what the formatting of them should be
Thanks @afontaine! Changes LGTM
@markrian could you please review frontend as a maintainer? Thanks!I'm not against changing it, but would prefer to do so in a follow-up where we can understand what the formatting of them should be
Makes sense @afontaine , i'll create a follow up issue. Approving this change
Makes sense
@afontaine
, i'll create a follow up issue. Approving this changeThanks @veethika! Feel free to tag me in the follow up
mentioned in issue #429809 (closed)
added 1 commit
- 0047b989 - Correctly include new tag notes on new release
added 1 commit
- 7b6b93d6 - Properly rehydrate creating tag form in release
- Resolved by Mark Florian
- Resolved by Mark Florian
@sdejonge
, thanks for approving this merge request.This is the first time the merge request has been approved. To ensure we don't only run predictive pipelines, and we don't break
master
, a new pipeline will be started shortly.Please wait for the pipeline to start before resolving this discussion and set auto-merge for the new pipeline. See merging a merge request for more details.
added pipeline:mr-approved label
removed review request for @veethika
- Resolved by Andrew Fontaine
Thanks @afontaine!
This LGTM, though I've left a few questions for you. Happy to approve as-is, as I think they can be answered/addressed post-merge.
- Resolved by Andrew Fontaine
enabled an automatic merge when the pipeline for 241106d9 succeeds
mentioned in commit 5fb1d093
mentioned in issue #438027
added workflowstaging-canary label
added workflowcanary label and removed workflowstaging-canary label
added workflowstaging label and removed workflowcanary label
added workflowproduction label and removed workflowstaging label
mentioned in merge request kubitus-project/kubitus-installer!2720 (merged)
added releasedcandidate label