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 .
- 31 Mar, 2017 40 commits
-
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
Follow-ups the fix for IDEA-115914.
-
Aliaksandr Jeihala authored
Git supports a `pre-commit` and `pre-push` hooks that are executed after a commit or a push accordingly (https://git-scm.com/docs/githooks). Sometimes it's needed to skip the hooks and bypass the checks for them. For that purpose git supports a parameter `no-verify`. With that commit inside the git commit dialog a checkbox "Skip hook" will be available if any of the repositories have a `pre-commit` hook installed. Similar way in the push dialog it will be possible to bypass the `pre-push` hook. Options are not visible and not used when there's no such hooks installed. Currently only local hooks (inside .git/hooks folder) are supported. It doesn't support a new git configuration variable `core.hooksPath` that allows customizing where the hook directory is (since git 2.9.0).
-
Andrey Vlasovskikh authored
-
Andrey Vlasovskikh authored
-
Andrey Vlasovskikh authored
-
Dmitry Trofimov authored
-
Dmitry Trofimov authored
If a test task should be run on Python2.7 and Python3.5, we should run it only once for each of two interpreter versions. PyTestTask.getTagsToCover method now serves this need: when all tags that the environment provides are already covered, we skip the particular environment
-
Gregory.Shrago authored
-
Andrey Vlasovskikh authored
-
Vassiliy.Kudryashov authored
Signed-off-by:
Vassiliy.Kudryashov <Vassiliy.Kudryashov@jetbrains.com>
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
Revert old wrapper for PySide signals, because of generating incorrect arguments in PySide
-
nik authored
ClasspathPanelImpl is reinitialized on rootsChange after models are committed so we need to reset old models in ModuleEditor before invoking multiCommit.
-
Ilya.Kazakevich authored
-
Vassiliy.Kudryashov authored
Signed-off-by:
Vassiliy.Kudryashov <Vassiliy.Kudryashov@jetbrains.com>
-
Anna.Kozlova authored
static imports: don't compare with expected type when it depends on unresolved reference (IDEA-163072)
-
Anna.Kozlova authored
-
Anna.Kozlova authored
-
Kirill Kirichenko authored
-
Ilya.Kazakevich authored
-
Ilya.Kazakevich authored
-
Ilya.Kazakevich authored
* asterisk added * Make PyUniversalTests obey test-specific arguments
-
Eldar Abusalimov authored
# Conflicts: # platform/platform-tests/testSrc/com/intellij/execution/GeneralCommandLineTest.java
-
nik authored
Previously the script will just report a warning, so we can get a successful build with missing artifacts. New 'Development mode' option is added for such cases.
-
Nadya Zabrodina authored
* don't show completion autoPopup if there is no changelist Combobox data in the related document;
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
vadim.lomshakov authored
-
Roman Shevchenko authored
-
Pavel Dolgov authored
-
Daniil Ovchinnikov authored
On document change lexer was started with initial state where '/' is matched as a beginning of the regex literal.
-
Konstantin Aleev authored
-
Kirill Kirichenko authored
-
Kirill Kirichenko authored
-
Kirill Kirichenko authored
-