Commit Graph

162 Commits

Author SHA1 Message Date
Lukas Eder
6931480f51 [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Added non-instanciable NoResult (similar to
java.lang.Void) for those Messages that do not return any result
2012-09-11 20:37:01 +02:00
Lukas Eder
3dac920190 [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Added ChainedCommandMessage
2012-09-11 20:31:55 +02:00
Lukas Eder
225ab64776 [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Removed unused Debugger.setBreakpoints() method
from the public API
2012-09-11 20:26:46 +02:00
Lukas Eder
9d190ff7ca [#1472] Add a Settings.executeDebugging property, and move
server-side Console logic to core

 - API refactoring: Moved QueryMatcher property from Debugger to
LoggingListener, to simplify API evolution (possibility of
multiple LoggingListeners)
 - Use jOOQ terminology: Query instead of Statement
2012-09-11 20:22:05 +02:00
Lukas Eder
1cc79a4dfb [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Cleaned LoggingListener API - Create
single-POJO-argument methods for better API evolution
2012-09-09 15:35:53 +02:00
Lukas Eder
20859a35dc [#1472] Add a Settings.executeDebugging property, and move
server-side Console logic to core - Use jOOQ terminology: Query
instead of Statement, Result instead of ResultSet
2012-09-09 15:29:53 +02:00
Lukas Eder
46c6eb4a96 [#1472] Add a Settings.executeDebugging property, and move
server-side Console logic to core - Remove DebuggerRegistry from
the public API
2012-09-09 15:10:35 +02:00
Lukas Eder
7c60d72448 [#1472] Add a Settings.executeDebugging property, and move
server-side Console logic to core

 - Created org.jooq.tools.debug API package
 - Created org.jooq.tools.debug.impl implementation package
 - Resolved package-dependencies to hide implementation facts from
the Console client implementation
2012-09-09 14:50:39 +02:00
Lukas Eder
fdff1108ef [#1472] Add a Settings.executeDebugging property, and move
server-side Console logic to core

 - Split CommunicationInterface logic into client/server-side parts
 - Removed unnecessary CommunicationInterfaceFactory
2012-09-09 14:01:30 +02:00
Lukas Eder
46430604bf [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core 

  - Merged org.jooq.debug.console.{remote, remote.messaging} packages
  - Reduced visibility of remote objects
2012-09-09 13:28:34 +02:00
Lukas Eder
c38526ac35 [#1472] Add a Settings.executeDebugging property, and move
server-side Console logic to core

 - Pulled up DebuggerCommunicationInterface dependency on Debugger
to CommunicationInterface and removed original class
 - Removed transient dependency between Message and
CommunicationInterface (moved it into a new MessageContext, which
is passed to Message.run() methods)
2012-09-09 13:20:43 +02:00
Lukas Eder
45a5b808a3 [#1472] Add a Settings.executeDebugging property, and move
server-side Console logic to core - Inlined
CommunicationInterface.{sync|async}Exec() now that these methods
provide no additional features over {sync|async}Send
2012-09-09 12:51:03 +02:00
Lukas Eder
cc193ebf2f [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Make CommandMessages immutable by providing
constructors with message arguments
2012-09-09 12:19:01 +02:00
Lukas Eder
a79783aa41 [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Renamed ResultSetLoggingData into ResultSetLog
for conciseness
2012-09-08 14:13:57 +02:00
Lukas Eder
b98612e53e [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core

- Renamed QueryLoggingData to StatementLog for consistency (with
StatementInfo)
- Choose composition (StatementLog has a StatementInfo) over inheritance
(StatementLog is a StatementInfo). This will simplify further
refactorings
2012-09-08 14:10:48 +02:00
Lukas Eder
189dc79af9 [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Renamed SqlQueryType to QueryType
2012-09-08 13:58:33 +02:00
Lukas Eder
8086066e8b [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Inline CommandMessage.{sync|async}Message. This
indirection is not needed, but obscures further refactorings
2012-09-08 13:09:17 +02:00
Lukas Eder
baffa39059 [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Inline Message.{sync|async}Send(). This
indirection is not needed
2012-09-08 11:28:33 +02:00
Lukas Eder
8fbe50b8e5 [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Suppressed some warnings
2012-09-08 11:24:03 +02:00
Lukas Eder
c263e21eb0 [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Added generic type parameter <S extends
Serializable> to Message<S>, to simplify subsequent refactorings
2012-09-08 11:17:35 +02:00
Lukas Eder
cd0aac47e9 [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Fixed some warnings
2012-09-08 11:09:22 +02:00
Lukas Eder
f19c6630fe [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - Shortened some names to simplify subsequent
refactorings
2012-09-08 10:50:11 +02:00
Lukas Eder
4bc3ae109f [#1472] Add a Settings.executeDebugging property, and move server-side
Console logic to core - MessagingInterface should be package-private
2012-09-08 10:31:31 +02:00
Lukas Eder
7d569a9e54 Release 2.6.0-SNAPSHOT 2012-08-28 19:45:25 +02:00
Lukas Eder
c8a212cc5e Release 2.5.0 2012-08-25 22:47:03 +02:00
Lukas Eder
777d55682e [#1589] Enable Eclipse Javadoc comment processing in project
configuration
2012-07-27 15:49:17 +02:00
Lukas Eder
297735c227 Fixed some compiler warnings 2012-07-19 19:25:12 +02:00
Lukas Eder
b001a7c73e Updated Eclipse compiler settings to add Eclipse Juno features 2012-07-19 19:19:45 +02:00
Lukas Eder
28b06d7301 Release 2.5.0-SNAPSHOT 2012-07-11 22:24:09 +02:00
Chrriis
01b264b698 [#1177] Add SQL Console module to jOOQ - added support for column with
primitive types.
2012-07-09 21:03:44 +02:00
Lukas Eder
6a254af74a Release 2.4.0 2012-07-08 17:22:34 +02:00
Lukas Eder
f8527b3dbb Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2012-07-01 10:29:17 +02:00
Lukas Eder
559eec5e47 [#1498] jOOQ does not compile using JDK 7 / JDBC 4.1. GitHub Issue #24 -
Added necessary modifications to jOOQ Console, in order to be able to
build it with JDK 7
2012-07-01 10:20:29 +02:00
Chrriis
fcecf6a052 [#1249] Add breakpoint capability to jOOQ Console - reg exp editor. 2012-06-30 16:49:58 +02:00
Chrriis
c7fa4d3dd5 [#1249] Add breakpoint capability to jOOQ Console - UI improvements. 2012-06-30 16:44:48 +02:00
Chrriis
65e7b47679 [#1177] Add SQL Console module to jOOQ - remote mode converts to string
non serializable types.
2012-06-30 16:33:57 +02:00
Chrriis
2477e0968f [#1249] Add breakpoint capability to jOOQ Console - UI improvements to
simplify usage.
2012-06-30 16:26:42 +02:00
Chrriis
e0423c5a21 [#1177] Add SQL Console module to jOOQ - disclaimer part of the license
in the about box.
2012-06-30 16:12:07 +02:00
Chrriis
a7dbc4cf6e [#1249] Add breakpoint capability to jOOQ Console - data tips on tree. 2012-06-30 15:58:12 +02:00
Chrriis
be657371fb [#1249] Add breakpoint capability to jOOQ Console - data tips on tree. 2012-06-30 15:58:00 +02:00
Chrriis
c6a37f6e8f [#1249] Add breakpoint capability to jOOQ Console - Skip and Fail
(throw exception).
2012-06-30 15:10:26 +02:00
Chrriis
1e9085c9ac [#1177] Add SQL Console module to jOOQ - Improved read-only statements
detection for SQL editor restrictions.
2012-06-12 19:53:53 +02:00
peter
ea85e102af add parent pom.xml to project 2012-05-22 00:16:28 +02:00
Lukas Eder
e7ccbad907 Created release maven profile to remove gpg signing from regular builds 2012-05-19 14:19:21 +02:00
Chrriis
3322868161 [#1249] Add breakpoint capability to jOOQ Console - breakpoint hit
contextual menu.
2012-05-12 21:32:42 +02:00
Chrriis
b4e31a68ef [#1249] Add breakpoint capability to jOOQ Console -
breakpoint contextual editor works with missing database descriptor.
2012-05-12 20:40:20 +02:00
Chrriis
aa08d17623 [#1249] Add breakpoint capability to jOOQ Console - breakpoints are
independant + bugfix in breakpoint mutation vs serialization cache.
2012-05-12 20:35:50 +02:00
Chrriis
a8d2092a10 [#1249] Add breakpoint capability to jOOQ Console - parameter
description in breakpoint hit display.
2012-05-12 13:13:42 +02:00
Chrriis
a8cffce340 [#1249] Add breakpoint capability to jOOQ Console - "break after" and
edition in breakpoint context.
2012-05-12 12:40:53 +02:00
Chrriis
7987886022 [#1250] Activate EditorPane also when connecting remotely with jOOQ
Console - minor changes for reusability.
2012-05-12 09:40:41 +02:00
Chrriis
2a5c6e1f57 [#1250] Activate EditorPane also when connecting remotely with jOOQ
Console - minor changes for reusability.
2012-05-12 09:27:39 +02:00
Chrriis
b6dab83799 [#1249] Add breakpoint capability to jOOQ Console - bug fix in
processor.
2012-05-12 08:06:21 +02:00
Chrriis
ad0eb9f4da [#1250] Activate EditorPane also when connecting remotely with jOOQ
Console - first implementation, read-only.
2012-05-12 00:23:13 +02:00
Chrriis
f9f0b33962 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2012-05-11 21:01:53 +02:00
Chrriis
4445d7e78f [#1249] Add breakpoint capability to jOOQ Console - First breakpoint
implementation.
2012-05-11 21:01:35 +02:00
Lukas Eder
767574f4c2 Release 2.4.0-SNAPSHOT 2012-05-11 11:07:25 +02:00
Lukas Eder
843b82cccf Release 2.3.1 2012-05-11 10:04:13 +02:00
Chrriis
b97d23fd0f [#1249] Add breakpoint capability to jOOQ Console - Initial breakpoint
code structure.
2012-05-09 23:25:33 +02:00
Lukas Eder
aeb8765d1e Release 2.3.1-SNAPSHOT 2012-05-09 22:45:54 +02:00
Lukas Eder
c1a7bd0bee Release 2.3.0 2012-05-06 18:23:11 +02:00
Chrriis
2a5f34c765 [#1177] Add SQL Console module to jOOQ - UI improvements to
statement filters.
2012-05-05 12:38:44 +02:00
Chrriis
5a77b9e699 [#1393] Implement a communication protocol between Console server and
client - Renamed classes for clearer API.
2012-05-05 09:49:44 +02:00
Chrriis
72e5a0e7f6 [#1177] Add SQL Console module to jOOQ - label to explain the OR nature
of filters.
2012-05-05 09:44:43 +02:00
Chrriis
f3591a3b47 [#1393] Communication protocol between Console server and client - code
cleanup and API adjustments.
2012-05-04 17:54:43 +02:00
Chrriis
62b3f9402b [#1177] Add SQL Console module to jOOQ - UI improvements. 2012-05-03 23:08:43 +02:00
Chrriis
3029c36342 [#1177] Add SQL Console module to jOOQ - Code cleanup. 2012-05-03 23:05:52 +02:00
Chrriis
a7b3b5effe [#1177] Add SQL Console module to jOOQ - Communication interface
implementation for re-entrant calls.
2012-05-03 22:53:12 +02:00
Chrriis
6d8d46dd58 [#1177] Add SQL Console module to jOOQ - bug fix and code cleanup. 2012-05-03 00:22:47 +02:00
Chrriis
685f225f67 [#1177] Add SQL Console module to jOOQ - filtering in UI is improved. 2012-05-02 23:44:44 +02:00
Chrriis
e595e87763 [#1177] Add SQL Console module to jOOQ - improved messaging interface. 2012-05-02 23:35:04 +02:00
Chrriis
e3c4e5bc7d Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2012-05-02 19:04:09 +02:00
Lukas Eder
d8f28ef5f3 [#1242] Upgrade jOOQ Console dependency on RSyntaxTextArea from 1.5 to
2.0.2
2012-05-02 08:10:43 +02:00
Chrriis
5c4ff85e78 [#1177] Add SQL Console module to jOOQ - client/server communication
channel is replaced.
2012-05-02 00:10:51 +02:00
Chrriis
297004550e [#1177] Add SQL Console module to jOOQ - Statement filtering is
implemented and exposed in UI.
2012-05-01 20:52:43 +02:00
Chrriis
e1093ad377 [#1177] Add SQL Console module to jOOQ - Statement filtering is
implemented and exposed in UI.
2012-05-01 20:47:33 +02:00
Chrriis
8f83b6c091 [#1177] Add SQL Console module to jOOQ - Statement matcher for server
level filtering of data to log.
2012-04-30 23:02:24 +02:00
Chrriis
5b11d96233 [#1177] Add SQL Console module to jOOQ - Statement matcher for server
level filtering of data to log.
2012-04-30 23:01:00 +02:00
Chrriis
fe5f8d9691 [#1177] Add SQL Console module to jOOQ - API simplifications. 2012-04-29 23:44:36 +02:00
Chrriis
fbe09689d0 [#1177] Add SQL Console module to jOOQ - Code refactored to allow
evolutions (breakpoints, remote execution, filters, etc.)
2012-04-29 23:10:51 +02:00
Lukas Eder
6c22a52844 Add jOOQ-console/bin to .gitignore 2012-04-22 22:09:55 +02:00
Lukas Eder
cc61275add Upgraded Eclipse and Plugins 2012-04-22 10:51:58 +02:00
Lukas Eder
ada41ad5ae Upgraded Eclipse and Plugins 2012-04-22 10:21:42 +02:00
Lukas Eder
c2bd98212b Suppressed some warnings 2012-04-13 14:41:54 +00:00
Lukas Eder
a9d517fde2 [#1293] Generate setter methods for JAXB annotated configuration properties
Release 2.3.0-SNAPSHOT
2012-04-12 18:56:25 +00:00
Lukas Eder
69ce148a40 Release 2.2.1 2012-04-12 16:16:18 +00:00
Chrriis
5387cc8a5a [#1177] Add SQL Console module to jOOQ - boolean editor did not consider null different from false. 2012-04-09 12:43:03 +00:00
Chrriis
6b5c14a2aa [#1177] Add SQL Console module to jOOQ - parameters description is a separate variable, to potentially apply filtering in the future. 2012-04-09 12:37:55 +00:00
Lukas Eder
bfd039bdcb Release 2.2.0 2012-04-08 13:18:44 +00:00
Lukas Eder
9873c7a1e5 Release 2.2.0-SNAPSHOT 2012-03-20 21:19:20 +00:00
Lukas Eder
6c92310758 Release 2.2.0-SNAPSHOT 2012-03-20 21:14:00 +00:00
Chrriis
7833e1d0c4 [#1177] Add SQL Console module to jOOQ - missing SQL keywords in formatter are added. 2012-03-18 18:05:38 +00:00
Chrriis
d26d031ab2 [#1177] Add SQL Console module to jOOQ - popup menu created in RSyntaxTextArea expected place. 2012-03-18 16:50:47 +00:00
Lukas Eder
b7fa3c50ab Release 2.1.0 2012-03-18 10:04:08 +00:00
Lukas Eder
26e3fc6987 Release 2.1.0 2012-03-18 09:36:11 +00:00
Lukas Eder
bc921d8049 [#1193] Specify main-class in jOOQ Console's manifest.mf, and include dependency in jar file 2012-03-16 14:02:16 +00:00
Chrriis
b2800799cb [#1177] Add SQL Console module to jOOQ - bug fix in SQL editor and minor UI improvements. 2012-03-08 14:00:57 +00:00
Chrriis
37de5082a9 [#1177] Add SQL Console module to jOOQ - bug fix in SQL request type detection for "with" clause. 2012-03-08 12:44:53 +00:00
Chrriis
62a76e8c53 [#1177] Add SQL Console module to jOOQ - formatter improvements: multiple keywords in a row. 2012-03-06 21:42:53 +00:00
Chrriis
3f38321bdf [#1177] Add SQL Console module to jOOQ - minor formatter improvements (double quotes and multiple spaces aggregation). 2012-03-04 22:11:20 +00:00
Lukas Eder
b1fd8f8989 Release 2.1.0-SNAPSHOT 2012-03-02 14:49:37 +00:00