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: jenkinsci/build-monitor-plugin
base: release-1.7+build.172
Choose a base ref
...
head repository: jenkinsci/build-monitor-plugin
compare: release-1.8+build.201601052013
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 46 files changed
  • 2 contributors

Commits on Dec 4, 2015

  1. Started migration from SauceLabs to BrowserStack; Both the SauceLabs …

    …and the BrowserStack builds should be capable of running.
    jan-molak committed Dec 4, 2015
    Copy the full SHA
    1ce667f View commit details
    Browse the repository at this point in the history
  2. Experimenting with a new version number scheme to decouple Build Moni…

    …tor version number from the CI server it's built on.
    jan-molak committed Dec 4, 2015
    Copy the full SHA
    24f6b0c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    12537d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2015

  1. Removed dependency on SauceLabs libraries as Build Monitor CI will be…

    … now using Browser Stack instead
    jan-molak committed Dec 5, 2015
    Copy the full SHA
    8d9359b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2658bb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2015

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

Commits on Dec 10, 2015

  1. Copy the full SHA
    143422b View commit details
    Browse the repository at this point in the history
  2. It's now more obvious what the minimum required version of Jenkins is…

    … and what browsers are supported. #163
    jan-molak committed Dec 10, 2015
    Copy the full SHA
    9ab22a2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fa9c162 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2015

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

Commits on Dec 14, 2015

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

Commits on Dec 28, 2015

  1. Build Monitor supports displaying a large number of projects much bet…

    …ter than it used to:
    
    - The base size of the font is configured automatically based on the number of dashboard rows displayed (closes #165 and quite possibly #172)
    - The user can still tweak the size of the font to make it up to 3x smaller or 2x larger
    - If the number of widgets displayed becomes greater than what can comfortably fit on the screen, the dashboard becomes scrollable (closes #124 and closes #57)
    jan-molak committed Dec 28, 2015
    Copy the full SHA
    38fe20a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    be6f94c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

  1. An intermediary step to allow for changing the version number scheme …

    …from:
    
    <Major>.<minor>+build.<build number>
    to
    <Major>.<minor>-<timestamp>
    and decoupling the version number from the CI system used.
    jan-molak committed Dec 29, 2015
    Copy the full SHA
    f44e66f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e9a2ba3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. The (internal) performance monitoring service used to measure the amo…

    …unt of time it takes for Build Monitor to produce a JSON response is now less chatty.
    jan-molak committed Jan 5, 2016
    Copy the full SHA
    5186547 View commit details
    Browse the repository at this point in the history
  2. Added ng-cloak so that the angular template flickering is _slightly_ …

    …mitigated. A nice per-loader would be a better solution though.
    jan-molak committed Jan 5, 2016
    Copy the full SHA
    7fc65c5 View commit details
    Browse the repository at this point in the history
  3. The Workflow script publishes a "release branch" to make it easy for …

    …people to see the changelog on github.
    jan-molak committed Jan 5, 2016
    Copy the full SHA
    ba8d3c3 View commit details
    Browse the repository at this point in the history
  4. Release candidate v1.8+build.201601052013

    CloudBees DEV@Cloud committed Jan 5, 2016
    Copy the full SHA
    b26cfa9 View commit details
    Browse the repository at this point in the history