-
Notifications
You must be signed in to change notification settings - Fork 166
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
[JENKINS-62448] Enhance information displayed in approval page #300
base: master
Are you sure you want to change the base?
Changes from 1 commit
cbfedb6
b7a3312
4c583a4
349ac04
c559fe8
1d39eff
de369d6
e4708f7
380deda
79b1995
0ea0c93
e978559
eadf75f
9bcceb4
1c5493f
3ee25d8
d934b69
0b0b624
fa17df8
8f55c06
65926ce
9dc032c
18bcb49
fcb41b7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -28,7 +28,7 @@ noContextItemSinceMetadata_tooltip=The context item was not provided by the code | |||||
|
||||||
emptyMetadata=There is no metadata for this approval | ||||||
emptyMetadata_tooltip=If the script is used after the metadata introduction, some metadata will be displayed here. \ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This tooltip lacks discoverability. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
It means that an unused approval will not have metadata and could be reasonably revoked after a certain period of time. | ||||||
It means that an unused approval will not have metadata and could be reasonably removed after a certain period of time. | ||||||
noScriptCodeSinceMetadata=N/A | ||||||
noScriptCodeSinceMetadata_tooltip=The approval was given while the metadata was not gathered. | ||||||
approvedContextUser=Requester | ||||||
|
@@ -44,8 +44,8 @@ notApprovedSinceMetadata_tooltip=It was not approved since the introduction of m | |||||
noKnownApproverSinceMetadata=N/A | ||||||
noKnownApproverSinceMetadata_tooltip=It was not approved since the introduction of metadata. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When are these shown? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fwiw while I suggest changing a There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When a script is approved before the metadata introduction, and then is used. We do not have the information on who approved it. |
||||||
|
||||||
revokeApproval=Revoke all selected | ||||||
revokeApproval_tooltip=Revoking an approved script can have an impact on the jobs using it. \ | ||||||
revokeApproval=Remove selected | ||||||
revokeApproval_tooltip=Remove an approved script can have an impact on the jobs using it. \ | ||||||
The next time an attempt to execute the script is made, a new approval will be required. | ||||||
revokeApproval_confirm=Really delete all selected approvals? Any existing scripts will need to be requeued and reapproved. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I'm not a fan of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In my mind we are listing in the table the different approvals, but saying it's the list of scripts, that are already approved, make actually more sense. I will keep aside the delete/revoke/remove as it seems we don't have a consensus yet.
Wadeck marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
approvedNoSelectedItemError=Please select at least one line. | ||||||
|
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.
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.
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.
Both proposals seem to pollute the space due to the size of the sentence.
Proof
After
Before (with the icon for tooltip discoverability)
Before (with just the cursor: help)
Going with no modification. This could be improved in a follow up PR.