Gitiles
Code Review
Sign In
git.eclipse.org
/
datatools
/
org.eclipse.datatools
/
36a996ffb1c25b61ddc16531b485f67b1ea0ee71
/
plugins
36a996f
[127558] Add extension point documentation files
by jgraham
· 19 years ago
f8d7921
[127221] temporarily rollback ICU4J implementation
by Linda Chan
· 19 years ago
45aba66
[121885] Added more convenience methods; fixed documentation.
by Linda Chan
· 19 years ago
5a39944
[125476] Re-export dependency on ICU4J jar
by Linda Chan
· 19 years ago
f85d39f
[126844] add support for filtering to catalog loaders. made sure filter property pages are only exposed on connection profiles that support ConnectionInfo connections.
by rcernich
· 19 years ago
83c90d3
[121885] Fixed plugin dependency to re-export dependent plugins
by Linda Chan
· 19 years ago
40dc119
[125476] Use ICU4J Classes
by Linda Chan
· 19 years ago
ccb576e
*** empty log message ***
by jgraham
· 19 years ago
0bb5ed9
[121885] Another iteration of the ODA Data Source Designer UI framework; added convenience methods to enhance oda.design API interfaces and implementation.
by Linda Chan
· 19 years ago
9c490a3
[] Remove "Extension" from extension point schema documentation for connectionProfile and driverDefinition extension points
by rcernich
· 19 years ago
11b75ea
[126844] first cut at adding support for filtering. added property pages for default filters on connection profile. refactored base connection profile property pages.
by rcernich
· 19 years ago
727d196
[121885] Fixed state of API declared.
by Linda Chan
· 19 years ago
cade7be
[121885] Fixed state of API declared.
by Linda Chan
· 19 years ago
ec1bc28
[121885] Added convenience method.
by Linda Chan
· 19 years ago
41a3df1
[121885] Added convenience method; fixed documentation.
by Linda Chan
· 19 years ago
457500a
[121885] Fixed documentation.
by Linda Chan
· 19 years ago
6504dc7
[121885] Fixed documentation.
by Linda Chan
· 19 years ago
a3f3b6c
[121885] Fixed state of API declared.
by Linda Chan
· 19 years ago
5ef58e8
[121885] Refined the ODA Data Source Designer UI framework to provide helper classes to handle ODA Design API objects
by Linda Chan
· 19 years ago
ea3f316
[121885] Refined the ODA Data Source Designer UI framework to provide helper classes to handle ODA Design API objects
by Linda Chan
· 19 years ago
a2d1cd4
[121885] Refined the ODA Data Source Designer UI framework
by Linda Chan
· 19 years ago
98a7db9
[121885] Added Javadoc package description in the ODA Data Source Designer UI framework plug-in (oda.design.ui)
by Linda Chan
· 19 years ago
90489da
Third iteration - added methods to provide additional application logic in the ODA Design API.
by Linda Chan
· 19 years ago
cdc3904
Update documentation
by rcernich
· 19 years ago
2941c7f
[125787] Fixed potential NLS-enabling problems in ODA Packages documentation
by Linda Chan
· 19 years ago
61397ef
[125799] ODA Designer UI Framework's Extension Point - first iteration
by Linda Chan
· 19 years ago
5a03b44
[125799] ODA Designer UI Framework's Extension Point - first iteration
by Linda Chan
· 19 years ago
ec28699
[121885] Enhanced oda.profile ODA Connection to provide service to open a live connection.
by Linda Chan
· 19 years ago
7c33391
[121885] Added function to look up an ODA profile instance in a given storage file; added corresponding junit test
by Linda Chan
· 19 years ago
72596db
[125799] ODA Designer UI Framework's Extension Point - first iteration and adoption in exemplary ODA driver - oda.flatfile.ui
by Linda Chan
· 19 years ago
22a120b
[125787] Fixed potential NLS-enabling problems in ODA Packages documentation
by Linda Chan
· 19 years ago
fbd7658
[125784] Implement custom connection profile to support Derby embedded DBs.
by rcernich
· 19 years ago
36a443a
Updating JavaDoc comments for connectivity plug-in
by Brian Fitzpatrick
· 19 years ago
559bcfe
*** empty log message ***
by jgraham
· 19 years ago
51ade37
add build file
by rcernich
· 19 years ago
de742d7
ui specific details for db.generic
by rcernich
· 19 years ago
414ef3e
reversed dependencies between db.generic and sqm plugins. broke out ui specific code from db.generic into a new plugin
by rcernich
· 19 years ago
4ad8053
[125476] Use ICU4J Classes
by jgraham
· 19 years ago
9b9b003
Second iteration - added methods to provide additional application logic in the ODA Design API.
by Linda Chan
· 19 years ago
aee025f
[114400] Updated auto-connect related code to open connections when profiles are loaded, created, or added. Moved ProfileManager implementation to InternalProfileManager. Added dispose() methods to InternalProfileManager and ConnectionProfile. Invoke InternalProfileManager.dispose() during plugin shutdown to make sure any changes get saved and so any open connections get closed.
by rcernich
· 19 years ago
e1b7ac3
[121885] Created the ODA Data Source Designer UI framework plug-in (oda.design.ui); refactored the exemplary oda.flatfile.ui implementation to extend from the new framework.
by Linda Chan
· 19 years ago
13e0c02
[114400] Updated MangedContentExtensionBase implementation to use new managed connection API. Updated the base content content provider to use IContentExtension.isVisible(), which I undeprecated. Updated SQLModelContentExtension to use ManagedContentExtensionBase with isVisible() implemented to return false.
by rcernich
· 19 years ago
18377f7
[124195] Resurrected the JDBC connection factory. Modified ConnectionInfoImpl to use JDBC connection factory to acquire its underlying java.sql.Connection. Changed ID of SQM connection factory. Updated factory ID used by SQM content extension. Tested created connections through the DSE (both failure and success).
by rcernich
· 19 years ago
932b0d7
[122042] Added the localized plugin properties translated from corresponding English version.
by Linda Chan
· 19 years ago
1a4406e
[114400] Added managed connection support to connection profiles. Fixed an obscure problem where DSE was getting its viewer's input set to null. Enhanced error handling in ConnectionInfoImpl. Fixed a synchronization issue in driver management framework.
by rcernich
· 19 years ago
2009ace
[124952] Remove Eclipse 3.2 specific values from manifest file. Add "Data Tools" preference category to connectivity.ui
by jgraham
· 19 years ago
ff6954c
[121885] Added JUnit test cases for oda.profile.OdaProfileExplorer
by Linda Chan
· 19 years ago
45bef96
[121885] Overloads addProfile method to allow replacing an existing profile; for use in oda.profile in M3 integration with DSE
by Linda Chan
· 19 years ago
fb70079
[121885] M3 Integration of ODA Data Source and Data Source Explorer
by Linda Chan
· 19 years ago
e6e2180
[124407] Update build files for M3
by jgraham
· 19 years ago
01bc426
[Bugzilla 121761] This delivery fixes the issue where the SQL connection was being used for the file and ODA connections. The issue was with filtering and the new 3.2 expressions language used (test instead of objectState).
by Brian Fitzpatrick
· 19 years ago
9332154
[124407] Update build files for M3
by jgraham
· 19 years ago
2a7ad68
[122042] Updated the localized plugin properties translated from corresponding English version.
by Linda Chan
· 19 years ago
2c679dd
Added generic db definition and driver definition.
by ledunnel
· 19 years ago
69dc986
[124195] SQMConnectionFactory should use JDBCConnectionFactory for connections
by ledunnel
· 19 years ago
6f8a39e
[124184] Refactor Derby plug-ins
by ledunnel
· 19 years ago
4895bde
[124184] Refactor Derby plug-ins
by ledunnel
· 19 years ago
b839b18
[124183] Cannot connect to Oracle Database
by ledunnel
· 19 years ago
3a991f1
[123266] Add build files and adjust build.properties
by jgraham
· 19 years ago
2cf1c85
[123266] Add build files and adjust build.properties
by jgraham
· 19 years ago
965f155
[123177] create connection when new profile is created with auto-connect set to true
by rcernich
· 19 years ago
982e41d
[122859] Added Icon Files missing in M2 oda.flatfile.ui download build
by Linda Chan
· 19 years ago
db448f9
Initial code drop of the DTP ODA Design-time Interfaces for internal review.
by Linda Chan
· 19 years ago
cfbdbae
Add new plugin properties for the i18n purpose.
by Lin Zhu
· 19 years ago
c27de8d
[122042] Revised User Messages (English only) in ODA Components
by Linda Chan
· 19 years ago
a8e17d9
[121885] DTP M2 Integration of ODA Data Source and Data Source Explorer
by Linda Chan
· 19 years ago
52185fe
Added more generated files to igore by CVS
by Linda Chan
· 19 years ago
5466647
[121885] M2 Integration of ODA Data Source and Data Source Explorer
by Linda Chan
· 19 years ago
9daba04
[121580] make sure instance id gets initialized when a profile is created
by rcernich
· 19 years ago
212d70b
[121885] M2 Integration of ODA Data Source and Data Source Explorer
by Linda Chan
· 19 years ago
249af78
[121885] M2 Integration of ODA Data Source and Data Source Explorer
by Linda Chan
· 19 years ago
9e2493c
[121910] Add about.hmtl, update manifest and build.properties for M2
by jgraham
· 19 years ago
a652bde
[121834] if wizard category contains a single wizard, progress directly to the contained wizard
by rcernich
· 19 years ago
c610478
[121580] add id field to connection profiles
by rcernich
· 19 years ago
3752ace
[Bugzilla 121757] Makes changes to compatibility and DSE plug-ins for Eclipse 3.2 M4 integration
by Brian Fitzpatrick
· 19 years ago
cede149
[121577] connection profile property change was being fired twice
by rcernich
· 19 years ago
2ac12a8
[114410] Added default encryption provider. Connection profile information is no longer stored in plain text on disk.
by rcernich
· 19 years ago
8ce757b
[120175] Add support for connecting to a JDBC connection using the SQL Model
by ledunnel
· 19 years ago
904d7c4
[120175] Add support for connecting to a JDBC connection using the SQL Model
by ledunnel
· 19 years ago
ec383ad
[120112] IConnection.setAppContext should be called even if connection is already open
by Linda Chan
· 19 years ago
4d750ff
[120175] Add support for connecting to a JDBC connection using the SQL Model
by ledunnel
· 19 years ago
9b06433
[120175] Add support for connecting to a JDBC connection using the SQL Model
by ledunnel
· 19 years ago
deff762
[120175] Add support for connecting to a JDBC connection using the SQL Model
by ledunnel
· 19 years ago
0383680
[11935] More DSE work to bring up to speed with Eclipse Platform Navigator framework actions
by Brian Fitzpatrick
· 19 years ago
b3e9b07
[119351] Updated ODA project's internal library version
by Linda Chan
· 19 years ago
8b41405
[11605] Throwing unsupported operation exception for encryption until such time as encryption functionality is avaialable
by Brian Fitzpatrick
· 19 years ago
ba447a3
[118476] Fixed bug preventing the usage of wizard categories.
by rcernich
· 19 years ago
ef9d05f
[117630] add back in functionality that was missing from initial contribution
by rcernich
· 19 years ago
67c70ca
[117164] Update the about.html per request by Eclipse IP counsel.
by Linda Chan
· 19 years ago
d88e241
[116478] Migrate content extension base implementations to work with platform navigator framework
by rcernich
· 19 years ago
c3df3d4
Migrating to Eclipse 3.2M3 Extensible Navigator framework
by jgraham
· 19 years ago
583d56a
Minor updates to the Javadoc comments.
by Linda Chan
· 19 years ago
66d9271
Added .cvsignore file.
by ledunnel
· 19 years ago
7fe1040
Corrected the ODA driver's product name. Its translated text will be provided soon when available.
by Linda Chan
· 19 years ago
db740a9
Minor updates to Javadoc comments and method argument name to clarify functionality.
by Linda Chan
· 19 years ago
3a773a0
Added better error message handling when throwing IllegalArgumentException
by Linda Chan
· 19 years ago
23e1445
Minor updates to Javadoc comments - renamed "statement" to "query" in comments to match with the interface name.
by Linda Chan
· 19 years ago
5345aef
fix NPE when connect attempt fails without throwing an exception.
by rcernich
· 19 years ago
e712030
[114468] Fix 'test connection' and 'ping' functionality; added support for retrieving server version information to generic db profile
by rcernich
· 19 years ago
663cc4c
Bug 114448: renamed project build.properties keys
by Linda Chan
· 19 years ago
Next »