1. 26 Jan, 2020 1 commit
    • Stan Hu's avatar
      Trim extra period when merge error displayed · 09799220
      Stan Hu authored
      When a merge error happens, previously the UI displayed two periods:
      
      ```
      Merge failed: Failed to squash. Should be done manually.. Please try
      again.
      ```
      
      This happened because the backend sent the error message, "Failed to
      squash. Should be done manually.", while the frontend added an extra
      period.
      
      To avoid this issue, we now trim the period and add it in the sentence.
      09799220
  2. 25 Jan, 2020 4 commits
  3. 24 Jan, 2020 35 commits