1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00
Commit graph

295 commits

Author SHA1 Message Date
Greg Watson
b9bfeab706 Bug 480259 - Up button converts path to local file system
Change-Id: Ic6288d779ca79a83c71a1a54fe40e7e4570dd14a
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-10-22 09:34:01 -04:00
Greg Watson
d396b3c403 Merge "Bug 480314 - RemoteResourceBrowserWidget should have traverse listener" 2015-10-22 08:52:28 -04:00
Greg Watson
9d066975b3 Merge "Bug 480259 - Up button converts path to local file system" 2015-10-22 08:39:46 -04:00
Wainer dos Santos Moschetta
6b207dfd97 Remote telnet tests
Added testcases to remote telnet plug-in.

Change-Id: I41f3f8ae0a6ef1d43b18afbeb3d066a185620aab
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
2015-10-21 14:15:19 -02:00
Patrick Tasse
633cc0d4d8 Bug 480314 - RemoteResourceBrowserWidget should have traverse listener
Change-Id: Ic984f15e7643f347d5a952a8132291b160213b97
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-10-21 11:04:55 -04:00
Patrick Tasse
a1e0fc2df8 Bug 480259 - Up button converts path to local file system
Change-Id: I27d0863f77a62b402fce6f3c38daba67b7e43417
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-10-20 17:06:26 -04:00
Greg Watson
d44fbc3417 Merge "Bug 478843 - TelnetConnection should return default port and timeout" 2015-10-15 09:20:28 -04:00
Greg Watson
2842105e44 Merge "Bug 478858 - TelnetProtocol#run() remove null pointer occurrences." 2015-10-15 09:19:28 -04:00
Patrick Tasse
f1cf0e8c5c Bug 468889 - Fix RemoteServiceUtils.posixPath() for Kepler on Windows
The fallback code was returning RemotePath(path) on Windows, which gives
a path for the local file system, hence a Windows path, not a POSIX one.

Change-Id: I220ffd7fbc7521fb28a5b1d0d41bf966131c035a
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-10-14 10:28:48 -04:00
Wainer dos Santos Moschetta
babd6e8db0 Bug 478858 - TelnetProtocol#run() remove null pointer occurrences.
When terminating command shell some I/O stream might be null.

Change-Id: I03ed30f7869f499fb4b62b978d689ffb99b1eac4
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
2015-10-01 19:19:46 -03:00
Wainer dos Santos Moschetta
150b50ab79 Bug 472514 - Add plug-in documentation.
The org.eclipse.remote.doc.isv plug-in holds developer's guide.

The API is generated at build time with tychon in the html/reference/api folder.

Change-Id: I9812be3bcf7248f3b3c6330df86c0b862510dd3e
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
2015-10-01 19:02:14 -03:00
Wainer dos Santos Moschetta
987c5c4efb Bug 478843 - TelnetConnection should return default port and timeout
Make TelnetConnection#getPort() and getTimout()
 return default port telnet (23) and timeout (0)
 if it isn't set with host services.

Change-Id: I740cd6a10b1f34d7f1afb956578b97b7886f36cc
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
2015-10-01 14:52:44 -03:00
Greg Watson
58c1857c15 Merge remote-tracking branch 'origin/R2_0_maintenance' 2015-09-28 10:29:21 -04:00
Greg Watson
4ca2f5b54f Merge "Bug 472329: URI to path conversion in RemoteResourceBrowserWidget" 2015-09-28 10:13:27 -04:00
Greg Watson
4f4bfbfca8 Bug 478549 - Add null pointer check
Change-Id: Ic7bf5e217d8def75054a86c0bccde5a3669f5d32
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-09-28 10:01:27 -04:00
Greg Watson
e1651ff166 Bug 478544 - Add disposed check for table.
Change-Id: I54791dcd902b9013ba3e8495934f1cd0e5161086
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-09-28 09:54:01 -04:00
Alena Laskavaia
aa7f126248 Enable RemoteConnectionPropertyPage on adaptable
RemoteConnectionPropertyPage has a code that will adapt the
object to IRemoteConnection before showing properties, but
property page contribution enablement expression tests that object
is instanceof, which limits it to specifically IRemoveConnection
objects. Would be nice to show same property page if object adapt itself
to IRemoteConnection

Change-Id: I45699f96a0a1b1a7b8925c67313af46ce9f2300a
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-09-24 15:29:39 -04:00
Greg Watson
9a374d5614 Type in feature name.
Change-Id: If186a504492d221e2a90727f16f6b63d155aef79
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-26 15:53:26 -04:00
Greg Watson
1c6ec90b9d typo in plugin.xml
Change-Id: Ib1b361455035d3beedde83bd48b1056614aac6af
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-26 15:40:42 -04:00
Alena Laskavaia
7ac4f2c6bf typo in plugin.xml
Change-Id: I765ee948f33cc1171239d8704883cdef8a62af05
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-08-26 14:01:32 -04:00
Greg Watson
b0984e7aef Bug 475609 - Add telnet support to build
Change-Id: I7d7ae05add1626a664f7da72be0931f77ad71582
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-21 19:48:28 -04:00
Greg Watson
8d2cfe6ee4 Fix bundle name.
Change-Id: Icf818be2f110d7e62c3c7b5c52b82d2e9ca02605
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-21 19:46:35 -04:00
Greg Watson
ec851b7ffe Move bundles/features 2015-08-21 17:13:47 -04:00
Greg Watson
880e5906e3 Bug 475609 - Add support for telnet
Change-Id: I78696aae0d986c479a3fedfe314b4321640b1cc7
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-21 17:07:39 -04:00
Greg Watson
8148e71c38 Change master build directory to nightly
Change-Id: If774f9f91f37db3e833416b984e127836b40065e
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-21 07:19:51 -04:00
Greg Watson
f713db637d Merge remote-tracking branch 'origin/R2_0_maintenance' 2015-08-20 15:53:12 -04:00
Greg Watson
fb74388502 Bug 475530 - Add login shell command support to JSch connections
Change-Id: I7db0e9dfe14804751063b08bb8476c75a0825c96
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-20 15:48:04 -04:00
Greg Watson
05775f80cc Bug 475519 - update javadoc to reflect JSch limitations.
Change-Id: I87609aad6f519211b0f44effbea382665e4b7778
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-08-20 14:40:20 -04:00
Markus Schorn
a09aefd312 Bug 472329: URI to path conversion in RemoteResourceBrowserWidget
Change-Id: I30987936c889c593d1ca14dff97fefe441708b1e
Signed-off-by: Markus Schorn <markus.schorn@windriver.com>
2015-07-10 08:05:19 +02:00
Greg Watson
320eeb332e Update versions to 2.0.1
Change-Id: Iebe3219178d35e2514cd7b363cb7bd4958ec81c4
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-07-08 09:50:19 -04:00
Greg Watson
3cd6a984b6 Merge branch 'R2_0_maintenance' 2015-06-30 19:55:09 -04:00
rocky
f0ef9be909 Bug 470321: JschUserAuthenticator should not create new shell
Change-Id: Ie3aea93eaa75f4e3463070791b7b586e907511d1
Signed-off-by: rocky <rocky@cc.gatech.edu>
2015-06-30 19:51:01 -04:00
rocky
db74024720 Bug 470321: JschUserAuthenticator should not create new shell
Change-Id: Ie3aea93eaa75f4e3463070791b7b586e907511d1
Signed-off-by: rocky <rocky@cc.gatech.edu>
2015-06-30 10:46:59 -06:00
Greg Watson
cea4bd4eb3 Merge branch 'R2_0_maintenance' 2015-06-26 11:54:59 -04:00
Greg Watson
41a0e60a48 Merge "Bug 471143 - Prevent potential NPE in disconnect" into R2_0_maintenance 2015-06-26 11:43:50 -04:00
Greg Watson
59d044cdfb Bug 471143 - Prevent potential NPE in disconnect
Change-Id: I6a160806868048442c0e09bd8541177a650d01bb
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-26 11:02:46 -04:00
Greg Watson
8ec64b17bf Bug 471136 - Ensure preference node path is valid
Change-Id: I6e7634bcf46713ee472f7a86f40051b4db5d5a49
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-26 10:16:55 -04:00
Greg Watson
44612ca475 Merge branch 'R2_0_maintenance' 2015-06-25 17:08:53 -04:00
Greg Watson
bc64e0a017 Bug 470190 - remote connection service not cached correctly
Change-Id: I3a1f3dfb90843fc6c651f8b9e8e83b0c3afa3767
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-25 15:23:24 -04:00
Greg Watson
e89af266e6 Bug 470081 - Fix connection type combo
Change-Id: I7caf683725c9bb496cc476661b41d51a3be12b1b
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-25 15:19:33 -04:00
Greg Watson
4e320f218e Bug 470190 - remote connection service not cached correctly
Change-Id: I05b3e326c127166f57dd1f965823549b60dabbcb
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-15 10:58:45 -04:00
Greg Watson
f6f9d46b8e Bug 470081 - Fix connection type combo
Change-Id: I51ff9b0a981110a118717a30d304dab8e1dfb480
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-12 10:37:01 -04:00
Greg Watson
0bd36cccdd Consolidate messages into one location.
Change-Id: I2a75c258799741c2f5f439ed2909a8fed1f2889f
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-08 22:09:29 -04:00
Greg Watson
5907fb956d Bug 466893 - Fix org.eclipse.remote.console provider name
Change-Id: I40d8f93e60124937162a4fc7ef13da8dc2171bb1
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-06 12:01:49 -04:00
Greg Watson
0729d33860 Bug 468477 - Feature versions should be 2.0.0 for Mars
Change-Id: I75dc79e25f416b311501f18f93c41e0117ca01d1
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-06 11:34:21 -04:00
Greg Watson
0c09911da5 Merge "Bug 461520: Fix user authentication service" 2015-06-05 12:12:49 -04:00
Greg Watson
7a5e2454ef Bug 461520: Fix user authentication service
Change-Id: I64873881d8f201cb708ac92e26dc1a150e838ddf
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-05 12:05:24 -04:00
Greg Watson
8716ae9d84 Merge "Bug 468889 - Allow Eclipse 3.8.2 after testing confirmed it works fine" 2015-06-04 09:49:23 -04:00
Martin Oberhuber
7ebba3a6a2 Bug 468889 - Allow Eclipse 3.8.2 after testing confirmed it works fine
Change-Id: Id9d692160cdd2355f6cdc26711d350d071385abb
Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
2015-06-04 08:38:24 +02:00
Greg Watson
79428df611 Bug 469274 - Fix potential NPE if no connection type combo
Change-Id: I8e4a3647cea799d6607e082f32e09532a4b999cd
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-03 14:09:29 -04:00