Activity

From 06/01/2015 to 06/30/2015

06/30/2015

04:00 PM Revision 3219cf32 (rsb-tools-cl): Minor improvements in src/commands/web/introspection.lisp
* src/commands/web/introspection.lisp
(initialize-instance :after introspection-json-handler): pass database
to s...
J. Moringen
04:00 PM Revision 06983abe (rsb-tools-cl): Pass request object to handlers explicitly in src/commands/web/...
* src/commands/web/protocol.lisp (command-register-handler): updated
documentation string
* src/commands/web/web.li...
J. Moringen
03:59 PM Revision fc0f7e98 (rsb-tools-cl): Web command protocol in src/commands/web/protocol.lisp
* src/commands/web/protocol.lisp: new file; contains protocol for the
tools.commands.web module
* src/commands/web/...
J. Moringen
03:33 PM Revision cd476ac8 (rsb-python): Prevent crash when comparing scopes to other types
(cherry picked from commit a5adbd1809601bea48a6fb3961c2dcf2e267900e) J. Wienke
03:32 PM Revision a5adbd18 (rsb-python): Prevent crash when comparing scopes to other types
J. Wienke
02:39 PM Revision 699b1f0e (rsb-tools-cl): Moved web functionality to new directory src/commands/web/*.lisp
* src/commands/web/web.lisp: renamed from src/commands/web.lisp
* src/commands/web/introspection.lisp: renamed from
...
J. Moringen
02:39 PM Revision 4b318a49 (rsb-tools-cl): "clock-offset" -> "clockOffset" in formatting/introspection/jso...
* formatting/introspection/json.lisp (encode-json host-entry): changed
JSON key for clock-offset "clock-offset" -> ...
J. Moringen

06/27/2015

11:28 PM Revision 2a784e01 (rsb-cl): Fixed URI -> child scope logic in src/patterns/protocol.lisp
* src/patterns/protocol.lisp (make-child-scope): extended documentation
string to mention the possibility of return...
J. Moringen

06/26/2015

02:21 PM Revision 30a8715a (rsb-java): Further maven fixes
* use newer jacoco plugin to prevent java8 issues
* use project.basedir consistently
* Fix checkstyle and pmd again...
J. Wienke
01:23 PM Revision a2c7ee4e (rsb-java): Correct checkstyle call in site generation
Ensure that also for the reporting phase, checkstyle only checks the
required source directories.
J. Wienke
01:22 PM Revision 9fe44db4 (rsb-java): Fix javadoc generation with java 8
* Disable doclint for java 8 using a maven profile. Doclint lacks
configuration options to make detected problems a...
J. Wienke
12:35 PM Revision 73a68c46 (rsb-java): Fix javadoc generation with java 8
* Disable doclint for java 8 using a maven profile. Doclint lacks
configuration options to make detected problems a...
J. Wienke

06/19/2015

01:08 PM Revision 0203f196 (rsb-cl): Removed leftover generic function method-server in src/patterns/reque...
* src/patterns/request-reply/protocol.lisp (header): updated copyright
(method-server): removed; no longer needed
*...
J. Moringen

06/18/2015

02:38 PM Revision 3d9b5ea7 (rsb-cl): Added function enough-scope in src/scope.lisp
* src/scope.lisp (header): updated copyright
(merge-scopes): cosmetic change
(enough-scope): new function; return...
J. Moringen
08:36 AM Revision c9ebf184 (rsb-cl): Use :when-membership in src/transport/spread/connection.lisp
* src/transport/spread/connection.lisp (receive-message connection t):
use :return-sender? :when-membership and :re...
J. Moringen
08:30 AM Revision 42caef2f (rsb-cl): Wait for leave operations in src/transport/spread/in-*connector.lisp
refs #2317
All in-direction connectors wait for corresponding Spread group
leaving operations to complete when detac...
J. Moringen
08:27 AM Revision 4963a977 (rsb-cl): unref-group allows waiting in src/transport/spread/{protocol,connecti...
refs #2317
Like joining a Spread group, the operation of leaving a Spread group can
only be considered complete once...
J. Moringen

06/17/2015

06:05 AM Revision 0444e73d (rsb-cl): Added function enough-scope in src/scope.lisp
* src/scope.lisp (header): updated copyright
(merge-scopes): cosmetic change
(enough-scope): new function; return...
J. Moringen

06/05/2015

12:09 PM Revision 7065a678 (rsb-manual): Information about changed Java RPC callback API
J. Wienke

06/04/2015

05:41 PM Revision b3bb9b52 (rsb-java): Remove remaining style warnings
J. Wienke
05:41 PM Revision fab90607 (rsb-java): Enforce code style during build
Fails the build if checkstyle or PMD warnings exist. This behavior can
temporarily be disabled with a flag.
J. Wienke
05:41 PM Revision 7cdb377d (rsb-java): Remove duplication in inprocess transport
Create a ConnectorBase class to encapsulate shared aspects. J. Wienke
05:41 PM Revision ceaae782 (rsb-java): Reduce complexity in spread code
* Refactor into multiple methods
* Clean up exception handling
* Remove useless SpreadMessageConverter which was just...
J. Wienke
05:41 PM Revision 7c86247f (rsb-java): Remove duplication between Uint64 and Int64Converter
Provide a single Int64 converter handling long values with changeable
signatures.
J. Wienke
05:41 PM Revision 57c01ec0 (rsb-java): Remove unused error handlers
Error handling has never been designed and was marked deprecated for
ages. This commit removes the dead code.
J. Wienke
05:41 PM Revision 3cddf8ff (rsb-java): Fix code style for spread DataMessage
J. Wienke
05:41 PM Revision b3adc59f (rsb-java): Clean up exception handling
* Never declare or catch Throwable, even for callbacks, as it might
include serious things like out of memory error...
J. Wienke
11:24 AM Revision 86f56bd1 (rsb-java): Add maven checks during build
J. Wienke

06/03/2015

04:36 PM Revision e2964d40 (rsb-cl): Wait for join operations in src/transport/spread/in-*connector.lisp
fixes #2317
All in-direction connectors wait for corresponding Spread group joining
operations to complete when atta...
J. Moringen
04:10 PM Revision 35dc7f6d (rsb-cl): ref-group allows waiting in src/transport/spread/{protocol,connection...
refs #2317
The operation of joining a Spread group can only be considered complete
once the connection that did the ...
J. Moringen
02:56 PM Revision 13e33569 (rsb-manual): Mention new protocol in CL rsb.patterns package in news.rst
* news.rst (RSB 0.13): mention new protocol for creating and managing
child participants in rsb.patterns package of...
J. Moringen
02:52 PM Revision 02ea0f32 (rsb-java): Clean up logging example file
J. Wienke
02:50 PM Revision 93c91787 (rsb-manual): Removal of symlink-based invocation of CL tools in news.rst
refs #1711
* news.rst (RSB 0.13): mention removal of symlink-based invocation of CL
tools
(RSB 0.12): fixed a typo
J. Moringen
11:48 AM Revision ef3e049a (rsb-java): Comment fixes
J. Wienke
11:46 AM Revision 265eb95b (rsb-java): Update eclipse project
J. Wienke
11:46 AM Revision 517aa1aa (rsb-java): Add maven target directory to gitignore
J. Wienke
11:45 AM Revision 66e97fc8 (rsb-java): Add missing timeouts to ConnectorCheck
J. Wienke
11:09 AM Revision 6e746637 (rsb-java): HACK for CSRA: make this a usual release version
J. Wienke
10:54 AM Revision af9ea7d1 (rsb-java): Use factories to create spread in push connectors
Clients can now specify different factory instances to create spread in
push connector instances. One available insta...
J. Wienke
10:54 AM Revision 30aa03a0 (rsb-java): Provide a spread in push connector supporting connection sharing
This provides a spread in push connector which allows to share a spread
connection.
* src/rsb/transport/spread/Multi...
J. Wienke
10:51 AM Revision b26884a4 (rsb-java): Move spread receiving logic to own class
Move the spread receiving logic from SpreadInPushConnector to its own
class SpreadReceiver to make it reusable across...
J. Wienke
10:36 AM Revision 6fe1001e (rsb-java): Extract spread config parsing into utility class
Extracts parsing of spread configurations into a utility class
ConfigParseUtilities to prepare for different strategi...
J. Wienke
10:36 AM Revision 1062b3e2 (rsb-java): Make converter selection strategies comparable
This allows to use them as (part of) keys for unique combinations of
transport options since converters are a part of...
J. Wienke

06/02/2015

06:29 PM Revision a77cddc3 (rsb-java): Use factories to create spread in push connectors
Clients can now specify different factory instances to create spread in
push connector instances. One available insta...
J. Wienke
06:29 PM Revision fd6847cb (rsb-java): Provide a spread in push connector supporting connection sharing
This provides a spread in push connector which allows to share a spread
connection.
* src/rsb/transport/spread/Multi...
J. Wienke
02:35 PM Revision 26b83632 (rsb-java): Move spread receiving logic to own class
Move the spread receiving logic from SpreadInPushConnector to its own
class SpreadReceiver to make it reusable across...
J. Wienke
11:13 AM Revision 04d743a2 (rsb-java): Extract spread config parsing into utility class
Extracts parsing of spread configurations into a utility class
ConfigParseUtilities to prepare for different strategi...
J. Wienke
11:05 AM Revision 1e10fa09 (rsb-java): Make converter selection strategies comparable
This allows to use them as (part of) keys for unique combinations of
transport options since converters are a part of...
J. Wienke

06/01/2015

11:32 AM Revision b33f23e5 (rsb-manual): Prevent broken version specified expansion in pypi install
Use a samp environment with an explanation how to replace the variable
instead.
fixes #2306
(cherry picked from com...
J. Wienke
11:31 AM Revision 737a17ee (rsb-manual): Prevent broken version specified expansion in pypi install
Use a samp environment with an explanation how to replace the variable
instead.
fixes #2306
J. Wienke
02:47 AM Revision b199bdb6 (rsb-tools-cl): Minor fixes in web/main.lisp
* web/main.lisp (update-synopsis): added separate group for
introspection options; cosmetic changes
J. Moringen
 

Also available in: Atom