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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 05 Apr, 2019 24 commits
-
-
Vladimir Krivosheev authored
-
Mikhail Sokolov authored
-
Mikhail Sokolov authored
-
Vassiliy.Kudryashov authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Yann Cébron authored
-
Vassiliy.Kudryashov authored
-
Vladislav.Soroka authored
-
Vladimir Krivosheev authored
-
Anton Makeev authored
-
Denis Fokin authored
-
Maxim Kropotov authored
-
Vladimir Krivosheev authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Vladimir Plyashkun authored
-
Egor Ushakov authored
-
Dmitry.Krasilschikov authored
-
Piotr Tomiak authored
-
peter authored
guard against DDOSing PsiElementFactory#createTypeByFQClassName with many expensive file scopes (IDEA-210047) `fileScope(LightVirtualFile)` can hold hard reference to PSI and AST, and the memory snapshot contains many of those
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
- 04 Apr, 2019 16 commits
-
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
Instead of awkwardly implementing UnparsedChanges, descendant classes just need to provide an instance of ChangesParser to the VcsChangesLazilyParsedDetails constructor.
-
peter authored
-
Ilya.Kazakevich authored
-
Anton Makeev authored
-
Roman Shevchenko authored
-
Ilya.Kazakevich authored
We also need to refresh VFS after package installation
-
Vladimir Krivosheev authored
-
Julia Beliaeva authored
Add a conflict and check changes to parents and merged changes.
-
Julia Beliaeva authored
In f8a956f5 an option was introduced to get no diff for merge commits. In a457eeef is was made default by mistake, while actually combined diff if expected. For example, GitPushOperationSingleRepoTest was broken because of this change. In oder to fix the problem a third option is added for combined diff and used by default.
-