1. 16 May, 2019 3 commits
    • Alejandro Sanchez's avatar
      6db8d02d
    • Marshall Garey's avatar
      Fix archive loading events. · 0d0f9deb
      Marshall Garey authored
      There was a syntax error in the mysql for inserting the event records
      into the event table caused by commit 3d61b6aa. The syntax error was
      a semicolon in the middle of the query, for example:
      
      insert into "voyager_event_table" (time_start, time_end, node_name,
      cluster_nodes, reason, reason_uid, state, tres) values ('1538669453',
      '1539298628', 'v1', '', 'cold-start', '1017', '0',
      '1=8,2=4000,5=8,1001=4,1002=1');, (<... another record>);, ...
      
      Bug 7025.
      0d0f9deb
    • Marshall Garey's avatar
      Fix regression caused by 34e9d41b. · c77d7895
      Marshall Garey authored
      This commit caused loading usage table archive files to fail.
      Specifically, wckey and assoc hourly/daily/monthly usage tables and the
      cluster usage tables archive files would all fail to load.
      
      Bug 7025.
      c77d7895
  2. 15 May, 2019 5 commits
  3. 14 May, 2019 3 commits
  4. 13 May, 2019 4 commits
  5. 11 May, 2019 3 commits
  6. 10 May, 2019 12 commits
  7. 09 May, 2019 6 commits
  8. 08 May, 2019 4 commits