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
-
-
Sergey Malenkov authored
-
Sergey Malenkov authored
-
Sergey Malenkov authored
-
Maxim.Mossienko authored
-
Kirill Likhodedov authored
As discussed with UI specialist, there should be 8 pixels between "Push tags:" and the combobox, and 40 pixels between the combobox and "Run Git Hooks". Actual values are smaller due to internal margins of the components.
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
* Invert "Skip" to "Run hook" since positive options are more clear. * Place the commit option near other code analysis checks. * Don't remember the state of the checkbox: it is dangerous to skip hooks, so it should be a one-time decision each time. GitSkipHooksCommitHandlerFactory is defined as a CheckinHandlerFactory, and not VcsCheckinHandlerFactory to be able to place the checkbox below all other code analysis checkboxes: since bc023094, VCS handlers are processed before standard handlers, but that means that their components are placed also before components of standard handlers. On the other hand, the visibility of "Run Git hooks" checkbox is controlled by its handler, so it is OK to make it a standard CheckinHandler. Improvement for IDEA-115914.
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
-
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
-