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

Release 1.6.2 to master #159

Merged
merged 19 commits into from
Apr 23, 2018
Merged

Release 1.6.2 to master #159

merged 19 commits into from
Apr 23, 2018

Commits on Feb 28, 2018

  1. Merge pull request #151 from apel/release-1.6.1

    Release 1.6.1 to dev
    tofu-rocketry committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    ea024a4 View commit details
    Browse the repository at this point in the history
  2. Add extra job statuses that Slurm parser accepts

    - Add extra job statuses that Slurm parser accepts as they represent
      jobs that will still have used resrouces.
    - Add matching tests for all possible job statuses.
    tofu-rocketry committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    548ad30 View commit details
    Browse the repository at this point in the history
  3. Add NODE_FAIL to accepted Slurm statuses

    - Add NODE_FAIL to accepted Slurm statuses as it is also a "terminated"
      status.
    - Update tests and add comments and error messages to them.
    tofu-rocketry committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    d81dbce View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    3a3adb4 View commit details
    Browse the repository at this point in the history
  2. Remove neg wallduration check from SLRUM parser

    - Remove negative wallduration check from SLRUM parser as parse_time
      function prevents that from happening.
    - Update tests to match.
    tofu-rocketry committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    3afb9d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #153 from tofu-rocketry/extra-slurm-status

    Extra SLURM statuses
    tofu-rocketry committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    14dd977 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88534b3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #154 from tofu-rocketry/line-ends

    Correct files that have CRLF line endings to LF
    tofu-rocketry committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    07a0125 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Remove references to specific LSF versions

    Remove references to specific LSF versions as that restriction has been
    removed from the code a while ago (but the docs weren't updated).
    tofu-rocketry committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    1497dac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #157 from tofu-rocketry/LSF-docs

    Remove references to specific LSF versions
    tofu-rocketry committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    9413c09 View commit details
    Browse the repository at this point in the history
  3. Add a test for incomplete cloud messages received

    - the test captures what happens as of 1.6.1 and
      helps convince us we aren't breaking anything
      when making any future chnages to default
      CloudRecord values.
    gregcorbett authored and tofu-rocketry committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    baacdf4 View commit details
    Browse the repository at this point in the history
  4. Add a test for Cloud records with missing fields

    - Helps convince us we aren't breaking anything
      when making any future changes to default
      CloudRecord values
    gregcorbett authored and tofu-rocketry committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    4739c1d View commit details
    Browse the repository at this point in the history
  5. Set a default for CpuCount in cloud records

    - when it is ommited, NULL is written as the CpuCount in the CloudRecord
      table, which causes problems at summariser time as
      NULL CpuCounts aren't allowed in the CloudSummaries table
    gregcorbett authored and tofu-rocketry committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    534303d View commit details
    Browse the repository at this point in the history
  6. Add update script to reduce summariser warnings

    - Cleans up any existing cloud data with a NULL CpuCount,
      which causes warnings when we try and insert cloud
      summarises with NULL CpuCounts into the cloud summary table
    gregcorbett authored and tofu-rocketry committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    c4d8da0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #156 from gregcorbett/cpu_count_summariser_fix

    Fix summariser CpuCount warnings for cloud accounting
    tofu-rocketry committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    d25dbca View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    ddd0cb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b92b99 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

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

Commits on Apr 23, 2018

  1. Simplify update script inclusion in SPEC file

    Simplify update script inclusion in SPEC file by matching on wildcard.
    This will help avoid ommitting files in future (as was almost the case
    here where the 1.6.2 script was missing from the file section).
    tofu-rocketry committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    0b9a8ad View commit details
    Browse the repository at this point in the history