1. 03 Aug, 2021 4 commits
  2. 30 Jul, 2021 1 commit
  3. 22 Jun, 2021 4 commits
  4. 21 Jun, 2021 1 commit
  5. 10 Jun, 2021 4 commits
  6. 02 Jun, 2021 1 commit
  7. 27 May, 2021 1 commit
  8. 25 May, 2021 1 commit
  9. 19 May, 2021 1 commit
  10. 14 May, 2021 2 commits
  11. 11 May, 2021 3 commits
  12. 10 May, 2021 1 commit
  13. 07 May, 2021 1 commit
  14. 06 May, 2021 1 commit
  15. 29 Apr, 2021 3 commits
  16. 26 Apr, 2021 1 commit
    • Jeffrey I. Schiller's avatar
      Properly handle error while saving files · 0670fc6b
      Jeffrey I. Schiller authored
      When an error occurs while saving a file we need to put the associated
      file editor back in the dirty editors list. Otherwise data may be
      lost. Prior to this fix once i/o failed, the editor was considered clean
      and i/o would not be retried unless the editor was modified again. So
      for example if a designer attribute was changed, but the i/o failed, it
      would not get saved again, even if a change was made in the blocks
      editor and even if the “Save project” menu was used.
      
      Note: We do not re-schedule the failed i/o but instead depend on another
      user change (anywhere) or explicit use of the “Save project” menu. I
      considered re-scheduling the i/o but am concerned that if i/o is failing
      due to a server problem, a lot of clients retrying i/o may make it worse
      via the “thundering herd!”
      
      Change-Id: Ife50c3c20d407b4e009c639bc36c2596331342d7
      0670fc6b
  17. 16 Apr, 2021 3 commits
  18. 15 Apr, 2021 1 commit
  19. 12 Apr, 2021 1 commit
    • Jeffrey I. Schiller's avatar
      Add hostname to buildserver/vars · e97f1470
      Jeffrey I. Schiller authored
      We run 9-15 buildservers simultaneously and have a status page that
      reports the /buildserver/vars foreach server. However it is hard to know
      which status is for which buildserver. So we add the buildserver
      hostname here.
      
      Change-Id: I46fc59626cccf668ab57a5f81581273f0358fd1e
      e97f1470
  20. 07 Apr, 2021 1 commit
  21. 22 Mar, 2021 2 commits
  22. 17 Mar, 2021 1 commit
  23. 16 Mar, 2021 1 commit