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-68030] Optionally report most recent commit as changelog of a new build #1565

Merged
merged 37 commits into from
Jul 29, 2024

Commits on Mar 20, 2024

  1. Add files via upload

    rhit-inskeeda authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3e62161 View commit details
    Browse the repository at this point in the history
  2. code for gui

    rhit-inskeeda authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    838cc41 View commit details
    Browse the repository at this point in the history
  3. trait file

    rhit-inskeeda authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d76a507 View commit details
    Browse the repository at this point in the history
  4. gitscm changes

    rhit-inskeeda authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5f681b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    756f77c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from rhit-inskeeda/new-trait

    New first build trait
    rhit-inskeeda authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b5ba0e8 View commit details
    Browse the repository at this point in the history
  7. null check time

    rhit-gawronja committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d6f6cf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. update to proper version number

    Co-authored-by: UltimateGeek <10050028+UltimateGeek@users.noreply.github.com>
    rhit-inskeeda and UltimateGeek authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    27d5942 View commit details
    Browse the repository at this point in the history
  2. Update FirstBuildChangelogTrait

    Removed improper CloudBees copyright documentation, updated @param for the constructor
    rhit-inskeeda authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ce2fd99 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    d17fafd View commit details
    Browse the repository at this point in the history
  2. Format new files with spotless:apply

    Use line termination that is consistent with the other files in the repository.
    
    Use import ordering as defined by spotless.
    MarkEWaite committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    370d763 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c66d139 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88640c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62aad20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cab31cc View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/integration' into integration

    # Conflicts:
    #	src/main/java/hudson/plugins/git/extensions/impl/FirstBuildChangelog.java
    rhit-gawronja committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    baa7384 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84846d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f4fa4d View commit details
    Browse the repository at this point in the history
  10. Use leading lower case letter for the symbol

    Jenkins symbol names consistently start with a lower case letter.
    MarkEWaite committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1664429 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    47ab82b View commit details
    Browse the repository at this point in the history
  12. Set API release to 5.3.0

    MarkEWaite committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a9eacdf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    143b0d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from rhit-inskeeda/no-groovy

    removed groovy and checkbox
    rhit-inskeeda authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ae92de6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    45e7fff View commit details
    Browse the repository at this point in the history
  2. Reduce doc diffs

    MarkEWaite committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4499e95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    591d0da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8df79db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    667a4fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11955ee View commit details
    Browse the repository at this point in the history
  7. First build changelog reports most recent commit as changelog

    The new extension reports the most recent commit as the changelog.
    It does not report the changes from a base branch, because there is no
    reliable method to identify the base branch from command line git.
    
    Also adjusts capitalization to be consistent with other parts of the
    documentation.
    MarkEWaite committed May 1, 2024
    Configuration menu
    Copy the full SHA
    34be383 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    13816f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81606a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    b449318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61bb758 View commit details
    Browse the repository at this point in the history