1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00
Commit graph

309 commits

Author SHA1 Message Date
Martin Oberhuber
dcf70fe0b8 [cleanup] Remove unnecessary implementations 2007-04-03 17:18:39 +00:00
David McKnight
33c837d99f [180575] applying patch + imples 2007-04-03 15:07:54 +00:00
Martin Oberhuber
f501ac6de3 [175262][api] IHost.getSystemType() should return IRSESystemType 2007-04-03 11:13:35 +00:00
Martin Oberhuber
256766d3ad Revert change to exsd - see bug [180640] 2007-04-03 08:19:59 +00:00
Martin Oberhuber
786f1d6fc7 [cleanup] organize imports: make not-exported classes internal in tests.framework 2007-04-03 08:13:12 +00:00
Martin Oberhuber
cf9a016317 Organize Manifests: Export internal packages with x-internal 2007-03-29 11:45:59 +00:00
David Dykstal
afa5e999a1 [168977][api][refactor] - stage 3.4
- introduced AuthenticatingConnectorService as a superclass of AbstractConnectorService
- moved almost all methods from AbstractConnectorService to AuthenticatingConnectorService. AbstractConnectorService now handled the creation of the StandardCredentialsProvider for all subclasses.
- moved AbstractConnectorService back to UI with the intention of renaming it StandardConnectorService
- moved requiresPassword, supportsPassword, requiresUserId, and supportsUserId back to IConnectorService from ICredentialsProvider.
- removed SshCredentialsProvider and DStoreCredentialsProvider, their connector services can now use the StandardCredentialsProvider
2007-03-28 14:10:53 +00:00
David Dykstal
aca3ef566f [168977][api][refactor] - stage 3.2
- introduced the AbstractCredentialsProvider into the CredentialsProvider hierarchy.
2007-03-27 19:59:47 +00:00
David Dykstal
52f4211900 [168977][api][refactor] - stage 2.3
- Introduced ICredentialsProvider implementations
- Refactored some AbstractConnectorService methods into the credentials providers
- Further simplified the concrete connector services
- made more methods final and explicitly indicated where overrides are allowed, required.
2007-03-16 16:00:22 +00:00
Uwe Stieber
123cfd3fbc [add] Added test to create connections with special characters 2007-03-16 13:17:36 +00:00
Kushal Munir
3cde4bc29a [163820] Resources for testing encoding support 2007-03-15 19:06:42 +00:00
Uwe Stieber
7cdfc7d034 [fix] [175160] RSE unit tests fail 2007-03-15 12:30:14 +00:00
Martin Oberhuber
4bb57c4d4c Prepare for automated nightly tests 2007-03-12 08:50:23 +00:00
David Dykstal
c2580e2844 [168977][api][refactor] - stage 1
1) Create new ICredentials, ICredentialsProvider, and SuperAbstractConnectorService (temporary)
2) Move most non-password methods to SuperAbstractConnectorService.
3) Rationalize the user of ServerLaunchers.
4) make internalConnect and internalDisconnect abstract.
2007-03-07 21:44:36 +00:00
David Dykstal
b1082b1173 adding some tests for persistence 2007-03-02 18:54:47 +00:00
Uwe Stieber
d9e08a3526 [fix] [174966] IRSESystemType should have a getLabel() method for translatable label 2007-02-26 16:38:21 +00:00
Uwe Stieber
827c847c73 [fix][175160] RSE Unit Tests fail in I20070222-1133 and I20070223-0730 2007-02-23 15:36:46 +00:00
Uwe Stieber
eaed5b7258 [fix] [175160] RSE Unit Tests fail in I20070222-1133 and I20070223-0730 2007-02-23 15:02:18 +00:00
Uwe Stieber
f5cd34df3f [fix][175160] RSE Unit Tests fail in I20070222-1133 and I20070223-0730 2007-02-23 14:44:48 +00:00
Martin Oberhuber
f529020974 Fix feature dependency pattern matching., and names of inferior features 2007-02-23 12:08:08 +00:00
Martin Oberhuber
623844876e [cleanup] allow tests to use deprecated API without warning 2007-02-23 11:35:10 +00:00
Uwe Stieber
30d32355e2 [fix][175160] RSE Unit Tests fail in I20070222-1133 2007-02-23 11:21:00 +00:00
Martin Oberhuber
e69ec9a67a [175245] spell out feature neames for Europa site 2007-02-23 11:14:24 +00:00
Martin Oberhuber
8f9eba4858 [175241] Reference Milestone Update Site in all features 2007-02-23 10:15:34 +00:00
David Dykstal
026349d699 [174770][doc] removing  , adding missing closing tags, fixing nesting and ids. 2007-02-22 21:15:24 +00:00
Martin Oberhuber
a3b7c18be9 [cleanup] fix copyright year 2007 2007-02-22 15:15:28 +00:00
Uwe Stieber
6765a7d6ff [fix] [175095] testcase testFTPAccessToHost_ftp_suse_com fails 2007-02-22 14:59:01 +00:00
Martin Oberhuber
48a0171523 [175108] fix feature dependencies for Europa "Select Required" (workaround UM bug 175004) 2007-02-22 14:15:27 +00:00
Martin Oberhuber
8966310924 Rev up version numbers according to recent refactorings (making stuff internal, systemTypes and subsystemConfigurations extension point) 2007-02-21 22:19:32 +00:00
Martin Oberhuber
5a1dd81bc3 [174271][174263][174626] make SubSystemConfiguration implementations API again for customization 2007-02-21 15:21:37 +00:00
Martin Oberhuber
67281ca129 [cleanup] allow org.eclipse.rse.tests access to all RSE internal packages 2007-02-21 12:08:14 +00:00
Uwe Stieber
901349e75c [fix] [174790] Icons for TestSubsystem are broken 2007-02-21 09:31:54 +00:00
Martin Oberhuber
c7234c5db7 [cleanup] fix classpath warnings due to internal packages in tests 2007-02-19 09:47:48 +00:00
Martin Oberhuber
6ed4f11856 [172468] move SubSystemConfigurationAdapter back into API since it is used by examples, and having an abstract base class for ISubSystemConfigurationAdapter makes us more flexible. 2007-02-19 09:06:28 +00:00
David Dykstal
0afcc3b31a [168870][refactor] stage 4, created RSEPreferencesManager and moved SystemPreferencesManager from core to ui package. 2007-02-18 19:26:35 +00:00
David McKnight
81d2c5fae0 [170627] use IContextObject for hasChildren 2007-02-16 20:48:28 +00:00
David McKnight
484a619cbf [172468] making rse.ui view stuff internal 2007-02-16 16:29:48 +00:00
Uwe Stieber
f14be143f5 [fix] FTPFileSubsystemTestCase did not build because of not update imports 2007-02-16 10:44:28 +00:00
David McKnight
37897c0bdd [170627] changed views to use IContextObject during queries 2007-02-15 17:32:02 +00:00
David Dykstal
993822a985 [168870][api][refactor]Moved the following to core from ui
PasswordPersistenceManager
SystemResourceConstants

Made the following utility class in Core from methods found on RSEUIPlugin
RSEHostUtil

Moving PasswordPersistenceManager required that preferences that were in the UI plugin are moved to Core. SystemPreferencesManager was rewritten to manage both Core and UI plugin preferences.
2007-02-14 23:17:22 +00:00
Martin Oberhuber
09a60b80fb Fix N-builds by allowing "assert" in org.eclipse.rse.ui 2007-02-13 12:15:38 +00:00
Martin Oberhuber
2393efadd9 [168870] Organize Imports to fix access to moved SystemPerspectiveHelpers 2007-02-12 12:48:29 +00:00
Martin Oberhuber
ab3919c38a [162081] Get rid of subsystemConfigurations attribute "supportsAllSystemTypes". Fix Discovery usage of systemTypeIds. 2007-02-12 12:01:36 +00:00
Uwe Stieber
55e4312233 [162081] deprecated "systemTypes" attribute of subsystemConfigurations extension point has been removed 2007-02-10 17:17:29 +00:00
Uwe Stieber
523eabbdf3 [162081] "systemTypes" attribute of subsystemConfigurations extension point marked deprecated 2007-02-09 14:16:47 +00:00
Uwe Stieber
b69b48a074 [162081] subsystemConfigurations should use "id" instead of "name" to reference systemTypes 2007-02-09 13:27:09 +00:00
Martin Oberhuber
d9654b70c8 [cleanup] Set default recommended warning level on all projects 2007-01-30 21:39:30 +00:00
Martin Oberhuber
6f772365db [cleanup] define access rules for marking internal package access discouraged 2007-01-30 20:43:02 +00:00
David McKnight
6e247d6d59 using refresh events instead of direct refreshes for last refresh (only last refresh because they are asynchronous) 2007-01-29 18:04:15 +00:00
David McKnight
2f0f275934 using refresh events instead of direct refreshes for last refresh (only last refresh because they are asynchronous) 2007-01-29 15:36:48 +00:00