Activity

From 08/30/2016 to 09/28/2016

09/28/2016

02:06 PM Revision ee2d06aa (rsb-manual): Added description of RSB_CONFIG_FILES in *.rst
refs #2158
* specification-config.rst (Non-default Configuration File Cascade): new
section; describes RSB_CONFIG_...
J. Moringen
01:16 PM Revision ac8bcc11 (rsb-manual): Mention config debugging support in all implementations in news.rst
refs #2555
* troubleshooting.rst (Configuration Problems): applies to all
implementations
* news.rst (RSB 0.15): m...
J. Moringen
01:14 PM Revision 148bb0f1 (rsb-manual): Updated configuration debugging description in *.rst
refs #2555
* common-command-line-options.rst (Common Environment Variables):
changed variable name {__ -> RSB_}CON...
J. Moringen
12:54 PM Revision 1e5b141a (rsb-cl): Improved ftype declamation in src/event.lisp
* src/event.lisp (header): updated copyright
(event-id->uuid): improved ftype declamation
J. Moringen
11:48 AM Revision a60447e3 (rsb-cl): Added configuration processing debug output in src/configuration.lisp
fixes #2571
* src/configuration.lisp (*config-debug?*): new variable; controls
configuration debugging
(options-...
J. Moringen
11:48 AM Revision 532ccc7f (rsb-cl): Configurable config file cascades in src/{variables,configuration}.lisp
fixes #2568
* src/variables.lisp (header): updated copyright
(*default-configuration-files*): replaced concrete pa...
J. Moringen
11:48 AM Revision 969b54d5 (rsb-cl): Use uiop:xdg-config-pathname in src/configuration.lisp
* src/configuration.lisp (configuration-files): use
`uiop:xdg-config-pathname' for user-specific configuration file...
J. Moringen

09/23/2016

07:23 PM Revision c83c676e (rsb-java): Java 1.7 compatibility in rsb-java/src/main/java/rsb/util/ConfigLoa...
* rsb-java/src/main/java/rsb/util/ConfigLoader.java
(ConfigLoader.computeConfigFileCascade): do not use Map.getorDe...
J. Moringen
07:13 PM Revision 0e8638e8 (rsb-java): Configurable configuration file list in rsb-java/src/main/java/rsb/...
fixes #2567
* rsb-java/src/main/java/rsb/util/ConfigLoader.java
(ConfigLoader::CONFIG_FILES_VARIABLE): new constan...
J. Moringen
06:34 PM Revision ffa60e08 (rsb-java): Configuration debugging in rsb-java/src/main/java/rsb/util/ConfigLo...
fixes #2570
* rsb-java/src/main/java/rsb/util/ConfigLoader.java
(ConfigLoader::CONFIG_DEBUG_VARIABLE): new constan...
J. Moringen
06:34 PM Revision 03db2d3d (rsb-java): toString prints introspection status in rsb-java/src/main/java/rsb/...
* rsb-java/src/main/java/rsb/config/ParticipantConfig.java (ParticipantConfig.toString):
print value of introspecti...
J. Moringen

09/22/2016

12:44 AM Revision 6bbb74ef (rsb-cpp): Non-default ParticipantConfig example in examples/transport-configur...
* examples/transport-configuration.cpp: new file; an example program
that demonstrates using a non-default Particip...
J. Moringen

09/08/2016

06:24 PM Revision cdf638a2 (rsb-python): Backport: For portability, use getpass to get user name in rsb/in...
refs #2651
* rsb/introspection/__init__.py (header): updated copyright
(toplevel): added import getpass
(Process...
J. Moringen
10:42 AM Revision 9c3f2a8d (rsb-python): For portability, use getpass to get user name in rsb/introspectio...
fixes #2651
* rsb/introspection/__init__.py (header): updated copyright
(toplevel): added import getpass
(Proces...
J. Moringen

09/06/2016

03:15 PM Revision c81c66b9 (rsb-tools-cl): Configure symbol transform for json serializer in src/commands/...
* src/commands/web/introspection.lisp (default-json-serializer):
use `string-downcase' as symbol-transform
J. Moringen
03:14 PM Revision 9f311529 (rsb-tools-cl): Configurable symbol and key transforms in src/formatting/event-...
* src/formatting/event-style-json.lisp (make-json-serializer): added
symbol-transform and key-transform keyword par...
J. Moringen
03:11 PM Revision 613c808c (rsb-tools-cl): Added macros for API endpoints in src/commands/web/macros.lisp
refs #2241
* src/commands/web/conditions.lisp: new file; contains conditions used
in the commands.web module
* src...
J. Moringen

09/05/2016

03:29 PM Revision cf29c217 (rsb-tools-cl): Better smoke test for web command in test/commands/web/command....
* test/commands/web/command.lisp (test commands-web-command-root::smoke):
use drakma to perform a request
* rsb-too...
J. Moringen
11:32 AM Revision d1db3262 (rsb-tools-cl): Improved loading of optional systems in CMakeLists.txt (again)
* CMakeLists.txt: only load optional system according to CMake options
when building the binary, not when running t...
J. Moringen
11:28 AM Revision e79dc1e5 (rsb-tools-cl): Separate test system for rsb-tools-commands-web in rsb-tools-co...
* test/commands/web/package.lisp (package rsb.tools.commands.web.test):
removed import-from rsb.tools.commands.test...
J. Moringen

09/04/2016

05:24 PM Revision 69db7e77 (rsb-tools-cl): Smoke test for web command in test/commands/web/command.lisp
* test/commands/web/command.lisp (test commands-web-command-root::smoke):
new test; smoke test for `web' command
* ...
J. Moringen
05:24 PM Revision b883bab4 (rsb-tools-cl): Smoke test for introspect command in test/commands/introspect.lisp
* test/commands/introspect.lisp (test introspect-root::smoke): new test;
smoke test for `introspect' command
* test...
J. Moringen
05:04 PM Revision c91334ff (rsb-tools-cl): Fix stream handling of style-monitor/events in src/formatting/i...
* src/formatting/introspection/styles.lisp (style-monitor/events::stream):
new slot; stores target stream
(format...
J. Moringen
04:31 PM Revision 4c9fd1eb (rsb-tools-cl): Use with-asynchronously-executing-command in test/commands/logg...
* test/commands/logger.lisp (test logger-root::smoke): use
`with-asynchronously-executing-command'
* test/commands/...
J. Moringen

09/02/2016

07:48 PM Revision f9de0b3d (rsb-tools-cl): Use command execution macro in test/commands/bridge/command.lisp
* test/commands/bridge/command.lisp (test commands-bridge-command-root::smoke):
use `with-asynchronously-executing-...
J. Moringen
07:48 PM Revision 54b5b3f9 (rsb-tools-cl): Added asynchronous execution macro and function in test/command...
* test/commands/package.lisp (package rsb.tools.commands.test): added
exported symbols call-with-asynchronously-exe...
J. Moringen
07:48 PM Revision 6af0fa83 (rsb-tools-cl): Renamed src/commands/web/{web -> command}.lisp
* src/commands/web/command.lisp: renamed from src/commands/web/web.lisp
(header): updated one-line summary
* rsb-to...
J. Moringen
05:37 PM Revision 876bc89b (rsb-cl): Use portable function for socket shutdown in src/transport/socket/bus...
* src/transport/socket/bus-connection.lisp (handshake): use
`usocket:socket-shutdown' instead of `sb-bsd-sockets:so...
J. Moringen
05:37 PM Revision c492ef8c (rsb-cl): Added rsb-patterns-request-reply test in CMakeLists.txt
* CMakeLists.txt: added test execution for rsb-patterns-request-reply
system
J. Moringen
05:37 PM Revision a4b13c82 (rsb-cl): Use portable way to enable TCP_NODELAY in src/transport/socket/bus-co...
* src/transport/socket/bus-connection.lisp (initialize-instance :after bus-connection):
the :nodelay initarg works;...
J. Moringen

08/31/2016

02:23 PM Revision 97961c8e (rsb-tools-cl): process list in host.html
J. Moringen
02:23 PM Revision 0289b196 (rsb-tools-cl): host and process list in root view
J. Moringen
02:23 PM Revision bc41c2db (rsb-tools-cl): flat, limit options for search widget
J. Moringen
02:23 PM Revision 8219f06a (rsb-tools-cl): Initial import of HTML, CSS, Javascript resources
J. Moringen
02:23 PM Revision d068cfe3 (rsb-tools-cl): participant list in process.html
J. Moringen

08/30/2016

08:31 PM Revision a0e23ba6 (rsb-tools-cl): participant list in process.html
J. Moringen
08:31 PM Revision 957b21cf (rsb-tools-cl): process list in host.html
J. Moringen
08:31 PM Revision 809b9e76 (rsb-tools-cl): host and process list in root view
J. Moringen
08:31 PM Revision 2a6c6f57 (rsb-tools-cl): flat, limit options for search widget
J. Moringen
08:31 PM Revision 2da83c90 (rsb-tools-cl): Initial import of HTML, CSS, Javascript resources
J. Moringen
07:36 PM Revision ba2e079b (rsb-tools-cl): participant list in process.html
J. Moringen
07:36 PM Revision ad95e724 (rsb-tools-cl): js dependencies
J. Moringen
07:36 PM Revision 5e5cfc73 (rsb-tools-cl): process list in host.html
J. Moringen
07:36 PM Revision 625531bc (rsb-tools-cl): flat, limit options for search widget
J. Moringen
07:36 PM Revision 0714e114 (rsb-tools-cl): Initial import of HTML, CSS, Javascript resources
J. Moringen
07:36 PM Revision e57399c3 (rsb-tools-cl): host and process list in root view
J. Moringen
03:10 PM Revision 58f5b9b8 (rsb-cpp): Use RSB_CONFIG_{DEBUG,FILES} environment variables in src/rsb/Factor...
refs #2566, refs #2556
* src/rsb/Factory.{h,cpp} (CONFIG_DEBUG_ENVIRONMENT_VARIABLE): new constant;
name of the en...
J. Moringen
12:56 PM Revision 95539039 (rsb-protocol): Added license header in proto/rsb/protocol/{introspection,opera...
* proto/rsb/protocol/introspection/Bye.proto (header): added license
header
* proto/rsb/protocol/introspection/Hell...
J. Moringen
12:51 PM Revision 131568fd (rsb-protocol): Added syntax = proto2 in proto/rsb/protocol/**/*.proto
Newer protoc versions complain otherwise.
* proto/rsb/protocol/EventId.proto: added syntax = "proto2" line
* proto/r...
J. Moringen

08/29/2016

01:38 AM Revision bf66a5a8 (rsb-tools-cl): participant list in process.html
J. Moringen
01:38 AM Revision 12a70f9e (rsb-tools-cl): process list in host.html
J. Moringen
01:38 AM Revision ce5b64fe (rsb-tools-cl): host and process list in root view
J. Moringen
01:38 AM Revision dc4a50b1 (rsb-tools-cl): flat, limit options for search widget
J. Moringen
01:38 AM Revision 6a5d1e0f (rsb-tools-cl): Initial import of HTML, CSS, Javascript resources
J. Moringen
01:38 AM Revision 6398fec1 (rsb-tools-cl): js dependencies
J. Moringen
01:38 AM Revision 10ae7a28 (rsb-tools-cl): search handler peek function
J. Moringen
01:38 AM Revision 83129512 (rsb-tools-cl): Configure symbol transform for json serializer in src/commands/...
* src/commands/web/introspection.lisp (default-json-serializer): J. Moringen
01:38 AM Revision be5e0fdf (rsb-tools-cl): configurable symbol and key transforms in src/formatting/event-...
* src/formatting/event-style-json.lisp (make-json-serializer): J. Moringen
01:38 AM Revision 72b536a0 (rsb-tools-cl): Added search handler in src/commands/web/introspection.lisp
refs #2241
* src/commands/web/introspection.lisp (introspection-search-handler):
(make-introspection-search-handle...
J. Moringen
01:38 AM Revision 0052a613 (rsb-tools-cl): Added macros for API endpoints in src/commands/web/macros.lisp
refs #2241
* src/commands/web/conditions.lisp: new file; contains conditions used
in the commands.web module
* src...
J. Moringen
01:38 AM Revision 2b4856ce (rsb-tools-cl): Moved tests/commands/web.lisp -> test/commands/web/command.lisp
* test/commands/web/command.lisp: renamed tests/commands/web.lisp ->
test/commands/web/command.lisp
(header): ada...
J. Moringen
01:38 AM Revision 820c3241 (rsb-tools-cl): Empty path -> index.html in src/commands/web/resources.lisp
This is consistent with what hunchentoot does when a document root is
supplied.
* src/commands/web/resources.lisp (h...
J. Moringen
 

Also available in: Atom