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

Add support for limiting job concurrency based on one or more build parameters (replaces pull request #9) #33

Closed
wants to merge 31 commits into from

Commits on Feb 25, 2013

  1. Configuration menu
    Copy the full SHA
    766475a View commit details
    Browse the repository at this point in the history
  2. Merge pull request pantheon-systems#1 from pantheon-systems/limit_con…

    …currency_by_job_parameters
    
    basic support for limiting concurrent job runs by parameters
    joemiller committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    931f183 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2013

  1. Configuration menu
    Copy the full SHA
    75a1598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07d2291 View commit details
    Browse the repository at this point in the history
  3. Merge pull request pantheon-systems#2 from pantheon-systems/selectabl…

    …e_parameters
    
    Selectable parameters
    joemiller committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    65bc248 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2013

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

Commits on Aug 20, 2013

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

Commits on Feb 20, 2014

  1. Configuration menu
    Copy the full SHA
    d8d2017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8319b20 View commit details
    Browse the repository at this point in the history
  3. Fixing NPE

    Hornswoggles committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    f4c0ce2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2014

  1. Configuration menu
    Copy the full SHA
    ed78fdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    805556e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upstream'

    Hornswoggles committed Feb 21, 2014
    Configuration menu
    Copy the full SHA
    a01b866 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2014

  1. fix npes

    Kyle Ibrahim committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    801200e View commit details
    Browse the repository at this point in the history
  2. helper function

    Kyle Ibrahim committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    77ad29d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3421a91 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2014

  1. replace deprecated method

    Zihao Yu committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    7520a2c View commit details
    Browse the repository at this point in the history
  2. fix test by changing select options to upper case

    Zihao Yu committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    12b7aac View commit details
    Browse the repository at this point in the history
  3. add .idea directory to .gitignore

    Zihao Yu committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    1a32b7d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2014

  1. fix comment typo

    zihaoyu committed Mar 20, 2014
    Configuration menu
    Copy the full SHA
    cc0da5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request pantheon-systems#5 from zihaoyu/develop

    Fix tests failures
    Hornswoggles committed Mar 20, 2014
    Configuration menu
    Copy the full SHA
    5284d6d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2015

  1. Merge remote-tracking branch 'upupstream/master'

    Conflicts:
    	.gitignore
    	src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java
    	src/main/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcher.java
    	src/main/resources/hudson/plugins/throttleconcurrents/Messages.properties
    	src/test/java/hudson/plugins/throttleconcurrents/ThrottleJobPropertyTest.java
    jmozmoz committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    ecd0165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d200a57 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

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

Commits on Jan 10, 2016

  1. Changes requested by reviewer:

    - Rename limitOneJobByParams to paramsToUseForLimit
    - Change style of method header comment
    jmozmoz committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    e96ca2b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upupstream/master'

    Conflicts:
    	src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java
    	src/main/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcher.java
    jmozmoz committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    f8869a8 View commit details
    Browse the repository at this point in the history
  3. Removed obsolet logging.

    jmozmoz committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    5d71753 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5b5090 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af34349 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e6c0f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2016

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