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-31801] Add Pipeline throttle(category) step #46

Merged
merged 20 commits into from May 19, 2017

Commits on Mar 8, 2017

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

Commits on Mar 10, 2017

  1. Copy the full SHA
    c000c30 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    91cdb4b View commit details
    Browse the repository at this point in the history
  3. Make findbugs happy.

    abayer committed Mar 10, 2017
    Copy the full SHA
    d011b40 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

  1. Copy the full SHA
    666ff55 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Initial test, actually working

    Needed to bump to newer dependency versions, most notably to get
    PlaceholderTask.getNode(). Still a work in progress, mind you.
    abayer committed Mar 13, 2017
    Copy the full SHA
    42f4da1 View commit details
    Browse the repository at this point in the history
  2. Cleanup, commenting, javadoc

    abayer committed Mar 13, 2017
    Copy the full SHA
    8378722 View commit details
    Browse the repository at this point in the history
  3. Test across all nodes

    Also discovered that Run<?,?> is a very bad Map key.
    abayer committed Mar 13, 2017
    Copy the full SHA
    492c500 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    89f7bce View commit details
    Browse the repository at this point in the history
  5. Add snippet generator support.

    abayer committed Mar 13, 2017
    Copy the full SHA
    33b8e0f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f09aea8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Review comments

    abayer committed Mar 20, 2017
    Copy the full SHA
    aca9d87 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

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

Commits on Apr 7, 2017

  1. Copy the full SHA
    13cafdf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Copy the full SHA
    fdd9102 View commit details
    Browse the repository at this point in the history
  2. Go away, empty category names!

    abayer committed Apr 25, 2017
    Copy the full SHA
    4ec2057 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Copy the full SHA
    968d77c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0b222d3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7d83b60 View commit details
    Browse the repository at this point in the history
  4. unmodifiableList

    abayer committed May 18, 2017
    Copy the full SHA
    ee1e959 View commit details
    Browse the repository at this point in the history