-
Notifications
You must be signed in to change notification settings - Fork 250
Initial credentials implementation of experimental views #981
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
Draft
timja
wants to merge
26
commits into
jenkinsci:master
Choose a base branch
from
timja:settings-subpage
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
09f6fda
Initial credentials implementation of experimental views
timja 1f84aa8
Add to system store
timja 47b00c1
More
timja ee4d6a3
More progress
timja 8a2adf6
Should be all the system pages
timja 2c98d36
Add help link back
timja 005eaa0
Mostly fix it up
timja f20d954
Minor fixups
timja 8bbb2b5
Drop job page rework change
timja 82a8a93
Address Jan feedback
timja 9c99862
Update incremental
timja e4651ea
Update bom
timja ea98c49
Merge branch 'master' into pr/981
janfaracik 13f3c91
Update domain page to use cards
janfaracik 03d5134
Fix two other pages
janfaracik c479d81
Use dropdown for delete
janfaracik f3d0c40
Update update.jelly
janfaracik a001cab
Update index.jelly
janfaracik dcf1b20
Update card.css
janfaracik 420d268
Update pom.xml
janfaracik 6402e53
Update index.jelly
janfaracik b4128fe
Merge branch 'master' into pr/981
janfaracik 59b2b3f
Fix test
janfaracik 8bc1746
Delete 'delete.jelly' files
janfaracik 1993796
Delete 'delete.jelly' files (Part two)
janfaracik 646f435
Improve domain deletion UX
janfaracik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/main/java/com/cloudbees/plugins/credentials/links/MoveCredentialsLink.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| package com.cloudbees.plugins.credentials.links; | ||
|
|
||
| public class MoveCredentialsLink { | ||
| public String getDisplayName() { | ||
| return Messages.MoveCredentialsLink_displayName(); | ||
| } | ||
| } | ||
7 changes: 7 additions & 0 deletions
7
src/main/java/com/cloudbees/plugins/credentials/links/NewCredentialsLink.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| package com.cloudbees.plugins.credentials.links; | ||
|
|
||
| public class NewCredentialsLink { | ||
| public String getDisplayName() { | ||
| return Messages.NewCredentialsLink_displayName(); | ||
| } | ||
| } |
7 changes: 7 additions & 0 deletions
7
src/main/java/com/cloudbees/plugins/credentials/links/NewDomainLink.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| package com.cloudbees.plugins.credentials.links; | ||
|
|
||
| public class NewDomainLink { | ||
| public String getDisplayName() { | ||
| return Messages.NewDomainLink_displayName(); | ||
| } | ||
| } | ||
7 changes: 7 additions & 0 deletions
7
src/main/java/com/cloudbees/plugins/credentials/links/UpdateCredentialsLink.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| package com.cloudbees.plugins.credentials.links; | ||
|
|
||
| public class UpdateCredentialsLink { | ||
| public String getDisplayName() { | ||
| return Messages.UpdateCredentialsLink_displayName(); | ||
| } | ||
| } |
7 changes: 7 additions & 0 deletions
7
src/main/java/com/cloudbees/plugins/credentials/links/UpdateDomainLink.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| package com.cloudbees.plugins.credentials.links; | ||
|
|
||
| public class UpdateDomainLink { | ||
| public String getDisplayName() { | ||
| return Messages.UpdateDomainLink_displayName(); | ||
| } | ||
| } | ||
15 changes: 0 additions & 15 deletions
15
.../com/cloudbees/plugins/credentials/CredentialsStoreAction/CredentialsWrapper/delete.jelly
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
...cloudbees/plugins/credentials/CredentialsStoreAction/CredentialsWrapper/delete.properties
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...udbees/plugins/credentials/CredentialsStoreAction/CredentialsWrapper/delete_de.properties
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
...udbees/plugins/credentials/CredentialsStoreAction/CredentialsWrapper/delete_fr.properties
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
...udbees/plugins/credentials/CredentialsStoreAction/CredentialsWrapper/delete_it.properties
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...udbees/plugins/credentials/CredentialsStoreAction/CredentialsWrapper/delete_ja.properties
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
cleanup while I was here