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 Nov, 2017 21 commits
-
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Kirill Likhodedov authored
In particular, this fixes the GitBranchContextTest
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
Now the detector detects only real conflicts, so the test should prepare real conflicts, not just any merge commit.
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Konstantin Bulenkov authored
-
- 04 Nov, 2017 14 commits
-
-
Ilya.Kazakevich authored
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
-
Ilya.Kazakevich authored
-
Ilya.Kazakevich authored
-
Michael Golubev authored
- fixed regression: auto-show Docker when the first connection added - revert for d87abfa6, `doUpdateWindowAvailable` extracted instead - - super-class logic was based on isAvailable - - must override whole logic if `hide` does not affect availability
-
Alexander Zolotov authored
-
Ilya.Kazakevich authored
"executeOnPooledThread" runs code in background. It is OK for production, but not for tests: test may finish before update and system will report leaked thread because all threads must be stopped on fixture teardown. See errors like "Thread leaked: Thread[BaseDataReader: stdout/stderr streams of shell env loading process,4,main]"
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Sergey Malenkov authored
-
Sergey Malenkov authored
-
Sergey Malenkov authored
-
- 03 Nov, 2017 5 commits
-
-
Sergey Simonchik authored
postpone project generator UI instantiation to fix blinking test NewProjectWizardTest.testDefaultLanguageLevel E.g. NodeJsInterpreterField may spawn "node --version" on its creation which leads to java.lang.AssertionError: Thread leaked: Thread[BaseDataReader: output stream of /opt/nvm/nvm-wrapper/node --version,4,main]; TIMED_WAITING (true) --- its stacktrace: at java.lang.Object.wait(Native Method) at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:175) at com.intellij.util.io.BaseDataReader$1$1.run(BaseDataReader.java:66) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:194) at com.intellij.util.io.BaseDataReader$1.run(BaseDataReader.java:63) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)
-
peter authored
-
Sergey Malenkov authored
1. NavigateFromSourceTest.testShowClassMembers 2. ProjectTreeSortingTest.testFoldersOnTop 3. ProjectTreeSortingTest.testManualOrder 4. ProjectTreeSortingTest.testSortByName 5. ProjectTreeSortingTest.testSortByType 6. ProjectTreeSortingTest.testSortByTypeBetweenFilesAndFolders 7. ProjectViewUpdatingTest.testShowClassMembers 8. ProjectViewUpdatingTest.testStandardProviders 9. ProjectViewUpdatingTest.testUpdateProjectView
-
Anna.Kozlova authored
-
Roman Shevchenko authored
-