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

Icon for folder credentials store is gone from credentials plugin #239

Merged
merged 4 commits into from
Jun 3, 2022

Conversation

twasyl
Copy link
Contributor

@twasyl twasyl commented Jun 3, 2022

See JENKINS-68674.

Before this PR, the icon for the folder credentials in the crumb bar was missing. Now with the change, the icon is back:
folder-icon

Proposed changelog entries

  • Entry 1: Issue, Icon for folder credentials store has been updated to match credentials plugin change

Submitter checklist

  • JIRA issue is well described
  • Changelog entry appropriate for the audience affected by the change (users or developer, depending on the change).
    * Use the Internal: prefix if the change has no user-visible impact (API, test frameworks, etc.)
  • Appropriate autotests or explanation to why this change has no tests

pom.xml Outdated Show resolved Hide resolved
@jglick jglick added the bug label Jun 3, 2022
@jglick
Copy link
Member

jglick commented Jun 3, 2022

Also please consider my note in Jira that the icon appears to be used only in this plugin (confirm!) so it would make sense to move it here from credentials, along with the icon set registration code for it.

Signed-off-by: Thierry Wasylczenko <[email protected]>
Signed-off-by: Thierry Wasylczenko <[email protected]>
Copy link
Member

@jglick jglick left a comment

Choose a reason for hiding this comment

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

Looks OK assuming it works.

@twasyl
Copy link
Contributor Author

twasyl commented Jun 3, 2022

the icon appears to be used only in this plugin (confirm!)

What does this mean? That it's sure the icon is only used here or does it mean I have to confirm the icon is only used here?

@jglick
Copy link
Member

jglick commented Jun 3, 2022

does it mean I have to confirm

Yes, I believe the icon is located in credentials yet unused there (except for its registration code) and only in fact used in cloudbees-folder (there was historically some refactoring of where the folder credentials store should be kept); if you have time, you should confirm this, and if true then the cleanest approach would be move it: copy the icon here, adjust this plugin to use its own copy, release this, then go back and delete the now-unused icon from credentials.

@twasyl
Copy link
Contributor Author

twasyl commented Jun 3, 2022

I believe the icon is located in credentials

Yes it is:

filetree

Signed-off-by: Thierry Wasylczenko <[email protected]>
@twasyl
Copy link
Contributor Author

twasyl commented Jun 3, 2022

@jglick I made the icon migration

icon-migration

@twasyl twasyl requested a review from jglick June 3, 2022 15:18
Copy link
Member

@jglick jglick left a comment

Choose a reason for hiding this comment

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

Looks right.

@jglick jglick enabled auto-merge June 3, 2022 15:39
@jglick jglick merged commit 2b9d1a7 into jenkinsci:master Jun 3, 2022
@jglick
Copy link
Member

jglick commented Jun 3, 2022

Fix released. Can you file a cleanup PR in credentials?

@papemamadou91
Copy link

Hello,

I think it is not a good idea to remove this icon from credentials plugin.
Since, we updated our credentials plugin to their latest version, we have some icon that are missing (see picture below)

image

And after inspecting the code, we see that it is the image folder-store.svg which the credentials plugin need, that is missing

image

Our actual configuration
Jenkins : 2.346.1
Credentials plugin : 1139.veb_9579fca_33b_ (this is the latest)
Cloudbees-Folder Plugin : 6.729.v2b_9d1a_74d673 (this is the latest)

@jglick
Copy link
Member

jglick commented Jul 25, 2022

#253

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants