boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Add polling options for remote file systems #53

Closed carfi closed 8 years ago

carfi commented 8 years ago

Hi,

I have created a Docker container for Robotframework-Hub (https://hub.docker.com/r/carfi/rfhub/) In order to support the "live reloading" feature I have introduced the polling option to support remote file systems. For more details about the issue that i'm talking about here the description: https://github.com/gorakhargosh/watchdog/issues/283

boakley commented 8 years ago

After a quick glance, this looks like a good change. I don't have time to merge it in this weekend, but with a long weekend coming up I'll take a closer look. Getting rfhub running in a docker container has been something I've been wanting to do.

Thanks!

On Sun, Nov 22, 2015 at 3:12 PM, Davide Carfi notifications@github.com wrote:

Hi,

I have created a Docker container for Robotframework-Hub ( https://hub.docker.com/r/carfi/rfhub/) In order to support the "live reloading" feature I have introduced the polling option to support remote file systems. For more details about the issue that i'm talking about here the description: gorakhargosh/watchdog#283

https://github.com/gorakhargosh/watchdog/issues/283

You can view, comment on, or merge this pull request online at:

https://github.com/boakley/robotframework-hub/pull/53 Commit Summary

  • add --poll option to support polling behavior for filesystem keywords reloading (useful in VMs)
  • Revert "add --poll option to support polling behavior for filesystem keywords reloading (useful in VMs)"
  • Added --poll option to support polling behavior for filesystem keywords reloading (useful in VMs)

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/boakley/robotframework-hub/pull/53.