2015-11-06 |
Kirill Likhodedov | [git] Substitute trilead-ssh2 library with the patched one
|
commit | commitdiff | tree |
2015-11-05 |
Kirill Likhodedov | remove unused field
|
commit | commitdiff | tree |
2015-11-04 |
Kirill Likhodedov | Finalize Changes -> Version Control toolwindow migration - 2
|
commit | commitdiff | tree |
2015-11-04 |
Kirill Likhodedov | Finalize Changes -> Version Control toolwindow migration
|
commit | commitdiff | tree |
2015-10-31 |
Kirill Likhodedov | [vcs] IDEA-146940 remove read action since directoryMappingC...
|
commit | commitdiff | tree |
2015-10-25 |
Kirill Likhodedov | cleanup: fix kotlin deprecation
|
commit | commitdiff | tree |
2015-10-21 |
Kirill Likhodedov | [git] IDEA-71600 better identify conflict during unstash
|
commit | commitdiff | tree |
2015-10-21 |
Kirill Likhodedov | [git] IDEA-142731 use correct VirtualFiles after refresh
|
commit | commitdiff | tree |
2015-10-18 |
Kirill Likhodedov | [git] IDEA-145811 don't ignore exit code for git pull...
|
commit | commitdiff | tree |
2015-10-18 |
Kirill Likhodedov | [git] display stdout if git command fails, but no error...
|
commit | commitdiff | tree |
2015-10-18 |
Kirill Likhodedov | [git] correctly identify the number of skipped commits
|
commit | commitdiff | tree |
2015-10-18 |
Kirill Likhodedov | [git] IDEA-146142 Rename "Rebase" to "Rebase onto"...
|
commit | commitdiff | tree |
2015-10-18 |
Kirill Likhodedov | [git] IDEA-142753 Don't request file status for library...
|
commit | commitdiff | tree |
2015-10-15 |
Kirill Likhodedov | [git] IDEA-145083 Fix forgetPassword: remember the...
|
commit | commitdiff | tree |
2015-10-11 |
Kirill Likhodedov | [vcs] IDEA-142197 Fix misprinted parameters order in...
|
commit | commitdiff | tree |
2015-10-11 |
Kirill Likhodedov | [git] Survive annotation parsing exceptions and report...
|
commit | commitdiff | tree |
2015-10-10 |
Kirill Likhodedov | [git] IDEA-146051 Explicitly assign the mnemonic since...
|
commit | commitdiff | tree |
2015-10-10 |
Kirill Likhodedov | [git] IDEA-146051 Associate labels to proper components
|
commit | commitdiff | tree |
2015-10-09 |
Kirill Likhodedov | [git] IDEA-127938 Show Git Branches menu at the center...
|
commit | commitdiff | tree |
2015-10-09 |
Kirill Likhodedov | [git] IDEA-146133 Fix NPE, add some NotNulls
|
commit | commitdiff | tree |
2015-10-07 |
Kirill Likhodedov | [git] add debug logging to capture the auth failure...
|
commit | commitdiff | tree |
2015-09-26 |
Kirill Likhodedov | DRY: extract title calculation to a separate method
|
commit | commitdiff | tree |
2015-09-26 |
Kirill Likhodedov | [vcs] no need to catch PCE here
|
commit | commitdiff | tree |
2015-09-26 |
Kirill Likhodedov | [vcs] IDEA-145575 choose older/newer revision by their...
|
commit | commitdiff | tree |
2015-09-26 |
Kirill Likhodedov | [git] define remote dialog: less repetition in error...
|
commit | commitdiff | tree |
2015-09-26 |
Kirill Likhodedov | [git] define remote dialog: notnull, don't catch PCE...
|
commit | commitdiff | tree |
2015-09-24 |
Kirill Likhodedov | [git] don't close the 'add remote' dialog if validation...
|
commit | commitdiff | tree |
2015-09-24 |
Kirill Likhodedov | [git] simplify and fix NPE: use utility method returning...
|
commit | commitdiff | tree |
2015-09-24 |
Kirill Likhodedov | [git] GitPullDialog#getRemoteBranches: silently return...
|
commit | commitdiff | tree |
2015-09-24 |
Kirill Likhodedov | [git] deprecate GitTask
|
commit | commitdiff | tree |
2015-09-24 |
Kirill Likhodedov | [git] update javadoc
|
commit | commitdiff | tree |
2015-09-24 |
Kirill Likhodedov | Simplify git usage: just call Git command directly...
|
commit | commitdiff | tree |
2015-09-24 |
Kirill Likhodedov | [github] simplify: remove GitTask usage
|
commit | commitdiff | tree |
2015-09-24 |
Kirill Likhodedov | [git] remove GitTask usage from GitRebaser
|
commit | commitdiff | tree |
2015-09-24 |
Kirill Likhodedov | NotNull
|
commit | commitdiff | tree |
2015-09-24 |
Kirill Likhodedov | [git] Simplify: use "API" instead of direct GitHandler...
|
commit | commitdiff | tree |
2015-09-23 |
Kirill Likhodedov | [vcs] clone dialog: call modal task in the common code...
|
commit | commitdiff | tree |
2015-09-23 |
Kirill Likhodedov | [vcs] simplify testing message (and thus properly capitalize...
|
commit | commitdiff | tree |
2015-09-23 |
Kirill Likhodedov | [vsc] annotate: rethrow PCE to let ProgressManager...
|
commit | commitdiff | tree |
2015-09-23 |
Kirill Likhodedov | [git] cancellable modal & background tasks
|
commit | commitdiff | tree |
2015-09-23 |
Kirill Likhodedov | PCE: don't log, rethrow
|
commit | commitdiff | tree |
2015-09-23 |
Kirill Likhodedov | [git] support non-binary git process cancellation
|
commit | commitdiff | tree |
2015-09-23 |
Kirill Likhodedov | [git] don't set exit code if already set
|
commit | commitdiff | tree |
2015-09-23 |
Kirill Likhodedov | [git] IDEA-145065 test git executable under cancellable...
|
commit | commitdiff | tree |
2015-09-23 |
Kirill Likhodedov | remove obsolete project service declaration
|
commit | commitdiff | tree |
2015-09-21 |
Kirill Likhodedov | [git] fix 'no local changes to stash' detection
|
commit | commitdiff | tree |
2015-09-21 |
Kirill Likhodedov | [git] don't allow to rebase the fresh repository
|
commit | commitdiff | tree |
2015-09-21 |
Kirill Likhodedov | [git] remove empty assertion message: the situation...
|
commit | commitdiff | tree |
2015-09-21 |
Kirill Likhodedov | @NotNull
|
commit | commitdiff | tree |
2015-09-21 |
Kirill Likhodedov | [git] Multi-root rebase IDEA-85842
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] rename field for consistency
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] don't wrap into invokeAndWait: let the DialogManager...
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] ignore case when matching a rebase error message
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] detect dirty tree problem, use volatile instead...
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git tests] Use DialogManager for Messages as well...
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] toString
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] GitChangesSaver.getOperationName as a verb (unlike...
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] Extract method for future usage
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] add javadoc
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] Fix a misprint
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] Fix potential NPE
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] cleanup: move declarations closer to the usage
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] use correct method for invokeAndWait
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] Move showUntrackedFilesDialogWithRollback to...
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] rename class to a more generic name to contain...
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] cleanup: formatting, notnull
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] throw exception if stash failed, log if there...
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] stash all roots to be stashed, don't recheck
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] if error output is empty, display the stdout...
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git tests] check on start that everything was deleted...
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] place testRoot into a subfolder of the temp directory
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] cleanup: remove unused methods
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] remove "suspendable" command mode
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git tests] more diagnostics in assertion
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git tests] run git tests not on EDT
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | Notification: provide title in the assertion about...
|
commit | commitdiff | tree |
2015-09-18 |
Kirill Likhodedov | [git] Sometimes both "fatal:" and "error:" prefixes...
|
commit | commitdiff | tree |
2015-09-14 |
Kirill Likhodedov | [git] cleanup: assert instead of check, less final
|
commit | commitdiff | tree |
2015-09-14 |
Kirill Likhodedov | [vcs] make sure conflicting VirtualFiles are refreshed...
|
commit | commitdiff | tree |
2015-09-11 |
Kirill Likhodedov | [git] remove obsolete code
|
commit | commitdiff | tree |
2015-09-04 |
Kirill Likhodedov | [git test] don't create the main module
|
commit | commitdiff | tree |
2015-09-04 |
Kirill Likhodedov | [git test] create project in a subfolder of the test...
|
commit | commitdiff | tree |
2015-09-04 |
Kirill Likhodedov | [git tests] refresh correctly: with marking dirty
|
commit | commitdiff | tree |
2015-09-04 |
Kirill Likhodedov | [git tests] remove unnecessary try-finally
|
commit | commitdiff | tree |
2015-09-03 |
Kirill Likhodedov | [vcs] Move "Show Affected Revisions" implementation...
|
commit | commitdiff | tree |
2015-09-03 |
Kirill Likhodedov | [git] Add possibility to request file history starting...
|
commit | commitdiff | tree |
2015-09-02 |
Kirill Likhodedov | [git] Extend GitPlatformTest from PlatformTestCase
|
commit | commitdiff | tree |
2015-09-02 |
Kirill Likhodedov | [vcs] Avoid duplicate project name in VcsUserRegistry...
|
commit | commitdiff | tree |
2015-09-02 |
Kirill Likhodedov | Define SaveAndSyncHandler stub implementation for tests...
|
commit | commitdiff | tree |
2015-09-02 |
Kirill Likhodedov | UsefulTestCase.edt: explicitly rethrow the exception
|
commit | commitdiff | tree |
2015-09-01 |
Kirill Likhodedov | [git] IDEA-142566 fix git clone for directory names...
|
commit | commitdiff | tree |
2015-09-01 |
Kirill Likhodedov | IDEA-142976 Shorten ProgressDialog text when it doesn...
|
commit | commitdiff | tree |
2015-09-01 |
Kirill Likhodedov | [git] IDEA-142908 Cherry-pick always does a thing,...
|
commit | commitdiff | tree |
2015-09-01 |
Kirill Likhodedov | [git] don't rely on the error output to identify if...
|
commit | commitdiff | tree |
2015-09-01 |
Kirill Likhodedov | [git] simplify and rename method
|
commit | commitdiff | tree |
2015-09-01 |
Kirill Likhodedov | [git] Treat 'error:' as an error output line, since...
|
commit | commitdiff | tree |
2015-08-22 |
Kirill Likhodedov | [git] IDEA-144204 explicitly specify the root when...
|
commit | commitdiff | tree |
2015-08-21 |
Kirill Likhodedov | [git] cleanup, @NotNulls
|
commit | commitdiff | tree |
2015-08-21 |
Kirill Likhodedov | [git] Remove unnecessary parameters from git commands
|
commit | commitdiff | tree |
2015-08-21 |
Kirill Likhodedov | [git] IDEA-144215 Don't use "--date-order" when filtering...
|
commit | commitdiff | tree |
next |