1. 04 Jan, 2018 2 commits
  2. 03 Jan, 2018 8 commits
  3. 02 Jan, 2018 1 commit
  4. 28 Dec, 2017 1 commit
  5. 22 Dec, 2017 3 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
    • Tim Wickberg's avatar
      Start NEWS for v17.11.2 · a442f864
      Tim Wickberg authored
      a442f864
    • Danny Auble's avatar
      MYSQL - Make index for pack_job_id. · 87800343
      Danny Auble authored
      Bug 4551,4553
      87800343
  6. 20 Dec, 2017 15 commits
  7. 19 Dec, 2017 5 commits
  8. 18 Dec, 2017 2 commits
  9. 15 Dec, 2017 3 commits