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. 05 Aug, 2019 36 commits
  2. 03 Aug, 2019 3 commits
    • Elizaveta Shashkova's avatar
      IDEA-CR-50936: PY-37063 Check shape attribute · 470af606
      Elizaveta Shashkova authored
      GitOrigin-RevId: 0a57af7fb459f83aa0144e7c9ea857c6d8f55ab7
      470af606
    • Bas Leijdekkers's avatar
      IDEA-CR-49964: Bring back browse button to Export Settings (IDEA-199407) · a875c41f
      Bas Leijdekkers authored
      (cherry picked from commit d2d112c380451c124d8cfc66d1f990c1f1cbef66)
      
      GitOrigin-RevId: dab9d0c295b352de0d3c76aa01caa672e9273103
      a875c41f
    • Julia Beliaeva's avatar
      [vcs-log] count indexing tasks correctly · 4654c83b
      Julia Beliaeva authored
      In order to determine when index for a vcs root is ready and could be used for filtering, a count of all running or scheduled indexing requests is kept for each root in myNumberOfTasks field. Before this commit, this count was incorrectly calculated: incremented when in fact a request was not created, and not decremented when a request was created (so its value was bigger). This happened either when vcs root was added to big repositories list (affects users who resumed paused indexing) or when scheduled commits list was empty (does not usually happen), and resulted in index not being used for filtering.
      
      (cherry picked from commit ad9a0f2f1287b7a2bd5910e294ba944f059ba1d7)
      
      GitOrigin-RevId: 7cf02ff2b975b71e3c0db9095dab0abbe541f69c
      4654c83b
  3. 02 Aug, 2019 1 commit