This project is mirrored from https://gitee.com/mirrors/intellij-community.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
  1. 15 Mar, 2021 17 commits
  2. 14 Mar, 2021 3 commits
    • Julia Beliaeva's avatar
      [git-index] do not pass negative values to the LogicalPosition constructor · 8522a211
      Julia Beliaeva authored
      EA-257914
      
      (cherry picked from commit 9e8cb8e806fb3e0739e1f5c6f2da46ccb519404e)
      
      GitOrigin-RevId: 8d4a66535774d8a6c0bae7c8e21879ffb92d1957
      8522a211
    • Julia Beliaeva's avatar
      [ui] show notification balloons inside of toolwindow window · e07baf80
      Julia Beliaeva authored
      When "View Mode" for toolwindow is set to "Float" or "Window", notification balloons should be displayed in that separate window (when it is visible) and not in the main IDE window.
      
      IDEA-119575
      
      (cherry picked from commit e926c9ff1f39c38ca8bd8117589d25318421dc90)
      
      GitOrigin-RevId: a4aabf1e97313181e729f9d419d9ffe3295fcfed
      e07baf80
    • Julia Beliaeva's avatar
      [file-history] postpone walking deleted parts of the history graph · bcec3d29
      Julia Beliaeva authored
      This commit continues solving the problem with not detected renames (for example, in non-trivial merge commits, as described in d6643e6b9c90812cdbea7733d8a87ecc07cc6f1c). After refiner algorithm passes such commit, it marks a big part of the graph incorrectly as deleted, which leads to missing commits in file history. Commit d6643e6b9c90812cdbea7733d8a87ecc07cc6f1c partially solves the problem by changing order of processing commit parents. But it does not help in all cases, for example if the offending commit is not a merge.
      
      This commit postpones walking into the nodes where file was deleted until other commits are processed. Because of this, we are guaranteed to process the subgraph where file exists first (and thus find all of the detected renames there).
      
      After this change, ordering of commit parents implemented in d6643e6b9c90812cdbea7733d8a87ecc07cc6f1c is no longer required, but it seems like a good idea to leave it in place.
      
      IDEA-245949
      
      (cherry picked from commit 1f0da83920c8b112e311eff2856158caa8fd9039)
      
      GitOrigin-RevId: e961640ab53ddaac9675b7518d7b022022fa445e
      bcec3d29
  3. 13 Mar, 2021 4 commits
  4. 12 Mar, 2021 16 commits