-
Touch up naming of pipelines to disambiguate from renderers.
-
Fix some problems with the main pipeline export. The first pipeline (standard) was not being stored in the returned array, and the editor pipeline was using the wrong key name to indicate the renderer it uses.
-
Remove duplicate docblock.
-
Major refactor of signals-based approach. We now use SIGALRM for handling timeouts, have special handling with feedback for SIGINT, and always gracefully negotiate incoming signals wrt whether the worker is waiting or processing.
-
Split the signal vs. non-signal logic into two separate files and delegate to them from the main drush callback.
-
Move queue running logic into waiting_queue.drush.inc; it just makes more sense there.
-
Add a very simple command for enqueuing a code arrival event into the appropriate queue.
-
Update drupalorg queries to reflect versioncontrol_operations author date schema change.
-
Add a very simple command for enqueuing a code arrival event into the appropriate queue.
-
Add a DEAD-simple post-receive, really just for testing purposes.