1. 13 Apr, 2017 30 commits
  2. 12 Apr, 2017 7 commits
  3. 11 Apr, 2017 3 commits
    • Brian Christiansen's avatar
      Fix conversion table when there are no clusters · 8abb18e2
      Brian Christiansen authored
      If there were no clusters in the system then the dbd would insert a row
      in the database and then on the next time the dbd would start (with no
      clusters) it would attempt to insert the row again and fatal. Now it
      always makes a query against the database and if there are no clusters
      in the system, then it inserts the current db version into the table.
      8abb18e2
    • Morris Jette's avatar
      Add test for NULL return · 98657cd6
      Morris Jette authored
      Without this test the macro _entity_update_kv_helper() will use a
        NULL value for oldvalue and abort
      Coverity CID 44965
      98657cd6
    • Morris Jette's avatar
      sprio/squeue with -M option in federation · 3a9970c0
      Morris Jette authored
      Treat the same as having the --local option and only get information
        from the identified cluster.
      If sprio --cluster option is set, then implicitly set --local
      3a9970c0