Commit Graph
834 Commits
Author SHA1 Message Date
Mikhail Golubev 940a6b3959 Merge branch 'east825/IDEA-136499' 2016-02-18 19:11:32 +03:00
Vladimir Krivosheev c955b367fd get rid of PROJECT FILE macro to avoid issues like IDEA-149660 IDEA-143282
get rid of APP_CONFIG
2016-02-04 15:59:48 +01:00
Mikhail Golubev cc88a2fcb5 IDEA-136499 Don't include project's ID inside task's ID
because otherwise tasks with new ID format might be duplicated by
existing local tasks in GotoTask popup
2016-02-01 18:39:41 +03:00
Mikhail Golubev 9c39901331 IDEA-136499 Cleanup in GitlabRepository 2016-02-01 18:39:39 +03:00
Mikhail Golubev 63cc98ee2d IDEA-136499 Use iid as presentable ID of Gitlab issues
Real ID used to find issue on server is now in form <projectId>:<id>.
2016-02-01 18:39:36 +03:00
Mikhail Golubev ab464f07cd IDEA-136499 Introduce the concept of "Presentable ID" in Task Management API 2016-02-01 18:39:32 +03:00
Mikhail Golubev 64712e23be IDEA-101238 Add test case to check time tracking and that work item comment can contain spaces 2016-01-21 14:08:00 +03:00
Mikhail Golubev 2fccc87268 ZD-611794 Add missing API access key in request for single issue in Redmine 2016-01-20 14:14:09 +03:00
Mikhail Golubev c24b3e56d6 Merge https://github.com/jk1/intellij-community 2015-12-24 13:54:37 +03:00
Mikhail Golubev 0a23aa519f ZD-83048 If search query looks like an issue ID, fetch it explicitly from Redmine server
It should increase number of hits during search when user wants to find
an issue by its ID, despite the fact that Redmine's REST API doesn't
allow to perform search among issues on server side.
2015-12-22 11:53:59 +03:00
nik 65d50f97c9 don't specify ITNReporter as errorHandler explicitly, it is automatically used for exception from plugins which vendor is JetBrains 2015-12-17 12:11:27 +03:00
Konstantin Bulenkov 391a468a30 update YouTrack icon
(cherry picked from commit ac8c6bb9e116878eb54b4a2ed55d2c9c1be5edea)
(cherry picked from commit 973b2a4dfe2dd133010606e7bb9b1dcc1f498994)
2015-12-11 13:49:54 +01:00
Alexey Kudravtsev 47e9533a1b replaced with StringUtil.trimStart/trimEnd 2015-12-08 17:06:17 +03:00
Roman Shevchenko 9bb33bf1a7 Cleanup ("long literal ending" fix applied) 2015-12-08 11:36:33 +01:00
Dmitry Avdeev f82787cd53 IDEA-145314 Task management: Edit task: pre-selected branch in the dialog is always master 2015-12-02 15:10:28 +03:00
Dmitry Avdeev 8810a441a3 IDEA-148399 In "Open Task" dialog VCS branches should be sorted aphabetically 2015-12-02 14:52:34 +03:00
Dmitry Avdeev 968bd00907 IDEA-104547 misc.xml gets updated on project opening ( component TaskProjectConfiguration is removed) 2015-11-27 16:21:05 +03:00
Vladimir Krivosheev 816cdfcb13 FileEditorManagerImpl as PersistentStateComponent 2015-11-20 15:56:18 +01:00
Mikhail Golubev 679b661594 Fix typo in error message shown when time-tracking is not available in YouTrack 2015-11-13 17:23:05 +03:00
Nadya Zabrodina 9a93b0bb2e [task]: dialog validation fix 2015-11-12 14:55:43 +03:00
Evgeny Naumenko cc5273a816 IDEA-101238 fixed url parameter encoding for youtrack time tracking 2015-11-10 13:38:35 +03:00
Nadya Zabrodina 55aceffa31 [task]: refactoring, api changed in VcsTaskHandler
* use validator instead of custom prohibited symbols;
* unified error messages;
* test added;
2015-11-10 12:55:20 +03:00
Nadya Zabrodina eefdbefdd5 [task]: add ability to customize prohibited symbols in branch names etc
* IDEA-146246 Naming convention for branches associated to tasks;
* api method to provide custom prohibited symbols added;
* annotations added;
* open task validation method improved;
* test added;
2015-11-10 12:55:19 +03:00
Nadya Zabrodina ee64be617c [task]: style - remove var duplication 2015-11-10 12:55:18 +03:00
Yann Cébron ae172a2968 TaskVcsTest.tearDown: invoke super.tearDown() in finally-block 2015-10-27 16:47:29 +01:00
Mikhail Golubev b8688c575e Fix AIOOBE: Handle Bugzilla versions without minor or bugfix parts (support 72101) 2015-09-17 13:01:30 +03:00
Vladimir Krivosheev 42d70958b2 IDEA-CR-4183 use getBoolean(name) if default value equals to false (because it is default value) 2015-08-26 12:56:18 +02:00
Yann Cébron b0a3f93204 TaskManagerTestCase: call super.tearDown() in finally block 2015-08-20 08:57:45 +02:00
Roman Shevchenko 80e04865d6 Cleanup (API consistency; warnings; formatting) 2015-08-18 18:18:31 +02:00
Konstantin Bulenkov dba24e7f24 cleanup. Use ScrollingUtil 2015-08-17 19:01:02 +02:00
Mikhail Golubev 9e0a43bde7 In JIRA time tracking tests create new issue every time, instead of updating the same one
It prevents overbloated issue worklog (which is not paginated,
up to 30 Mb before memory error) and race conditions between
several test agents updating the same data on server simultaneously.
2015-08-05 21:08:11 +03:00
Dmitry Avdeev 5cb463f2ba overbloated jira issue replaced 2015-08-04 21:16:27 +03:00
Mikhail Golubev f1ae81a2ca Use new features of Gitlab REST API to improve search results (support 66401)
Utilize recently added optional parameters "state" and "order_by" when
fetching issues from a server to limit query results and make updates
in "Open Task" faster.
2015-07-30 17:19:43 +03:00
Vladimir Krivosheev a6e9e0cf46 usage of other.xml is deprecated — custom file should be used instead 2015-07-29 15:10:16 +02:00
Dmitry Avdeev 987a52bb80 editing branch 2015-07-27 15:43:47 +03:00
Dmitry Avdeev e7bfdc0eab EditTaskAction text 2015-07-27 15:43:45 +03:00
Dmitry Avdeev 8e9f566357 EditTaskAction 2015-07-27 11:22:01 +03:00
Dmitry Avdeev c98cc8a675 EditTaskDialog 2015-07-24 16:58:11 +03:00
Alexey Kudravtsev f85377e4ee compilation 2015-07-24 16:55:59 +03:00
Dmitry Avdeev 7c7adca148 EditTaskDialog 2015-07-24 16:47:22 +03:00
Vladimir Krivosheev 4fbf9a121b fix "CertificateManager requested as a service" 2015-07-21 15:23:20 +02:00
peter 42d1b3ec91 restore goto file/action/etc in dumb mode 2015-07-20 22:00:49 +02:00
Mikhail Golubev 6dc60488f6 IDEA-134867 Change name of default query to make clear its actual meaning 2015-07-17 20:27:13 +03:00
nik 32d6fe6043 removed unnecessary 'initPlatformPrefix' calls 2015-07-17 10:27:22 +03:00
Roman Shevchenko 75ffd31928 ui: tasks combo button updated to ignore default projects 2015-07-14 20:33:18 +03:00
Roman Shevchenko 7c6341f2e9 tests: more diagnostic for TaskVcsTest 2015-07-09 13:44:33 +03:00
Alexey Kudravtsev a6c60c6fc5 removed unnecessary projectOpened()/closed() 2015-06-26 14:42:20 +03:00
Alexey Kudravtsev 395c6a1d35 removed unnecesary projectOpened()/closed() 2015-06-24 13:58:04 +03:00
Dmitry Avdeev 0f09c5a107 cleanup 2015-06-16 12:34:34 +03:00
Dmitry Avdeev 85742c9663 cleanup 2015-06-16 12:34:32 +03:00