1. 03 Jan, 2018 11 commits
  2. 02 Jan, 2018 10 commits
  3. 28 Dec, 2017 3 commits
  4. 27 Dec, 2017 12 commits
  5. 22 Dec, 2017 4 commits
    • Alejandro Sanchez's avatar
      jobcomp/elasticsearch - append Content-Type to the HTTP header. · c7fd2e47
      Alejandro Sanchez authored
      The ability to enforce strict content-type checking has existed since
      Elasticsearch 5.3 via the http.content_type.required configuration setting.
      In 5.x it is optional, and defaults to false, in Elasticsearch 6.0, that
      setting defaults to true, and there is no way to disable it.
      
      If required and not appended, Elasticsearch would response with status 406,
      so "Content-Type: application/json" is appended from now on. Tested against
      Elasticsearch 5.5.1 and 6.1.1.
      
      Bug reported to slurm-users list from E.S. Rosenberg. Patch suggested didn't
      check the return code of curl_slist_append() and didn't free the slist.
      c7fd2e47
    • Morris Jette's avatar
      Clarify FLEX reservation use · b0116644
      Morris Jette authored
      Bug 4537
      b0116644
    • Tim Wickberg's avatar
      Start NEWS for v17.11.2 · a442f864
      Tim Wickberg authored
      a442f864
    • Tim Wickberg's avatar
      Update META for v17.11.1-2. · 18783883
      Tim Wickberg authored
      Update slurm.spec and slurm.spec-legacy as well
      18783883