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

[JENKINS-56005] Add user property-change listener #3901

Closed
wants to merge 14 commits into from

Commits on Feb 17, 2019

  1. Configuration menu
    Copy the full SHA
    1fe3770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4465d1 View commit details
    Browse the repository at this point in the history
  3. [JENKINS-56008] Add user property-change unit test

    Added a new unit test which evaluates logging of a
    user property-change (update of user's password).
    davidolorundare committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    124b84c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    43b50ff View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    49400e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13c8864 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    87b44db View commit details
    Browse the repository at this point in the history
  2. [JENKINS-56008] Refactor private-security realm

    Updated the HudsonPrivateSecurityRealm newInstance()
    method to use the PasswordPropertyListener class for
    notifying subscribers on changes to a user's password.
    davidolorundare committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    5de70ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0a19f0 View commit details
    Browse the repository at this point in the history
  4. [JENKINS-56170] Update apitokenproperty methods

    Updated the ApiTokenProperty doGenerateToken() and
    doRevoke() methods to use the ApiTokenPropertyListener
    class for notifying subscribers of api-token creations
    and revocations from the Jenkins UI, respectively.
    davidolorundare committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    d1382a6 View commit details
    Browse the repository at this point in the history
  5. [JENKINS-56008] Update private-security realm unittest

    Updated HudsonPrivateSecurityRealmTest with a unittest
    that exercises the added PasswordPropertyListener class
    for notifying subscribers of user password changes.
    davidolorundare committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    97bfcc3 View commit details
    Browse the repository at this point in the history
  6. [JENKINS-56170] Update apitokenproperty unittests

    Added two unittests to the ApiTokenPropertyTest class
    for exercising the ApiTokenPropertyListener class methods;
    for notifying subscribers of api-token creation and revocation
    events.
    davidolorundare committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    cc75d2c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    4466180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e1c33f View commit details
    Browse the repository at this point in the history