Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mantisbt-plugins/source-integration
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.0
Choose a base ref
...
head repository: mantisbt-plugins/source-integration
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 9, 2024

  1. Bump version to 2.9.0-dev

    dregad committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    93f1bc1 View commit details
    Browse the repository at this point in the history
  2. Set minimum MantisBT version to 2.26.4

    This allows checkin.php to return a proper HTTP response code when an
    error occurs, instead of always returning 200.
    
    Fixes #266, see upstream Issue [1]
    
    [1]: https://mantisbt.org/bugs/view.php?id=34634
    dregad committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5fc3b81 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Gitweb: find parent commits with pathinfo URLs

    The current RegEx string only works when Gitweb is creating the links on 
    the page with 'standard' URLs.
    
    Modify RegEx to support finding parent commit ID when GitWeb is using 
    pathinfo-formatted URLs [1].
    
    Fixes #418
    
    [1]: https://git-scm.com/docs/gitweb#_path_info_usage
    
    Signed-off-by: Damien Regad <dregad@mantisbt.org>
    achmafooma authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    2b8b7a9 View commit details
    Browse the repository at this point in the history
  2. Update Changelog

    dregad committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    d341ed4 View commit details
    Browse the repository at this point in the history
  3. Bump version to 2.9.0

    VCS plugins changes:
    - SourceGitweb 2.1.2
    dregad committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    3132add View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

  1. Convert Changeset timestamp to UTC before saving

    This fixes display of the commit time in the wrong timezone when the
    original commit received from source control contains timezone info
    as was the case with SourceGitea plugin.
    
    Fixes #419 (originally reported in PR #416)
    dregad committed Jan 26, 2025
    Configuration menu
    Copy the full SHA
    7a0d70f View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.9.1

    dregad committed Jan 26, 2025
    Configuration menu
    Copy the full SHA
    389c1cb View commit details
    Browse the repository at this point in the history
Loading