Branch: refs/heads/master
Home: https://github.com/jenkinsci/credentials-plugin
Commit: 3aa065b5acc2a06d50da065f140099be12bc2678
https://github.com/jenkinsci/credentials-plugin/commit/3aa065b5acc2a06d50da065f140099be12bc2678
Author: fraz3alpha <[email protected]>
Date: 2018-01-31 (Wed, 31 Jan 2018)
Changed paths:
M src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java
M
src/test/java/com/cloudbees/plugins/credentials/CredentialsProviderTest.java
Log Message:
-----------
Remove credential fingerprints for nodes not in Jenkins
- Add a test to check that fingerprints aren't stored for nodes that aren't
known
- Checks that storing a fingerprint for a node that Jenkins doesn't know
about is not saved
- Checks that adding a fingerprint for a node that Jenkins does know about
is saved
- Checks that the fingerprint is removed when calling track() after
the node has been removed
- Add functionality for the above. When iterating the facets of the
fingerprint any NodeCredentialsFingerprintFacet elements are checked
in the iterator and removed if necessary. An additional check has been
added around the eventual addition to skip the case where it doesn't
exist at that point
Commit: 64f12f35caaf090ea240323e9dc905854883c9cd
https://github.com/jenkinsci/credentials-plugin/commit/64f12f35caaf090ea240323e9dc905854883c9cd
Author: fraz3alpha <[email protected]>
Date: 2018-01-31 (Wed, 31 Jan 2018)
Changed paths:
M src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java
Log Message:
-----------
Correct some comments
Commit: 64b38b165fadcc71a8a86200578a288f9f7af7a3
https://github.com/jenkinsci/credentials-plugin/commit/64b38b165fadcc71a8a86200578a288f9f7af7a3
Author: fraz3alpha <[email protected]>
Date: 2018-01-31 (Wed, 31 Jan 2018)
Changed paths:
M
src/test/java/com/cloudbees/plugins/credentials/CredentialsProviderTest.java
Log Message:
-----------
Add extra subtest to check re-tracking of credential
- Check that tracking a credential on the same node again doesn't
result in two entries
Commit: 0ab6d59073905427ff22780b384889d2499bb83c
https://github.com/jenkinsci/credentials-plugin/commit/0ab6d59073905427ff22780b384889d2499bb83c
Author: fraz3alpha <[email protected]>
Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths:
M src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java
M
src/test/java/com/cloudbees/plugins/credentials/CredentialsProviderTest.java
Log Message:
-----------
Reinstate spaces
Commit: 86f293a04ae6ae6d36b5ea935e69866da241a471
https://github.com/jenkinsci/credentials-plugin/commit/86f293a04ae6ae6d36b5ea935e69866da241a471
Author: Devin Nusbaum <[email protected]>
Date: 2018-04-19 (Thu, 19 Apr 2018)
Changed paths:
M src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java
Log Message:
-----------
Use Jenkins.getActiveInstance to fix FindBugs warning
Commit: 5f985f1b20d3bd129e390e4eccefb696265e601f
https://github.com/jenkinsci/credentials-plugin/commit/5f985f1b20d3bd129e390e4eccefb696265e601f
Author: Andy Taylor <[email protected]>
Date: 2018-04-22 (Sun, 22 Apr 2018)
Changed paths:
M src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java
Log Message:
-----------
Merge pull request #1 from dwnusbaum/JENKINS-49235
Use Jenkins.getActiveInstance to fix FindBugs warning
Commit: 6f62d7fdd3e902105829a00e01a30b7898ceb1e1
https://github.com/jenkinsci/credentials-plugin/commit/6f62d7fdd3e902105829a00e01a30b7898ceb1e1
Author: Devin Nusbaum <[email protected]>
Date: 2018-06-04 (Mon, 04 Jun 2018)
Changed paths:
M src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java
Log Message:
-----------
Add TODO comment to fix cloud tracking and move set creation out of loop
Commit: 4c140d40514f75b5ddf140191a9b5ed6c3eb6c82
https://github.com/jenkinsci/credentials-plugin/commit/4c140d40514f75b5ddf140191a9b5ed6c3eb6c82
Author: Devin Nusbaum <[email protected]>
Date: 2018-06-04 (Mon, 04 Jun 2018)
Changed paths:
M
src/test/java/com/cloudbees/plugins/credentials/CredentialsProviderTest.java
Log Message:
-----------
Clean up tests and cover all new branches
Commit: 742afdef515651d5a027edaf5ff56ee03f537b9a
https://github.com/jenkinsci/credentials-plugin/commit/742afdef515651d5a027edaf5ff56ee03f537b9a
Author: Matt Sicker <[email protected]>
Date: 2019-08-01 (Thu, 01 Aug 2019)
Changed paths:
M src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java
M
src/test/java/com/cloudbees/plugins/credentials/CredentialsProviderTest.java
Log Message:
-----------
Merge pull request #103 from dwnusbaum/JENKINS-49235
[JENKINS-49235] Prune fingerprints of nonexistent node credentials (and add
ticket to fix tracking for ephemeral nodes)
Compare:
https://github.com/jenkinsci/credentials-plugin/compare/0b2bbafb654f...742afdef5156
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/credentials-plugin/push/refs/heads/master/0b2bba-742afd%40github.com.