Activity

From 03/10/2015 to 04/08/2015

04/08/2015

04:51 PM Revision 98446e8a (rsb-tools-cl): Improved warning for program-name-dispatch in main/main.lisp
refs #1711
* main/main.lisp (main/program-name): generate better warning when
program-name-based dispatch is used
J. Moringen
04:51 PM Revision 0475727b (rsb-tools-cl): Fixed program name in help texts in logger,introspect,send,call
refs #1711
* logger/help.lisp (header): updated copyright
(make-examples-string): fixed program-name default
* log...
J. Moringen
02:45 PM Revision 5151f7bd (rsb-tools-cl): Column width improvements in formatting/{util,columns,event-sty...
* Generally print timestamp columns in and the wire-schema column more
compactly.
* In "compact" style, use receive...
J. Moringen
12:25 PM Revision 3e3c9f9f (rsb-cl): Minor cleanup in test/transport/spread/*.lisp
* test/transport/spread/fragmentation.lisp (header): updated copyright
(test suite fragmentation-root): removed uti...
J. Moringen
12:25 PM Revision 920153bc (rsb-cl): Fixed Spread connector disconnect in src/transport/spread/*.lisp
* src/transport/spread/protocol.lisp (disconnect): new generic function;
disconnect the connection from the Spread ...
J. Moringen
12:25 PM Revision 00c3a47c (rsb-cl): Added detach method for pruning-assembly-pool in src/transport/spread...
* src/transport/spread/fragmentation.lisp (detach assembly-pool): new
method; no action necessary
(detach pruning...
J. Moringen
12:23 PM Revision b5167eac (rsb-cl): Fixed utility functions in src/transport/spread/fragmentation.lisp
* Allow inlining to actually work
* Use simpler and more efficient fragment key generation
* src/transport/spread/fr...
J. Moringen
11:22 AM Revision d3b2badd (rsb-tools-cl): Use :payload-spec instead of :payload in send/main.lisp
* send/main.lisp (main): when creating the `send' command instance, use
the :payload-spec initarg instead of the :p...
J. Moringen

04/07/2015

10:00 PM Revision f3d25f3c (rsb-manual): Describe sub-command syntax in tool-*.rst
refs #1711
* tool-info.rst (Synopsis): sub-command syntax instead of symlink-based
command selection
* tool-call.r...
J. Moringen
09:38 PM Revision 86781705 (rsb-tools-cl): Use commands in */main.lisp
refs #1711
* common/options.lisp (process-commandline-options): accept commandline
keyword parameter; pass to `mak...
J. Moringen
09:35 PM Revision b455235c (rsb-tools-cl): Unit tests for commands in test/commands/*.lisp
refs #1711
* test/commands/redump.lisp: new file; tests for redump command
* test/commands/info.lisp: new file; test...
J. Moringen
03:25 PM Revision 58b82d96 (rsb-tools-cl): Use commands in */main.lisp
refs #1711
* common/options.lisp (process-commandline-options): accept commandline
keyword parameter; pass to `mak...
J. Moringen
03:25 PM Revision f872dda2 (rsb-tools-cl): Unit tests for commands in test/commands/*.lisp
refs #1711
* test/commands/redump.lisp: new file; tests for redump command
* test/commands/info.lisp: new file; test...
J. Moringen
03:25 PM Revision f6f680f6 (rsb-tools-cl): Initial import of sub-commands stuff in src/commands/*.lisp
refs #1711
* src/commands/protocol.lisp: new file; contains protocol for using and
creating command instances
* sr...
J. Moringen

04/02/2015

01:43 AM RSBag Revision 3cdffc73 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
01:28 AM RSBag Revision a8491764 (rsbag-manual): Added section for including data definitions in tutorial.rst
fixes #2217
* tutorial.rst (Loading Data Type Definitions): new section; explain
need for and use of -I, -l with b...
N. Hafner
01:19 AM RSBag Revision 9059d13e (rsbag-manual): Mention log file extensions in bag-record.rst
* bag-record.rst (Description): mention log file extensions in
description of output-file commandline option
J. Moringen
04:57 PM RSBag Revision bbd412b7 (rsbag-tools-cl): Serve list of log files at root in bag-server/main.lisp
J. Moringen
04:57 PM RSBag Revision bc9b6706 (rsbag-tools-cl): TODO Better error handling in bag-server/main.lisp
J. Moringen
04:57 PM RSBag Revision 3536372f (rsbag-tools-cl): TODO Better input file collection in bag-server/main.lisp
J. Moringen
04:57 PM RSBag Revision 49ae8d67 (rsbag-tools-cl): Added bag-server program in bag-server/*.lisp
* bag-server/help.lisp: new file
* bag-server/main.lisp: new file
* bag-server/package.lisp: new file
* cl-rsbag-tool...
J. Moringen
04:57 PM RSBag Revision 4ea113ee (rsbag-tools-cl): Removed serving javascript from bag-server/main.lisp
J. Moringen
04:52 PM RSBag Revision afa4d244 (rsbag-web-cl): initial import
J. Moringen
04:50 PM RSBag Revision 9c92c4db (rsbag-web-cl): Initial commit
J. Moringen
04:07 PM RSBag Revision 6c6d0c6c (rsbag-manual): Added section for Including Data Definitions
N. Hafner
01:49 PM Revision 1fc84243 (rsb-cl): Minor cleanup in src/transport/spread/fragmentation.lisp
* src/transport/spread/fragmentation.lisp (assembly): indentation of
documentation strings
(add-fragment! assembl...
J. Moringen
01:49 PM Revision f888bf37 (rsb-cl): Moved protocol to new file src/transport/spread/protocol.lisp
* src/transport/spread/protocol.lisp: new file; contains protocol
functions used in the transport.spread module
* s...
J. Moringen

04/01/2015

09:51 PM Revision 5689482f (rsb-cl): Accessors for slots in src/transport/spread/connection.lisp
* src/transport/spread/connection.lisp (header): updated copyright
(connection::connection): added accessor
(conn...
J. Moringen
08:48 PM Revision 071010b3 (rsb-tools-cl): graph changes
J. Moringen
03:17 PM Revision 748a3d8b (rsb-tools-cl): graph improvements
J. Moringen

03/31/2015

09:14 PM Revision 02251645 (rsb-cl): Backport: Support process display name in src/introspection/*.lisp
refs #2201
* src/introspection/model.lisp (process-info::display-name): new slot;
stores display name for the proc...
J. Moringen
09:11 PM Revision aed56b8a (rsb-tools-cl): initial introspection graph support
J. Moringen
07:14 PM Revision c7737c02 (rsb-java): Implement connection pooling for outgoing connections
This commit adds spread connection pooling for outgoing connection by
reusing existing connections inside SpreadFacto...
J. Wienke
07:14 PM Revision be6538b0 (rsb-java): Make SpreadWrapper an interface
Makes SpreadWrapper and interface and moves the existing implementation
to SpreadWrapperImpl. This allows to implemen...
J. Wienke
07:01 PM Revision 20e3e516 (rsb-java): Extract spread connection options into SpreadOptions
Creates a new class SpreadOptions which contains all options used to
specify the properties of a connection to the sp...
J. Wienke
04:50 PM Revision accda7c0 (rsb-cpp): refs #2201: Added introspection displayname
(cherry picked from commit 4f8ecfc860af769e83a25e2d00c2796a71bfcc77) J. Moringen
04:45 PM Revision 9a4abad1 (rsb-python): refs #2201: Added introspection displayname
Merge branch 'enhancement-2201'
(cherry picked from commit dbbc89a0a5c7de56505f52388c1512abe26a6ff7)
J. Moringen
04:41 PM Revision 4b421ffd (rsb-java): refs #2201: Add support for introspection display name
Adds the ability to pass a display name from the configuration to the
introspection.
* Factory: parse display name f...
J. Wienke
04:40 PM Revision 6d8d4dc8 (rsb-protocol): Add display_name to Process
A user-defined name for a process which is better to understand for
system maintainers.
refs #2201
(cherry picked f...
J. Wienke

03/30/2015

07:40 PM Revision fb18c31f (rsb-manual): Added missing :term: in tool-call.rst
* tool-call.rst (Examples): added missing :term: markup J. Moringen
06:31 PM Revision 4e6abd75 (rsb-tools-cl): Support named processes
Divide generated influxdb series names between named
processes (individual series) and unnamed processes (collected p...
J. Moringen
01:42 PM Revision c7d0f888 (rsb-tools-cl): comments and style improvements
J. Moringen
01:42 PM Revision 53b09d52 (rsb-tools-cl): display-name and notes for further improvements
J. Moringen
01:42 PM Revision 66bc32d2 (rsb-tools-cl): TEMP Initial work on influxdb adapter
J. Moringen
01:42 PM Revision 44938c0d (rsb-tools-cl): added asd file missed in previous commit
J. Moringen
01:38 PM Revision 2f3a57ce (rsb-tools-cl): display-name and notes for further improvements
J. Moringen
01:37 PM Revision 25e056cd (rsb-tools-cl): comments and style improvements
J. Moringen
01:37 PM Revision ffdd2232 (rsb-tools-cl): added asd file missed in previous commit
J. Moringen

03/27/2015

06:24 PM Revision 493f80cc (rsb-cpp): fixes #2193: Improved introspection destruction
J. Moringen
06:24 PM Revision e3dc0fa0 (rsb-cpp): fixes #2202: Lock introspection sender creation, destruction
J. Moringen
06:23 PM Revision 4f8ecfc8 (rsb-cpp): refs #2201: Added introspection displayname
J. Moringen
06:19 PM Revision 6bb550ac (rsb-cpp): Support introspection display names
Adds support for including a display name in the introspection messages.
* IntrospectionSender: accept and send out ...
J. Wienke
06:19 PM Revision 85194a03 (rsb-cpp): ParticipantConfig: allow unknown options
There might be options not related to participants inside the structure
also used by the participant config. Therefor...
J. Wienke
04:50 PM Revision 41fb6745 (rsb-cpp): fixes #2202: Lock introspection sender creation, destruction
J. Moringen
04:26 PM Revision af75cd8d (rsb-java): refs #2201: Add support for introspection display name
Adds the ability to pass a display name from the configuration to the
introspection.
* Factory: parse display name f...
J. Wienke
04:20 PM Revision dbbc89a0 (rsb-python): refs #2201: Added introspection displayname
Merge branch 'enhancement-2201' J. Moringen
04:17 PM Revision 4541737a (rsb-python): Extract config parsing methods from ParticipantConfig
Moves the methods which parse configuration source to dictionaries out
of ParticipantConfig so that they are also ava...
J. Wienke
04:17 PM Revision fcc4cc53 (rsb-python): Extract boolean config value parsing in own method
J. Wienke
04:17 PM Revision 45f278b8 (rsb-python): Support display names for introspection
refs #2201 J. Wienke
04:17 PM Revision 7883f6db (rsb-python): Make introspection initialization explicit
Move the initialization of the introspection module to a dedicated
function which is called from the rsb module to ha...
J. Wienke
04:13 PM Revision 45ef8620 (rsb-cpp): refs #2201: Added introspection displayname
Merge branch 'enhancement-2201' J. Moringen
04:11 PM Revision 1292653a (rsb-cpp): Support introspection display names
Adds support for including a display name in the introspection messages.
* IntrospectionSender: accept and send out ...
J. Wienke
04:11 PM Revision 7faae98a (rsb-cpp): ParticipantConfig: allow unknown options
There might be options not related to participants inside the structure
also used by the participant config. Therefor...
J. Wienke
04:11 PM Revision f82e88b0 (rsb-cpp): Expose RSB options via Factory
Adds a method to fill an OptionHandler with the RSB options. This is
e.g. necessary to enabled plugins to lookup RSB ...
J. Wienke

03/26/2015

06:33 PM Revision 7b574b73 (rsb-tools-cl): Introspection formatting module in formatting/introspection/*.lisp
* formatting/introspection/print.lisp: renamed introspect/print.lisp ->
formatting/introspection/print.lisp
* forma...
J. Moringen
05:06 PM Revision e4c4cfd2 (rsb-manual): Mention introspection display name in *.rst
refs #2201
* news.rst (RSB 0.12): mention new introspection display name field
* specification-config.rst (Name-valu...
J. Moringen
04:55 PM Revision 72420caa (rsb-tools-cl): Moved first-line-or-less to common/help.lisp
* common/help.lisp (header): updated copyright
(first-line-or-less): new function; moved here from info/main.lisp
*...
J. Moringen
04:39 PM Revision c2cf62a4 (rsb-integrationtest): Initial draft in README.rst
J. Moringen
04:36 PM Revision 407aa172 (rsb-integrationtest): with-* -> with-participant in lisp/*.lisp
* lisp/listener.lisp (header): updated copyright
(listener-for-scope): with-reader -> with-participant
* lisp/infor...
J. Moringen
04:21 PM Revision 989b2391 (rsb-cl): Support process display name in src/introspection/*.lisp
refs #2201
* src/introspection/model.lisp (process-info::display-name): new slot;
stores display name for the proc...
J. Moringen
04:15 PM Revision db75dac7 (rsb-cl): Check process RSB version slot in test/introspection/model.lisp
* test/introspection/model.lisp (header): updated copyright
(test introspection-model-process-info-root::current-pr...
J. Moringen
04:12 PM Revision 34536e4c (rsb-manual): {with,make}-* -> {with,make}-[active-]participant in *.rst
* troubleshooting.rst: changed with-listener -> with-participant
* examples-basic.rst (Sending Data): {with,make}-lis...
J. Moringen
02:39 PM RSBag Revision 0b3eb3cc (rsbag-cl): {make,with}-{listener,informer,local-server} -> {make,with}-partici...
* src/rsb/construction.lisp (header): updated copyright
(events->bag uri bag): make-listener -> make-participant
...
J. Moringen
01:57 PM Revision 2ea445b6 (rsb-cl): Removed make-{listener,reader,informer,{local,remote}-server}
The generic function
make-participant
replaces the specialized functions
make-listener
make-reader
make-in...
J. Moringen
01:41 PM Revision 1d6ffbe0 (rsb-manual): with-* -> with-[active-]participant in troubleshooting.rst
* troubleshooting.rst: changed with-listener -> with-participant
* examples-basic.rst (Sending Data): {with,make}-lis...
J. Moringen
01:29 PM Revision 18ee3d9c (rsb-cl): with-* -> with[-active]-participant[s] in **/*.lisp
The generic macros
with-active-participant[s]
with-participant[s]
replace the specialized macros
with-reader...
J. Moringen
11:56 AM Revision c5c18ccf (rsb-tools-cl): Show process display name in introspect/print.lisp
refs #2201
* introspect/print.lisp (print-process-info-markup): show the display
name of the process if there is one
J. Moringen
11:56 AM Revision 96e33597 (rsb-tools-cl): Print at most one line of commandline arguments in introspect/p...
* introspect/print.lisp (header): updated copyright
(print-process-info-markup): bind `*print-lines*' to 1 and use ...
J. Moringen
11:52 AM Revision 2c855a00 (rsb-tools-cl): Fixed typo in formatting/event-style-timeline.lisp
* formatting/event-style-timeline.lisp (header): updated copyright
(define-delegating-method): call `applicable?' p...
J. Moringen
11:52 AM Revision 5b574526 (rsb-tools-cl): Use with-participant where appropriate in */main.lisp
* send/main.lisp (header): updated copyright
(main): use `with-participant' instead of `with-informer'
* call/main....
J. Moringen
11:15 AM RSBag Revision 7d09d044 (rsbag-tools-cl): with-{local-server,informer} -> with-participant in **/*.lisp
* bag-record/main.lisp (invoke-with-control-service): with-local-server
-> with-participant; with-informer -> with-...
J. Moringen

03/25/2015

08:02 PM RSB XML Support Revision 0aba4286 (rsb-xml-python): Backport: Added missing dependency on RST in setup.py
* setup.py (header): updated copyright
(setup): added dependency on rst
J. Moringen
08:00 PM RSB XML Support Revision 69c3ab59 (rsb-xml-python): Added missing dependency on RST in setup.py
* setup.py (header): updated copyright
(setup): added dependency on rst
J. Moringen
07:22 PM Revision eae850cd (rsb-cl): Removed make-{listener,reader,informer,{local,remote}-server}
The generic function
make-participant
replaces the specialized functions
make-listener
make-reader
make-in...
J. Moringen
07:05 PM Revision 6b488cb1 (rsb-cl): with-* -> with[-active]-participant[s] in src/**/macros.lisp
The generic macros
with-active-participant[s]
with-participant[s]
replace the specialized macros
with-reader...
J. Moringen
06:46 PM Revision d8cde6ed (rsb-cl): Removed exported symbols define-participant-creation-{uri-methods,res...
* src/package.lisp (package rsb): removed exported symbols
define-participant-creation-uri-methods and
define-par...
J. Moringen

03/24/2015

03:25 PM Revision 5272fcff (rsb-python): Add a NonQueuingParallelEventReceivingStrategy
This commit adds a new event receiving strategy that uses a single
thread for dispatching events to registered handle...
J. Wienke
09:59 AM Revision 62283b41 (rsb-spread-cpp): merged master into enhancement-2063
R. Haschke
09:45 AM Revision 7e3efe6b (rsb-cpp): merged master into famula
R. Haschke

03/23/2015

12:47 PM Revision da6c9844 (rsb-java): Clean up logging levels
J. Wienke
12:46 PM Revision bcc1c05d (rsb-java): Remove RedundantthrowsCheck from checkstyle
https://github.com/checkstyle/checkstyle/issues/473 J. Wienke

03/20/2015

11:35 AM Revision 7aa98d69 (rsb-java): Gracefully handle missing information for introspection
Print a warning in case introspection cannot be enabled instead of
completely failing.
* src/rsb/Factory.java
Catc...
J. Wienke
11:35 AM Revision 7003ae6e (rsb-java): Remove explicit dependency to java management package
Removes the explicit dependency to the java.lang.management packages and
replaces it with reflection-based access bec...
J. Wienke

03/19/2015

07:44 PM Revision 43e1b361 (rsb-java): Remove explicit dependency to java management package
Removes the explicit dependency to the java.lang.management packages and
replaces it with reflection-based access bec...
J. Wienke

03/18/2015

01:15 PM Revision cffd4551 (rsb-integrationtest): Fix compilation
J. Wienke
10:56 AM Revision 07631b8e (rsb-integrationtest): Fix compilation
J. Wienke

03/13/2015

11:40 PM Revision 5b8b2700 (rsb-yarp-cpp): Fix compilation
J. Wienke
09:52 PM Revision 63af8933 (rsb-tools-cl): TEMP Initial work on influxdb adapter
J. Moringen
06:55 PM Revision 6d835999 (rsb-manual): Mention removal of deprecated code in news
J. Wienke
06:53 PM Revision cb4f956f (rsb-cpp): Remove deprecated methods and types
* *QueuePushHandler shortcuts in the main namespace
* getStringConverterRepository
J. Wienke
06:50 PM Revision 1f6bddf1 (rsb-cpp): Remove singleton usage in public API
Removes deprecated code.
fixes #1247
J. Wienke
06:50 PM Revision a66d624a (rsb-cpp): Remote deprecated Server-name in favor of LocalServer
fixes #2130 J. Wienke
06:15 PM Revision 82a0f4ec (rsb-python): Avoid error logging when terminating bus server
Do not log the intended socket error as an error message when
terminating the bus server instances.
fixes #2134
J. Wienke
05:53 PM Revision 07133ef8 (rsb-manual): Mention new callback implementations in C++
refs #2186 J. Wienke
05:50 PM Revision 75715f7a (rsb-cpp): A Callback implementations to bind existing functions
Adds callback implementations to use existing function via boost
functions and boost bind as targets for local server...
J. Wienke
05:05 PM Revision 08b6a848 (rsb-manual): Mention API change due to Boost.Signals2
refs #1979 J. Wienke
05:01 PM Revision 5341f6b2 (rsb-cpp): API change: Port to Boost.Signals2
Port to Boost.Signals2 to prevent deprecation warnings.
* CMakeLists.txt: remove signals from find_boost call. signa...
J. Wienke
04:30 PM Revision 11437aa4 (rsb-cpp): Support introspection display names
Adds support for including a display name in the introspection messages.
* IntrospectionSender: accept and send out ...
J. Wienke
04:28 PM Revision bf818ddf (rsb-cpp): ParticipantConfig: allow unknown options
There might be options not related to participants inside the structure
also used by the participant config. Therefor...
J. Wienke
03:57 PM Revision 335f3aae (rsb-cpp): Expose RSB options via Factory
Adds a method to fill an OptionHandler with the RSB options. This is
e.g. necessary to enabled plugins to lookup RSB ...
J. Wienke
03:31 PM Revision fe4a036c (rsb-java): Add support for introspection display name
Adds the ability to pass a display name from the configuration to the
introspection.
* Factory: parse display name f...
J. Wienke
03:12 PM Revision 90bde683 (rsb-protocol): Add display_name to Process
A user-defined name for a process which is better to understand for
system maintainers.
refs #2201
J. Wienke
03:09 PM Revision 497539dd (rsb-python): Support display names for introspection
refs #2201 J. Wienke
03:09 PM Revision 12828557 (rsb-python): Extract boolean config value parsing in own method
J. Wienke
03:09 PM Revision 62ee2ded (rsb-python): Extract config parsing methods from ParticipantConfig
Moves the methods which parse configuration source to dictionaries out
of ParticipantConfig so that they are also ava...
J. Wienke
02:03 PM Revision e325687b (rsb-python): Make introspection initialization explicit
Move the initialization of the introspection module to a dedicated
function which is called from the rsb module to ha...
J. Wienke

03/11/2015

02:28 PM Revision dfcbe183 (rsb-tools-cl): Removed leftover find-quantity-class in stats/quantity-mixins.lisp
* stats/quantity-mixins.lisp (header): updated copyright
(find-quantity-class eql :meta-data-moments): removed; obs...
J. Moringen
02:00 PM Revision f7447ce0 (rsb-java): Code cleanup
* clean up checkstyle config (duplicated rules), add unix newline rule
* Force unix newlines in eclipse project
* Cle...
J. Wienke
12:19 PM Revision 9a5e604d (rsb-java): Implement connection pooling for outgoing connections
This commit adds spread connection pooling for outgoing connection by
reusing existing connections inside SpreadFacto...
J. Wienke
12:19 PM Revision 19367f99 (rsb-java): Make SpreadWrapper an interface
Makes SpreadWrapper and interface and moves the existing implementation
to SpreadWrapperImpl. This allows to implemen...
J. Wienke
12:19 PM Revision c1f14b19 (rsb-java): Extract spread connection options into SpreadOptions
Creates a new class SpreadOptions which contains all options used to
specify the properties of a connection to the sp...
J. Wienke
11:42 AM Revision ae5d7b5d (rsb-java): Clean up contract for InPushConnectors
* Fix description of required call sequence
* Adapt DefaultPushInRouteConfigurator to this call sequence
J. Wienke

03/10/2015

04:59 PM Revision a819a924 (rsb-java): Include examples in the maven build
J. Wienke
03:31 PM Revision 0235ae4f (rsb-java): Convert eclipse project to maven
This reflects the common use now. J. Wienke
03:30 PM Revision e41c64bd (rsb-java): Update PMD version
J. Wienke
01:59 PM Revision 77199912 (rsb-python): Use object as default event type and disallow None
None is not a python data type and type check functions will choke when
None is passed to them.
J. Wienke
01:55 PM Revision 27e40717 (rsb-python): Ensure that informer data types cannot be None
This would raise a subsequent exception in other code parts and simply
must not happen.
J. Wienke
10:29 AM Revision 4b3c7f34 (rsb-spread-cpp): Properly close spread connections
Somehow this never happened and no one noticed so far.
fixes #2194
(cherry picked from commit 0c5293c150a080ab1e30f...
J. Wienke
10:28 AM Revision 0c5293c1 (rsb-spread-cpp): Properly close spread connections
Somehow this never happened and no one noticed so far.
fixes #2194
J. Wienke
 

Also available in: Atom