1. 27 May, 2019 2 commits
  2. 25 May, 2019 3 commits
  3. 24 May, 2019 2 commits
  4. 23 May, 2019 11 commits
  5. 22 May, 2019 6 commits
  6. 21 May, 2019 6 commits
  7. 17 May, 2019 2 commits
  8. 16 May, 2019 2 commits
    • 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
  9. 15 May, 2019 2 commits
  10. 13 May, 2019 1 commit
  11. 10 May, 2019 3 commits