0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 15 hours ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move tailing of log files away from fork runner. moved it into model for now. More... over 13 years ago
fix bug when tailing files to ensure there is something to log More... over 13 years ago
use id to pass to run_fork because worker_uuid doesn't exist yet there More... over 13 years ago
changed cg to use forking method for processing More... over 13 years ago
Added method to run external commands by forking and gather output by tailing log files. added ruby script to use for testing. More... over 13 years ago
minor changes: enable uri open() make RemoteAsset.process have conditional flow revert to run_pipe for now for testing purposes More... over 13 years ago
small changes to fix workling worker; still playing with process handling in plugin More... over 13 years ago
changed processor plugin to accept a block that does something with the output rather than taking the whole object as an argument More... over 13 years ago
python -u unbuffers output. changed test to check status message for expected output. More... over 13 years ago
moved running of command to plugin. playing around with different ways of capturing command output in real time (in plugin) More... over 13 years ago
removed dependency on external script. added timestamps to log messages so we can see that they are added at the appropriate time intervals (ie that the parent isn't blocking) More... over 13 years ago
cleaned up logging of status in remote_asset model. More... over 13 years ago
GET /remote_assets/ returns only objects 'in progress' (queued or processing) More... over 13 years ago
moved creating of workling queue process from controller to observer; cleaned up tests; added worker_uuid field to remote_asset model. More... over 13 years ago
test for GET /remote_asset/:id requests in json format More... over 13 years ago
rails version 2.3.10 More... over 13 years ago
not requiring json in POST to create anymore More... over 13 years ago
flush_all method doesn't work with memcached. not sure if the resulting error is fatal (seen in script/starling_status.rb) but getting rid of it anyway More... over 13 years ago
working workling. More... over 13 years ago
added workling plugin. More... over 13 years ago
set up teeny tiny workling worker plus a test for it. added tmp/assets since they are currently used in the tests. More... over 13 years ago
removed mime_type attribute in favor of mime_from and mime_to. also added fields for response uris on create and update. added field to hold url to use to get source data rather than accepting it as part of the original create request More... over 13 years ago
add functionality accept the source data as part of the json and save to a temp file for now. More... over 13 years ago
added cg-remoteassets repo url to README More... over 13 years ago
updated readme file More... over 13 years ago
assets controller to accept incoming JSON requests for create. plus create test More... over 13 years ago
initial bare rails app More... over 13 years ago