Roman Shevchenko
|
9522a8d060
|
[platform] fine-tuning process output readers: JUnit
|
2016-04-13 19:40:02 +02:00 |
|
Anna.Kozlova
|
115393ab25
|
init version string in case of JDK9 where there is no rt.jar and JdkUtil.getJdkMainAttribute won't detect version string that way
|
2016-04-06 17:15:12 +02:00 |
|
peter
|
34525b4c72
|
allow transactions to be accompanied by parentDisposable
|
2016-03-29 11:54:20 +02:00 |
|
Anna.Kozlova
|
5d285805a9
|
pattern configurations: don't find one-class pattern for method configuration (IDEA-152733)
|
2016-03-23 17:20:32 +01:00 |
|
Gregory.Shrago
|
fa984dbfae
|
Run configurations UI: limit combobox sizes for very long Python SDK paths
|
2016-03-23 00:21:50 +03:00 |
|
Anna.Kozlova
|
c0260958a3
|
browse tests: set focus in the tree, enable speedsearch (IDEA-153424)
|
2016-03-22 15:35:47 +01:00 |
|
peter
|
34bd807cd1
|
another case of IDEA-149939 CCE in com.intellij.execution.stacktrace.StackTraceLine.getMethodLocation causes frozen UI
|
2016-03-21 15:22:37 +01:00 |
|
peter
|
b0a05f7c1b
|
IDEA-149939 CCE in com.intellij.execution.stacktrace.StackTraceLine.getMethodLocation causes frozen UI
|
2016-03-21 14:03:20 +01:00 |
|
Alexey Kudravtsev
|
86e3655623
|
utility method createBoundedApplicationPoolExecutor
|
2016-03-17 11:32:31 +03:00 |
|
Anna Kozlova
|
c7bc2331e0
|
junit: don't collect abstract classes to run in package
|
2016-03-11 13:14:10 +01:00 |
|
Anna Kozlova
|
50c208fe3c
|
junit 5: accept package private methods and new annotations
|
2016-03-10 11:21:45 +01:00 |
|
peter
|
1e2fc5add5
|
TransactionGuard alpha version
|
2016-02-26 10:43:05 +01:00 |
|
Yaroslav Lepenkin
|
9f3bb4f992
|
Recent Tests: remove tests which we can locate without location in background
|
2016-02-11 22:50:01 +03:00 |
|
Yaroslav Lepenkin
|
e012c6811c
|
Recent Tests: show only java tests urls
|
2016-02-11 22:50:00 +03:00 |
|
Yaroslav Lepenkin
|
abfb139fb0
|
Recent Tests: corrected tests order - if failed more than 2 tests from suite, show suite first then failed tests, otherwise show tests first then suite
|
2016-02-08 15:48:22 +03:00 |
|
Vladimir Krivosheev
|
439ef44a5f
|
IDEA-23976 JavaCommandLineState — ansiColoring by default set to true
|
2016-02-08 13:14:19 +01:00 |
|
Anna Kozlova
|
8e9ab4143d
|
disable pattern configuration for the same named packages (IDEA-151250)
|
2016-02-08 11:51:52 +01:00 |
|
Anna Kozlova
|
1190715024
|
tests & multiple carets: run tests by all carets (IDEA-151100)
|
2016-02-03 16:10:26 +03:00 |
|
Yaroslav Lepenkin
|
63c9156fa8
|
Recent Tests: Do not calculate location when showing popup, it can be heavy
|
2016-02-03 14:48:58 +03:00 |
|
Yaroslav Lepenkin
|
e915f393e8
|
Recent Tests: Do not show ignored tests in suites
|
2016-02-03 14:48:57 +03:00 |
|
Yaroslav Lepenkin
|
6a1148770d
|
Do not show tests without locations
|
2016-02-01 19:17:22 +03:00 |
|
Ivan Bessonov
|
ea734c47a9
|
IDEA-150559 - GWT - support of "Working directory" option in run configuration. Minor refactoring of CommonProgramParametersPanel and CommonJavaParametersPanel
|
2016-01-29 15:54:43 +03:00 |
|
Yaroslav Lepenkin
|
0c877c89fc
|
Added ad to the bottom of "Recent Tests" popup, set default execution mode to run
|
2016-01-29 15:43:29 +03:00 |
|
Yaroslav Lepenkin
|
95898440b9
|
RecentTests: sorted by date inside groups
|
2016-01-28 20:54:16 +03:00 |
|
Yaroslav Lepenkin
|
59062a136f
|
RecentTests: added date to suite and test infos
|
2016-01-28 20:54:16 +03:00 |
|
Yaroslav Lepenkin
|
594398f81f
|
Recent Tests: refactored test order calculation
|
2016-01-27 14:07:33 +03:00 |
|
Yaroslav Lepenkin
|
082e5655e7
|
extracted method
|
2016-01-27 14:07:32 +03:00 |
|
Anna Kozlova
|
31ab959237
|
accept secondary setup methods (IDEA-150310)
|
2016-01-14 18:42:40 +01:00 |
|
Anna Kozlova
|
f6fc7322c1
|
java location: trim method name to support ZohhakRunner (IDEA-149899)
|
2016-01-13 20:22:33 +01:00 |
|
Dennis Ushakov
|
2bdf001e66
|
dumb-aware run configurations: try to search for failed tests
|
2016-01-13 16:12:37 +03:00 |
|
Dennis Ushakov
|
86f2048fd5
|
dumb-aware run configurations: initial
|
2016-01-12 20:10:22 +03:00 |
|
Anna Kozlova
|
fda3ba7e3c
|
test discovery: fork per module when tests were found in different modules
|
2016-01-08 20:15:17 +01:00 |
|
Anna Kozlova
|
6594af0dc1
|
tests: allow tests selection from file with multiple test classes (IDEA-148273)
|
2015-12-28 10:27:00 +01:00 |
|
Eugene Zhuravlev
|
ad2cbbecc3
|
take 3: augmenting IDEA-148802 Java Scratch files debugging: debugger ignores breakpoints in module classes and doesn't show their sources
|
2015-12-03 13:53:34 +01:00 |
|
Eugene Zhuravlev
|
47efd29972
|
augmenting IDEA-148802 Java Scratch files debugging: debugger ignores breakpoints in module classes and doesn't show their sources
|
2015-12-03 12:14:44 +01:00 |
|
Egor.Ushakov
|
7014f9fc68
|
IDEA-148802 Java Scratch files debugging: debugger ignores breakpoints in module classes and doesn't show their sources
|
2015-12-03 11:55:02 +03:00 |
|
Dmitry Avdeev
|
f04a6e5eac
|
IDEA-148420 Run config icon in gutter for running Java main method instead of green triangle
|
2015-11-27 17:59:35 +03:00 |
|
Anna Kozlova
|
aed865ac5a
|
EA-75997 - SIOOBE: StackTraceLine.getLineNumber
|
2015-11-24 12:52:21 +01:00 |
|
Alexey Kudravtsev
|
8a67ff12ee
|
provide tooltip for "run" guter icon
|
2015-11-17 15:44:51 +03:00 |
|
Anna Kozlova
|
6b7ec093e2
|
reuse common label titles (IDEA-147711)
|
2015-11-10 18:45:36 +01:00 |
|
Yaroslav Lepenkin
|
298ccd6b0a
|
Show only last days recent tests
|
2015-11-06 16:26:55 +03:00 |
|
Anna Kozlova
|
cf39354085
|
NPE on open .form
|
2015-11-05 18:28:17 +01:00 |
|
Yaroslav Lepenkin
|
33df057719
|
Recent tests: changed tests order - passed tests is added only if it is suite; first comes failed test group, last comes passed test group
|
2015-11-05 18:47:14 +03:00 |
|
Anna Kozlova
|
4a641776df
|
restore plugin compatibility
|
2015-11-02 10:16:08 +01:00 |
|
Dmitry Trofimov
|
24d85cc37a
|
JUnit process handler doesn't support blocking mode
|
2015-10-28 02:43:47 +01:00 |
|
Alexey Kudravtsev
|
af4057ba81
|
notnull
|
2015-10-27 14:20:29 +03:00 |
|
Nikolay Mikhaylov
|
473f6f1ed7
|
Fix IDEA-146574 IDEA shows warning in 'Run/Debug configuration' for JUnit test, but it runs fine
|
2015-10-23 13:13:02 +03:00 |
|
Sergey Ignatov
|
e7639701f0
|
@NotNull
|
2015-10-22 17:01:51 +03:00 |
|
Yaroslav Lepenkin
|
1e53a71bde
|
Recents tests: added navigation
|
2015-10-21 20:07:57 +03:00 |
|
Yaroslav Lepenkin
|
af6933e0d2
|
Recent tests popup - initial
|
2015-10-21 16:42:10 +03:00 |
|