Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.
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: i-m-c/jenkins-inheritance-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: afitz/jenkins-inheritance-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Aug 5, 2014

  1. FIXED #13: Test trend result chart not shown on inherited project

    Added extension point RequestInheritanceChecker. Extensions can check
    if given URL points to page that needs inheritance.
    
    Added extensions, that allow inheritance in:
     - job main page
     - some trend graphs on job page (test trend, jacoco coverage trend, 
     findbugs trend)
     - dashboard view and dashboard portlets
    krzysztofkos authored and afitz committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    61883fb View commit details
    Browse the repository at this point in the history
  2. changes to support scmPolling inheritance (and other broken triggers)…

    …, promoted build inheritance
    afitz committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    fcd988f View commit details
    Browse the repository at this point in the history
  3. add RequestInheritanceChecker implementation to get SCM polling actio…

    …n link to work (scmPollLog)
    afitz committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    641711b View commit details
    Browse the repository at this point in the history
  4. add a RequestInheritanceChecker implementation that checks for the jo…

    …b-wide promotion page added by the promoted build plugin
    afitz committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    fa2cf69 View commit details
    Browse the repository at this point in the history
  5. add missing copyright notices

    afitz committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    943cef7 View commit details
    Browse the repository at this point in the history
Loading