Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-05-08385670: allow connector clients to choose whether subtasksSam Davis3-16/+134
should be returned by queries Change-Id: I796006923fe6c61f6eb9f290d08452fe67348ef6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=385670
2014-05-08remove unnecessary uses of AtomicReferenceSam Davis1-24/+20
Change-Id: Ic260ff94a59e9879397c8b552b3e09ab24bf5b0d
2014-05-06433719: Request for AbstractRepositoryConnector.getBrowseableUrl()Leo Dos Santos4-1/+238
Change-Id: I8b19972eb4ac1091e221a41bfd50cd30187980ce Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=433719 Signed-off-by: Leo Dos Santos <leo.dos.santos@tasktop.com>
2014-04-03430391: Increase test coverage of PersonProposalProvider to 83%Tomasz Zarna1-32/+84
Change-Id: I8ed77bb2a18760841a61a0a23a69f329b4c89788 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=430391
2014-04-02Fix a bunch of deprecation warnings in tests for Mylyn TasksTomasz Zarna4-12/+9
Change-Id: I05e682d2338794f80150ea7fd820815ad3ec7deb Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
2014-04-01update versions for 3.12Sam Davis2-3/+3
Change-Id: I22e55c03fb03128534f2f131c20701096800dc68
2014-03-04428504: bugzilla connector is logged out after credentials migrated fromSam Davis1-22/+59
keyring Change-Id: I033be68acf2686a087058a7474289c842d7deebe Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=428504
2014-02-18278474: perform migration of credentials to secure storageSam Davis2-32/+72
Change-Id: I590cabb6f09c9bdfe28532d47ba5dc04aa15bff2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=278474
2014-02-18278474: store TaskRepository credentials in SecureCredentialsStoreSam Davis3-68/+104
Change-Id: I93daacac2280c009b98d02395d4a5989f5c0a16a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=278474
2014-02-18425926: ensure addScrollListener does not require a scroll barSam Davis1-0/+22
Impossible to scroll after patchset lost focus Change-Id: I9f4315794444dafacc29d75a2dbcb18c17a553f6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=425926
2014-02-12378032: fix for boolean attribute editors that show required decoratorLeo Dos Santos1-0/+23
Change-Id: Ie343ba26b972fe1327d2fce0e57ab07e78184de9 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=378032 Signed-off-by: Leo Dos Santos <leo.dos.santos@tasktop.com>
2014-02-10Changing proxy port should trigger validationBenjamin Muskalla1-1/+1
Change-Id: Ic5f84821152145ff649d54a8e75270516291abcb Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com>
2014-02-06426644: add required Flag to AbstractTaskSchemaFrank Becker1-0/+21
Change-Id: Ica230f4f5607a8717e2a0b79c6c644797dcea14d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=426644
2014-01-21424188: Task attributes that set META_ATTRIBUTE_MEDIA_TYPE should beLeo Dos Santos5-0/+197
displayed with the correct markup viewer when available. Change-Id: Iad8f6f1070d6572702c9e5f71aaebcb8c91e776d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=424188 Signed-off-by: Leo Dos Santos <leo.dos.santos@tasktop.com>
2013-12-18378032: [api] provide editor support for required attributesLeo Dos Santos1-10/+10
Change-Id: I711b84be94880ab04fe0bfb15464bb4c5aa6cf33 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=378032 Signed-off-by: Leo Dos Santos <leo.dos.santos@tasktop.com>
2013-12-17NEW - bug 378032: provide support for required attributesBenjamin Muskalla3-0/+263
https://bugs.eclipse.org/bugs/show_bug.cgi?id=378032 Change-Id: Ib3cfcb8c8cb489fab5afbb0565f6da0643ab4b97 Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com>
2013-12-05423351: DefaultTaskSchema should provide a kind for DESCRIPTIONDavid Green1-0/+4
Change-Id: Iff79470691caaec50e56f29f10e4d954115b9516 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=423351
2013-11-08420877: enhance AbstractRepositorySettingsPage to support repositoriesDavid Green1-0/+42
that take no credentials Change-Id: Ifd82eeb43025d4684a068bfc8b60fc81ca2888f6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420877
2013-11-01Revert "SDK-541: Username and password fields on repository should be optional"David Green1-31/+0
This reverts commit 7f02c47b9bdfbb3c167f4aea45472828a2e11af5. Change-Id: I61a3e760064ad06c655b30cfb5f99cb19aec4bfd
2013-11-01SDK-541: Username and password fields on repository should be optionalDavid Green1-0/+31
Change-Id: Ie5921de64c9c98cfe9775d0b91dad0c703f29e95 Task-Url: https://tasktop.atlassian.net/browse/SDK-541
2013-10-21420019: update versions to Mylyn 3.11Steffen Pingel2-3/+3
Change-Id: I1a52e8dfd71f241c6dafe01504f8eb1c751572cc Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420019
2013-10-17avoid nesting managed suitesSteffen Pingel1-1/+12
Nesting ManagedTestSuite causes duplication in the test output and can cause side effects with the test timeout watcher. Change-Id: I861dd587057d8a89a224a31401808ffa5035712e
2013-10-15remove rome dependencySteffen Pingel1-1/+0
Change-Id: I6ecba48248ea23bec631a1b07cecc4aac1db2b87
2013-10-08326119: Repository credentials are overwritten during repositorySam Davis1-0/+42
settings validation Change-Id: I0f8becdc0bc2869d67de80401920bf6f7d69bd87 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=326119
2013-10-06391953: add tests for TaskDataDiffSteffen Pingel2-0/+126
Change-Id: I51b9c2f85675e2e6ca92ffda39228826114bdb5b Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=391953
2013-09-03remove dependency on JDTSteffen Pingel2-2/+2
The tasks framework or its tests should not have dependencies on JDT. Change-Id: I15e9b2044c55cdec23557fdad1d28c21e17ef2e1
2013-07-12386764: return null instead of throwing exception for getTaskData()Steffen Pingel1-54/+10
Change-Id: Iad409821c9fd799e704b831f8006a136724cf144 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=386764 Also-By: Frank Becker <frank@frank-becker.de>
2013-07-04410655: update formatter settings for @NonNull annotationsSteffen Pingel2-4/+10
Change-Id: Iefc0e2a4da6cab120be001c09535c7398e0128a2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=410655
2013-07-04386764: [api] TaskMapping should be able to handle custom attributesBenjamin Muskalla2-0/+128
Added new API called TaskInitializationData to provide common mutators for ITaskMapping to be used for task data initialization. Also-By: Steffen Pingel <steffen.pingel@tasktop.com> Change-Id: I13c88b5e33a8ab097953833627383ae85cfa692f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=386764 Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com>
2013-06-28408511: [api] add support for contributing UI and branding at runtimeSteffen Pingel5-0/+114
Change-Id: I33c608dad60ee5d979e2ddd5c5cde4c386519610 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=408511
2013-06-28408511: [api] provide an extension to dynamically contribute connectorsSteffen Pingel5-0/+121
Change-Id: If0acbbd24a543d13414ed4bf862a145803b6121c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=408511
2013-06-25322855: New Query > Select a Repo wizard page should sort repos by nameTomasz Zarna2-14/+83
Change-Id: Ia573ba39558f18c51b7c42e7fbb9d4532736958a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=322855
2013-06-24409767: update versions to 3.10Steffen Pingel2-3/+3
Change-Id: I984c7713a6f39a16d44bee852ddd6affe80d739f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=409767
2013-06-06410062: settings page constructor should not rely on overridden methodsBenjamin Muskalla1-0/+12
Change-Id: I56f339de4d58d745af067ea65ba521496c97b885 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=410062
2013-05-08NEW - bug 250865: scheduling information incorrect when local time zoneSam Davis2-0/+327
changes https://bugs.eclipse.org/bugs/show_bug.cgi?id=250865 Change-Id: I0ae81f95cb228c7966037e9aa89ff5aa23a520f1
2013-05-08403094: cannot mark task unread after incoming suppressedFrank Becker3-2/+132
Change-Id: Icb207c30c943992a77a76d9e5e5d9c81b5bf7349 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=403094
2013-05-03406959: use SAXParserFactory instead of XMLReaderFactorySteffen Pingel1-3/+3
Change-Id: I025b2878056d4b642936853b588a2ef23a4ffba9 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=406959
2013-05-03cancel synchronization job after completing testSteffen Pingel1-9/+13
Change-Id: Ie74b537a9cb4151125af64b16deb5058c37826bb
2013-04-30406647: task data gets corrupted when falling back to XML 1.1Steffen Pingel3-9/+69
Change-Id: I28a69c4aec071ae5ac72aa007285f9ca2acbedb1 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=406647
2013-04-29406693: fix reading resource in standalone testsSteffen Pingel1-6/+2
Change-Id: I681c226d470b25880d14dbbb66daf5885a9a4100 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=406693
2013-04-28406741: filter target directories from workspaceSteffen Pingel1-0/+11
Change-Id: Iff960e2a386dce9bce4d846541bbd89ac74fd03c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=406741
2013-04-27399302: reduce the number of warnings for all Tasks pluginsSteffen Pingel1-1/+1
Change-Id: I2615efba4b9643ffa2bbce52d2172d6e8d1cf9bb Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=399302
2013-04-27406695: provide explicit targets for tasks buildSteffen Pingel1-1/+1
Change-Id: I7c95dafb8d5c7f5bd0022b778ff0d48764b669db Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=406695
2013-04-27use CommonTestUtil to fix standalone testsSteffen Pingel1-3/+3
Change-Id: Iaf3b8b778e1cea44d4ea445ecea599e2f58b73f1
2013-04-26406647: re-enable disabled testsSteffen Pingel4-65/+38
Change-Id: I61120fefe90b907cb89a348856a1640fb240f829 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=406647
2013-04-24399302: reduce the number of warnings for all Tasks pluginsFrank Becker1-12/+4
Change-Id: I1d847f36aa28feae51a8b71b048d6111fa155df5 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=399302
2013-04-22387710: [api] task category property should be APISteffen Pingel1-0/+14
Change-Id: I460afb96bb37f84dddfd3b8d48fc58f47891f382 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=387710
2013-04-12400370: ensure UI extensions are initialized when running UI testsFrank Becker2-14/+17
Change-Id: I390caf2f39d0806829b2678165921f34ec53a028 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=400370
2013-04-10383907: update source compiler settings for 1.6Steffen Pingel1-1/+1
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=383907
2013-04-04403571: fix failing Task testsFrank Becker1-1/+1
Change-Id: I76d3d606c2a0a44653a78232e626a6e3afe48453 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=403571

Back to the top