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-61290] hard to see why a branch was not inspected - log them #284

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Mar 2, 2020

  1. Problem: [JENKINS-61290] hard to see why a branch was not inspected

    Solution: log the intentional ignoring of a branch
    
    Notes: I did not find an easy way in the web of calls between
    GitHubSCMSource.java#L987 where code begins "Checking branch"
    and BranchDiscoveryTrait.java#L230 where it decides the branch
    is not good by current strategy, so could not hook into the
    TaskListener and log right into the branch indexing run console.
    
    But at least seeing messages in common jenkins.log can help.
    
    Signed-off-by: Jim Klimov <EvgenyKlimov@eaton.com>
    jimklimov committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    1bb3d66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    402482b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. BranchDiscoveryTrait.java: use the SCM API TaskListener to log into t…

    …he indexing console and not the server log (thanks @bitwiseman)
    jimklimov committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    48848cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588f891 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. BranchDiscoveryTrait.java: add a newline after logging the excluded b…

    …ranch, so the text line is not unreadably glued to next inspected branch
    jimklimov committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    7a33c3f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

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

Commits on Jun 9, 2020

  1. BranchDiscoveryTrait.java : port the bit-field description comment fr…

    …om bitbucket-branch-source-plugin
    jimklimov committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    edad8dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaea9e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

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

Commits on Jan 10, 2021

  1. Configuration menu
    Copy the full SHA
    2b0163e View commit details
    Browse the repository at this point in the history
  2. GitHubNotificationRequest.java: fix @see tag syntax

    Per https://bugs.java.com/bugdatabase/view_bug.do;jsessionid=d014dfa686594180be40ca5872f5?bug_id=4907024
    When the contents of an @see tag begins with a '<', the tag must be of the form:
    
        @see <a href="URL#value">label</a>
    
    So we need to either not start with "<" or drop trailing text...
    jimklimov committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    5f7c21b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

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

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    aa1bf7f View commit details
    Browse the repository at this point in the history
  2. Apply autoformatting

    bitwiseman committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    5fb18a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5f915b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

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

Commits on May 5, 2021

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

Commits on Jun 24, 2021

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

Commits on Jul 21, 2021

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

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    3c34f67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eecfdf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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