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-73172] Reuse credentials object reference through scans to avoid frequent duplicated lookups #787

Merged
merged 16 commits into from
Oct 16, 2024

Commits on May 15, 2024

  1. [JENKINS-73172] Cache scan credentials in ThreadLocal to avoid freque…

    …nt duplicated lookups
    Dohbedoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    18c99c2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    c928595 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f7ee5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09fdd01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82a5871 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    6b1b8c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e773180 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. [JENKINS-73172] Add missing volatile

    Co-authored-by: Robert Sandell <[email protected]>
    Dohbedoh and rsandell authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    82e4bb4 View commit details
    Browse the repository at this point in the history
  2. Restrict

    rsandell authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2559e05 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 7, 2024

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

Commits on Oct 10, 2024

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

Commits on Oct 16, 2024

  1. [JENKINS-73172] Apply non deprecated API suggestions

    Co-authored-by: Jérôme Pochat <[email protected]>
    Dohbedoh and jeromepochat authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5480035 View commit details
    Browse the repository at this point in the history
  2. [JENKINS-73172] Make method private

    Co-authored-by: Jérôme Pochat <[email protected]>
    Dohbedoh and jeromepochat authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a54552c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c29094 View commit details
    Browse the repository at this point in the history